forked from qt-creator/qt-creator
QmlDesigner: Fix handling of multiple arguments to qml runtime
Task-number: QTCREATORBUG-1040
This commit is contained in:
@@ -126,7 +126,7 @@ QStringList QmlProjectRunConfiguration::viewerArguments() const
|
||||
|
||||
// arguments in .user file
|
||||
if (!m_qmlViewerArgs.isEmpty())
|
||||
args.append(m_qmlViewerArgs);
|
||||
args.append(m_qmlViewerArgs.split(QLatin1Char(' ')));
|
||||
|
||||
// arguments from .qmlproject file
|
||||
foreach (const QString &importPath, qmlTarget()->qmlProject()->importPaths()) {
|
||||
|
||||
Reference in New Issue
Block a user