summaryrefslogtreecommitdiffstats
path: root/examples/widgets/richtext/richtext.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/richtext/richtext.pro')
-rw-r--r--examples/widgets/richtext/richtext.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/widgets/richtext/richtext.pro b/examples/widgets/richtext/richtext.pro
new file mode 100644
index 0000000000..511edb9ea9
--- /dev/null
+++ b/examples/widgets/richtext/richtext.pro
@@ -0,0 +1,11 @@
+TEMPLATE = subdirs
+SUBDIRS = calendar \
+ orderform \
+ syntaxhighlighter \
+ textedit
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/richtext
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS richtext.pro README
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/richtext
+INSTALLS += target sources