-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy patheelsmodel.pro
248 lines (245 loc) · 7.94 KB
/
eelsmodel.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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
######################################################################
# Automatically generated by qmake (2.01a) di 14. dec 15:48:01 2010
######################################################################
CONFIG+=exceptions
CONFIG+=rtti
QMAKE_CXXFLAGS_RELEASE+=-O3
QMAKE_CXXFLAGS_RELEASE-=-fno-exceptions
macx{
include( /Users/jv/qwt-6.1.0/qwt.prf )
INCLUDEPATH += /Users/jv/eigen \
/usr/local/include \
/Developer/usr/include \
/Users/jv/qwt-6.1.0/src
LIBS+= -L/Developer/usr/lib \
-L/Users/jv/tmp/fftw-3.3.3
ICON=eelsmodel.icns
}
win32{
#CONFIG+=qwt
QT += widgets
INCLUDEPATH += C:/include/eigen3
INCLUDEPATH += C:/qwt-6.1.4/include
INCLUDEPATH += C:/include/fftw-3.3.8
INCLUDEPATH += C:/include/gsl/include
CONFIG(debug, debug|release) {
# debug
LIBS += -lqwtd
}else {
# release
LIBS += -lqwt
}
#include( C:\\qwt-6.1.0\\qwt.prf )
#INCLUDEPATH+=c:\\gsl\\include \
# c:\\eigen \
# c:\\qwt-6.1.0\\src \
# c:\\fftw_3.3.3
#LIBS+=-lfftw3-3 \
# -Lc:\\fftw_3.3.3 \
# -LC:\\gsl\\lib \
# -LC:\\gsl\\bin
RC_FILE=eelsmodelrc.rc
QMAKE_CXXFLAGS+=-DGSL_DLL
}
else{
INCLUDEPATH += /usr/include/eigen3
CONFIG+=qwt
}
LIBS+=-lfftw3
CONFIG(debug, debug|release) {
# debug
}else {
# release
DEFINES += NDEBUG
}
LIBS+=-lgsl
LIBS+=-lgslcblas
TEMPLATE = app
DEPENDPATH += . \
src/components \
src/core \
src/fitters \
src/gui
INCLUDEPATH += . \
src \
src/core \
src/gui \
src/components \
src/fitters
# Input
HEADERS += src/components/dieleclinear.h \
src/components/dielecmodel.h \
src/components/dos.h \
src/components/doslifetime.h \
src/components/doslifetimespline.h \
src/components/drudelorentz.h \
src/components/edgefile.h \
src/components/eshift.h \
src/components/expbackground.h \
src/components/fixedpattern.h \
src/components/fowler.h \
src/components/gaussian.h \
src/components/gdos.h \
src/components/gdoslin.h \
src/components/hsedge.h \
src/components/kedge.h \
src/components/kedgerel.h \
src/components/ledge.h \
src/components/line.h \
src/components/logpoly.h \
src/components/lorentz.h \
src/components/mscatter.h \
src/components/mscatterexpfft.h \
src/components/mscatterfft.h \
src/components/mycomponents.h \
src/components/pearsonIV.h \
src/components/plasmon.h \
src/components/powerlaw.h \
src/components/fast_BG.h \
src/components/pseudovoigt.h \
src/components/spinsplitedge.h \
src/components/spinsplitedgegap.h \
src/components/spinsplitedgehyd.h \
src/core/bandedmatrix.h \
src/core/chisquare.h \
src/core/component.h \
src/core/cslice_iter.h \
src/core/debug_new.h \
src/core/eelsmodel.h \
src/core/fftw++.h \
src/core/image.h \
src/core/invert_matrix.hpp \
src/core/model.h \
src/core/monitor.h \
src/core/multibyte.h \
src/core/multispectrum.h \
src/core/parameter.h \
src/core/slice_iter.h \
src/core/spectrum.h \
src/core/tag.h \
src/fitters/fitter.h \
src/fitters/levenbergmarquardt.h \
src/fitters/lsqfitter.h \
src/fitters/mlfitter.h \
src/fitters/mlfitter_gsl.h \
src/fitters/wlsqfitter.h \
src/gui/atomchooser.h \
src/gui/componentmaintenance.h \
src/gui/componentselector.h \
src/gui/detectorchooser.h \
src/gui/Drudeoptions.h \
src/gui/energies.h \
src/gui/equalizer.h \
src/gui/fileopener.h \
src/gui/fitter_dialog.h \
src/gui/fitterchooser.h \
src/gui/GDOSoptions.h \
src/gui/getfilename.h \
src/gui/getgraphptr.h \
src/gui/gettopspectrum.h \
src/gui/graph.h \
src/gui/hello.h \
src/gui/imagedisplay.h \
src/gui/integerinput.h \
src/gui/interactive_parameter.h \
src/gui/mendeleev.h \
src/gui/menu.h \
src/gui/monitorchooser.h \
src/gui/realinput.h \
src/gui/saysomething.h \
./icons/locked.xpm \
./icons/unlock.xpm \
./icons/linked.xpm \
./icons/add.xpm \
./icons/remove.xpm \
./icons/info.xpm \
./icons/ok.xpm \
./icons/monitor.xpm \
./icons/atomwiz.xpm \
./welcomescreen/eelsmodel_4_1.xpm \
src/gui/licence.txt \
./icons/filesave.xpm \
./icons/fileopen.xpm \
./icons/filenew.xpm \
./icons/previous.xpm \
./icons/rectangle.xpm \
./icons/zoom.xpm \
./icons/gohome.xpm \
./icons/connect_established.xpm
SOURCES += src/components/dieleclinear.cpp \
src/components/dielecmodel.cpp \
src/components/dos.cpp \
src/components/doslifetime.cpp \
src/components/doslifetimespline.cpp \
src/components/drudelorentz.cpp \
src/components/edgefile.cpp \
src/components/eshift.cpp \
src/components/expbackground.cpp \
src/components/fixedpattern.cpp \
src/components/fowler.cpp \
src/components/gaussian.cpp \
src/components/gdos.cpp \
src/components/gdoslin.cpp \
src/components/hsedge.cpp \
src/components/kedge.cpp \
src/components/kedgerel.cpp \
src/components/ledge.cpp \
src/components/line.cpp \
src/components/logpoly.cpp \
src/components/lorentz.cpp \
src/components/mscatter.cpp \
src/components/mscatterexpfft.cpp \
src/components/mscatterfft.cpp \
src/components/pearsonIV.cpp \
src/components/plasmon.cpp \
src/components/powerlaw.cpp \
src/components/fast_BG.cpp \
src/components/pseudovoigt.cpp \
src/components/spinsplitedge.cpp \
src/components/spinsplitedgehyd.cpp \
src/core/chisquare.cpp \
src/core/component.cpp \
src/core/cslice_iter.cpp \
src/core/debug_new.cpp \
src/core/eelsmodel.cpp \
src/core/fftw++.cpp \
src/core/image.cpp \
src/core/main.cpp \
src/core/model.cpp \
src/core/monitor.cpp \
src/core/multibyte.cpp \
src/core/multispectrum.cpp \
src/core/parameter.cpp \
src/core/slice_iter.cpp \
src/core/spectrum.cpp \
src/core/tag.cpp \
src/fitters/fitter.cpp \
src/fitters/levenbergmarquardt.cpp \
src/fitters/lsqfitter.cpp \
src/fitters/mlfitter.cpp \
src/fitters/mlfitter_gsl.cpp \
src/fitters/wlsqfitter.cpp \
src/gui/atomchooser.cpp \
src/gui/componentmaintenance.cpp \
src/gui/componentselector.cpp \
src/gui/detectorchooser.cpp \
src/gui/Drudeoptions.cpp \
src/gui/equalizer.cpp \
src/gui/fileopener.cpp \
src/gui/fitter_dialog.cpp \
src/gui/fitterchooser.cpp \
src/gui/GDOSoptions.cpp \
src/gui/getfilename.cpp \
src/gui/getgraphptr.cpp \
src/gui/gettopspectrum.cpp \
src/gui/graph.cpp \
src/gui/hello.cpp \
src/gui/imagedisplay.cpp \
src/gui/integerinput.cpp \
src/gui/interactive_parameter.cpp \
src/gui/menu.cpp \
src/gui/monitorchooser.cpp \
src/gui/realinput.cpp \
src/gui/saysomething.cpp
OTHER_FILES += \
.gitignore