Ticket #46536: patch-shared.diff

File patch-shared.diff, 549 bytes (added by RJVB (René Bertin), 9 years ago)
  • qttools/src/macdeployqt/shared/shared.cpp

     
    196196                state = DylibName;
    197197                continue;
    198198            } else if (part < parts.count() && parts.at(part).endsWith(".framework")) {
    199                 info.installName += "/" + (qtPath + "lib/").simplified();
     199                info.installName += "/" + (qtPath + "Frameworks/").simplified();
    200200                info.frameworkDirectory = info.installName;
    201201                state = FrameworkName;
    202202                continue;