We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Right now cmake/ includes a DeployQt5.cmake script, which needs to be modernized to package the Mac and Windows builds.
cmake/
DeployQt5.cmake
Evidently, Qt6 offers QtDeploySupport.cmake https://www.qt.io/blog/cmake-deployment-api https://doc.qt.io/qt-6/cmake-variable-qt-deploy-support.html
QtDeploySupport.cmake
The text was updated successfully, but these errors were encountered:
I'm happy to help @cryos - but this is one of the blocks to getting Qt6 fully working.
Sorry, something went wrong.
e.g. https://github.com/OpenChemistry/avogadrolibs/actions/runs/4887279731?pr=1282
https://doc.qt.io/qt-6/qt-generate-deploy-script.html
ghutchis
cryos
No branches or pull requests
Right now
cmake/
includes aDeployQt5.cmake
script, which needs to be modernized to package the Mac and Windows builds.Evidently, Qt6 offers
QtDeploySupport.cmake
https://www.qt.io/blog/cmake-deployment-api
https://doc.qt.io/qt-6/cmake-variable-qt-deploy-support.html
The text was updated successfully, but these errors were encountered: