forked from ycroft/STOKES
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstokes.pro
63 lines (59 loc) · 1.95 KB
/
stokes.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
######################################################################
# Automatically generated by qmake (2.01a) ?? 2? 9 21:39:06 2016
######################################################################
TEMPLATE = app
TARGET =
DEPENDPATH += . \
DataCollection \
DataProcessing \
UI \
Universal \
include/DataCollection \
include/DataProcessing \
include/UI \
include/Universal
INCLUDEPATH += . \
./include \
/usr/include/qt4 \
/usr/include/qt4/QtCore \
/usr/include/qt4/QtGui \
/usr/include/qwt
TRANSLATIONS+=app_en.ts
LIBS += -lqwt \
-lboost_thread \
-lboost_system
CONFIG += debug \
warn_off
# Input
HEADERS += testsuite.h \
include/DataCollection/objmanager.h \
include/DataCollection/spectrograph.h \
include/DataProcessing/processor.h \
include/UI/plot.h \
include/UI/widget.h \
include/UI/mainwindow.h \
include/UI/toolpanel.h \
include/UI/infopanel.h \
include/UI/graphicspanel.h \
include/UI/threadspanel.h \
include/UI/analysepanel.h \
include/UI/application.h \
include/Universal/complex.h \
include/Universal/innerdata.h \
include/Universal/math.h
SOURCES += ut_widget.cpp \
DataCollection/objmanager.cpp \
DataCollection/spectrograph.cpp \
DataProcessing/processor.cpp \
UI/plot.cpp \
UI/widget.cpp \
UI/mainwindow.cpp \
UI/toolpanel.cpp \
UI/infopanel.cpp \
UI/graphicspanel.cpp \
UI/threadspanel.cpp \
UI/analysepanel.cpp \
UI/application.cpp \
Universal/complex.cpp \
Universal/innerdata.cpp \
Universal/math.cpp