2005-09-21 12:29:33 +02:00
|
|
|
######################################################################
|
|
|
|
# Automatically generated by qmake (2.00a) ven 24. giu 14:14:20 2005
|
|
|
|
######################################################################
|
|
|
|
|
|
|
|
TARGET = trimesh_base
|
|
|
|
DEPENDPATH += .
|
|
|
|
INCLUDEPATH += . ../../..
|
|
|
|
CONFIG += console stl
|
|
|
|
TEMPLATE = app
|
2009-03-30 22:58:18 +02:00
|
|
|
SOURCES += trimesh_base.cpp ../../../wrap/ply/plylib.cpp
|
2009-10-27 22:43:01 +01:00
|
|
|
# Mac specific Config required to avoid to make application bundles
|
2011-03-31 17:47:27 +02:00
|
|
|
CONFIG -= app_bundle
|