summaryrefslogtreecommitdiffstats
path: root/examples/knx/group/group.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/knx/group/group.pro')
-rw-r--r--examples/knx/group/group.pro20
1 files changed, 20 insertions, 0 deletions
diff --git a/examples/knx/group/group.pro b/examples/knx/group/group.pro
new file mode 100644
index 0000000..95d739e
--- /dev/null
+++ b/examples/knx/group/group.pro
@@ -0,0 +1,20 @@
+TEMPLATE = app
+TARGET = group
+INCLUDEPATH += .
+
+CONFIG += c++11
+QT += knx widgets network core
+
+FORMS += mainwindow.ui
+
+HEADERS += deviceitem.h \
+ groupaddressvalidater.h \
+ mainwindow.h
+
+SOURCES += deviceitem.cpp \
+ groupaddressvalidater.cpp \
+ main.cpp \
+ mainwindow.cpp
+
+target.path = $$[QT_INSTALL_EXAMPLES]/knx/group
+INSTALLS += target