git-svn-id: svn://db.shs.com.ru/pip@1033 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -237,7 +237,7 @@ void procLdd(PIString file, bool ext_lib = false, int cur_depth = 0) {
|
||||
PIString fname = frameworkName(l);
|
||||
if (!fname.isEmpty()) {
|
||||
frameworks << fname;
|
||||
framework_libs << l;
|
||||
framework_libs << l.cutLeft(1).cutRight(1);
|
||||
checkQtLib(fname.toLowerCase());
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user