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