git-svn-id: svn://db.shs.com.ru/pip@1034 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5

This commit is contained in:
2020-04-16 12:10:00 +00:00
parent a35bc6c795
commit 1d621d07b8

View File

@@ -510,6 +510,9 @@ int main(int argc, char * argv[]) {
if (!out_dir.endsWith("/")) out_dir += "/";
if (ldd.isEmpty()) ldd = "/usr/bin/ldd";
out_dir.replaceAll("//", "/");
out_plugins_dir.replaceAll("//", "/");
for (int i = 0; ; ++i) {
if (qt_deps[i].lib.isEmpty()) break;
qt_deps[i].plugins.forEach([&](const PIString & p){qt_filters[p] = PIStringList("*");});