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
Tobias Hunger
qt-creator
Commits
5426c3ac
Commit
5426c3ac
authored
Mar 21, 2011
by
Thomas Hartmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
QmlJSDumper: improve
d1041cc9
We have to use --notrelocatable in all cases
parent
c6e8b237
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/plugins/qmljstools/qmljsplugindumper.cpp
src/plugins/qmljstools/qmljsplugindumper.cpp
+1
-1
No files found.
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
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