forked from shaobohou/madios
-
Notifications
You must be signed in to change notification settings - Fork 2
/
ModifiedADIOS.pro
36 lines (33 loc) · 1.02 KB
/
ModifiedADIOS.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
######################################################################
# Automatically generated by qmake (2.00a) Mon Jun 19 14:46:17 2006
######################################################################
TEMPLATE = app
TARGET +=
DEPENDPATH += . utils maths maths/tnt
INCLUDEPATH += . utils maths maths/tnt
CONFIG += release
CONFIG -= qt
QMAKE_CXXFLAGS_RELEASE += -pedantic -ansi
# Input
HEADERS += RDSGraph.h \
RDSNode.h \
BasicSymbol.h \
SearchPath.h \
utils/Stringable.h \
SpecialLexicons.h \
SignificantPattern.h \
EquivalenceClass.h \
utils/special.h \
utils/TimeFuncs.h
SOURCES += main.cpp \
RDSGraph.cpp \
RDSNode.cpp \
BasicSymbol.cpp \
SearchPath.cpp \
utils/Stringable.cpp \
SpecialLexicons.cpp \
SignificantPattern.cpp \
EquivalenceClass.cpp \
maths/special.cpp \
utils/MiscUtils.cpp \
utils/TimeFuncs.cpp