From a64cfadaff82a3521d89efc69f72f85017418561 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Fri, 28 Nov 2014 14:00:07 +0100 Subject: make the installed meta files play nicely with sysroots pkg-config .pc files use the raw target paths (and pkg-config patches up -I and -L flags on the fly), so these files were actually already fine. libtool .la files use the magic prefix = to denote the sysroot. this works only with libtool 2.4+ (sept 2010). qmake .prl files have no built-in sysrootification magic, but as they are read by qmake, it's possible to put property references into them. this makes them relocatable, both inside and outside sysroots. Change-Id: I97236ac81e7aba4e4771d14a44cbf59144cc2d3e Reviewed-by: Joerg Bornemann --- src/angle/src/common/common.pri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/angle/src/common/common.pri') diff --git a/src/angle/src/common/common.pri b/src/angle/src/common/common.pri index 8baedc5e4c..7d3f46d65f 100644 --- a/src/angle/src/common/common.pri +++ b/src/angle/src/common/common.pri @@ -8,7 +8,7 @@ INCLUDEPATH += \ LIBS_PRIVATE = $$QMAKE_LIBS_CORE $$QMAKE_LIBS_GUI lib_replace.match = $$[QT_INSTALL_LIBS/get] -lib_replace.replace = $$[QT_INSTALL_LIBS/raw] +lib_replace.replace = \$\$\$\$[QT_INSTALL_LIBS] lib_replace.CONFIG = path QMAKE_PRL_INSTALL_REPLACE += lib_replace -- cgit v1.2.3