summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-11-27 17:58:02 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-12-03 09:15:27 +0100
commitf0c34eb08f557a91bf03dcbb6a037ccec9e799f0 (patch)
tree6286eabfdfee1ee9ea7248ba5076fe6963cfb268
parentc419cd1c300fa52df7dbe91906f7269da156859f (diff)
don't install qt dlls into lib/ any more
bin/ is entirely sufficient. Change-Id: Id587e0e97b46aa977dae59baaea02ecc6e64a67a Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
-rw-r--r--mkspecs/features/qt_build_config.prf1
1 files changed, 1 insertions, 0 deletions
diff --git a/mkspecs/features/qt_build_config.prf b/mkspecs/features/qt_build_config.prf
index faa7a44f67..b611e782f9 100644
--- a/mkspecs/features/qt_build_config.prf
+++ b/mkspecs/features/qt_build_config.prf
@@ -55,6 +55,7 @@ CONFIG += \
create_prl link_prl \
prepare_docs qt_docs_targets \
no_private_qt_headers_warning QTDIR_build \
+ no_dll \
# Qt modules get compiled without exceptions enabled by default.
# However, testcases should be still built with exceptions.
exceptions_off testcase_exceptions