diff --git a/utils/deploy_tool/main.cpp b/utils/deploy_tool/main.cpp index 38263b62..6ff20cdf 100644 --- a/utils/deploy_tool/main.cpp +++ b/utils/deploy_tool/main.cpp @@ -401,6 +401,11 @@ int main(int argc, char * argv[]) { return 1; } if (etcnt > 0) is_ldd = false; + if (!qt_dir.isEmpty()) { + PIString qbin = qt_dir; + if (!qbin.endsWith("/")) qbin.append("/"); + lib_dirs << (qbin + "bin"); + } piForeach (PIString & s, lib_dirs) { if (!s.endsWith("/")) s += "/"; }