summaryrefslogtreecommitdiffstats
path: root/src/knx/configure.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/knx/configure.json')
-rw-r--r--src/knx/configure.json37
1 files changed, 37 insertions, 0 deletions
diff --git a/src/knx/configure.json b/src/knx/configure.json
new file mode 100644
index 0000000..92c66b0
--- /dev/null
+++ b/src/knx/configure.json
@@ -0,0 +1,37 @@
+{
+ "module": "knx",
+ "testDir": "../../config.tests",
+
+ "tests": {
+ "compiletest": {
+ "label": "Minimum compiler version",
+ "type": "compile",
+ "test": "compiletest"
+ }
+ },
+
+ "features": {
+ "compiletest": {
+ "label": "Minimum compiler version detected",
+ "condition": "tests.compiletest",
+ "output": [ "privateFeature" ]
+ }
+ },
+
+ "report": [
+ {
+ "type": "note",
+ "condition": "!features.compiletest",
+ "message": "QtKnx: Your compiler is not officially supported or was not detected properly."
+ }
+ ],
+
+ "summary": [
+ {
+ "section": "Qt KNX",
+ "entries": [
+ "compiletest"
+ ]
+ }
+ ]
+}