Ticket #46536: patch-shared.diff
File patch-shared.diff, 549 bytes (added by RJVB (René Bertin), 10 years ago) |
---|
-
qttools/src/macdeployqt/shared/shared.cpp
196 196 state = DylibName; 197 197 continue; 198 198 } else if (part < parts.count() && parts.at(part).endsWith(".framework")) { 199 info.installName += "/" + (qtPath + " lib/").simplified();199 info.installName += "/" + (qtPath + "Frameworks/").simplified(); 200 200 info.frameworkDirectory = info.installName; 201 201 state = FrameworkName; 202 202 continue;