summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qtwebsockets.pro1
-rw-r--r--src/websockets/websockets.pro7
-rw-r--r--sync.profile4
3 files changed, 1 insertions, 11 deletions
diff --git a/qtwebsockets.pro b/qtwebsockets.pro
index 0c67e66..58c33f2 100644
--- a/qtwebsockets.pro
+++ b/qtwebsockets.pro
@@ -1,2 +1 @@
-load(configure)
load(qt_parts)
diff --git a/src/websockets/websockets.pro b/src/websockets/websockets.pro
index 5b5ff78..c9cf6e5 100644
--- a/src/websockets/websockets.pro
+++ b/src/websockets/websockets.pro
@@ -1,11 +1,6 @@
-load(qt_build_config)
TARGET = QtWebSockets
-QT = core network core-private
-
-TEMPLATE = lib
-
-DEFINES += QTWEBSOCKETS_LIBRARY
+QT = core-private network
QMAKE_DOCS = $$PWD/doc/qtwebsockets.qdocconf
OTHER_FILES += doc/src/*.qdoc # show .qdoc files in Qt Creator
diff --git a/sync.profile b/sync.profile
index 1f23372..719fe87 100644
--- a/sync.profile
+++ b/sync.profile
@@ -5,10 +5,6 @@
%moduleheaders = (
);
-%classnames = (
- "qtwebsockets.h" => "QtWebSockets",
-);
-
%dependencies = (
"qtbase" => "",
"qtdeclarative" => "",