summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tikzit.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/tikzit.pro b/tikzit.pro
index 10e3706..e340a23 100644
--- a/tikzit.pro
+++ b/tikzit.pro
@@ -6,14 +6,15 @@
QT += core gui widgets
CONFIG += testcase
-QMAKE_CXXFLAGS += -Wsuggest-override
TARGET = tikzit
TEMPLATE = app
+# platform-specific options
win32:RC_ICONS += images/tikzit.ico
win32:RC_ICONS += images/tikzdoc.ico
macx:ICON = images/tikzit.icns
+linux-g++:QMAKE_CXXFLAGS += -Wsuggest-override
# The following define makes your compiler emit warnings if you use
# any feature of Qt which as been marked as deprecated (the exact warnings