Skip to content

Commit 1c9e34d

Browse files
committed
project's folders structure
1 parent c6da937 commit 1c9e34d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+5262
-5027
lines changed

FATool.pro

+2-86
Original file line numberDiff line numberDiff line change
@@ -1,87 +1,3 @@
1-
TEMPLATE = app
2-
TARGET = FATool
3-
ICON = logo.icns
1+
TEMPLATE = subdirs
42

5-
INCLUDEPATH += /opt/local/include/
6-
INCLUDEPATH += /opt/local/include/libomp/
7-
LIBS += -L/opt/local/lib/libomp -lomp
8-
LIBS += -L/opt/local/lib/ -lgsl -lgslcblas -lm
9-
QMAKE_CXXFLAGS += -Xpreprocessor -fopenmp
10-
LIBS += -Xpreprocessor -fopenmp
11-
12-
QT = core gui
13-
14-
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport
15-
16-
SOURCES += main.cpp \
17-
log_window.cpp \
18-
mass_exponents_window.cpp \
19-
plot_window.cpp \
20-
qcustomplot.cpp \
21-
main_window.cpp \
22-
file_ops.cpp \
23-
save_window.cpp \
24-
base_plot.cpp \
25-
inputs_window.cpp \
26-
inputs_dfa.cpp \
27-
inputs_dcca.cpp \
28-
inputs_ht.cpp \
29-
inputs_mfdfa.cpp \
30-
inputs_rhodcca.cpp \
31-
dfa_window.cpp \
32-
mfdfa_window.cpp \
33-
dcca_window.cpp \
34-
rhodcca_window.cpp \
35-
ht_window.cpp \
36-
DFA.cpp \
37-
array_ops.cpp \
38-
math_ops.cpp \
39-
refit_window.cpp \
40-
DCCA.cpp \
41-
rhoDCCA.cpp \
42-
spectrum_window.cpp \
43-
starting_window.cpp \
44-
MFDFA.cpp \
45-
MFDFA_single_q.cpp \
46-
HT.cpp \
47-
HT_single_scale.cpp \
48-
legend_position_window.cpp
49-
50-
HEADERS += \
51-
constants.h \
52-
log_window.h \
53-
mass_exponents_window.h \
54-
plot_window.h \
55-
qcustomplot.h \
56-
main_window.h \
57-
file_ops.h \
58-
save_window.h \
59-
base_plot.h \
60-
inputs_window.h \
61-
inputs_dfa.h \
62-
inputs_dcca.h \
63-
inputs_ht.h \
64-
inputs_mfdfa.h \
65-
inputs_rhodcca.h \
66-
dfa_window.h \
67-
mfdfa_window.h \
68-
dcca_window.h \
69-
rhodcca_window.h \
70-
ht_window.h \
71-
DFA.h \
72-
array_ops.h \
73-
math_ops.h \
74-
FA.h \
75-
refit_window.h \
76-
DCCA.h \
77-
rhoDCCA.h \
78-
spectrum_window.h \
79-
starting_window.h \
80-
MFDFA.h \
81-
MFDFA_single_q.h \
82-
HT.h \
83-
HT_single_scale.h \
84-
legend_position_window.h
85-
86-
DISTFILES += \
87-
prefs.txt
3+
SUBDIRS = app tests

0 commit comments

Comments
 (0)