SOLVED - Problem deploying on OS X
Installation and Deployment
11
Posts
3
Posters
2.6k
Views
1
Watching
-
Hi,
Since you are using the Qt Network module, you are probably missing the bearer plugins. This has been fixed for Qt 5.4. You can either deploy them manually or compile macdeployqt from the latest qttools repository.
Hope it helps
-
There: /path_to_qt5/qtbase/plugins/bearer/
-
Did you update the paths from the plugins with install_name_tool ?
-
No you don't, just the bearer plugins. macdeployqt indeed does that for you but it was missing the bearer deployment part which has been fixed in between that's why I suggested to compile it from sources.
-
You're welcome !
If you have it running now, please update the thread title prepending [solved] so other forum users may know a solution has been found :)