From fb587a3a996d2e9d2fca34cc053df29f6d23f64e Mon Sep 17 00:00:00 2001 From: Milian Wolff Date: Wed, 11 Dec 2013 15:54:33 +0100 Subject: Restructure sources and assimilate to Qt module structure. This module can hopefully be done in time for 5.3. This commit changes the source structure and QMake files to adapt to typical Qt modules. With this in place, we can now use QT += webchannel in qmake files to link against the pure Qt/C++ QtWebChannel library. The QML plugin is separated from it and can be loaded optionally, if the quick module could be found. Also added is now a qmlplugindump for tooling integration. Note that the Qt.labs namespace is removed. The test file structure is also adapted to how its done in the QtDeclarative module. Note that this setup apparently does not support to run tests without running make install first. Change-Id: I1c15d72e7ab5f525d5a6f651f4e965ef86bc17bd Reviewed-by: Simon Hausmann --- .qmake.conf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .qmake.conf (limited to '.qmake.conf') diff --git a/.qmake.conf b/.qmake.conf new file mode 100644 index 0000000..efd0e68 --- /dev/null +++ b/.qmake.conf @@ -0,0 +1,4 @@ +load(qt_build_config) +CONFIG += qt_example_installs + +MODULE_VERSION = 5.3.0 -- cgit v1.2.1