summaryrefslogtreecommitdiffstats
path: root/qtpass.pro
diff options
context:
space:
mode:
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