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