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