Ensure that Qt.module.docs is set when first creating the module-fwd file
authorTor Arne Vestbø <tor.arne.vestbo@digia.com>
Tue, 9 Oct 2012 14:38:47 +0000 (16:38 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Wed, 10 Oct 2012 12:44:47 +0000 (14:44 +0200)
This is a follow-up fix to aef441b1.

Change-Id: Ie5e92ecc55ddcbab3e7830a99a77d3748a5568c1
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
mkspecs/features/qt_module_fwdpri.prf

index cfb9a77..0bf5a7c 100644 (file)
@@ -86,7 +86,7 @@
     include($$MODULE_FWD_PRI)
     for(var, $$list(VERSION MAJOR_VERSION MINOR_VERSION PATCH_VERSION \
                     name depends private_depends module_config CONFIG DEFINES sources \
-                    includes private_includes bins libs plugins imports \
+                    includes private_includes bins libs plugins imports docs \
             )):defined(QT.$${MODULE}.$$var, var):cache(QT.$${MODULE}.$$var, transient)
     cache(QT_CONFIG, transient)