summaryrefslogtreecommitdiffstats
path: root/examples/knx/feature/feature.pro
blob: f75ad7a224858e1e4877c541633813bbd3c2c62a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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