diff options
| author | Nico Vertriest <nico.vertriest@qt.io> | 2020-08-05 11:54:12 +0200 |
|---|---|---|
| committer | Paul Wicking <paul.wicking@qt.io> | 2020-09-01 06:13:09 +0200 |
| commit | e596f15a4576999f91dd18c31a29ac1eaac581d0 (patch) | |
| tree | 79d7d50c896f3db5f1d9a70a7c336521bff69936 /src/gui/doc/snippets/snippets.pro | |
| parent | b16b7d887980fbdbb2e12867e2d14b81c0361654 (diff) | |
Doc: Make Qt Gui snippets compilable - textdocument-texttable
Task-number: QTBUG-81486
Change-Id: If77873649aa10552047e0f89a7fccf55597e73f5
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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/doc/snippets/snippets.pro b/src/gui/doc/snippets/snippets.pro index 78fd334bfc2..39ce594c57c 100644 --- a/src/gui/doc/snippets/snippets.pro +++ b/src/gui/doc/snippets/snippets.pro @@ -24,5 +24,6 @@ contains(QT_BUILD_PARTS, tests) { textdocument-printing \ textdocument-resources \ textdocument-selections \ - textdocument-tables + textdocument-tables \ + textdocument-texttable } |
