properly replace windows paths in installed qml plugin prl files
amends 53f48a4b
, take 2.
Change-Id: Ia20d7879e4e1b6a34d5bb9e36b4fd7f17139b5fe
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
This commit is contained in:
parent
8d04d622b9
commit
a5e4d3d4db
@ -106,4 +106,5 @@ load(qml_module)
|
|||||||
else: \
|
else: \
|
||||||
lib_replace.match = $$MODULE_BASE_OUTDIR
|
lib_replace.match = $$MODULE_BASE_OUTDIR
|
||||||
lib_replace.replace = $$[QT_INSTALL_LIBS/raw]
|
lib_replace.replace = $$[QT_INSTALL_LIBS/raw]
|
||||||
|
lib_replace.CONFIG = path
|
||||||
QMAKE_PRL_INSTALL_REPLACE += lib_replace
|
QMAKE_PRL_INSTALL_REPLACE += lib_replace
|
||||||
|
Loading…
Reference in New Issue
Block a user