2011-06-06 02:11:18 +02:00
|
|
|
#DEFINES += VCG_USE_EIGEN
|
|
|
|
TARGET = texdeci
|
|
|
|
#LIBPATH +=
|
2011-06-06 17:14:10 +02:00
|
|
|
DEPENDPATH += . ../..
|
2011-06-06 02:11:18 +02:00
|
|
|
INCLUDEPATH += . ../..
|
|
|
|
CONFIG += console stl debug_and_release
|
|
|
|
TEMPLATE = app
|
|
|
|
HEADERS +=
|
|
|
|
SOURCES += texdeci.cpp ../../wrap/ply/plylib.cpp
|
|
|
|
|
|
|
|
QT-=gui
|
|
|
|
|
|
|
|
|
|
|
|
# Mac specific Config required to avoid to make application bundles
|
|
|
|
CONFIG -= app_bundle
|
|
|
|
|