summaryrefslogtreecommitdiffstats
path: root/examples/knx/device/device.pro
blob: c8510f1606604b547e33ccc94d4167fe374a4e0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TEMPLATE = app
TARGET = device
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/device
INSTALLS += target