Thanks to visit codestin.com
Credit goes to github.com

Skip to content

EXTRA_QT_MODULES not working for bluetooth and serialport? #195

Open
@LazyT

Description

@LazyT

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions