From 746d73c328a58b3fa5148d15fa3c6dec9feaf4da Mon Sep 17 00:00:00 2001
From: Kai Koehne <kai.koehne@nokia.com>
Date: Tue, 6 Apr 2010 12:04:05 +0200
Subject: [PATCH] QmlDesigner: Fix coretests for Mac OS X

---
 tests/auto/qml/qmldesigner/coretests/testcore.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/auto/qml/qmldesigner/coretests/testcore.cpp b/tests/auto/qml/qmldesigner/coretests/testcore.cpp
index 01121ea07fd..9e55914569f 100644
--- a/tests/auto/qml/qmldesigner/coretests/testcore.cpp
+++ b/tests/auto/qml/qmldesigner/coretests/testcore.cpp
@@ -100,7 +100,7 @@ void TestCore::initTestCase()
    // Load plugins
 
 #ifdef Q_OS_MAC
-    const QString pluginPath = QTCREATORDIR "/PlugIns/QmlDesigner";
+    const QString pluginPath = QTCREATORDIR "/bin/Qt Creator.app/Contents/PlugIns/QmlDesigner";
 #else
     const QString pluginPath = QTCREATORDIR "/lib/qmldesigner";
 #endif
-- 
GitLab