From 85011b82f08e0be09012d0e766f5550e262ec594 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Thu, 3 Jul 2014 10:46:23 +0200 Subject: fix paths in installed qtmain.prl simply make use of the infrastructure used for "proper" modules. Task-number: QTBUG-40026 Change-Id: Iffab72f7fb7a128549da2839a7497cff2f48b777 Reviewed-by: Joerg Bornemann --- src/winmain/winmain.pro | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/winmain') diff --git a/src/winmain/winmain.pro b/src/winmain/winmain.pro index 998200cb1e..5e658fa7e1 100644 --- a/src/winmain/winmain.pro +++ b/src/winmain/winmain.pro @@ -27,10 +27,7 @@ load(qt_installs) TARGET = $$qtLibraryTarget($$TARGET$$QT_LIBINFIX) #do this towards the end load(qt_targets) +load(qt_build_paths) +load(qt_common) wince*:QMAKE_POST_LINK = - -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