mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-20 11:26:11 +00:00
23 lines
391 B
Prolog
23 lines
391 B
Prolog
include (../../shared.pri)
|
|
|
|
|
|
HEADERS = \
|
|
edit_point.h \
|
|
edit_point_factory.h \
|
|
connectedComponent.h \
|
|
knnGraph.h
|
|
|
|
SOURCES = \
|
|
edit_point.cpp \
|
|
edit_point_factory.cpp \
|
|
|
|
TARGET = edit_point
|
|
|
|
QT += opengl
|
|
|
|
RESOURCES = edit_point.qrc
|
|
|
|
|
|
|
|
|