summaryrefslogtreecommitdiffstats
path: root/qtknx.pro
diff options
context:
space:
mode:
authorKarsten Heimrich <karsten.heimrich@qt.io>2017-07-19 16:25:18 +0200
committerKarsten Heimrich <karsten.heimrich@qt.io>2017-07-26 09:23:35 +0000
commited9759ad37804b186d497cdb4a5e558d0f282416 (patch)
tree0f1b615b341483566c67b1f53f27e88c07d86129 /qtknx.pro
parent6e05538034d809d79576c537a6a93f1751565779 (diff)
Implement missing parts to include the module into the CI system
Change-Id: Ia539a39e6c2d3b9d9e77a7808be48c3ba681a17f Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
Diffstat (limited to 'qtknx.pro')
-rw-r--r--qtknx.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/qtknx.pro b/qtknx.pro
index 29a363e..b1b1f1a 100644
--- a/qtknx.pro
+++ b/qtknx.pro
@@ -4,3 +4,8 @@ lessThan(QT_MAJOR_VERSION, 5) {
load(configure)
load(qt_parts)
+
+include($$OUT_PWD/src/knx/qtknx-config.pri)
+QT_FOR_CONFIG += knx-private
+
+requires(qtConfig(compilerdetection))