mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-16 17:44:36 +00:00
9 lines
298 B
Prolog
9 lines
298 B
Prolog
TEMPLATE = subdirs
|
|
SUBDIRS = meshfilter
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/tools/plugandpaintplugins
|
|
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS plugandpaintplugins.pro
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/tools/plugandpaintplugins
|
|
INSTALLS += target sources
|