diff options
author | kh1 <karsten.heimrich@nokia.com> | 2012-08-21 12:05:11 +0200 |
---|---|---|
committer | Karsten Heimrich <karsten.heimrich@nokia.com> | 2012-08-22 09:59:49 +0200 |
commit | 27c1445c9f82434a39ada4c5fbf188d1ab09e5ba (patch) | |
tree | 594d1c024ab8fc9a595e4ec5f8625b9222672563 /src/libs/installer/installer.pro | |
parent | b22a0e8e6d1b3114fc37acad7e96b6b3564a8e19 (diff) |
Revert "Fixes required for errorless MinGW-w64 compilation are done."
This reverts commit 9cad5d54cf0d78e92b4ee831299d83b657f42f2e as it
breaks compressing the meta folder (Windows 7, VS 2010).
Change-Id: I24d4ec37941487fc3cc998706d33cd5d8b9f011a
Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
Diffstat (limited to 'src/libs/installer/installer.pro')
-rw-r--r-- | src/libs/installer/installer.pro | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/libs/installer/installer.pro b/src/libs/installer/installer.pro index 5a74e5772..f21394ae2 100644 --- a/src/libs/installer/installer.pro +++ b/src/libs/installer/installer.pro @@ -178,9 +178,8 @@ unix:!macx:SOURCES += adminauthorization_x11.cpp win32 { SOURCES += adminauthorization_win.cpp - LIBS += -loleaut32 -lUser32 # 7zip - LIBS += -ladvapi32 -lpsapi # kdtools - PQR for MinGW-w64: Changed to standard link flags. - LIBS += -lmpr -luuid # PQR for MinGW-w64: libMPR is for WNetGetUniversalName, libUUID is for IID_IUnknown and friends. + LIBS += -loleaut32 -lUser32 # 7zip + LIBS += advapi32.lib psapi.lib # kdtools LIBS += -lole32 # createshortcutoperation CONFIG(shared, static|shared):LIBS += -lshell32 } |