Skip to content
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

Add Qt6WebEngine support #585

Conversation

atsushi-yamamoto-signalslot
Copy link
Contributor

In Qt6WebEngine, as with Qt5WebEngine, it is necessary to copy resources and the executable binary.

I tested creating an AppImage for my application on Ubuntu 20.04 with Qt 6.5.2 using the following command:
./linuxdeployqt AppDir/usr/share/applications/myapp.desktop -appimage -exclude-libs="libnss3.so,libnssutil3.so"
(Note that tests/QtWebEngineApplication couldn't be built with Qt 6.5.2)

I appreciate your work. Thank you!

In Qt6WebEngine, as with Qt5WebEngine, it is necessary to copy
resources and the executable binary.
@probonopd
Copy link
Owner

Thanks @atsushi-yamamoto-signalslot

@probonopd probonopd merged commit 6fcaf74 into probonopd:master Sep 23, 2023
1 check passed
@atsushi-yamamoto-signalslot atsushi-yamamoto-signalslot deleted the feature/add_qt6_webengine_support branch September 25, 2023 07:33
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

Successfully merging this pull request may close these issues.

2 participants