From 20b212f10ccb0d9abcfe4b034f600ecbfa434fd2 Mon Sep 17 00:00:00 2001 From: lotodore Date: Sat, 20 Nov 2010 15:00:28 +0000 Subject: [PATCH] Enabling use of C++0x-extensions while trying to reintegrate SCTP support. --- chatcleaner.pro | 1 + pokerth_db.pro | 1 + pokerth_game.pro | 1 + pokerth_lib.pro | 1 + pokerth_protocol.pro | 3 ++- pokerth_server.pro | 1 + 6 files changed, 7 insertions(+), 1 deletion(-) diff --git a/chatcleaner.pro b/chatcleaner.pro index c98bbc34..a8f0c32d 100644 --- a/chatcleaner.pro +++ b/chatcleaner.pro @@ -4,6 +4,7 @@ CODECFORSRC = UTF-8 QT += network QT -= gui +QMAKE_CXXFLAGS += -std=c++0x TARGET = chatcleaner CONFIG += console CONFIG -= app_bundle diff --git a/pokerth_db.pro b/pokerth_db.pro index d3f5629d..48a09c15 100644 --- a/pokerth_db.pro +++ b/pokerth_db.pro @@ -14,6 +14,7 @@ MOC_DIR = mocs OBJECTS_DIR = obj DEFINES += ENABLE_IPV6 QT -= core gui +QMAKE_CXXFLAGS += -std=c++0x #PRECOMPILED_HEADER = src/pch_lib.h INCLUDEPATH += . \ diff --git a/pokerth_game.pro b/pokerth_game.pro index b2e8815b..4d2f8867 100644 --- a/pokerth_game.pro +++ b/pokerth_game.pro @@ -15,6 +15,7 @@ CONFIG += qt \ warn_on include(src/third_party/qtsingleapplication/qtsingleapplication.pri) QT += sql +QMAKE_CXXFLAGS += -std=c++0x UI_DIR = uics MOC_DIR = mocs OBJECTS_DIR = obj diff --git a/pokerth_lib.pro b/pokerth_lib.pro index b73b982b..2b4ebdb3 100644 --- a/pokerth_lib.pro +++ b/pokerth_lib.pro @@ -14,6 +14,7 @@ MOC_DIR = mocs OBJECTS_DIR = obj DEFINES += ENABLE_IPV6 QT -= core gui +QMAKE_CXXFLAGS += -std=c++0x #PRECOMPILED_HEADER = src/pch_lib.h INCLUDEPATH += . \ diff --git a/pokerth_protocol.pro b/pokerth_protocol.pro index c1a36683..ff55640e 100644 --- a/pokerth_protocol.pro +++ b/pokerth_protocol.pro @@ -14,8 +14,9 @@ OBJECTS_DIR = obj DEFINES += ENABLE_IPV6 QT -= core \ gui - +QMAKE_CXXFLAGS += -std=c++0x # PRECOMPILED_HEADER = src/pch_lib.h + INCLUDEPATH += . \ src \ src/third_party/asn1 diff --git a/pokerth_server.pro b/pokerth_server.pro index 18da9ee2..c33bc5dd 100644 --- a/pokerth_server.pro +++ b/pokerth_server.pro @@ -17,6 +17,7 @@ DEFINES += POKERTH_DEDICATED_SERVER DEFINES += ENABLE_IPV6 DEFINES += PREFIX=\"$${PREFIX}\" QT -= core gui +QMAKE_CXXFLAGS += -std=c++0x #PRECOMPILED_HEADER = src/pch_lib.h INCLUDEPATH += . \