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.

qespta.pro 279B

1234567891011121314
  1. TEMPLATE = app
  2. DEPENDPATH += .
  3. QT += core gui
  4. contains(QT_VERSION, ^5\\..*\\..*): QT += widgets
  5. HEADERS += MainWindow.h \
  6. MessageWindow.h \
  7. QespTest.h
  8. SOURCES += main.cpp \
  9. MainWindow.cpp \
  10. MessageWindow.cpp \
  11. QespTest.cpp
  12. include(../../src/qextserialport.pri)