some doc, deploy tool fix

This commit is contained in:
2023-04-04 13:05:09 +03:00
parent 38bcb6c482
commit 4af5886649
3 changed files with 50 additions and 21 deletions

View File

@@ -720,8 +720,6 @@ int main(int argc, char * argv[]) {
PIVector<PIString> qlibs = qt_libs.toVector();
piCout << "check for installed Qt" << qlibs;
piForeach(PIString l, qlibs) {
l = findLib(l);
if (l.isEmpty()) continue;
if (procDpkg(l)) {
piCout << "system Qt found!";
need_qt_plugins = false;