Tests: Fix plugin path for macOS

Change-Id: I085ddbbff09d52878b82f311381c13b94739e84c
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Christian Stenger
2018-10-24 13:09:15 +02:00
committed by Tim Jenssen
parent f633801790
commit 03fece349b

View File

@@ -192,7 +192,7 @@ void tst_TestCore::initTestCase()
// Load plugins // Load plugins
#ifdef Q_OS_MAC #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 #else
const QString pluginPath = QTCREATORDIR "/lib/qtcreator/plugins/qmldesigner"; const QString pluginPath = QTCREATORDIR "/lib/qtcreator/plugins/qmldesigner";
#endif #endif