summaryrefslogtreecommitdiffstats
path: root/src/gui/doc/snippets/textdocument-find/textdocument-find.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/doc/snippets/textdocument-find/textdocument-find.pro')
-rw-r--r--src/gui/doc/snippets/textdocument-find/textdocument-find.pro7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/gui/doc/snippets/textdocument-find/textdocument-find.pro b/src/gui/doc/snippets/textdocument-find/textdocument-find.pro
index 16181f21cf..5fc0c7be71 100644
--- a/src/gui/doc/snippets/textdocument-find/textdocument-find.pro
+++ b/src/gui/doc/snippets/textdocument-find/textdocument-find.pro
@@ -1 +1,6 @@
-SOURCES = main.cpp
+TEMPLATE = lib
+TARGET = textdocument-find
+QT += core gui widgets
+
+SOURCES = \
+ main.cpp