Update C++11 compiler flag

This commit is contained in:
Daniel Masato 2020-03-23 19:41:21 +00:00
parent 26ccef90fc
commit 263a2bcbf2

View File

@ -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