[utilities/kongress] src: Use kirigami lib
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit d401143907d0ebec32fe465eb0c2725fb6d3088d by Laurent Montel.
Committed on 22/07/2026 at 05:55.
Pushed by mlaurent into branch 'master'.
Use kirigami lib
M +1 -1 src/CMakeLists.txt
https://invent.kde.org/utilities/kongress/-/commit/d401143907d0ebec32fe465eb0c2725fb6d3088d
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index bdbbedb..ed976a6 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -50,7 +50,7 @@ target_include_directories(kongress PRIVATE ${CMAKE_BINARY_DIR})
if (ANDROID)
target_link_libraries(kongress PRIVATE
- KF6::Kirigami2
+ KF6::Kirigami
KF6::ColorScheme
Qt::Svg
OpenSSL::SSL