forked from qt-creator/qt-creator
Qmldesigner.Test: fix plugin path
Change-Id: I159886b1b487b3bf085d0ceab64ed0f075ea8833 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
This commit is contained in:
@@ -133,9 +133,9 @@ 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/QmlDesigner";
|
const QString pluginPath = QTCREATORDIR "/bin/Qt Creator.app/Contents/PlugIns/QtCreator/QmlDesigner";
|
||||||
#else
|
#else
|
||||||
const QString pluginPath = QTCREATORDIR "/lib/qmldesigner";
|
const QString pluginPath = QTCREATORDIR "/lib/qtcreator/qmldesigner";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
qDebug() << pluginPath;
|
qDebug() << pluginPath;
|
||||||
|
Reference in New Issue
Block a user