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