git-svn-id: svn://db.shs.com.ru/pip@995 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -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 += "/";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user