forked from qt-creator/qt-creator
QmlJS: Fix library-by-path imports.
Fixes the problem5426c3ac2cand7b25f438c6worked around. Reviewed-by: Erik Verbruggen
This commit is contained in:
@@ -281,7 +281,6 @@ 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 << QLatin1String("--path");
|
||||
args << plugin.importPath;
|
||||
|
||||
Reference in New Issue
Block a user