qml project: it's now qml instead of qmlviewer

Reviewed-By: con
This commit is contained in:
Daniel Molkentin
2010-03-02 11:30:26 +01:00
parent 4500a05016
commit 3d57255925

View File

@@ -75,7 +75,7 @@ void QmlProjectRunConfiguration::ctor()
const QString searchPath = QCoreApplication::applicationDirPath()
+ Utils::SynchronousProcess::pathSeparator()
+ QString(qgetenv("PATH"));
m_qmlViewerDefaultPath = Utils::SynchronousProcess::locateBinary(searchPath, QLatin1String("qmlviewer"));
m_qmlViewerDefaultPath = Utils::SynchronousProcess::locateBinary(searchPath, QLatin1String("qml"));
}
QmlProjectRunConfiguration::~QmlProjectRunConfiguration()