mac options
This commit is contained in:
parent
224e50a2bd
commit
416dedd484
|
@ -3,7 +3,11 @@ TARGET = tridecimator
|
|||
LIBPATH +=
|
||||
DEPENDPATH += .
|
||||
INCLUDEPATH += . ../..
|
||||
CONFIG += console stl
|
||||
CONFIG += console stl debug_and_release
|
||||
TEMPLATE = app
|
||||
HEADERS +=
|
||||
SOURCES += tridecimator.cpp ../../wrap/ply/plylib.cpp
|
||||
SOURCES += tridecimator.cpp ../../wrap/ply/plylib.cpp
|
||||
|
||||
|
||||
# Mac specific Config required to avoid to make application bundles
|
||||
CONFIG -= app_bundle
|
Loading…
Reference in New Issue