-
Notifications
You must be signed in to change notification settings - Fork 1
/
LaresiSpellerPrototype.pro
90 lines (79 loc) · 2.16 KB
/
LaresiSpellerPrototype.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
#-------------------------------------------------
#
# Project created by QtCreator 2016-09-04T03:46:54
#
#-------------------------------------------------
QT += core gui network opengl multimedia
CONFIG += c++11 console
# CONFIG += c++11
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = StimUSTO
TEMPLATE = app
SOURCES += src\main.cpp\
src/arabicspeller.cpp \
src/auditoryspeller.cpp \
src/chromaspeller.cpp \
src/hybrid.cpp \
src/hybridstimulation.cpp \
src/multistimuli.cpp \
src/phonekeypad.cpp \
src/ssvepcircle.cpp \
src\configpanel.cpp \
src\matrixlayout.cpp \
src\ovmarkersender.cpp \
src\randomflashsequence.cpp \
src\ellipselayout.cpp \
src\ssvepgl.cpp \
src\utils.cpp \
src\speller.cpp \
src/flashingspeller.cpp \
src/facespeller.cpp \
src/paradigm.cpp \
src/erp.cpp \
src/jsonserializer.cpp \
src/ssvep.cpp \
src/logger.cpp
HEADERS += include\configpanel.h \
include/arabicspeller.h \
include/auditoryspeller.h \
include/chromaspeller.h \
include/hybrid.h \
include/hybridstimulation.h \
include/multistimuli.h \
include/phonekeypad.h \
include/ssvepcircle.h \
include\ovtk_stimulations.h \
include\matrixlayout.h \
include\ovmarkersender.h \
include\randomflashsequence.h \
include\ellipselayout.h \
include\ssvepgl.h \
include\utils.h \
include\speller.h \
include\glutils.h \
include/flashingspeller.h \
include/facespeller.h \
include/paradigm.h \
include/erp.h \
include/serializable.h \
include/serializer.h \
include/jsonserializer.h \
include/ssvep.h \
include/logger.h
INCLUDEPATH += include\
FORMS += src\ui\configpanel.ui \
src\ui\ssvep.ui \
src\ui\ssvepsingle.ui \
src\ui\spellerform.ui
RESOURCES += assets\asset.qrc
DISTFILES += \
MyOVBox.py \
src\shaders\sh_v.vert \
src\shaders\sh_f.frag \
config/default.json \
config/facespeller_calib.json \
config/facespeller_online.json \
README.md \
src/pyscripts/MyOVBox.py \
config/ssvep_online_sync.json \
config/ssvep_calib_sync.json