diff options
author | Topi Reinio <topi.reinio@qt.io> | 2019-05-03 14:17:19 +0200 |
---|---|---|
committer | Topi Reinio <topi.reinio@qt.io> | 2019-05-03 14:24:42 +0200 |
commit | 4ad915425d804df798e12031c9b2fc13534dcb97 (patch) | |
tree | f7d58510cb9daac0bea4c35a180458f90aae7e62 /src/sql | |
parent | e6f7cc96fa09b50c17bc5f4645b06c30145a3f55 (diff) | |
download | qtbase-4ad915425d804df798e12031c9b2fc13534dcb97.tar.gz |
Doc: Replace example file lists with links to code.qt.io
Instead of generating .html page for each file in an example
project, generate links to code.qt.io, under the correct
path and branch, where the user can browse the example source.
Store all URLs under QT_INSTALL_DOCS/config where other qt5
submodules can access them. The repository name appears in
the URL, so we cannot define a single URL for all modules.
Task-number: QTBUG-74391
Change-Id: I63d4d6d2c352877797b1ee8e057d48c0cd789bff
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/sql')
-rw-r--r-- | src/sql/doc/qtsql.qdocconf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sql/doc/qtsql.qdocconf b/src/sql/doc/qtsql.qdocconf index 5a224adeb9..f353a11e8b 100644 --- a/src/sql/doc/qtsql.qdocconf +++ b/src/sql/doc/qtsql.qdocconf @@ -1,4 +1,5 @@ include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf) +include($QT_INSTALL_DOCS/config/exampleurl-qtbase.qdocconf) project = QtSql description = Qt SQL Reference Documentation |