summaryrefslogtreecommitdiffstats
path: root/examples/serialbus/modbus/adueditor/adueditor.pro
blob: a6a71f6362fe301db188feae04bab21ed7c7f7c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE = app
CONFIG += c++11
INCLUDEPATH += .
TARGET = adueditor
QT += serialbus serialport widgets
QT += serialbus-private core-private

FORMS += interface.ui
SOURCES += main.cpp mainwindow.cpp modbustcpclient.cpp
HEADERS += mainwindow.h plaintextedit.h modbustcpclient.h modbustcpclient_p.h

target.path = $$[QT_INSTALL_EXAMPLES]/serialbus/modbus/adueditor
INSTALLS += target