summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2018-10-24 13:09:15 +0200
committerTim Jenssen <tim.jenssen@qt.io>2018-10-24 11:19:46 +0000
commit03fece349bc8ddbee62c2b122126fc51b22e6770 (patch)
treebed65c0a139cbeb50b08abd7453748e3467be258 /tests
parentf633801790c9bad3fb9dd047268d6c4107cd6e17 (diff)
downloadqt-creator-03fece349bc8ddbee62c2b122126fc51b22e6770.tar.gz
Tests: Fix plugin path for macOS
Change-Id: I085ddbbff09d52878b82f311381c13b94739e84c Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qml/qmldesigner/coretests/tst_testcore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml/qmldesigner/coretests/tst_testcore.cpp b/tests/auto/qml/qmldesigner/coretests/tst_testcore.cpp
index af4723c872..9b5762f3da 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