aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/examples
diff options
context:
space:
mode:
authorToby Tomkins <toby.tomkins@nokia.com>2011-09-13 16:26:21 +1000
committerQt by Nokia <qt-info@nokia.com>2011-09-23 01:15:51 +0200
commit2bed35935d1e831eaaa944014d455bdb32e88d8a (patch)
tree6a2172a38546e635412df003cca94e27a756d900 /tests/auto/declarative/examples
parentd535e1f4159767584e1c22a9db308c6b5d8c4b2c (diff)
Remove fonts example from qpa platform tests
Task-number: QTBUG-21415 Change-Id: I82b1600fe74a50dee8651247fcd172f09ba45a64 Reviewed-on: http://codereview.qt-project.org/4724 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com> Reviewed-by: Martin Jones <martin.jones@nokia.com>
Diffstat (limited to 'tests/auto/declarative/examples')
-rw-r--r--tests/auto/declarative/examples/tst_examples.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/declarative/examples/tst_examples.cpp b/tests/auto/declarative/examples/tst_examples.cpp
index 563aa3ce84..c286673a68 100644
--- a/tests/auto/declarative/examples/tst_examples.cpp
+++ b/tests/auto/declarative/examples/tst_examples.cpp
@@ -68,6 +68,9 @@ private:
tst_examples::tst_examples()
{
// Add directories you want excluded here
+#ifdef Q_WS_QPA
+ excludedDirs << "examples/declarative/text/fonts/fonts.qml"; // QTBUG-21415
+#endif
// Not run in QSGView
excludedDirs << "examples/declarative/qtquick1";