選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

28 行
492 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. crc.cpp \
  14. mymodbus.cpp \
  15. communicationhistory.cpp
  16. HEADERS += widget.h \
  17. crc.h \
  18. mymodbus.h \
  19. communicationhistory.h
  20. FORMS += widget.ui