From 5863103385c0d2fd42a2d6123f59e4668c60af2f Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Tue, 3 Jul 2012 17:40:53 +0200 Subject: set DLLDESTDIR to the build dir, not the install dir Change-Id: I0aa3b512e5d633c5628c4bb285f96a41cda858d9 Reviewed-by: Marius Storm-Olsen --- mkspecs/features/qt_module_config.prf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mkspecs') 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 -- cgit v1.2.3