vcglib/apps/metro/metro.pro

11 lines
235 B
Prolog
Raw Normal View History

2007-05-10 12:49:35 +02:00
TARGET = metro
INCLUDEPATH += . ../..
CONFIG += console stl
TEMPLATE = app
2012-10-04 18:28:41 +02:00
HEADERS += sampling.h
SOURCES += metro.cpp ../../wrap/ply/plylib.cpp
# Mac specific Config required to avoid to make application bundles
CONFIG -= app_bundle