summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/qt_module_fwdpri.prf
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@digia.com>2012-10-09 16:38:47 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-10-10 14:44:47 +0200
commit96bc659ea1acdafcf44fab4a09caf013d048f874 (patch)
tree5270655ddb5f187d9dbc9bbc8a196c628c7d1a02 /mkspecs/features/qt_module_fwdpri.prf
parentc0893962ef94f12594f936ef2a50db6d0328eca0 (diff)
Ensure that Qt.module.docs is set when first creating the module-fwd file
This is a follow-up fix to aef441b1. Change-Id: Ie5e92ecc55ddcbab3e7830a99a77d3748a5568c1 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'mkspecs/features/qt_module_fwdpri.prf')
-rw-r--r--mkspecs/features/qt_module_fwdpri.prf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/features/qt_module_fwdpri.prf b/mkspecs/features/qt_module_fwdpri.prf
index cfb9a77ffd..0bf5a7c883 100644
--- a/mkspecs/features/qt_module_fwdpri.prf
+++ b/mkspecs/features/qt_module_fwdpri.prf
@@ -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)