diff options
author | David Boddie <dboddie@trolltech.com> | 2009-03-26 16:46:24 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2009-03-26 16:46:24 (GMT) |
commit | 30356a121cc6dff76c20409fd5648b5abb8ceb4e (patch) | |
tree | 85c3a7b233dd3ee73decd8a4a551a6ff71bb0e30 /examples | |
parent | 213d9224b81fd3350266e304b40f7469fbc0c695 (diff) | |
download | Qt-30356a121cc6dff76c20409fd5648b5abb8ceb4e.zip Qt-30356a121cc6dff76c20409fd5648b5abb8ceb4e.tar.gz Qt-30356a121cc6dff76c20409fd5648b5abb8ceb4e.tar.bz2 |
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')
-rw-r--r-- | examples/painting/painting.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/painting/painting.pro b/examples/painting/painting.pro index b6fad5a..6d00720 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 |