jurplel / install-qt-action

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

Please help me install extra-cmake-module #205

Closed Pro-pra closed 10 months ago

Pro-pra commented 10 months ago

Hi all, I need compile small Qt programm for Windows. on cmake stage error: not found ECM (extra-cmake-module) package.

I add modules: 'extra-cmake-modules'- this not help me. May be need another way for this?

ddalcino commented 10 months ago

I add modules: 'extra-cmake-modules'- this not help me. May be need another way for this?

That's not one of the valid options for modules, see https://ddalcino.github.io/aqt-list-server/ for a complete list of the options available.

I'm not familiar with the extra-CMake-modules package, maybe you could check the package's documentation for installation instructions? The CMake package manager is a popular tool for installing CMake packages, maybe that could help?

pzhlkj6612 commented 10 months ago

KDE/extra-cmake-modules? It does not seem to be a Qt's product. You may have to install it by yourself.

Pro-pra commented 10 months ago

Sorry, i check other way for this. google not help me :(

jurplel commented 10 months ago

extra-cmake-modules aren't part of Qt, so indeed you have to build/install yourself.

if you want to dig through some messy CI infra, check out this project where i install extra-cmake-modules alongside other stuff https://github.com/jurplel/kimageformats-binaries/