summaryrefslogtreecommitdiffstats
path: root/examples/richtext/richtext.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/richtext/richtext.pro')
-rw-r--r--examples/richtext/richtext.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/richtext/richtext.pro b/examples/richtext/richtext.pro
new file mode 100644
index 0000000000..aec3936833
--- /dev/null
+++ b/examples/richtext/richtext.pro
@@ -0,0 +1,14 @@
+TEMPLATE = subdirs
+SUBDIRS = calendar \
+ orderform \
+ syntaxhighlighter
+
+contains(QT_CONFIG, svg): SUBDIRS += textobject
+
+# 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
+
+symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)