source:
GTP/trunk/Lib/Vis/Preprocessing/scripts/preprocessor.pro
@
177
Revision 177, 334 bytes checked in by bittner, 19 years ago (diff) |
---|
Line | |
---|---|
1 | |
2 | TEMPLATE = app |
3 | |
4 | TARGET = preprocessor |
5 | |
6 | INCLUDEPATH += ../src |
7 | |
8 | # debuc config |
9 | CONFIG += console warn_on debug thread |
10 | |
11 | # RELEASE CONFIG |
12 | #CONFIG += windows warn_on thread |
13 | |
14 | # DEPENDPATH = ../../include |
15 | |
16 | # Input |
17 | HEADERS += |
18 | |
19 | |
20 | SOURCES += Preprocessor.cpp SamplingPreprocessor.cpp ExactPreprocessor.cpp KdTree.cpp |
21 |
Note: See TracBrowser
for help on using the repository browser.