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

This commit is contained in:
2020-04-16 07:47:08 +00:00
parent 6acce46584
commit c4afee9e89
2 changed files with 13 additions and 5 deletions

View File

@@ -427,9 +427,9 @@ int main(int argc, char * argv[]) {
}
if (etcnt > 0) is_ldd = false;
if (!qt_dir.isEmpty()) {
PIString qbin = qt_dir;
if (!qbin.endsWith("/")) qbin.append("/");
lib_dirs << (qbin + "bin");
PIString qroot = qt_dir;
if (!qroot.endsWith("/")) qroot.append("/");
lib_dirs << (qroot + "bin") << (qroot + "lib") << (qroot + "Frameworks");
}
piForeach (PIString & s, lib_dirs) {
s.trim();