From f6e37a0c273464a2e1abf65cdbd5001952a506ba Mon Sep 17 00:00:00 2001 From: Aleks Kissinger Date: Fri, 12 Oct 2018 15:43:23 +0200 Subject: added mkspec for override warning --- tikzit.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3