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