From b28870b2cc328d4b45c838c377ffc607e5a12b6b Mon Sep 17 00:00:00 2001 From: Nico Vertriest Date: Tue, 4 Aug 2020 09:23:57 +0200 Subject: Doc: Make snippets Qt Gui compilable - textdocument-find MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTBUG-81486 Change-Id: I97b2b9a9b672776971e4792b713a23272eb653ce 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 1cc21235d5..4a004d5781 100644 --- a/src/gui/doc/snippets/snippets.pro +++ b/src/gui/doc/snippets/snippets.pro @@ -12,5 +12,6 @@ contains(QT_BUILD_PARTS, tests) { textdocument-charformats \ textdocument-css \ textdocument-cursors \ - textdocument-end + textdocument-end \ + textdocument-find } -- cgit v1.2.1