summaryrefslogtreecommitdiffstats
path: root/examples/xml/xmlstreamlint/xmlstreamlint.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/xml/xmlstreamlint/xmlstreamlint.pro')
-rw-r--r--examples/xml/xmlstreamlint/xmlstreamlint.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/xml/xmlstreamlint/xmlstreamlint.pro b/examples/xml/xmlstreamlint/xmlstreamlint.pro
new file mode 100644
index 0000000000..838ef042ab
--- /dev/null
+++ b/examples/xml/xmlstreamlint/xmlstreamlint.pro
@@ -0,0 +1,12 @@
+CONFIG += console
+QT -= gui
+QT += xml
+SOURCES += main.cpp
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/xml/xmlstreamlint
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS xmlstreamlint.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/xml/xmlstreamlint
+INSTALLS += target sources
+
+symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)