You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to package the dll required by a program into a single executable file
Programs can be copied to other machines without qt installed
Please provide the following solution
thank you
The text was updated successfully, but these errors were encountered:
You would need to build to a statically linked binary.
Usually this means you either have a Qt commercial license or understand the LGPLv3 requirements and have a Qt install with static libraries available to link to.
Then if using CMake you need ensure that it links statically and not dynamically. But i believe that macOS uses static linking by default so there might not be much modification required there.
How to package the dll required by a program into a single executable file
Programs can be copied to other machines without qt installed
Please provide the following solution
thank you
The text was updated successfully, but these errors were encountered: