fix paths in installed qtmain.prl
simply make use of the infrastructure used for "proper" modules. Task-number: QTBUG-40026 Change-Id: Iffab72f7fb7a128549da2839a7497cff2f48b777 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>bb10
parent
ffd44acd0d
commit
85011b82f0
|
|
@ -27,10 +27,7 @@ load(qt_installs)
|
|||
TARGET = $$qtLibraryTarget($$TARGET$$QT_LIBINFIX) #do this towards the end
|
||||
|
||||
load(qt_targets)
|
||||
load(qt_build_paths)
|
||||
load(qt_common)
|
||||
|
||||
wince*:QMAKE_POST_LINK =
|
||||
|
||||
lib_replace.match = $$[QT_INSTALL_LIBS/get]
|
||||
lib_replace.replace = $$[QT_INSTALL_LIBS/raw]
|
||||
lib_replace.CONFIG = path
|
||||
QMAKE_PRL_INSTALL_REPLACE += lib_replace
|
||||
|
|
|
|||
Loading…
Reference in New Issue