Skip to content
Snippets Groups Projects
Commit 3d2a8391 authored by Kai Koehne's avatar Kai Koehne
Browse files

QmlProject: Qml runtime command parameter -L has been replaced by -I

See commit c3a54c470 in qt
parent fbfa8255
No related branches found
No related tags found
No related merge requests found
......@@ -133,7 +133,7 @@ QStringList QmlProjectRunConfiguration::viewerArguments() const
// arguments from .qmlproject file
foreach (const QString &importPath, qmlTarget()->qmlProject()->importPaths()) {
args.append(QLatin1String("-L"));
args.append(QLatin1String("-I"));
args.append(importPath);
}
......
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