From b480eeaba16fbb1b51e4fd22d2ab6fa145552306 Mon Sep 17 00:00:00 2001 From: cignoni Date: Thu, 9 Jun 2016 08:43:21 +0000 Subject: [PATCH] Cleaning up sample prog --- apps/tridecimator/tridecimator.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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