Cleaning up sample prog

This commit is contained in:
Paolo Cignoni 2016-06-09 08:43:21 +00:00
parent 067f2e713d
commit b480eeaba1
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
TARGET = tridecimator TARGET = tridecimator
DEPENDPATH += ../.. DEPENDPATH += ../..
INCLUDEPATH += . ../.. INCLUDEPATH += . ../..
CONFIG += console stl debug_and_release CONFIG += console stl c++11 debug_and_release
TEMPLATE = app TEMPLATE = app
HEADERS += HEADERS +=
SOURCES += tridecimator.cpp ../../wrap/ply/plylib.cpp SOURCES += tridecimator.cpp ../../wrap/ply/plylib.cpp