summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/qt_module_config.prf
diff options
context:
space:
mode:
authorStephen Kelly <stephen.kelly@kdab.com>2012-03-26 06:30:32 +0200
committerQt by Nokia <qt-info@nokia.com>2012-03-28 00:51:32 +0200
commit878a661e31b910a40c1fcf1b2b7a84d8337bee4d (patch)
tree36dcbf28f46cead9e4d26a63b03c50b5239c2dee /mkspecs/features/qt_module_config.prf
parent1ec383d01bd1336e5eef9ccf885a35e0ab5aa4dc (diff)
Only create the cmake files if DESTDIR is non-empty.
This is the case for the winmain library. Change-Id: I8f416e81ad8de4a1fb2f70a4ebc31c8351c81605 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'mkspecs/features/qt_module_config.prf')
-rw-r--r--mkspecs/features/qt_module_config.prf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/features/qt_module_config.prf b/mkspecs/features/qt_module_config.prf
index 75156a1f44..ac0b635f2f 100644
--- a/mkspecs/features/qt_module_config.prf
+++ b/mkspecs/features/qt_module_config.prf
@@ -42,7 +42,7 @@ CONFIG -= fix_output_dirs
win32|mac:!macx-xcode:CONFIG += debug_and_release
linux*:QMAKE_LFLAGS += $$QMAKE_LFLAGS_NOUNDEF
-!isEmpty(MODULE):CONFIG += create_cmake
+!isEmpty(DESTDIR):CONFIG += create_cmake
contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols
unix:contains(QT_CONFIG, reduce_relocations):CONFIG += bsymbolic_functions