summaryrefslogtreecommitdiffstats
path: root/qtpass.pro
diff options
context:
space:
mode:
authorAnne Jan Brouwer <ajbrouwer@totalactivemedia.nl>2014-08-05 01:47:28 +0200
committerAnne Jan Brouwer <ajbrouwer@totalactivemedia.nl>2014-08-05 01:47:28 +0200
commitaeb1c693a6a4e7ff3f13318f1a8d44f7d88c9a45 (patch)
tree2e7fe327de96999325157b07b9fc0dd589d769aa /qtpass.pro
parentc224d8f338f6766693290d1b6da7640275513cc1 (diff)
parentd5f1d01b7d68ff32da32a7e0074a438d6aace877 (diff)
merged artwork
Diffstat (limited to 'qtpass.pro')
-rw-r--r--qtpass.pro15
1 files changed, 14 insertions, 1 deletions
diff --git a/qtpass.pro b/qtpass.pro
index d5194ef0..6b25ffc3 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\
@@ -26,3 +31,11 @@ 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