mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-20 03:16:10 +00:00
17 lines
239 B
Prolog
17 lines
239 B
Prolog
include (../../shared.pri)
|
|
|
|
HEADERS = edit_select_factory.h \
|
|
edit_select.h
|
|
|
|
SOURCES = edit_select_factory.cpp \
|
|
edit_select.cpp
|
|
|
|
TARGET = edit_select
|
|
|
|
QT += opengl
|
|
RESOURCES = edit_select.qrc
|
|
|
|
|
|
|
|
|