Skip to content

EXTRA_QT_MODULES not working for bluetooth and serialport? #195

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

Open
LazyT opened this issue May 1, 2025 · 0 comments
Open

EXTRA_QT_MODULES not working for bluetooth and serialport? #195

LazyT opened this issue May 1, 2025 · 0 comments

Comments

@LazyT
Copy link

LazyT commented May 1, 2025

I switched from linuxdeployqt and encountered the problem that the above two libraries don't get deployed.

I added EXTRA_QT_MODULES=bluetooth;serialport;waylandcompositor and the log shows

Extra Qt modules: bluetooth serialport waylandcompositor
...
-- Deploying module: bluetooth --
-- Deploying module: serialport --
-- Deploying module: waylandcompositor --
Deploying Qt wayland-decoration-client plugins
...

But bluetooth and serialport libs are missing and only wayland is there.

The workaround is to add the --library=xxx, which requires the missing libs.

What I'm doing wrong?

Thanks...

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

No branches or pull requests

1 participant