diff --git a/CMakeLists.txt b/CMakeLists.txt index d545626f..acabc978 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,6 +31,7 @@ find_package(Qt6Widgets) find_package(Qt6Xml) find_package(Qt6Svg) find_package(Qt6UiTools) +find_package(Qt6SvgWidgets) set(CMAKE_SKIP_BUILD_RPATH false) set(CMAKE_BUILD_RPATH_USE_ORIGIN true) @@ -178,6 +179,7 @@ target_link_libraries(Bloom Qt6::UiTools) target_link_libraries(Bloom Qt6::Widgets) target_link_libraries(Bloom Qt6::Xml) target_link_libraries(Bloom Qt6::Svg) +target_link_libraries(Bloom Qt6::SvgWidgets) target_compile_options( Bloom diff --git a/build/bin/platforms/libqxcb.so b/build/bin/platforms/libqxcb.so index c9ffac58..b583e242 100755 Binary files a/build/bin/platforms/libqxcb.so and b/build/bin/platforms/libqxcb.so differ diff --git a/build/bin/plugins/iconengines/libqsvgicon.so b/build/bin/plugins/iconengines/libqsvgicon.so index 5896062c..a103cd60 100755 Binary files a/build/bin/plugins/iconengines/libqsvgicon.so and b/build/bin/plugins/iconengines/libqsvgicon.so differ diff --git a/build/bin/plugins/imageformats/libqgif.so b/build/bin/plugins/imageformats/libqgif.so index 2fa4835f..4ee36140 100755 Binary files a/build/bin/plugins/imageformats/libqgif.so and b/build/bin/plugins/imageformats/libqgif.so differ diff --git a/build/bin/plugins/imageformats/libqicns.so b/build/bin/plugins/imageformats/libqicns.so index 14b2ed8e..04ad6f02 100755 Binary files a/build/bin/plugins/imageformats/libqicns.so and b/build/bin/plugins/imageformats/libqicns.so differ diff --git a/build/bin/plugins/imageformats/libqico.so b/build/bin/plugins/imageformats/libqico.so index ab0a0573..71845044 100755 Binary files a/build/bin/plugins/imageformats/libqico.so and b/build/bin/plugins/imageformats/libqico.so differ diff --git a/build/bin/plugins/imageformats/libqjpeg.so b/build/bin/plugins/imageformats/libqjpeg.so index af5b96c6..acb99c70 100755 Binary files a/build/bin/plugins/imageformats/libqjpeg.so and b/build/bin/plugins/imageformats/libqjpeg.so differ diff --git a/build/bin/plugins/imageformats/libqsvg.so b/build/bin/plugins/imageformats/libqsvg.so index 26612b58..cbec63cc 100755 Binary files a/build/bin/plugins/imageformats/libqsvg.so and b/build/bin/plugins/imageformats/libqsvg.so differ diff --git a/build/bin/plugins/imageformats/libqtga.so b/build/bin/plugins/imageformats/libqtga.so index 13da77cb..756945cc 100755 Binary files a/build/bin/plugins/imageformats/libqtga.so and b/build/bin/plugins/imageformats/libqtga.so differ diff --git a/build/bin/plugins/imageformats/libqtiff.so b/build/bin/plugins/imageformats/libqtiff.so index bae478ba..8cbd3359 100755 Binary files a/build/bin/plugins/imageformats/libqtiff.so and b/build/bin/plugins/imageformats/libqtiff.so differ diff --git a/build/bin/plugins/imageformats/libqwbmp.so b/build/bin/plugins/imageformats/libqwbmp.so index 805a3608..a87a87ed 100755 Binary files a/build/bin/plugins/imageformats/libqwbmp.so and b/build/bin/plugins/imageformats/libqwbmp.so differ diff --git a/build/bin/plugins/imageformats/libqwebp.so b/build/bin/plugins/imageformats/libqwebp.so index 0693c62f..451ac359 100755 Binary files a/build/bin/plugins/imageformats/libqwebp.so and b/build/bin/plugins/imageformats/libqwebp.so differ diff --git a/build/bin/plugins/xcbglintegrations/libqxcb-egl-integration.so b/build/bin/plugins/xcbglintegrations/libqxcb-egl-integration.so index a284f0a0..bef04d95 100755 Binary files a/build/bin/plugins/xcbglintegrations/libqxcb-egl-integration.so and b/build/bin/plugins/xcbglintegrations/libqxcb-egl-integration.so differ diff --git a/build/bin/plugins/xcbglintegrations/libqxcb-glx-integration.so b/build/bin/plugins/xcbglintegrations/libqxcb-glx-integration.so index be69d5fa..076590e2 100755 Binary files a/build/bin/plugins/xcbglintegrations/libqxcb-glx-integration.so and b/build/bin/plugins/xcbglintegrations/libqxcb-glx-integration.so differ diff --git a/build/lib/libQt6OpenGL.so.6 b/build/lib/libQt6OpenGL.so.6 new file mode 120000 index 00000000..014af099 --- /dev/null +++ b/build/lib/libQt6OpenGL.so.6 @@ -0,0 +1 @@ +libQt6OpenGL.so.6.1.2 \ No newline at end of file diff --git a/build/lib/libQt6OpenGL.so.6.1.2 b/build/lib/libQt6OpenGL.so.6.1.2 new file mode 100755 index 00000000..f0712154 Binary files /dev/null and b/build/lib/libQt6OpenGL.so.6.1.2 differ diff --git a/build/lib/libQt6OpenGLWidgets.so.6 b/build/lib/libQt6OpenGLWidgets.so.6 new file mode 120000 index 00000000..3b9d842a --- /dev/null +++ b/build/lib/libQt6OpenGLWidgets.so.6 @@ -0,0 +1 @@ +libQt6OpenGLWidgets.so.6.1.2 \ No newline at end of file diff --git a/build/lib/libQt6OpenGLWidgets.so.6.1.2 b/build/lib/libQt6OpenGLWidgets.so.6.1.2 new file mode 100755 index 00000000..b00d90da Binary files /dev/null and b/build/lib/libQt6OpenGLWidgets.so.6.1.2 differ