From 6e1e387174d20fb62a804b6e27438bcc5ea59f28 Mon Sep 17 00:00:00 2001 From: Steven Ceuppens Date: Fri, 27 Sep 2013 14:27:27 +0200 Subject: Changes to integrate the websocket module as a full Qt Add-On module - Changed project files to use Qt structure - Moved existing sources into subdirectory, to make room for moduels - Created a "import/qmlwebsocket" module skeleton (works, but needs to be extended) - Modified examples to not use "include(.pri)", but use "QT += websocket" - Added qml example skeleton (works, but no useful functionality yet) Project can be build with: $ qmake $ make $ make install Module can be used in other projects with QT += websockets Change-Id: I2123026958b264670dbf8a978dee76edf5855806 Reviewed-by: Kurt Pattyn --- .qmake.conf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .qmake.conf (limited to '.qmake.conf') diff --git a/.qmake.conf b/.qmake.conf new file mode 100644 index 0000000..4fb101b --- /dev/null +++ b/.qmake.conf @@ -0,0 +1,5 @@ +load(qt_build_config) + +CONFIG += qt_example_installs + +MODULE_VERSION = 5.1.1 -- cgit v1.2.1