TEMPLATE = app TARGET = preprocessor INCLUDEPATH += ../src # debuc config CONFIG += console warn_on debug thread # RELEASE CONFIG #CONFIG += windows warn_on thread # DEPENDPATH = ../../include # Input HEADERS += SOURCES += Preprocessor.cpp SamplingPreprocessor.cpp ExactPreprocessor.cpp KdTree.cpp