summaryrefslogtreecommitdiffstats
path: root/src/sql/doc/qtsql.qdocconf
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2020-05-22 15:04:28 +0200
committerKai Koehne <kai.koehne@qt.io>2020-05-26 15:11:40 +0200
commit292d49c5e91f9053a50f041140e8f02e9cc9c162 (patch)
tree5e90b6af8be5fe3aa62d7c6f3200f5cb67ab62c7 /src/sql/doc/qtsql.qdocconf
parent1c0ca1f3d840b3ae4f5d11f8657ea0680915ab68 (diff)
Document how to use CMake for Qt SQL
Task-number: QTBUG-73058 Change-Id: I07fa128853531ec09852647436d9302abac1c12c Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'src/sql/doc/qtsql.qdocconf')
-rw-r--r--src/sql/doc/qtsql.qdocconf3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sql/doc/qtsql.qdocconf b/src/sql/doc/qtsql.qdocconf
index f353a11e8b..5d009e080d 100644
--- a/src/sql/doc/qtsql.qdocconf
+++ b/src/sql/doc/qtsql.qdocconf
@@ -26,7 +26,7 @@ qhp.QtSql.subprojects.classes.selectors = class fake:headerfile
qhp.QtSql.subprojects.classes.sortPages = true
tagfile = ../../../doc/qtsql/qtsql.tags
-depends += qtcore qtwidgets qtdoc qmake
+depends += qtcore qtwidgets qtdoc qmake qtcmake
headerdirs += ..
@@ -35,6 +35,7 @@ sourcedirs += .. \
exampledirs += ../../../examples/sql \
../ \
+ . \ \
snippets
imagedirs += images \