deploy_tool qt-plugins patch
This commit is contained in:
@@ -582,8 +582,10 @@ int main(int argc, char * argv[]) {
|
||||
if (qt_deps[i].lib.isEmpty()) break;
|
||||
qt_deps[i].plugins.forEach([&](const PIString & p){qt_filters[p] = pfilt.split(",");});
|
||||
}
|
||||
} else
|
||||
} else {
|
||||
qt_plugins << pname;
|
||||
qt_filters[pname] = pfilt.split(",");
|
||||
}
|
||||
}
|
||||
qt_filters["platforms"] = platforms;
|
||||
qt_filters["styles" ] = styles ;
|
||||
|
||||
Reference in New Issue
Block a user