summaryrefslogtreecommitdiffstats
path: root/examples/tools/plugandpaintplugins/plugandpaintplugins.pro
blob: ccc042c3076ce2312aa86dc4453466c7ce75121b (plain)
1
2
3
4
5
6
7
8
9
10
11
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

include($$QT_SOURCE_TREE/examples/examplebase.pri)