diff options
author | Nico Vertriest <nico.vertriest@qt.io> | 2020-08-04 09:36:28 +0200 |
---|---|---|
committer | Paul Wicking <paul.wicking@qt.io> | 2020-09-01 06:13:04 +0200 |
commit | 935ce5e41ddce299a58259ae61df6d941c1a033f (patch) | |
tree | ba1a3d8d341947eded57d41e0ce8ef76987d85e2 /src/gui/doc/snippets/snippets.pro | |
parent | 2be708b801e116029492fda0d5435fc04fe783fd (diff) | |
download | qtbase-935ce5e41ddce299a58259ae61df6d941c1a033f.tar.gz |
Doc: Make snippets Qt Gui compilable - textdocument-imageformat
Task-number: QTBUG-81486
Change-Id: I9bf94bb8c82d7751a8615c6e1e3278400e77ce3a
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 03a3f10fdb..5468421df1 100644 --- a/src/gui/doc/snippets/snippets.pro +++ b/src/gui/doc/snippets/snippets.pro @@ -15,5 +15,6 @@ contains(QT_BUILD_PARTS, tests) { textdocument-end \ textdocument-find \ textdocument-frames \ - textdocument-imagedrop + textdocument-imagedrop \ + textdocument-imageformat } |