From 263a2bcbf26201d76de2332d3d93b63d9b6a49e0 Mon Sep 17 00:00:00 2001 From: Daniel Masato Date: Mon, 23 Mar 2020 19:41:21 +0000 Subject: [PATCH] Update C++11 compiler flag --- Jamulus.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jamulus.pro b/Jamulus.pro index c082665f..f4e91acb 100755 --- a/Jamulus.pro +++ b/Jamulus.pro @@ -104,7 +104,7 @@ win32 { OTHER_FILES += android/AndroidManifest.xml } else:unix { # we want to compile with C++11 - QMAKE_CXXFLAGS += -std=c++0x + QMAKE_CXXFLAGS += -std=c++11 # we assume that stdint.h is always present in a Linux system DEFINES += HAVE_STDINT_H