From 53f48a4ba2a527735fd67968a211052a8eda00dc Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Wed, 20 Nov 2013 15:14:52 +0100 Subject: properly replace windows paths in installed meta files it's bogus in the first place that the meta files contain windows paths, but straightening that out is a prohibitive effort. so instead generate additional s/// commands which take care of these paths. fwiw, the generated s///i command is a gnu extension. but as we are doing this on windows only where we are using our built-in sed command anyway, this should be fine. Task-number: QTBUG-33794 Change-Id: I46fcc598db12816ee56b5371ab184f6277eb3a22 Reviewed-by: Joerg Bornemann --- src/winmain/winmain.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'src/winmain') diff --git a/src/winmain/winmain.pro b/src/winmain/winmain.pro index 4303c3bc12..62f8b3a6f2 100644 --- a/src/winmain/winmain.pro +++ b/src/winmain/winmain.pro @@ -34,5 +34,6 @@ wince*:QMAKE_POST_LINK = unix|win32-g++* { lib_replace.match = $$[QT_INSTALL_LIBS/get] lib_replace.replace = $$[QT_INSTALL_LIBS/raw] + lib_replace.CONFIG = path QMAKE_PRL_INSTALL_REPLACE += lib_replace } -- cgit v1.2.3