summaryrefslogtreecommitdiffstats
path: root/examples/painting/painting.pro
blob: ef1f57b3719356d929f775cd01292e201c4d0dbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TEMPLATE      = subdirs
SUBDIRS       = basicdrawing \
                concentriccircles \
                imagecomposition \
                painterpaths \
                transformations

!wince*:!symbian: SUBDIRS += fontsampler

contains(QT_CONFIG, svg): SUBDIRS += svggenerator svgviewer

# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/painting
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS painting.pro README
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/painting
INSTALLS += target sources

symbian: CONFIG += qt_example