mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 16:14:38 +00:00
20 lines
338 B
Prolog
20 lines
338 B
Prolog
include (../../shared.pri)
|
|
|
|
HEADERS = edit_segment_factory.h \
|
|
editsegment.h \
|
|
cutting.h \
|
|
curvaturetensor.h \
|
|
meshcutdialog.h \
|
|
colorpicker.h
|
|
|
|
SOURCES = edit_segment_factory.cpp \
|
|
editsegment.cpp \
|
|
meshcutdialog.cpp \
|
|
colorpiker.cpp
|
|
|
|
TARGET = editsegment
|
|
QT += opengl
|
|
RESOURCES = meshlab.qrc
|
|
FORMS+=meshcutdialog.ui
|
|
|