Macdeployqt for Command Line Executable?
Unsolved
Installation and Deployment
-
When I run macdeployqt on a binary, I get "ERROR: Could not find bundle binary for ...".
How can I use macdeployqt to make a binary executable (without .app bundle) to run on other machines without QT? -
Hi,
Do you mean a CLI application ? If so, they usually do not have bundles.
One possibility is to use a static build of Qt but you have to take into consideration the constraints of the licence you are using for Qt.
-
Yes you can.
-
If you want a full static build, you'll have to build it yourself.
3/6