forked from qt-creator/qt-creator
Fix QtQuick->Preview shortcut to start a qmlviewer
The executable has been renamed to 'qmlviewer' months ago
This commit is contained in:
@@ -18,7 +18,7 @@ QmlJSPreviewRunner::QmlJSPreviewRunner(QObject *parent) :
|
|||||||
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("qml"));
|
m_qmlViewerDefaultPath = Utils::SynchronousProcess::locateBinary(searchPath, QLatin1String("qmlviewer"));
|
||||||
|
|
||||||
ProjectExplorer::Environment environment = ProjectExplorer::Environment::systemEnvironment();
|
ProjectExplorer::Environment environment = ProjectExplorer::Environment::systemEnvironment();
|
||||||
m_applicationLauncher.setEnvironment(environment.toStringList());
|
m_applicationLauncher.setEnvironment(environment.toStringList());
|
||||||
|
Reference in New Issue
Block a user