source: GTP/trunk/Lib/Vis/Preprocessing/scripts/preprocessor.pro @ 177

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