diff options
Diffstat (limited to 'doc/src/snippets/textdocument-selections/textdocument-selections.pro')
-rw-r--r-- | doc/src/snippets/textdocument-selections/textdocument-selections.pro | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/src/snippets/textdocument-selections/textdocument-selections.pro b/doc/src/snippets/textdocument-selections/textdocument-selections.pro new file mode 100644 index 0000000..253c452 --- /dev/null +++ b/doc/src/snippets/textdocument-selections/textdocument-selections.pro @@ -0,0 +1,4 @@ +QT += xml +HEADERS = mainwindow.h +SOURCES = main.cpp \ + mainwindow.cpp |