summaryrefslogtreecommitdiff
path: root/src/imports/qmlwebsockets/qmlwebsockets.pro
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/imports/qmlwebsockets/qmlwebsockets.pro
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 'src/imports/qmlwebsockets/qmlwebsockets.pro')
-rw-r--r--src/imports/qmlwebsockets/qmlwebsockets.pro4
1 files changed, 1 insertions, 3 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)