summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/qt_module.prf
diff options
context:
space:
mode:
Diffstat (limited to 'mkspecs/features/qt_module.prf')
-rw-r--r--mkspecs/features/qt_module.prf6
1 files changed, 3 insertions, 3 deletions
diff --git a/mkspecs/features/qt_module.prf b/mkspecs/features/qt_module.prf
index f15a3fcfa4..22ead1b2b4 100644
--- a/mkspecs/features/qt_module.prf
+++ b/mkspecs/features/qt_module.prf
@@ -76,9 +76,9 @@ load(qt_build_paths)
header_module {
TEMPLATE = aux
- CONFIG += \
- force_qt \ # Needed for the headers_clean tests.
- qt_no_install_library
+ CONFIG += force_qt # Needed for the headers_clean tests.
+ !lib_bundle: \
+ CONFIG += qt_no_install_library
} else {
TEMPLATE = lib
}