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.

19 rivejä
262 B

  1. QT += testlib widgets serialport
  2. QT += testlib
  3. QT -= gui
  4. TEMPLATE = app
  5. SOURCES += tst_test_modbus.cpp \
  6. ../ModbusMatser/modbus_master.cpp
  7. HEADERS += \
  8. ../ModbusMatser/modbus_master.h
  9. TARGET = modbus_master
  10. CONFIG += console
  11. CONFIG -= app_bundle