summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/winmain/winmain.pro1
1 files changed, 1 insertions, 0 deletions
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
}