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 463B

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