Qmldesigner.Test: fix plugin path

Change-Id: I159886b1b487b3bf085d0ceab64ed0f075ea8833
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
This commit is contained in:
Marco Bubke
2012-09-04 09:49:30 +02:00
parent 887456e38a
commit f8430d3935

View File

@@ -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;