Skip to content

Commit

Permalink
Fix flatpak not building on >=Qt6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
RensDofferhoff authored May 3, 2024
1 parent fce6378 commit 4fbcef1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Desktop/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ target_link_libraries(
$<$<BOOL:${FLATPAK_USED}>:/app/lib/$ENV{FLATPAK_ARCH}-linux-gnu/libQt6WebEngineCore.so>
$<$<BOOL:${FLATPAK_USED}>:/app/qml/QtWebEngine/libqtwebenginequickplugin.so>
Qt::WebChannel
Qt::WebChannelQuick
Qt::Svg
Qt::Network
#? Qt::PrintSupport
Expand Down

0 comments on commit 4fbcef1

Please sign in to comment.