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
@@ -4,7 +4,7 @@
CODECFORSRC = UTF-8
QT += network
QT -= gui
QMAKE_CXXFLAGS += -std=c++0x
QMAKE_CXXFLAGS += -std=gnu++0x
TARGET = chatcleaner
CONFIG += console
CONFIG -= app_bundle
@@ -48,7 +48,6 @@ LIBPATH += lib
LIBS += -lpokerth_lib \
-lpokerth_protocol
win32 {
DEFINES += WIN32
LIBPATH += ../boost/stage/lib
INCLUDEPATH += ../boost/
debug:LIBPATH += debug/lib