Use -std=gnu++0x instead of -std=c++0x for better backward compatibility.

This commit is contained in:
lotodore
2010-11-20 17:41:12 +00:00
parent b9bec0b7fc
commit 920fcda79c
6 changed files with 6 additions and 12 deletions
+1 -2
View File
@@ -15,7 +15,7 @@ CONFIG += qt \
warn_on
include(src/third_party/qtsingleapplication/qtsingleapplication.pri)
QT += sql
QMAKE_CXXFLAGS += -std=c++0x
QMAKE_CXXFLAGS += -std=gnu++0x
UI_DIR = uics
MOC_DIR = mocs
OBJECTS_DIR = obj
@@ -295,7 +295,6 @@ TRANSLATIONS = ts/pokerth_af.ts \
ts/pokerth_START_HERE.ts
win32 {
DEFINES += CURL_STATICLIB
DEFINES += WIN32
DEFINES += _WIN32_WINNT=0x0501
DEPENDPATH += src/net/win32/ \
src/core/win32