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.
 
 
 

28 line
522 B

  1. #-------------------------------------------------
  2. #
  3. # Project created by QtCreator 2025-07-23T11:43:43
  4. #
  5. #-------------------------------------------------
  6. QT += core gui
  7. QT += serialport
  8. greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
  9. TARGET = modbus
  10. TEMPLATE = app
  11. SOURCES += main.cpp\
  12. widget.cpp \
  13. mymodbus.cpp \
  14. communicationhistory.cpp \
  15. serialcommunicator.cpp
  16. HEADERS += widget.h \
  17. mymodbus.h \
  18. communicationhistory.h \
  19. serialcommunicator.h
  20. FORMS += widget.ui