summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleks Kissinger <aleks0@gmail.com>2018-09-11 10:41:06 +0200
committerAleks Kissinger <aleks0@gmail.com>2018-10-09 12:58:24 +0200
commit65f489fc6ac4dc27c2107d517ed81ecbeeca9e0e (patch)
tree8bc3a910011334d6d9f3a9b5029828bfaee6a09d
parent38582ebd4b974150cbe446ac92c9a4a7024f5f09 (diff)
added mac icon
-rw-r--r--tikzit.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/tikzit.pro b/tikzit.pro
index 5ff61fa..e1d30ea 100644
--- a/tikzit.pro
+++ b/tikzit.pro
@@ -12,6 +12,7 @@ TEMPLATE = app
win32:RC_ICONS += images/tikzit.ico
win32:RC_ICONS += images/tikzdoc.ico
+macx:ICON = images/tikzit.icns
# The following define makes your compiler emit warnings if you use
# any feature of Qt which as been marked as deprecated (the exact warnings
@@ -107,3 +108,4 @@ test {
} else {
SOURCES += src/main.cpp
}
+