diff options
author | Paul Wicking <paul.wicking@qt.io> | 2020-08-20 14:40:06 +0200 |
---|---|---|
committer | Paul Wicking <paul.wicking@qt.io> | 2020-08-28 11:58:17 +0200 |
commit | 2870c201dcd8093d557cec83df3228fe944ca203 (patch) | |
tree | 1e86cec8ccff249e09ed9fcb8f45677b33f44002 /src/gui/doc/snippets/snippets.pro | |
parent | b5a0baa061a20b7979b151491c78e8638424d475 (diff) | |
download | qtbase-2870c201dcd8093d557cec83df3228fe944ca203.tar.gz |
Doc: Compile qfontdatabase snippets
* Extend GUI snippets by adding the qfontdatabase project.
* Rename the snippet file and replace main() with wrapper().
* Minor adjustments of the snippet itself.
* Update documentation that includes the snippet.
Done-with: Nico Vertriest <nico.vertriest@qt.io>
Task-number: QTBUG-81486
Change-Id: Id23aff01a4c919c5264f7059971cb63398c2298c
Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/gui/doc/snippets/snippets.pro')
-rw-r--r-- | src/gui/doc/snippets/snippets.pro | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gui/doc/snippets/snippets.pro b/src/gui/doc/snippets/snippets.pro index f9d818e83e..6ad2d78387 100644 --- a/src/gui/doc/snippets/snippets.pro +++ b/src/gui/doc/snippets/snippets.pro @@ -2,5 +2,7 @@ TEMPLATE = subdirs SUBDIRS = contains(QT_BUILD_PARTS, tests) { - SUBDIRS += + SUBDIRS += \ + qfontdatabase } + |