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.

TactileBCIFilter.pro 412B

1234567891011121314151617181920212223
  1. #-------------------------------------------------
  2. #
  3. #
  4. # Version 1.3 vom 22.03.2021
  5. # Geändert von Igor Beloschapkin
  6. #
  7. #-------------------------------------------------
  8. QT += core gui network
  9. greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
  10. TARGET = TactileBCIFilter
  11. TEMPLATE = app
  12. SOURCES += main.cpp\
  13. mainwindow.cpp
  14. HEADERS += mainwindow.h
  15. FORMS += mainwindow.ui
  16. RC_FILE = appicon.rc