From 402aab76a699f260a72a290fcd131fe7722c8a45 Mon Sep 17 00:00:00 2001 From: kh1 Date: Tue, 20 Nov 2012 14:03:50 +0100 Subject: Follow advice given by Joerg, DEPENDPATH is now deprecated. Change-Id: I8e08618bcc88cc445c317c79d93cdf9f1f2ca5e8 Reviewed-by: Tim Jenssen --- src/libs/installer/installer.pro | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/libs/installer/installer.pro') diff --git a/src/libs/installer/installer.pro b/src/libs/installer/installer.pro index 437fb90a2..c0eb50629 100644 --- a/src/libs/installer/installer.pro +++ b/src/libs/installer/installer.pro @@ -1,6 +1,5 @@ TEMPLATE = lib TARGET = installer -DEPENDPATH += . .. INCLUDEPATH += . .. include(../7zip/7zip.pri) @@ -178,8 +177,7 @@ unix:!macx:SOURCES += adminauthorization_x11.cpp win32 { SOURCES += adminauthorization_win.cpp - LIBS += -loleaut32 -lUser32 # 7zip - LIBS += advapi32.lib psapi.lib # kdtools - LIBS += -lole32 # createshortcutoperation - CONFIG(shared, static|shared):LIBS += -lshell32 + LIBS += -loleaut32 -luser32 # 7zip + LIBS += -ladvapi32 -lpsapi # kdtools + LIBS += -lole32 -lshell32 # createshortcutoperation } -- cgit v1.2.3