Ticket #35067: patch-tools_macdeployqt_shared_shared.cpp.diff

File patch-tools_macdeployqt_shared_shared.cpp.diff, 614 bytes (added by devernay (Frédéric Devernay), 12 years ago)
  • tools/macdeployqt/shared/shared.cpp

    old new  
    139139                state = DylibName;
    140140                continue;
    141141            } else if (part < parts.count() && parts.at(part).endsWith(".framework")) {
    142                 info.installName += "/" + (qtPath + "lib/").simplified();
     142                info.installName += "/" + (qtPath + "Frameworks/").simplified();
    143143                info.frameworkDirectory = info.installName;
    144144                state = FrameworkName;
    145145                continue;