From 00a4b2a209ce4b90f4dca4d98b964853ce3196ff Mon Sep 17 00:00:00 2001 From: John Fultz Date: Sun, 18 Oct 2015 23:47:04 -0500 Subject: Fix travis builds. * Start using g++ 4.8 and clang. * Fix missing -std=c++11 flags. * Builds which failed torched remaining builds, which meant more iteration. Now, they recover and continue correctly. * Remove some clang compiler warnings generated by Qt files out of my control. --- makeminidawg/makeminidawg.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'makeminidawg') diff --git a/makeminidawg/makeminidawg.pro b/makeminidawg/makeminidawg.pro index e728a8a..f629a37 100644 --- a/makeminidawg/makeminidawg.pro +++ b/makeminidawg/makeminidawg.pro @@ -26,6 +26,8 @@ win32:!win32-g++ { LIBS += -lquackleio -lquackle } +QMAKE_CXXFLAGS += -std=c++11 -Wno-unknown-warning-option -Wno-deprecated-register + # Input HEADERS += -- cgit v1.2.3