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
parent
c0893962ef
commit
96bc659ea1
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue