summaryrefslogtreecommitdiffstats
path: root/examples/help/simpletextviewer/simpletextviewer.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/help/simpletextviewer/simpletextviewer.pro')
-rw-r--r--examples/help/simpletextviewer/simpletextviewer.pro16
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/help/simpletextviewer/simpletextviewer.pro b/examples/help/simpletextviewer/simpletextviewer.pro
new file mode 100644
index 0000000..e9e7ea2
--- /dev/null
+++ b/examples/help/simpletextviewer/simpletextviewer.pro
@@ -0,0 +1,16 @@
+HEADERS = mainwindow.h \
+ findfiledialog.h \
+ assistant.h \
+ textedit.h
+SOURCES = main.cpp \
+ mainwindow.cpp \
+ findfiledialog.cpp \
+ assistant.cpp \
+ textedit.cpp
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/help/simpletextviewer
+sources.files = $$SOURCES $$HEADERS $$RESOURCES documentation *.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/help/simpletextviewer
+INSTALLS += target sources
+