We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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.
--library=xxx
What I'm doing wrong?
Thanks...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 showsBut 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...
The text was updated successfully, but these errors were encountered: