summaryrefslogtreecommitdiffstats
path: root/src/sql/doc/qtsql.qdocconf
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@digia.com>2012-10-12 14:06:53 +0200
committerFrederik Gladhorn <frederik.gladhorn@digia.com>2012-10-12 15:06:30 +0200
commit6234dadf09af4fc7f58b7707a436a08f8ab0318c (patch)
tree5e6f5d7c49f86166e132cebfd53cf9a77f6eba7d /src/sql/doc/qtsql.qdocconf
parent9f657424aafbcbde82bb39673a6f028d106ccda6 (diff)
doc: Fix a few doc errors for QtSQL
The examples include path already contains 'sql', so we can't prefix the includes with 'sql' as well. Changing the include path to also include the parent examples directory is not an option, as qdoc will then try to generate output for example single example. Change-Id: Ifae07af86e60e6105a0625f29fbd6bc8f73b2550 Reviewed-by: Martin Smith <martin.smith@digia.com> Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com>
Diffstat (limited to 'src/sql/doc/qtsql.qdocconf')
-rw-r--r--src/sql/doc/qtsql.qdocconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sql/doc/qtsql.qdocconf b/src/sql/doc/qtsql.qdocconf
index 185f5064fa..34a23784bb 100644
--- a/src/sql/doc/qtsql.qdocconf
+++ b/src/sql/doc/qtsql.qdocconf
@@ -31,7 +31,7 @@ qhp.QtSql.subprojects.examples.selectors = fake:example
tagfile = ../../../doc/qtsql/qtsql.tags
-depends += qtcore
+depends += qtcore qtwidgets
headerdirs += ..