properly replace windows paths in installed plugin prl files

amends 53f48a4b.

Task-number: QTBUG-37399
Change-Id: I599ba612af760891cd99283560ccc9240125db39
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
This commit is contained in:
Oswald Buddenhagen 2014-03-13 14:47:58 +01:00 committed by The Qt Project
parent 2c90d97a7b
commit 61f865be00

View File

@ -61,4 +61,5 @@ else: \
rplbase = $$MODULE_BASE_OUTDIR rplbase = $$MODULE_BASE_OUTDIR
lib_replace.match = $$rplbase/lib lib_replace.match = $$rplbase/lib
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