File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 11# macdeployqtfix
2- To bundle a Qt application on Mac OSX , there is macdeployqt. To finish the job there is macdeployqtfix!
2+ To bundle a Mac OSX application dynamically linked with Qt , there is ` macdeployqt ` . To finish the job there is ` macdeployqtfix ` ...
33
44### Here what 'Finish the job' means:
55
6- - find dependencies and [ rpathes] ( https://en.wikipedia.org/wiki/Rpath ) of the main binary and all the plugins that are present in the bundle
7- - copy into the bundle the dependencies that were ** missed** by * macdeployqt*
6+ - find dependencies and [ rpathes] ( https://en.wikipedia.org/wiki/Rpath ) of :
7+ - the main executable of the bundle
8+ - its dependencies
9+ - the plugins present in the bundle
10+ - copy into the bundle the ** missing** QT libs on which depends those binaries, that should normally have been taken care of by * macdeployqt*
811 - fix incorrect permissions
912 - fix incorrect rpathes
1013
@@ -13,7 +16,7 @@ macdeployqtfix relies on `otool` and `install_name_tool` being on the `PATH`
1316
1417### Usage
1518
16- :exclamation : Before using ` macdeployqt ` you first have to use ` macdeployqtfix ` !
19+ :exclamation : Use ` macdeployqt ` first, then call ` macdeployqtfix `
1720
1821
1922```
You can’t perform that action at this time.
0 commit comments