aboutsummaryrefslogtreecommitdiffstats
path: root/src
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 /src
parent39a0e9bb5a3e87522bfe4a3107560fd6ef7632b4 (diff)
Remove redundant options and a stray define
Change-Id: Ic7ce11f1631197e6ee019b66c0d7ec56590c5ab5 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/imports/qmlwebsockets/qmlwebsockets.pro4
-rw-r--r--src/imports/qmlwebsockets_compat/qmlwebsockets_compat.pro2
2 files changed, 2 insertions, 4 deletions
diff --git a/src/imports/qmlwebsockets/qmlwebsockets.pro b/src/imports/qmlwebsockets/qmlwebsockets.pro
index fef47f4..fa631bd 100644
--- a/src/imports/qmlwebsockets/qmlwebsockets.pro
+++ b/src/imports/qmlwebsockets/qmlwebsockets.pro
@@ -1,4 +1,4 @@
-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)
diff --git a/src/imports/qmlwebsockets_compat/qmlwebsockets_compat.pro b/src/imports/qmlwebsockets_compat/qmlwebsockets_compat.pro
index a6610b6..fbdf01c 100644
--- a/src/imports/qmlwebsockets_compat/qmlwebsockets_compat.pro
+++ b/src/imports/qmlwebsockets_compat/qmlwebsockets_compat.pro
@@ -1,6 +1,6 @@
### Qt 6: Remove support for the old "Qt.WebSockets" QML module.
-QT = core websockets qml
+QT = websockets qml
TARGETPATH = Qt/WebSockets