-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFSGui_no_data.pro
47 lines (37 loc) · 1.26 KB
/
FSGui_no_data.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
include(../module_defaults.pri)
QT += opengl widgets xml multimedia multimediawidgets
#CONFIG += debug
cache()
TARGET = FSGui
TEMPLATE = app
# Use Qt Resource System for images.
RESOURCES += \
$$PWD/../../Resources/Images/buttons.qrc
CONFIG += c++11
INCLUDEPATH += ../../Trodes/src-config
INCLUDEPATH += ../../Trodes/src-main
SOURCES += main.cpp\
fsgui.cpp \
fsConfigureAOut.cpp \
fsConfigureStimulators.cpp \
fsStimForm.cpp \
../../Trodes/src-config/configuration.cpp \
../../Trodes/src-main/trodesSocket.cpp \
../../Trodes/src-main/trodesdatastructures.cpp \
../../Trodes/src-main/eventHandler.cpp \
fsFeedbackTab.cpp \
fsLatencyTab.cpp
HEADERS += fsGUI.h \
fsConfigureStimulators.h \
fsConfigureAOut.h \
fsStimForm.h \
# fsLatencyGui.h \
laser.h \
fsSharedStimControlDefines.h \
../../Trodes/src-config/configuration.h \
../../Trodes/src-main/trodesSocket.h \
../../Trodes/src-main/trodesSocketDefines.h \
../../Trodes/src-main/trodesdatastructures.h \
../../Trodes/src-main/eventHandler.h \
fsFeedbackTab.h \
fsLatencyTab.h