added a useful mac-only config (no bundle for command line tools please)

This commit is contained in:
Paolo Cignoni 2008-06-20 15:12:56 +00:00
parent 79786de3cc
commit c1eb289181
1 changed files with 4 additions and 1 deletions

View File

@ -7,3 +7,6 @@ CONFIG += console stl
TEMPLATE = app
HEADERS += defs.h sampling.h mesh_type.h
SOURCES += metro.cpp ../../wrap/ply/plylib.cpp
# Mac specific Config required to avoid to make application bundles
CONFIG -= app_bundle