jurplel / install-qt-action

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

Link to static QT on Windows. #128

Closed XapaJIaMnu closed 2 years ago

XapaJIaMnu commented 2 years ago

I successfully used the action to compile and link a windows program to QT, but the linking is dynamic. Is there a way to force a static link, or you have to have a custom compiled QT for that?

jurplel commented 2 years ago

You have to have custom compiled Qt for that.