miurahr / aqtinstall

aqt: Another (unofficial) Qt CLI Installer on multi-platforms
https://aqtinstall.readthedocs.io/en/latest/
MIT License
913 stars 84 forks source link

howto list installed modules and where modules are installed #755

Open looninho opened 7 months ago

looninho commented 7 months ago

Hi, All my questions in in the tittle.

I use qmake to build my project but it outputs

Project ERROR: Unknown module(s) in QT: location positioning texttospeech core5compat multimedia serialport location-private positioning-private

So I did:

aqt install-qt linux desktop 6.6.1 gcc_64 -m qt5compat qtcharts qtlocation qtmultimedia qtpositioning qtserialport qtspeech

But the issue remains.

I'll appreciate any help

ddalcino commented 7 months ago

Can you get your project to compile properly using the standard gui installer? That error message makes me think you may have specified the modules improperly in your project's .pro file. Sometimes the module names change between different releases of Qt; please check that you have the right names for qt 6.6.1.

If you can get it working with the standard gui installer, try again with aqt, and if you're still having trouble, please let us know.