Initial 0.2 Release

This commit is contained in:
Andrea Bernabei bernabei 2008-03-08 16:54:28 +00:00
parent 32c24f22ee
commit ae28b0efb3

View File

@ -1 +1,25 @@
MeshLab
TEMPLATE = lib
CONFIG += plugin
INCLUDEPATH += ../.. \
../../../../sf \
../../../../code/lib/glew/include
HEADERS = colorframe.h \
paintbox.h \
editpaint.h
SOURCES = paintbox.cpp \
editpaint.cpp \
../../../../code/lib/glew/src/glew.c
TARGET = zpaint
DESTDIR = ../../meshlab/plugins
DEFINES += GLEW_STATIC
QT += opengl
RESOURCES = meshlab.qrc
CONFIG += debug_and_release
# mac:CONFIG += x86 ppc
contains(TEMPLATE,lib):CONFIG(debug, debug|release) {
unix:TARGET = $$member(TARGET, 0)_debug
else:TARGET = $$member(TARGET, 0)d
}
win32:DEFINES += NOMINMAX
FORMS = paintbox.ui