[office/skrooge] /: Remove useless dependencies
Stéphane MANKOWSKI <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 859ada69586d2c2a522f90050a3729c3c167b560 by Stéphane MANKOWSKI.
Committed on 09/08/2026 at 14:24.
Pushed by smankowski into branch 'master'.
Remove useless dependencies
M +1 -2 README.md
M +0 -2 skroogecompanion/CMakeLists.txt
https://invent.kde.org/office/skrooge/-/commit/859ada69586d2c2a522f90050a3729c3c167b560
diff --git a/README.md b/README.md
index 6ecb587c0..23f4d4380 100644
--- a/README.md
+++ b/README.md
@@ -84,7 +84,6 @@ More information here: <https://skrooge.org/download>
- qtquickcontrols2-5-dev
- libsqlcipher-dev
- sqlcipher
-- kf6-kirigami-dev
- libkf6notifications-dev
- kf6-kstatusnotifieritem-dev
- qt6-5compat-dev
@@ -95,7 +94,7 @@ More information here: <https://skrooge.org/download>
On Ubuntu qt6/kf6:
[suppressed due to size limit]
[suppressed due to size limit]
### Extract the archive, and enter the "skrooge" directory. Then run
diff --git a/skroogecompanion/CMakeLists.txt b/skroogecompanion/CMakeLists.txt
index 24a5dcb69..7c8b5dbb0 100644
--- a/skroogecompanion/CMakeLists.txt
+++ b/skroogecompanion/CMakeLists.txt
@@ -7,7 +7,6 @@ MESSAGE( STATUS "..:: CMAKE SKROOGEMOBILE ::..")
PROJECT(SKROOGEMOBILE)
FIND_PACKAGE(Qt6 REQUIRED COMPONENTS Quick QuickControls2)
-FIND_PACKAGE(KF6 REQUIRED COMPONENTS Kirigami)
LINK_DIRECTORIES (${LIBRARY_OUTPUT_PATH})
@@ -49,7 +48,6 @@ QT_ADD_QML_MODULE(skroogecompanion
TARGET_LINK_LIBRARIES(skroogecompanion
PRIVATE
KF6::I18n
- KF6::Kirigami
Qt6::Quick
Qt6::QuickControls2
skgbasemodeler