diff options
author | Jesus Fernandez <jesus.fernandez@qt.io> | 2018-08-16 14:17:14 +0200 |
---|---|---|
committer | Jesus Fernandez <Jesus.Fernandez@qt.io> | 2018-08-17 11:01:11 +0000 |
commit | 790586e42920a4cbf10bb808aa1b716247628cc4 (patch) | |
tree | a789809cc53bb87bbfc658b4e10963a468f978cc /src/imports/qmlwebsockets | |
parent | 39a0e9bb5a3e87522bfe4a3107560fd6ef7632b4 (diff) | |
download | qtwebsockets-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')
-rw-r--r-- | src/imports/qmlwebsockets/qmlwebsockets.pro | 4 |
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) |