Commit 790586e4 authored by Jesus Fernandez's avatar Jesus Fernandez Committed by Jesus Fernandez
Browse files

Remove redundant options and a stray define


Change-Id: Ic7ce11f1631197e6ee019b66c0d7ec56590c5ab5
Reviewed-by: default avatarEdward Welbourne <edward.welbourne@qt.io>
Showing with 20 additions and 31 deletions
TEMPLATE = subdirs
SUBDIRS = websockets
\ No newline at end of file
SUBDIRS = websockets
QT += core websockets
QT -= gui
QT = websockets
TARGET = echoserver
CONFIG += console
......
QT += core qml quick websockets
QT += quick websockets
TARGET = qmlwebsocketclient
......
QT += core qml quick websockets
QT += quick websockets
TARGET = qmlwebsocketserver
......
QT += core websockets
QT -= gui
QT = websockets
TARGET = chatserver
CONFIG += console
......
QT += core websockets
QT -= gui
QT = websockets
TARGET = sslechoclient
CONFIG += console
......
QT += core websockets
QT -= gui
QT = websockets
TARGET = sslechoserver
CONFIG += console
......
QT = core websockets qml qml-private core-private
QT = websockets qml-private core-private
TARGETPATH = QtWebSockets
......@@ -12,8 +12,6 @@ SOURCES += qmlwebsockets_plugin.cpp \
OTHER_FILES += qmldir
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
IMPORT_VERSION = 1.0
load(qml_plugin)
### Qt 6: Remove support for the old "Qt.WebSockets" QML module.
QT = core websockets qml
QT = websockets qml
TARGETPATH = Qt/WebSockets
......
......@@ -6,7 +6,7 @@ TEMPLATE = app
TARGET = tst_dataprocessor
QT = core testlib websockets websockets-private
QT = testlib websockets-private
SOURCES += tst_dataprocessor.cpp
......
......@@ -6,7 +6,7 @@ TEMPLATE = app
TARGET = tst_handshakerequest
QT = core testlib websockets websockets-private
QT = testlib websockets-private
SOURCES += tst_handshakerequest.cpp
......
......@@ -6,7 +6,7 @@ TEMPLATE = app
TARGET = tst_handshakeresponse
QT = core testlib websockets websockets-private
QT = testlib websockets-private
SOURCES += tst_handshakeresponse.cpp
......
......@@ -6,7 +6,7 @@ TEMPLATE = app
TARGET = tst_defaultmaskgenerator
QT = core testlib websockets websockets-private
QT = testlib websockets-private
SOURCES += tst_defaultmaskgenerator.cpp
......
......@@ -2,7 +2,7 @@ CONFIG += console
CONFIG += testcase
CONFIG -= app_bundle
QT = core testlib websockets
QT = testlib websockets
TARGET = tst_qwebsocket
......
......@@ -6,7 +6,7 @@ TEMPLATE = app
TARGET = tst_qwebsocketcorsauthenticator
QT = core testlib websockets
QT = testlib websockets
SOURCES += tst_qwebsocketcorsauthenticator.cpp
......@@ -2,7 +2,7 @@ CONFIG += console
CONFIG += testcase
CONFIG -= app_bundle
QT = core testlib websockets
QT = testlib websockets
TARGET = tst_qwebsocketserver
......
......@@ -6,7 +6,7 @@ TEMPLATE = app
TARGET = tst_websocketframe
QT = core testlib websockets websockets-private
QT = testlib websockets-private
SOURCES += tst_websocketframe.cpp
......
......@@ -6,7 +6,7 @@ TEMPLATE = app
TARGET = tst_websocketprotocol
QT = core testlib websockets websockets-private
QT = testlib websockets-private
SOURCES += tst_websocketprotocol.cpp
......
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
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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment