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

symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)