summaryrefslogtreecommitdiffstats
path: root/src/gui/doc/snippets/textdocument-frames/textdocument-frames.pro
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2012-10-24 15:51:15 +0200
committerJerome Pasion <jerome.pasion@digia.com>2012-10-29 10:42:34 +0100
commitb1e739b52416852014ee7a933aac81a28a9ac71f (patch)
tree11fa9f1754f097d18481ac9c56acee1a5f4df4c2 /src/gui/doc/snippets/textdocument-frames/textdocument-frames.pro
parente52f178b0d21b84a5cedcfce17646fbc1fb84867 (diff)
Qt GUI: Adding Rich Text Processing documentation from qtdoc
-included the snippets -editing for technical accuracy still to be done. -ported missing files from Qt 4 Change-Id: I0b2d27630b762c6518c08973a40b476d7852001d Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
Diffstat (limited to 'src/gui/doc/snippets/textdocument-frames/textdocument-frames.pro')
-rw-r--r--src/gui/doc/snippets/textdocument-frames/textdocument-frames.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gui/doc/snippets/textdocument-frames/textdocument-frames.pro b/src/gui/doc/snippets/textdocument-frames/textdocument-frames.pro
new file mode 100644
index 00000000000..91ae50f491b
--- /dev/null
+++ b/src/gui/doc/snippets/textdocument-frames/textdocument-frames.pro
@@ -0,0 +1,6 @@
+SOURCES = main.cpp \
+ mainwindow.cpp \
+ xmlwriter.cpp
+HEADERS = mainwindow.h \
+ xmlwriter.h
+QT += xml