Skip to content

Commit 3b8d0f9

Browse files
author
Aurelien Rainone
committed
README: correct mistake in usage
macdeployqt should be **used before** macdeployqtfix
1 parent 10c3b81 commit 3b8d0f9

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
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
```

0 commit comments

Comments
 (0)