summaryrefslogtreecommitdiffstats
path: root/qtpass.pro
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2014-08-09 14:33:22 +0200
committerAnne Jan Brouwer <ajbrouwer@totalactivemedia.nl>2014-08-09 14:33:22 +0200
commitbafa70bf01c6c6ecaf649c4136c2fea7f1bd8a15 (patch)
tree5ac7226c62a40dd9845edc2150a7f3c2cb572b89 /qtpass.pro
parent839a73863a76dc86d6f129dad94b2191611d86b5 (diff)
parent050d9a724aaeb436f198c9f41f468319292a90d9 (diff)
retro merge master
Diffstat (limited to 'qtpass.pro')
-rw-r--r--qtpass.pro18
1 files changed, 17 insertions, 1 deletions
diff --git a/qtpass.pro b/qtpass.pro
index e1376481..b58df296 100644
--- a/qtpass.pro
+++ b/qtpass.pro
@@ -8,7 +8,12 @@ QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
-TARGET = qtpass
+macx {
+ TARGET = QtPass
+} else {
+ TARGET = qtpass
+}
+
TEMPLATE = app
SOURCES += main.cpp\
@@ -28,3 +33,14 @@ TRANSLATIONS += localization/localization_nl_NL.ts \
localization/localization_hu_HU.ts
RESOURCES += resources.qrc
+
+win32 {
+ RC_FILE = windows.rc
+} else:macx {
+ ICON = artwork/icon.icns
+}
+
+OTHER_FILES += LICENSE
+
+target.path = /usr/local/bin/
+INSTALLS += target