You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
317 B
16 lines
317 B
#DEFINES += VCG_USE_EIGEN |
|
TARGET = texdeci |
|
#LIBPATH += |
|
DEPENDPATH += . ../.. |
|
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 |
|
|
|
|