Add kwindowsystem
This commit is contained in:
parent
b8b560d06a
commit
54a19a9a89
3 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
)
|
||||
|
|
|
@ -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
|
||||
|
|
1
debian/control
vendored
1
debian/control
vendored
|
@ -7,6 +7,7 @@ Build-Depends: cmake,
|
|||
extra-cmake-modules,
|
||||
libkf5kio-dev,
|
||||
libkf5solid-dev,
|
||||
libkf5windowsystem-dev,
|
||||
qtbase5-dev,
|
||||
qtbase5-private-dev,
|
||||
qtdeclarative5-dev,
|
||||
|
|
Loading…
Reference in a new issue