diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2011-11-08 17:15:07 +0100 |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2011-11-09 17:40:37 +0100 |
commit | 4a322099f5b233dc1144333bde35fa4ca723473f (patch) | |
tree | 0e898ee4fc5cc29bc2d1eb684db6d9b4ef852a65 /doc | |
parent | 28b920ecd446e46512c9e7b1bba9e459136a30ed (diff) | |
download | qt-creator-4a322099f5b233dc1144333bde35fa4ca723473f.tar.gz |
remove double mention of $SRCDIR/src
Change-Id: I4627ba8d3be024ab982088fa58ad63c58d086280
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/config/qtcreator-project.qdocconf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/config/qtcreator-project.qdocconf b/doc/config/qtcreator-project.qdocconf index dbfe51ae25..441a0c3630 100644 --- a/doc/config/qtcreator-project.qdocconf +++ b/doc/config/qtcreator-project.qdocconf @@ -2,7 +2,7 @@ project = "Qt Creator" description = "Qt Creator Manual" headerdirs = -sourcedirs = $SRCDIR/src $SRCDIR/src +sourcedirs = $SRCDIR/src imagedirs = $SRCDIR/images $SRCDIR/templates/images outputdir = $OUTDIR exampledirs = $SRCDIR |