summaryrefslogtreecommitdiffstats
path: root/examples/painting
diff options
context:
space:
mode:
authorDavid Boddie <dboddie@trolltech.com>2009-03-26 17:46:24 +0100
committerDavid Boddie <dboddie@trolltech.com>2009-03-26 17:46:24 +0100
commit30356a121cc6dff76c20409fd5648b5abb8ceb4e (patch)
tree85c3a7b233dd3ee73decd8a4a551a6ff71bb0e30 /examples/painting
parent213d9224b81fd3350266e304b40f7469fbc0c695 (diff)
Squashed commit of the following:
commit 23e30464792f7e403e0815775eb7acbaad975238 Author: David Boddie <dboddie@trolltech.com> Date: Thu Mar 26 17:41:20 2009 +0100 Doc: Added some basic documentation for the QSvgGenerator class. Task-number: 244944 Reviewed-by: TrustMe commit f84c1806d2ba40a61499584562d754f65d43f854 Merge: 8a42be7... 213d922... Author: David Boddie <dboddie@trolltech.com> Date: Thu Mar 26 16:59:14 2009 +0100 Merge branch '4.5' of ../qt-45 into qt/4.5 commit 8a42be789077de45f8fd9f13afd177798df7495e Author: David Boddie <dboddie@trolltech.com> Date: Thu Mar 26 16:58:33 2009 +0100 Doc: Added missing pieces for the SVG Generator example. Reviewed-by: David Boddie <dboddie@trolltech.com>
Diffstat (limited to 'examples/painting')
-rw-r--r--examples/painting/painting.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/painting/painting.pro b/examples/painting/painting.pro
index b6fad5a7e6..6d00720534 100644
--- a/examples/painting/painting.pro
+++ b/examples/painting/painting.pro
@@ -7,7 +7,7 @@ SUBDIRS = basicdrawing \
!wince*: SUBDIRS += fontsampler
-contains(QT_CONFIG, svg): SUBDIRS += svgviewer
+contains(QT_CONFIG, svg): SUBDIRS += svggenerator svgviewer
# install
target.path = $$[QT_INSTALL_EXAMPLES]/painting