Skip to content
New issue

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

howto list installed modules and where modules are installed #755

Open
looninho opened this issue Feb 5, 2024 · 1 comment
Open

howto list installed modules and where modules are installed #755

looninho opened this issue Feb 5, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@looninho
Copy link

looninho commented Feb 5, 2024

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

@looninho looninho added the enhancement New feature or request label Feb 5, 2024
@ddalcino
Copy link
Contributor

ddalcino commented Feb 6, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants