qt6-bb10/examples/tools/plugandpaintplugins/plugandpaintplugins.pro

12 lines
358 B
Prolog

TEMPLATE = subdirs
SUBDIRS = basictools \
extrafilters
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/plugandpaintplugins
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS plugandpaintplugins.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/plugandpaintplugins
INSTALLS += target sources
QT += widgets