From 935ce5e41ddce299a58259ae61df6d941c1a033f Mon Sep 17 00:00:00 2001 From: Nico Vertriest Date: Tue, 4 Aug 2020 09:36:28 +0200 Subject: Doc: Make snippets Qt Gui compilable - textdocument-imageformat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTBUG-81486 Change-Id: I9bf94bb8c82d7751a8615c6e1e3278400e77ce3a Reviewed-by: Topi Reiniƶ --- src/gui/doc/snippets/snippets.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gui/doc/snippets/snippets.pro') diff --git a/src/gui/doc/snippets/snippets.pro b/src/gui/doc/snippets/snippets.pro index 03a3f10fdbc..5468421df11 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 } -- cgit v1.2.3