From 54a19a9a896d13fb3b0f3132a926eddcc6f70a3f Mon Sep 17 00:00:00 2001 From: reionwong Date: Tue, 31 Aug 2021 00:25:12 +0800 Subject: [PATCH] Add kwindowsystem --- CMakeLists.txt | 2 ++ README.md | 6 ++++-- debian/control | 1 + 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 18fcb62..cdb5175 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,6 +16,7 @@ find_package(Qt5 COMPONENTS Core DBus Quick LinguistTools REQUIRED) find_package(KF5KIO) find_package(KF5Solid) +find_package(KF5WindowSystem) add_executable(cutefish-filemanager main.cpp @@ -62,6 +63,7 @@ target_link_libraries(cutefish-filemanager KF5::KIOFileWidgets KF5::KIOWidgets KF5::Solid + KF5::WindowSystem # FishUI ) diff --git a/README.md b/README.md index dd692d1..3fd5285 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,12 @@ Cutefish File Manager, simple to use, beautiful, and retain the classic PC inter ## Dependencies -### Ubuntu +### Debian/Ubuntu ``` -sudo apt install libkf5solid-dev libkf5kio-dev -y +sudo apt install equivs curl git devscripts lintian build-essential automake autotools-dev --no-install-recommends + +sudo mk-build-deps -i -t "apt-get --yes" -r ``` ### ArchLinux diff --git a/debian/control b/debian/control index ac2c8d4..08fc3c6 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,7 @@ Build-Depends: cmake, extra-cmake-modules, libkf5kio-dev, libkf5solid-dev, + libkf5windowsystem-dev, qtbase5-dev, qtbase5-private-dev, qtdeclarative5-dev,