summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-07-03 17:40:53 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-05 21:10:45 +0200
commit5863103385c0d2fd42a2d6123f59e4668c60af2f (patch)
treee5a6c23c237fce08d8e80ed05dfb1f7f47af3777 /mkspecs
parent2b4ae9651fd8b6190025dfee3a64a3b93a67c8aa (diff)
set DLLDESTDIR to the build dir, not the install dir
Change-Id: I0aa3b512e5d633c5628c4bb285f96a41cda858d9 Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
Diffstat (limited to 'mkspecs')
-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 cede449047..7dab4f4860 100644
--- a/mkspecs/features/qt_module_config.prf
+++ b/mkspecs/features/qt_module_config.prf
@@ -113,7 +113,7 @@ load(qt_module_headers)
#other
TEMPLATE = lib
DESTDIR = $$eval(QT.$${MODULE}.libs)
-win32:!wince*:DLLDESTDIR = $$[QT_INSTALL_PREFIX]/bin
+win32:!wince*: DLLDESTDIR = $$eval(QT.$${MODULE}.bins)
CONFIG += qt warn_on depend_includepath
CONFIG += qmake_cache target_qt