Typica is a free program for professional coffee roasters. https://typica.us
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.

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