summaryrefslogtreecommitdiffstats
path: root/installerfw.pri
diff options
context:
space:
mode:
Diffstat (limited to 'installerfw.pri')
-rw-r--r--installerfw.pri3
1 files changed, 3 insertions, 0 deletions
diff --git a/installerfw.pri b/installerfw.pri
index 1dfee1e63..0271433cd 100644
--- a/installerfw.pri
+++ b/installerfw.pri
@@ -56,6 +56,9 @@ unix:INCLUDEPATH += $$IFW_SOURCE_TREE/src/libs/7zip/unix/CPP
LIBS += -L$$IFW_LIB_PATH
# The order is important. The linker needs to parse archives in reversed dependency order.
equals(TEMPLATE, app):LIBS += -linstaller
+win32:equals(TEMPLATE, app) {
+ LIBS += -luser32
+}
unix:!macx:LIBS += -lutil
macx:LIBS += -framework Carbon -framework Security