Ticket #35067: patch-tools_macdeployqt_shared_shared.cpp.diff
| File patch-tools_macdeployqt_shared_shared.cpp.diff, 614 bytes (added by frederic.devernay@…, 11 months ago) |
|---|
-
tools/macdeployqt/shared/shared.cpp
old new 139 139 state = DylibName; 140 140 continue; 141 141 } else if (part < parts.count() && parts.at(part).endsWith(".framework")) { 142 info.installName += "/" + (qtPath + " lib/").simplified();142 info.installName += "/" + (qtPath + "Frameworks/").simplified(); 143 143 info.frameworkDirectory = info.installName; 144 144 state = FrameworkName; 145 145 continue;

