Cleaning up sample prog
This commit is contained in:
parent
067f2e713d
commit
b480eeaba1
|
@ -2,11 +2,11 @@
|
||||||
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
|
||||||
|
|
||||||
|
|
||||||
# Mac specific Config required to avoid to make application bundles
|
# Mac specific Config required to avoid to make application bundles
|
||||||
CONFIG -= app_bundle
|
CONFIG -= app_bundle
|
||||||
|
|
Loading…
Reference in New Issue