jurplel / install-qt-action

Install Qt on your Github Actions workflows with just one simple action
MIT License
464 stars 82 forks source link

Add Apple Store compliant libraries #196

Closed alexandergiss closed 1 year ago

alexandergiss commented 1 year ago

Would be nice to have option to install Qt lib that were built with this flag

-feature-appstore-compliant

it would be useful for publishing then qt app in Apple Store

pzhlkj6612 commented 1 year ago

Hello @alexandergiss . This action is not for building Qt, but downloading and installing the pre-built Qt stuff with aqtinstall. So I think you may have to build Qt with custom options in GitHub Actions' environment by yourself. In addition, there is cache mechanism in GitHub Actions to speed up your workflows (Caching dependencies to speed up workflows - GitHub Docs). And, you could try to download Qt's source code with help from aqtinstall (list-src-command § Command Line Options — aqtinstall 3 documentation).

jurplel commented 1 year ago

Yes, this action is only able to do what aqtinstall is able to do.