Skip to content
Snippets Groups Projects
Commit 3d572559 authored by Daniel Molkentin's avatar Daniel Molkentin
Browse files

qml project: it's now qml instead of qmlviewer

Reviewed-By: con
parent 4500a050
No related branches found
No related tags found
No related merge requests found
...@@ -75,7 +75,7 @@ void QmlProjectRunConfiguration::ctor() ...@@ -75,7 +75,7 @@ void QmlProjectRunConfiguration::ctor()
const QString searchPath = QCoreApplication::applicationDirPath() const QString searchPath = QCoreApplication::applicationDirPath()
+ Utils::SynchronousProcess::pathSeparator() + Utils::SynchronousProcess::pathSeparator()
+ QString(qgetenv("PATH")); + QString(qgetenv("PATH"));
m_qmlViewerDefaultPath = Utils::SynchronousProcess::locateBinary(searchPath, QLatin1String("qmlviewer")); m_qmlViewerDefaultPath = Utils::SynchronousProcess::locateBinary(searchPath, QLatin1String("qml"));
} }
QmlProjectRunConfiguration::~QmlProjectRunConfiguration() QmlProjectRunConfiguration::~QmlProjectRunConfiguration()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment