-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathRTVT.pro
65 lines (63 loc) · 1.81 KB
/
RTVT.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
QT += opengl \
multimedia \
xml \
xmlpatterns
HEADERS += rtvtmainwindow.h \
rtvtdataobject.h \
rtvtwaveviewerglwidget.h \
rtvtglobaldefinitions.h \
rtvtchannelwidget.h \
rtvtfiltercontroller.h \
rtvtmockdatatransfer.h \
rtvtcontinuousviewerwidget.h \
multipagewidget.h \
HUD_Plugins/rtvthudwaveview.h \
HUD_Plugins/rtvthudcontrollerview.h \
data_handling_plugins/bNEVwr.h \
Filtering/FirKernels.h \
RTVTTimer.h \
External-Code/audiooutput.h \
universalStructures.h \
rtvttriggermodel.h \
rtvtcontrolwindow.h \
External-Code/utils.h \
rtvtplotwindow.h
SOURCES += rtvtmainwindow.cpp \
main.cpp \
rtvtwaveviewerglwidget.cpp \
rtvtdataobject.cpp \
rtvtchannelwidget.cpp \
rtvtfiltercontroller.cpp \
rtvtmockdatatransfer.cpp \
rtvtcontinuousviewerwidget.cpp \
multipagewidget.cpp \
HUD_Plugins/rtvthudwaveview.cpp \
HUD_Plugins/rtvthudcontrollerview.cpp \
data_handling_plugins/bNEVwr.cpp \
Filtering/FirKernels.cpp \
RTVTTimer.cpp \
External-Code/audiooutput.cpp \
rtvttriggermodel.cpp \
rtvtcontrolwindow.cpp \
External-Code/utils.cpp \
rtvtplotwindow.cpp
OTHER_FILES += Task_List.txt \
qss/rtvthuddockstyle.qss \
Filtering/null_filter.txt
FORMS += HUD_Plugins/rtvthudwaveview.ui \
HUD_Plugins/rtvthudcontrollerview.ui \
rtvtcontrolwindow.ui \
rtvtplotwindow.ui
CONFIG += qwt
# LIBS += -F$${QWT_ROOT}/lib
qtAddLibrary(qwt)
# LIBS += -L/usr/local/qwt-6.0.1-svn/lib/qwt.framework/ -lqwt
# INCLUDEPATH += /usr/local/qwt-6.0.1-svn/lib/qwt.framework/Headers/
fftreal_dir = /Library/Frameworks/fftreal.framework/Headers/
LIBS += -F$${fftreal_dir}
LIBS += -framework \
fftreal
QtSvgDir = /Library/Frameworks/QtSvg.framework/
LIBS += -F$${QtSvgDir}
LIBS += -framework \
QtSvg