summaryrefslogtreecommitdiffstats
path: root/src/gui/doc/snippets/textdocument-selections/textdocument-selections.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/doc/snippets/textdocument-selections/textdocument-selections.pro')
-rw-r--r--src/gui/doc/snippets/textdocument-selections/textdocument-selections.pro14
1 files changed, 10 insertions, 4 deletions
diff --git a/src/gui/doc/snippets/textdocument-selections/textdocument-selections.pro b/src/gui/doc/snippets/textdocument-selections/textdocument-selections.pro
index 253c452723..79e36d3881 100644
--- a/src/gui/doc/snippets/textdocument-selections/textdocument-selections.pro
+++ b/src/gui/doc/snippets/textdocument-selections/textdocument-selections.pro
@@ -1,4 +1,10 @@
-QT += xml
-HEADERS = mainwindow.h
-SOURCES = main.cpp \
- mainwindow.cpp
+TEMPLATE = lib
+TARGET = textdocument-selections
+QT += core gui widgets
+
+HEADERS = \
+ mainwindow.h
+
+SOURCES = \
+ main.cpp \
+ mainwindow.cpp