summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/qml_plugin.prf
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2014-04-14 16:28:17 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-04-15 17:37:37 +0200
commit8d04d622b9ebbe8a6d1ec4d1362b6fc01e56eece (patch)
tree738a7a4cfb8e3340199bd67321a83fda330ea62c /mkspecs/features/qml_plugin.prf
parent50bc2b25d8dc3e420be63da7af3b2bc8bd38bb2b (diff)
enable path replacement in installed qml plugin prl files on all platforms
amends 08a2d8df4, take 2. Change-Id: If827612caf15b0d5d79fea38fa4915b1d36743d6 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'mkspecs/features/qml_plugin.prf')
-rw-r--r--mkspecs/features/qml_plugin.prf14
1 files changed, 6 insertions, 8 deletions
diff --git a/mkspecs/features/qml_plugin.prf b/mkspecs/features/qml_plugin.prf
index f3739572c7..0b47a2b4cf 100644
--- a/mkspecs/features/qml_plugin.prf
+++ b/mkspecs/features/qml_plugin.prf
@@ -101,11 +101,9 @@ load(qt_common)
load(qml_module)
-unix|mingw {
- !isEmpty(_QMAKE_SUPER_CACHE_): \
- lib_replace.match = $$dirname(_QMAKE_SUPER_CACHE_)/[^/][^/]*/lib
- else: \
- lib_replace.match = $$MODULE_BASE_OUTDIR
- lib_replace.replace = $$[QT_INSTALL_LIBS/raw]
- QMAKE_PRL_INSTALL_REPLACE += lib_replace
-}
+!isEmpty(_QMAKE_SUPER_CACHE_): \
+ lib_replace.match = $$dirname(_QMAKE_SUPER_CACHE_)/[^/][^/]*/lib
+else: \
+ lib_replace.match = $$MODULE_BASE_OUTDIR
+lib_replace.replace = $$[QT_INSTALL_LIBS/raw]
+QMAKE_PRL_INSTALL_REPLACE += lib_replace