Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
5426c3ac
Commit
5426c3ac
authored
Mar 21, 2011
by
Thomas Hartmann
Browse files
QmlJSDumper: improve
d1041cc9
We have to use --notrelocatable in all cases
parent
c6e8b237
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmljstools/qmljsplugindumper.cpp
View file @
5426c3ac
...
...
@@ -275,8 +275,8 @@ void PluginDumper::dump(const Plugin &plugin)
connect
(
process
,
SIGNAL
(
finished
(
int
)),
SLOT
(
qmlPluginTypeDumpDone
(
int
)));
connect
(
process
,
SIGNAL
(
error
(
QProcess
::
ProcessError
)),
SLOT
(
qmlPluginTypeDumpError
(
QProcess
::
ProcessError
)));
QStringList
args
;
args
<<
QLatin1String
(
"--notrelocatable"
);
if
(
plugin
.
importUri
.
isEmpty
())
{
args
<<
"--notrelocatable "
;
args
<<
QLatin1String
(
"--path"
);
args
<<
plugin
.
importPath
;
if
(
ComponentVersion
(
plugin
.
importVersion
).
isValid
())
...
...
Write
Preview
Supports
Markdown
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