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,11 +2,11 @@
TARGET = tridecimator
DEPENDPATH += ../..
INCLUDEPATH += . ../..
CONFIG += console stl debug_and_release
CONFIG += console stl c++11 debug_and_release
TEMPLATE = app
HEADERS +=
SOURCES += tridecimator.cpp ../../wrap/ply/plylib.cpp
# Mac specific Config required to avoid to make application bundles
CONFIG -= app_bundle
CONFIG -= app_bundle