vcglib/apps/test/camerashot/camerashot.pro

11 lines
246 B
Prolog
Raw Normal View History

2011-05-18 13:33:06 +02:00
TARGET = camerashot_test
INCLUDEPATH += . ../../..
CONFIG += console stl
TEMPLATE = app
SOURCES += camerashot_test.cpp
win32: CONFIG += NOMINMAX
# Mac specific Config required to avoid to make application bundles
CONFIG -= app_bundle