From b3672501e03144a7ad56e6751694697a0d23e240 Mon Sep 17 00:00:00 2001 From: John Fultz Date: Thu, 10 Aug 2017 00:08:04 -0500 Subject: Add OS X builds to Travis-CI. Also, add a bit of parallelization, do a few other cleanups on the yml and .pro files. And push C++14 flags everywhere into the build system. --- quackle.pro | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'quackle.pro') diff --git a/quackle.pro b/quackle.pro index 2c9a0c3..5631b6b 100644 --- a/quackle.pro +++ b/quackle.pro @@ -17,11 +17,9 @@ release { DESTDIR = lib/release } -QMAKE_CXXFLAGS += -std=c++11 - # enable/disable debug symbols #CONFIG += debug staticlib -CONFIG += release staticlib +CONFIG += release staticlib c++14 CONFIG -= x11 # Input @@ -38,3 +36,7 @@ macx { CONFIG += x86 QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.8 } + +linux { # old unixes/Qt distribs running around...most notably on Travis-CI + QMAKE_CXXFLAGS += -std=c++1y +} -- cgit v1.2.3