mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-16 09:34:36 +00:00
Initial 0.2 Release
This commit is contained in:
parent
32c24f22ee
commit
ae28b0efb3
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user