mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-17 01:54:42 +00:00
22 lines
349 B
Prolog
Executable File
22 lines
349 B
Prolog
Executable File
include (../../shared.pri)
|
|
|
|
FORMS += PaintToolbox.ui
|
|
|
|
HEADERS = edit_paint_factory.h \
|
|
editpaint.h \
|
|
colorwid.h
|
|
|
|
SOURCES = edit_paint_factory.h \
|
|
editpaint.cpp \
|
|
paintbox.cpp
|
|
!CONFIG(system_glew): SOURCES += $$GLEWCODE
|
|
CONFIG(system_glew) {
|
|
linux: LIBS += -lGLEW
|
|
}
|
|
|
|
TARGET = editpaint
|
|
|
|
QT += opengl
|
|
|
|
RESOURCES = meshlab.qrc
|