Commit 03933809 authored by Oswald Buddenhagen's avatar Oswald Buddenhagen
Browse files

remove some pointless noise from project files


Change-Id: I69b07bfdb69ec4f9ad8c7bf0e6fc327b76113de6
Reviewed-by: default avatarMilian Wolff <milian.wolff@kdab.com>
Showing with 1 addition and 11 deletions
load(configure)
load(qt_parts)
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
......
......@@ -5,10 +5,6 @@
%moduleheaders = (
);
%classnames = (
"qtwebsockets.h" => "QtWebSockets",
);
%dependencies = (
"qtbase" => "",
"qtdeclarative" => "",
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment