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.
 
 
 

22 lines
370 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. HEADERS += widget.h
  14. FORMS += widget.ui