From 416dedd4845b25c94180cb56c7eff78f7cd285a1 Mon Sep 17 00:00:00 2001 From: cignoni Date: Mon, 3 Dec 2007 00:08:28 +0000 Subject: [PATCH] mac options --- apps/tridecimator/tridecimator.pro | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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