summaryrefslogtreecommitdiffstats
path: root/examples/xml/xml.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/xml/xml.pro')
-rw-r--r--examples/xml/xml.pro17
1 files changed, 17 insertions, 0 deletions
diff --git a/examples/xml/xml.pro b/examples/xml/xml.pro
new file mode 100644
index 0000000000..2b6415c0cf
--- /dev/null
+++ b/examples/xml/xml.pro
@@ -0,0 +1,17 @@
+TEMPLATE = subdirs
+SUBDIRS = dombookmarks \
+ htmlinfo \
+ rsslisting \
+ saxbookmarks \
+ streambookmarks \
+ xmlstreamlint
+
+symbian: SUBDIRS = htmlinfo saxbookmarks
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/xml
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS xml.pro README
+sources.path = $$[QT_INSTALL_EXAMPLES]/xml
+INSTALLS += target sources
+
+include($$QT_SOURCE_TREE/examples/examplebase.pri)