summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/qt_installs.prf
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2014-06-16 11:47:22 +0200
committerJani Heikkinen <jani.heikkinen@digia.com>2014-06-16 12:42:25 +0200
commitad9ca6052215069672291fd1407b485cedc9778c (patch)
tree47e9ba52761ab71c62ed08961a25f638092ee8f3 /mkspecs/features/qt_installs.prf
parenta461bb1ff5b5f310244bae1691b08e7135aeda0d (diff)
install .lib files for static libs again
the no_dll switch has questionable semantics: it pro-actively breaks non-dll builds. therefore its usage needs to be limited to dll build. Task-number: QTBUG-39594 Change-Id: I98328e502693df835af565b5ec25ada2c1c168ad Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'mkspecs/features/qt_installs.prf')
-rw-r--r--mkspecs/features/qt_installs.prf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/features/qt_installs.prf b/mkspecs/features/qt_installs.prf
index 7d2280e75a..3a5dbb6274 100644
--- a/mkspecs/features/qt_installs.prf
+++ b/mkspecs/features/qt_installs.prf
@@ -22,7 +22,7 @@
target.path = $$[QT_HOST_LIBS]
else: \
target.path = $$[QT_INSTALL_LIBS]
- target.CONFIG = no_dll
+ !static: target.CONFIG = no_dll
INSTALLS += target
}