summaryrefslogtreecommitdiff
path: root/tests/manual
diff options
context:
space:
mode:
authorJesus Fernandez <jesus.fernandez@qt.io>2018-08-16 14:17:14 +0200
committerJesus Fernandez <Jesus.Fernandez@qt.io>2018-08-17 11:01:11 +0000
commit790586e42920a4cbf10bb808aa1b716247628cc4 (patch)
treea789809cc53bb87bbfc658b4e10963a468f978cc /tests/manual
parent39a0e9bb5a3e87522bfe4a3107560fd6ef7632b4 (diff)
downloadqtwebsockets-790586e42920a4cbf10bb808aa1b716247628cc4.tar.gz
Remove redundant options and a stray define
Change-Id: Ic7ce11f1631197e6ee019b66c0d7ec56590c5ab5 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Diffstat (limited to 'tests/manual')
-rw-r--r--tests/manual/compliance/compliance.pro4
-rw-r--r--tests/manual/websockets/websockets.pro5
2 files changed, 2 insertions, 7 deletions
diff --git a/tests/manual/compliance/compliance.pro b/tests/manual/compliance/compliance.pro
index 30ac320..078c258 100644
--- a/tests/manual/compliance/compliance.pro
+++ b/tests/manual/compliance/compliance.pro
@@ -1,5 +1,4 @@
CONFIG += console
-CONFIG += c++11
CONFIG += testcase
CONFIG -= app_bundle
@@ -7,7 +6,6 @@ TEMPLATE = app
TARGET = tst_compliance
-QT = core network websockets testlib
+QT = websockets testlib
SOURCES += tst_compliance.cpp
-
diff --git a/tests/manual/websockets/websockets.pro b/tests/manual/websockets/websockets.pro
index a8b2edb..62000b9 100644
--- a/tests/manual/websockets/websockets.pro
+++ b/tests/manual/websockets/websockets.pro
@@ -1,5 +1,4 @@
CONFIG += console
-CONFIG += c++11
CONFIG += testcase
CONFIG -= app_bundle
@@ -7,8 +6,6 @@ TEMPLATE = app
TARGET = tst_websockets
-QT = core network websockets testlib
+QT = websockets testlib
SOURCES += tst_websockets.cpp
-
-DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0