From 67059305e164f3b741c36d4e0ac22022c9b79901 Mon Sep 17 00:00:00 2001 From: John Fultz Date: Tue, 1 Aug 2017 23:20:55 -0500 Subject: More Qt5 changes and cleanups. Now builds on Qt 5.9.1, and works on Mac, Windows, Linux. --- quackle.pro | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'quackle.pro') diff --git a/quackle.pro b/quackle.pro index 4bd40f4..2c9a0c3 100644 --- a/quackle.pro +++ b/quackle.pro @@ -34,10 +34,7 @@ SOURCES -= \ makedawg.cpp \ quackletest.cpp -macx-g++ { - QMAKE_CXXFLAGS += -fpermissive -} - -macx-xcode { +macx { CONFIG += x86 + QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.8 } -- cgit v1.2.3