summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2014-08-07 13:59:35 +0200
committerOswald Buddenhagen <oswald.buddenhagen@digia.com>2014-08-08 17:01:38 +0200
commit03933809bbc65c6073d7d3a1709e7c1c31758e27 (patch)
tree6b7e24ebf1f2fb8890c2938f7aa970cd42f06f01
parent9da56f68a6c68844ef3f69b4b286576f820a33c5 (diff)
downloadqtwebsockets-03933809bbc65c6073d7d3a1709e7c1c31758e27.tar.gz
remove some pointless noise from project files
Change-Id: I69b07bfdb69ec4f9ad8c7bf0e6fc327b76113de6 Reviewed-by: Milian Wolff <milian.wolff@kdab.com>
-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" => "",