You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- QT += testlib widgets serialport
- QT += testlib
- QT -= gui
-
-
-
- TEMPLATE = app
-
- SOURCES += tst_test_modbus.cpp \
- ../ModbusMatser/modbus_master.cpp
-
- HEADERS += \
- ../ModbusMatser/modbus_master.h
-
- TARGET = modbus_master
- CONFIG += console
- CONFIG -= app_bundle
|