Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
3d2a8391
Commit
3d2a8391
authored
Apr 14, 2010
by
Kai Koehne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
QmlProject: Qml runtime command parameter -L has been replaced by -I
See commit c3a54c470 in qt
parent
fbfa8255
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/plugins/qmlprojectmanager/qmlprojectrunconfiguration.cpp
src/plugins/qmlprojectmanager/qmlprojectrunconfiguration.cpp
+1
-1
No files found.
src/plugins/qmlprojectmanager/qmlprojectrunconfiguration.cpp
View file @
3d2a8391
...
...
@@ -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
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment