aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/phonon/CMakeLists.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/phonon/CMakeLists.txt b/tests/phonon/CMakeLists.txt
index c2b939ed9..ee94c0ba9 100644
--- a/tests/phonon/CMakeLists.txt
+++ b/tests/phonon/CMakeLists.txt
@@ -1,3 +1,7 @@
-PYSIDE_TEST(basic_playing_test.py)
+if (NOT WIN32 OR NOT ${QTVERSION} VERSION_EQUAL 4.7.1)
+ # Any usage of Phonon::createPath will fail on Win32 and Qt 4.7.1.
+ # Check: http://bugreports.qt.nokia.com/browse/QTBUG-13062
+ PYSIDE_TEST(basic_playing_test.py)
+endif()
PYSIDE_TEST(bug_328.py)
PYSIDE_TEST(capabilities_test.py)