2020-10-21 17:24:01 +02:00

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