set DLLDESTDIR to the build dir, not the install dir
Change-Id: I0aa3b512e5d633c5628c4bb285f96a41cda858d9 Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
This commit is contained in:
parent
2b4ae9651f
commit
5863103385
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user