set DLLDESTDIR to the build dir, not the install dir
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>
Tue, 3 Jul 2012 15:40:53 +0000 (17:40 +0200)
committerQt by Nokia <qt-info@nokia.com>
Thu, 5 Jul 2012 19:10:45 +0000 (21:10 +0200)
Change-Id: I0aa3b512e5d633c5628c4bb285f96a41cda858d9
Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
mkspecs/features/qt_module_config.prf

index cede449..7dab4f4 100644 (file)
@@ -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