added a useful mac-only config (no bundle for command line tools please)
This commit is contained in:
parent
79786de3cc
commit
c1eb289181
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue