summaryrefslogtreecommitdiff
path: root/tests/tools
diff options
context:
space:
mode:
authorAlessandro Portale <alessandro.portale@nokia.com>2010-11-15 22:28:58 +0100
committerAlessandro Portale <alessandro.portale@nokia.com>2010-11-15 22:28:58 +0100
commit3f366ef54be66397a53fd434a3f3ed4d318e9569 (patch)
tree0a45e041a8aead7915f6e30ab420f623bca3e096 /tests/tools
parent1b15ba8614f92686be8059e99a75e1283b6037d0 (diff)
downloadqt-creator-3f366ef54be66397a53fd434a3f3ed4d318e9569.tar.gz
Valid XML attempt
Diffstat (limited to 'tests/tools')
-rw-r--r--tests/tools/qtquickappblaster/qtquickapps.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/tools/qtquickappblaster/qtquickapps.xml b/tests/tools/qtquickappblaster/qtquickapps.xml
index a5791b7659..b6ffd1aeb6 100644
--- a/tests/tools/qtquickappblaster/qtquickapps.xml
+++ b/tests/tools/qtquickappblaster/qtquickapps.xml
@@ -4,23 +4,23 @@
mainqmlfile="examples/declarative/animation/basics/property-animation.qml"
projectpath="qtquickexamples/animation/basics"
projectname="propertyanimation"
- >
+ />
<app
mainqmlfile="examples/declarative/animation/basics/color-animation.qml"
projectpath="qtquickexamples/animation/basics"
projectname="coloranimation"
- >
+ />
<app
mainqmlfile="examples/declarative/toys/clocks/clocks.qml"
projectpath="qtquickexamples/toys"
projectname="clocks"
screenorientation="LockLandscape"
- >
+ />
<app
mainqmlfile="demos/declarative/flickr/flickr.qml"
projectpath="qtquickexamples"
projectname="flickr"
screenorientation="LockPortrait"
networkaccess="true"
- >
+ />
</qmlapps>