2012-04-02 16:47:04 +02:00
|
|
|
|
|
|
|
TARGET = trimeshcopy
|
2012-07-04 15:52:32 +02:00
|
|
|
DEPENDPATH += ../../..
|
|
|
|
INCLUDEPATH += . ../../..
|
|
|
|
CONFIG += console stl
|
2012-04-02 16:47:04 +02:00
|
|
|
TEMPLATE = app
|
|
|
|
HEADERS +=
|
2012-07-04 15:52:32 +02:00
|
|
|
SOURCES += trimeshcopy.cpp ../../../wrap/ply/plylib.cpp
|
2012-04-02 16:47:04 +02:00
|
|
|
|
2012-07-04 15:52:32 +02:00
|
|
|
#DEFINES += N_DEBUG
|
2012-04-02 16:47:04 +02:00
|
|
|
# Mac specific Config required to avoid to make application bundles
|
|
|
|
CONFIG -= app_bundle
|