summaryrefslogtreecommitdiffstats
path: root/examples/tools/plugandpaintplugins/plugandpaintplugins.pro
blob: deda635b89211dd874f15608ad5ebaf518f05f2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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: CONFIG += qt_example
QT += widgets
maemo5: CONFIG += qt_example