summaryrefslogtreecommitdiffstats
path: root/examples/knx/knx.pro
diff options
context:
space:
mode:
authorKarsten Heimrich <karsten.heimrich@qt.io>2019-04-15 12:04:27 +0200
committerKarsten Heimrich <karsten.heimrich@qt.io>2019-04-17 12:12:52 +0000
commit60d096199945d39aad92384e3ba9a47be406d650 (patch)
tree2f85c10fdd5415b614bc253d2c6a502a98227b39 /examples/knx/knx.pro
parent44226e74b903c140be0953b797323ba1f19f4bef (diff)
Introduce local device management examplev5.13.0-beta3
Change-Id: I472d40f5941d4c90c07ffcc8ab61b85665c0d932 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
Diffstat (limited to 'examples/knx/knx.pro')
-rw-r--r--examples/knx/knx.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/knx/knx.pro b/examples/knx/knx.pro
index 63cf3fd..2afb053 100644
--- a/examples/knx/knx.pro
+++ b/examples/knx/knx.pro
@@ -5,5 +5,5 @@ TEMPLATE = subdirs
SUBDIRS += discoverer knxproj tunnelclient router
qtHaveModule(widgets) {
- SUBDIRS += knxeditor group
+ SUBDIRS += knxeditor group device
}