From 0f1c8d437ffc24615fbf53c270ae88097b2a8125 Mon Sep 17 00:00:00 2001 From: Nico Vertriest Date: Mon, 3 Aug 2020 15:48:09 +0200 Subject: Doc: Make snippets Qt Gui compilable - textdocument-css MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTBUG-81486 Change-Id: I4c73a0902bc1c47cd2fa90553941bf8824ba5914 Reviewed-by: Topi Reiniƶ --- src/gui/doc/snippets/textdocument-css/textdocument-css.pro | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/gui/doc/snippets/textdocument-css/textdocument-css.pro (limited to 'src/gui/doc/snippets/textdocument-css/textdocument-css.pro') diff --git a/src/gui/doc/snippets/textdocument-css/textdocument-css.pro b/src/gui/doc/snippets/textdocument-css/textdocument-css.pro new file mode 100644 index 00000000000..40f64b200fc --- /dev/null +++ b/src/gui/doc/snippets/textdocument-css/textdocument-css.pro @@ -0,0 +1,5 @@ +TEMPLATE = lib +TARGET = textdocument-css +QT += core gui widgets + +SOURCES += main.cpp -- cgit v1.2.3