summaryrefslogtreecommitdiffstats
path: root/examples/assistant/simpletextviewer/simpletextviewer.pro
diff options
context:
space:
mode:
authorDavid Schulz <david.schulz@digia.com>2012-12-06 11:34:35 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-06 12:44:05 +0100
commit83a6416f9ded3b164a075d72ef1ac7adc1d2f340 (patch)
treed16bfb6dc02e08311bb21b8353009df145ac072d /examples/assistant/simpletextviewer/simpletextviewer.pro
parent68d1384704afa8143f785c580f10f5d97528b0b7 (diff)
QtTools: Doc: Moved assistant examples
... and changed exampledirs in the qdocconf files to the appropriate modules. Change-Id: Ic15d9fc845d59fb4e84ee39a52e457666fa09e51 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'examples/assistant/simpletextviewer/simpletextviewer.pro')
-rw-r--r--examples/assistant/simpletextviewer/simpletextviewer.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/assistant/simpletextviewer/simpletextviewer.pro b/examples/assistant/simpletextviewer/simpletextviewer.pro
new file mode 100644
index 000000000..2b0a1ace6
--- /dev/null
+++ b/examples/assistant/simpletextviewer/simpletextviewer.pro
@@ -0,0 +1,14 @@
+HEADERS = mainwindow.h \
+ findfiledialog.h \
+ assistant.h \
+ textedit.h
+SOURCES = main.cpp \
+ mainwindow.cpp \
+ findfiledialog.cpp \
+ assistant.cpp \
+ textedit.cpp
+
+QT += widgets
+
+target.path = $$[QT_INSTALL_EXAMPLES]/help/simpletextviewer
+INSTALLS += target