2007-03-22 12:08:13 +01:00
|
|
|
|
|
|
|
TARGET = tridecimator
|
2011-10-05 17:04:40 +02:00
|
|
|
DEPENDPATH += ../..
|
2007-03-22 12:08:13 +01:00
|
|
|
INCLUDEPATH += . ../..
|
2007-12-03 01:08:28 +01:00
|
|
|
CONFIG += console stl debug_and_release
|
2007-03-22 12:08:13 +01:00
|
|
|
TEMPLATE = app
|
|
|
|
HEADERS +=
|
2007-12-03 01:08:28 +01:00
|
|
|
SOURCES += tridecimator.cpp ../../wrap/ply/plylib.cpp
|
|
|
|
|
|
|
|
|
|
|
|
# Mac specific Config required to avoid to make application bundles
|
2011-10-05 17:04:40 +02:00
|
|
|
CONFIG -= app_bundle
|