Sanitize .pro files
authorKurt Pattyn <pattyn.kurt@gmail.com>
Sat, 2 Nov 2013 11:12:08 +0000 (12:12 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Sat, 2 Nov 2013 11:15:26 +0000 (12:15 +0100)
Remove c++11 config flag if not necessary
Remove mac specific compiler settings

Change-Id: If3cb4c5396f6dd5679a9fc8cf8f8a81c34ad6f4c
Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
examples/echoclient/echoclient.pro
examples/echoserver/echoserver.pro
src/websockets/websockets.pro
tests/auto/dataprocessor/dataprocessor.pro
tests/auto/handshakerequest/handshakerequest.pro
tests/auto/websocketcorsauthenticator/websocketcorsauthenticator.pro
tests/auto/websocketframe/websocketframe.pro
tests/auto/websocketprotocol/websocketprotocol.pro

index f6891ef..24848e7 100644 (file)
@@ -5,8 +5,6 @@ TARGET = echoclient
 CONFIG   += console
 CONFIG   -= app_bundle
 
-mac:QMAKE_CXXFLAGS += -Wall -Werror -Wextra
-
 TEMPLATE = app
 
 SOURCES += \
index d2edcae..2f10bfc 100644 (file)
@@ -5,8 +5,6 @@ TARGET = echoserver
 CONFIG   += console
 CONFIG   -= app_bundle
 
-mac:QMAKE_CXXFLAGS += -Wall -Werror -Wextra
-
 TEMPLATE = app
 
 SOURCES += \
index 25944f1..84bf8e3 100644 (file)
@@ -1,7 +1,7 @@
 load(qt_build_config)
 TARGET = QtWebSockets
 
-QT += core network
+QT = core network
 
 TEMPLATE = lib
 
index 7db9f47..ac5ba5c 100644 (file)
@@ -1,5 +1,4 @@
 CONFIG += console
-CONFIG += c++11
 CONFIG += testcase
 CONFIG -= app_bundle
 
index 0f4401e..d887cd6 100644 (file)
@@ -1,5 +1,4 @@
 CONFIG += console
-CONFIG += c++11
 CONFIG += testcase
 CONFIG -= app_bundle
 
index d18aa7d..9682348 100644 (file)
@@ -1,5 +1,4 @@
 CONFIG += console
-CONFIG += c++11
 CONFIG += testcase
 CONFIG -= app_bundle
 
index bb0ab3b..c21bb64 100644 (file)
@@ -1,5 +1,4 @@
 CONFIG += console
-CONFIG += c++11
 CONFIG += testcase
 CONFIG -= app_bundle