some doc, deploy tool fix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user