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

This commit is contained in:
2020-03-26 21:08:14 +00:00
parent 3b505ced54
commit 96d987fe2a

View File

@@ -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 += "/";
}