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