summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/qt_module.prf
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2015-11-19 16:53:50 +0100
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2015-11-19 20:21:30 +0000
commita7965a13aa56d653d8d93085ac7e70cf230bfb43 (patch)
tree3090900e0cac42f169e041bb1f3295d3088f7e06 /mkspecs/features/qt_module.prf
parent2e6754d9427de8d49b264a526434f49f25e7208d (diff)
remove redundant "mac" checks
qt_framework and {app,lib}_bundle imply darwin, so there is no point in testing for it. Change-Id: I9fe48c26c8e271a5575b17e92df8674d3c3a3204 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'mkspecs/features/qt_module.prf')
-rw-r--r--mkspecs/features/qt_module.prf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/features/qt_module.prf b/mkspecs/features/qt_module.prf
index 0972e7f3c4..e2e56c318f 100644
--- a/mkspecs/features/qt_module.prf
+++ b/mkspecs/features/qt_module.prf
@@ -42,7 +42,7 @@ host_build {
}
}
-mac:CONFIG(shared, static|shared):contains(QT_CONFIG, qt_framework): \
+CONFIG(shared, static|shared):contains(QT_CONFIG, qt_framework): \
CONFIG += lib_bundle
CONFIG += relative_qt_rpath # Qt libraries should be relocatable