Ryan Pavlik d4564c341d Use some system libraries if desired.
Specifically, lib3ds, openctm, bzip2, Eigen, and GLEW
2019-11-27 13:01:55 -06: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