diff --git a/apps/tridecimator/tridecimator.pro b/apps/tridecimator/tridecimator.pro index 71537788..e410f4f3 100644 --- a/apps/tridecimator/tridecimator.pro +++ b/apps/tridecimator/tridecimator.pro @@ -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