summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2011-07-01 23:02:44 +1000
committerQt Continuous Integration System <qt-info@nokia.com>2011-07-01 23:02:44 +1000
commit558451b898a30955fae0486b9e474c9ce6b6fe03 (patch)
tree3edc584aa06ec2a9a4925b30b6873cea8fbcd3d1
parentd2774208f371c612e32a7a5837257247305897c8 (diff)
parent931dcbb63c09927dc53951a6229ef93d6b974b4d (diff)
downloadqtxmlpatterns-558451b898a30955fae0486b9e474c9ce6b6fe03.tar.gz
Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtxmlpatterns-staging
* 'master' of git://scm.dev.nokia.troll.no/qt/qtxmlpatterns-staging: Reflect the move of the undo example.
-rw-r--r--tests/auto/checkxmlfiles/checkxmlfiles.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/checkxmlfiles/checkxmlfiles.pro b/tests/auto/checkxmlfiles/checkxmlfiles.pro
index ab932f5..55e27a7 100644
--- a/tests/auto/checkxmlfiles/checkxmlfiles.pro
+++ b/tests/auto/checkxmlfiles/checkxmlfiles.pro
@@ -13,7 +13,7 @@ addFiles.files = \
$$QT_SOURCE_TREE/examples/xmlpatterns/xquery/globalVariables/globals.gccxml \
$$QT_SOURCE_TREE/doc/src/diagrams/stylesheet/treeview.svg \
$$QT_SOURCE_TREE/doc/src/diagrams/designer-manual/designer-mainwindow-actions.ui \
- $$QT_SOURCE_TREE/demos/undo/undo.qrc
+ $$QT_SOURCE_TREE/examples/tools/undo/undo.qrc
addFiles.path = xmlfiles
DEPLOYMENT += addFiles
}