linuxdeploy-plugin-qt icon indicating copy to clipboard operation
linuxdeploy-plugin-qt copied to clipboard

EXTRA_QT_MODULES not working for bluetooth and serialport?

Open LazyT opened this issue 8 months ago • 0 comments

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...

LazyT avatar May 01 '25 10:05 LazyT