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>
bb10
Tor Arne Vestbø 2012-10-09 16:38:47 +02:00 committed by The Qt Project
parent c0893962ef
commit 96bc659ea1
1 changed files with 1 additions and 1 deletions

View 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)