2007-05-10 12:49:35 +02:00
|
|
|
|
|
|
|
TARGET = metro
|
|
|
|
LIBPATH +=
|
|
|
|
DEPENDPATH += .
|
|
|
|
INCLUDEPATH += . ../..
|
|
|
|
CONFIG += console stl
|
|
|
|
TEMPLATE = app
|
|
|
|
HEADERS += defs.h sampling.h mesh_type.h
|
2008-06-20 17:12:56 +02:00
|
|
|
SOURCES += metro.cpp ../../wrap/ply/plylib.cpp
|
|
|
|
|
|
|
|
# Mac specific Config required to avoid to make application bundles
|
|
|
|
CONFIG -= app_bundle
|