From c1eb28918166211bc47bc918505e095da4735c99 Mon Sep 17 00:00:00 2001 From: cignoni Date: Fri, 20 Jun 2008 15:12:56 +0000 Subject: [PATCH] added a useful mac-only config (no bundle for command line tools please) --- apps/metro/metro.pro | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/metro/metro.pro b/apps/metro/metro.pro index 0c85c1f6..e3777338 100644 --- a/apps/metro/metro.pro +++ b/apps/metro/metro.pro @@ -6,4 +6,7 @@ INCLUDEPATH += . ../.. CONFIG += console stl TEMPLATE = app HEADERS += defs.h sampling.h mesh_type.h -SOURCES += metro.cpp ../../wrap/ply/plylib.cpp \ No newline at end of file +SOURCES += metro.cpp ../../wrap/ply/plylib.cpp + +# Mac specific Config required to avoid to make application bundles +CONFIG -= app_bundle