summaryrefslogtreecommitdiffstats
path: root/qtpass.pro
diff options
context:
space:
mode:
Diffstat (limited to 'qtpass.pro')
-rw-r--r--qtpass.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/qtpass.pro b/qtpass.pro
index f59aaf51..febf2d87 100644
--- a/qtpass.pro
+++ b/qtpass.pro
@@ -9,7 +9,7 @@
VERSION = 1.1.0
TEMPLATE = app
-QT += core gui
+QT += core gui svg
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
@@ -116,6 +116,7 @@ win32 {
} else:macx {
ICON = artwork/icon.icns
QMAKE_INFO_PLIST = qtpass.plist
+ QMAKE_POST_LINK = cp -r $$PWD/icons $$OUT_PWD/QtPass.app/Contents/MacOS
} else:bsd {
LIBS += -L/usr/local/lib
}