Fix bundled_libs section from libs.xml
Fixes: QTBUG-79376 Change-Id: If7681365110341379913ae46a96a2f2296197b8f Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
This commit is contained in:
parent
c8aadc79fc
commit
1ce71a6a11
@ -1258,7 +1258,7 @@ bool updateLibsXml(Options *options)
|
||||
QFileInfo extraLibInfo(extraLib);
|
||||
QString name = extraLibInfo.fileName().mid(sizeof("lib") - 1);
|
||||
name.chop(sizeof(".so") - 1);
|
||||
extraLibs += QLatin1String(" <item>%1;%2").arg(it.key(), name);
|
||||
extraLibs += QLatin1String(" <item>%1;%2</item>\n").arg(it.key(), name);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user