Skip to content

Commit

Permalink
Flatpak fix Qt6.8 (#5762)
Browse files Browse the repository at this point in the history
* Update CMakeLists.txt

* Update CMakeLists.txt

* Update CMakeLists.txt
  • Loading branch information
RensDofferhoff authored and JorisGoosen committed Jan 7, 2025
1 parent b705115 commit a2bb7ad
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Desktop/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,7 @@ target_link_libraries(
Qt::OpenGL
Qt::Widgets
Qt::Qml
$<$<NOT:$<BOOL:${FLATPAK_USED}>>:Qt::WebEngineQuick>
$<$<BOOL:${FLATPAK_USED}>:/app/lib/$ENV{FLATPAK_ARCH}-linux-gnu/libQt6WebEngineQuick.so>
$<$<BOOL:${FLATPAK_USED}>:/app/lib/$ENV{FLATPAK_ARCH}-linux-gnu/libQt6WebEngineCore.so>
$<$<BOOL:${FLATPAK_USED}>:/app/qml/QtWebEngine/libqtwebenginequickplugin.so>
Qt::WebEngineQuick
Qt::WebChannel
Qt::WebChannelQuick
Qt::Svg
Expand Down

0 comments on commit a2bb7ad

Please sign in to comment.