diff --git a/apps/tridecimator/tridecimator.pro b/apps/tridecimator/tridecimator.pro index 4074c068..badad442 100644 --- a/apps/tridecimator/tridecimator.pro +++ b/apps/tridecimator/tridecimator.pro @@ -3,7 +3,11 @@ TARGET = tridecimator LIBPATH += DEPENDPATH += . INCLUDEPATH += . ../.. -CONFIG += console stl +CONFIG += console stl debug_and_release TEMPLATE = app HEADERS += -SOURCES += tridecimator.cpp ../../wrap/ply/plylib.cpp \ No newline at end of file +SOURCES += tridecimator.cpp ../../wrap/ply/plylib.cpp + + +# Mac specific Config required to avoid to make application bundles +CONFIG -= app_bundle \ No newline at end of file