blob: 8ce3460220d0a824ef9b28e9499e573e85378e40 (
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 += svgviewer
# install
target.path = $$[QT_INSTALL_EXAMPLES]/painting
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS painting.pro README
sources.path = $$[QT_INSTALL_EXAMPLES]/painting
INSTALLS += target sources
include($$QT_SOURCE_TREE/examples/examplebase.pri)
|