From 65f489fc6ac4dc27c2107d517ed81ecbeeca9e0e Mon Sep 17 00:00:00 2001 From: Aleks Kissinger Date: Tue, 11 Sep 2018 10:41:06 +0200 Subject: added mac icon --- tikzit.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tikzit.pro') 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 } + -- cgit v1.2.3