Typica is a free program for professional coffee roasters. https://typica.us
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

uartassistant.pro 432B

12345678910111213141516171819202122
  1. #-------------------------------------------------
  2. #
  3. # Project created by QtCreator 2011-11-06T21:37:41
  4. #
  5. #-------------------------------------------------
  6. QT += core gui
  7. contains(QT_VERSION, ^5\\..*\\..*): QT += widgets
  8. TARGET = uartassistant
  9. TEMPLATE = app
  10. include(../../src/qextserialport.pri)
  11. SOURCES += main.cpp\
  12. dialog.cpp\
  13. hled.cpp
  14. HEADERS += dialog.h \
  15. hled.h
  16. FORMS += dialog.ui