How to add libraries to the program in MacOS?
-
What do you mean by assembled ?
Did you use macdeployqt before sending the application ?
Are you using SQLite directly or are you using the QtSql module ? -
@mikeeeeee what about reading the documentation ?
-
@sgaist said in How to add libraries to the program in MacOS?:
@mikeeeeee what about reading the documentation ?
But in this documentation there is no instruction how to collect libraries in a folder by the program.
-
@sgaist said in How to add libraries to the program in MacOS?:
@mikeeeeee what about reading the documentation ?
But in this documentation there is no instruction how to collect libraries in a folder by the program.
@mikeeeeee the linked page can be a bit overwhelming
take a look at the section specific to to macdeploymenttool:
https://doc.qt.io/qt-5/macos-deployment.html#the-mac-deployment-tool -
@j-hilk said in How to add libraries to the program in MacOS?:
the linked page can be a bit overwhelming
take a look at the section specific to to macdeploymenttool:I didn't understand. I very recently got acquainted with Makos. How do I copy the required libraries to the program folder? Are there examples?
-
@j-hilk said in How to add libraries to the program in MacOS?:
the linked page can be a bit overwhelming
take a look at the section specific to to macdeploymenttool:I didn't understand. I very recently got acquainted with Makos. How do I copy the required libraries to the program folder? Are there examples?
@mikeeeeee said in How to add libraries to the program in MacOS?:
@j-hilk said in How to add libraries to the program in MacOS?:
the linked page can be a bit overwhelming
take a look at the section specific to to macdeploymenttool:I didn't understand. I very recently got acquainted with Makos. How do I copy the required libraries to the program folder? Are there examples?
the macdeployment tool does it for you, that's the point, and the docu section has an example on how to call it