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.pro20
1 files changed, 20 insertions, 0 deletions
diff --git a/examples/xml/xml.pro b/examples/xml/xml.pro
new file mode 100644
index 0000000000..a6c8aa18b4
--- /dev/null
+++ b/examples/xml/xml.pro
@@ -0,0 +1,20 @@
+TEMPLATE = subdirs
+SUBDIRS = htmlinfo \
+ xmlstreamlint
+
+!contains(QT_CONFIG, no-gui) {
+ SUBDIRS += dombookmarks \
+ rsslisting \
+ saxbookmarks \
+ streambookmarks
+}
+
+symbian: SUBDIRS = htmlinfo saxbookmarks
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/xml
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS xml.pro README
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/xml
+INSTALLS += target sources
+
+symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)