summaryrefslogtreecommitdiffstats
path: root/qtknx.pro
diff options
context:
space:
mode:
authorKarsten Heimrich <karsten.heimrich@qt.io>2017-01-17 16:52:12 +0100
committerKarsten Heimrich <karsten.heimrich@qt.io>2017-01-17 16:52:12 +0100
commit7fffb57193b0c9f1f0b7a1984ffbdf0eb98c80f3 (patch)
treea636f51e66455fb97693242a797f9a215e723121 /qtknx.pro
parentd33f2b13450800444c3b8bf953c6bce8ea1e8550 (diff)
Implement KNX address handling class with auto test, setup module build
Diffstat (limited to 'qtknx.pro')
-rw-r--r--qtknx.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/qtknx.pro b/qtknx.pro
new file mode 100644
index 0000000..29a363e
--- /dev/null
+++ b/qtknx.pro
@@ -0,0 +1,6 @@
+lessThan(QT_MAJOR_VERSION, 5) {
+ error("Cannot build current Qt KNX sources with Qt version $${QT_VERSION}.")
+}
+
+load(configure)
+load(qt_parts)