summaryrefslogtreecommitdiff
path: root/src/websockets/websockets.pro
diff options
context:
space:
mode:
authorKurt Pattyn <pattyn.kurt@gmail.com>2013-11-02 12:12:08 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-02 12:15:26 +0100
commit97c8e5a36dde11ddf238678e5711e5979c2c106b (patch)
tree782bc5fabaf6efac7ea3d5c1c5baba21ff3f99bc /src/websockets/websockets.pro
parent4044210bef15d7f5200764ca06e70bab5c63be0f (diff)
downloadqtwebsockets-97c8e5a36dde11ddf238678e5711e5979c2c106b.tar.gz
Sanitize .pro files
Remove c++11 config flag if not necessary Remove mac specific compiler settings Change-Id: If3cb4c5396f6dd5679a9fc8cf8f8a81c34ad6f4c Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
Diffstat (limited to 'src/websockets/websockets.pro')
-rw-r--r--src/websockets/websockets.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/websockets/websockets.pro b/src/websockets/websockets.pro
index 25944f1..84bf8e3 100644
--- a/src/websockets/websockets.pro
+++ b/src/websockets/websockets.pro
@@ -1,7 +1,7 @@
load(qt_build_config)
TARGET = QtWebSockets
-QT += core network
+QT = core network
TEMPLATE = lib