From 03fece349bc8ddbee62c2b122126fc51b22e6770 Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Wed, 24 Oct 2018 13:09:15 +0200 Subject: [PATCH] Tests: Fix plugin path for macOS Change-Id: I085ddbbff09d52878b82f311381c13b94739e84c Reviewed-by: Tim Jenssen --- tests/auto/qml/qmldesigner/coretests/tst_testcore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/auto/qml/qmldesigner/coretests/tst_testcore.cpp b/tests/auto/qml/qmldesigner/coretests/tst_testcore.cpp index af4723c8729..9b5762f3da9 100644 --- a/tests/auto/qml/qmldesigner/coretests/tst_testcore.cpp +++ b/tests/auto/qml/qmldesigner/coretests/tst_testcore.cpp @@ -192,7 +192,7 @@ void tst_TestCore::initTestCase() // Load plugins #ifdef Q_OS_MAC - const QString pluginPath = QTCREATORDIR "/bin/Qt Creator.app/Contents/PlugIns/QtCreator/QmlDesigner"; + const QString pluginPath = QTCREATORDIR "/bin/Qt Creator.app/Contents/PlugIns/QmlDesigner"; #else const QString pluginPath = QTCREATORDIR "/lib/qtcreator/plugins/qmldesigner"; #endif