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.prf8
1 files changed, 6 insertions, 2 deletions
diff --git a/mkspecs/features/qt_module.prf b/mkspecs/features/qt_module.prf
index 22ead1b2b4..36f632e8ca 100644
--- a/mkspecs/features/qt_module.prf
+++ b/mkspecs/features/qt_module.prf
@@ -41,8 +41,12 @@ host_build {
}
}
-CONFIG(shared, static|shared):qtConfig(framework): \
- CONFIG += lib_bundle
+qtConfig(framework) {
+ minimal_syncqt: \
+ CONFIG += module_frameworks
+ else: CONFIG(shared, static|shared): \
+ CONFIG += module_frameworks lib_bundle
+}
CONFIG += relative_qt_rpath # Qt libraries should be relocatable