Cleaning up sample prog
This commit is contained in:
parent
067f2e713d
commit
b480eeaba1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue