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. --- encodeleaves/encodeleaves.pro | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'encodeleaves') diff --git a/encodeleaves/encodeleaves.pro b/encodeleaves/encodeleaves.pro index 559df28..bd8808e 100644 --- a/encodeleaves/encodeleaves.pro +++ b/encodeleaves/encodeleaves.pro @@ -5,8 +5,9 @@ INCLUDEPATH += . .. # enable/disable debug symbols # CONFIG += debug CONFIG += release +CONFIG -= debug -CONFIG += console +CONFIG += console c++14 CONFIG -= app_bundle debug { @@ -33,3 +34,7 @@ SOURCES += encodeleaves.cpp macx-g++ { QMAKE_CXXFLAGS += -fpermissive } + +linux { # old unixes/Qt distribs running around...most notably on Travis-CI + QMAKE_CXXFLAGS += -std=c++1y +} -- cgit v1.2.3