forked from qt-creator/qt-creator
Tests: Fix plugin path for macOS
Change-Id: I085ddbbff09d52878b82f311381c13b94739e84c Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
committed by
Tim Jenssen
parent
f633801790
commit
03fece349b
@@ -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
|
||||
|
Reference in New Issue
Block a user