blob: 89e8b7e6f1f0fed1959d8ce2a815c26a2f05a2f8 (
plain)
1
2
3
4
5
6
7
8
9
|
TEMPLATE = subdirs
SUBDIRS = basictools \
extrafilters
# 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
|