summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/libinstaller.pro
diff options
context:
space:
mode:
authortjenssen <tim.jenssen@nokia.com>2012-03-13 17:14:30 +0100
committerKarsten Heimrich <karsten.heimrich@nokia.com>2012-03-13 17:35:46 +0100
commitb294bdc12d2523be67584b3fb200ca612f0d1e06 (patch)
treebd7029f45dd1eb68462aa96242ef38816769c83f /installerbuilder/libinstaller/libinstaller.pro
parent9dfa0c6e7221906f07927266f4f2c91405fa7acd (diff)
clean up pro files
Change-Id: I46dd8eff3a744099e0827573e6aee253ce149baf Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com>
Diffstat (limited to 'installerbuilder/libinstaller/libinstaller.pro')
-rw-r--r--installerbuilder/libinstaller/libinstaller.pro11
1 files changed, 6 insertions, 5 deletions
diff --git a/installerbuilder/libinstaller/libinstaller.pro b/installerbuilder/libinstaller/libinstaller.pro
index 6ee1e20f0..10f58d409 100644
--- a/installerbuilder/libinstaller/libinstaller.pro
+++ b/installerbuilder/libinstaller/libinstaller.pro
@@ -180,10 +180,11 @@ win32:SOURCES += adminauthorization_win.cpp
macx:SOURCES += adminauthorization_mac.cpp
unix:!macx: SOURCES += adminauthorization_x11.cpp
-win32:OBJECTS_DIR = .obj
-win32:LIBS += ole32.lib \
- oleaut32.lib \
- user32.lib
+# Needed by createshortcutoperation
+win32:LIBS += -lole32
+
+# Needed by 7zip
+win32:LIBS += -loleaut32 -lUser32
# Needed by kdtools (in kdlog_win.cpp):
win32:LIBS += advapi32.lib psapi.lib
@@ -191,7 +192,7 @@ macx:LIBS += -framework Carbon
CONFIG( shared, static|shared ): {
DEFINES += LIB_INSTALLER_SHARED
- win32: LIBS += shell32.lib
+ win32: LIBS += -lshell32
}
macx: LIBS += -framework Security