mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 00:07:24 +00:00
19 lines
399 B
Prolog
19 lines
399 B
Prolog
include (../../shared.pri)
|
|
|
|
|
|
HEADERS = edit_CADtexturing_factory.h \
|
|
CADtexturingedit.h \
|
|
CADtexturingControl.h
|
|
|
|
SOURCES = edit_CADtexturing_factory.cpp \
|
|
CADtexturingedit.cpp \
|
|
CADtexturingControl.cpp
|
|
|
|
|
|
FORMS = CADtexturingControl.ui \
|
|
|
|
|
|
TARGET = CADtexturingedit
|
|
|
|
RESOURCES = CADtexturingedit.qrc
|