set DLLDESTDIR only for non-prefix builds
a prefix build needs to be installed first anyway Change-Id: I798861fddad2be289e9e4f182d0373e389b57437 Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
This commit is contained in:
parent
5863103385
commit
9c3b83437a
@ -113,7 +113,7 @@ load(qt_module_headers)
|
|||||||
#other
|
#other
|
||||||
TEMPLATE = lib
|
TEMPLATE = lib
|
||||||
DESTDIR = $$eval(QT.$${MODULE}.libs)
|
DESTDIR = $$eval(QT.$${MODULE}.libs)
|
||||||
win32:!wince*: DLLDESTDIR = $$eval(QT.$${MODULE}.bins)
|
win32:!wince*:exists($$[QT_INSTALL_PREFIX]/.qmake.cache): DLLDESTDIR = $$eval(QT.$${MODULE}.bins)
|
||||||
|
|
||||||
CONFIG += qt warn_on depend_includepath
|
CONFIG += qt warn_on depend_includepath
|
||||||
CONFIG += qmake_cache target_qt
|
CONFIG += qmake_cache target_qt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user