mirror of
https://invent.kde.org/multimedia/kdenlive
synced 2025-12-05 15:59:59 +01:00
Added qt6-declarative-private-dev to Qt6 dependencies
and kde-style-breeze as a separate item to install
This commit is contained in:
committed by
Julius Künzel
parent
ce27121361
commit
5847c3f7d5
@@ -71,7 +71,8 @@ Or install the dependencies explicitly:
|
||||
```bash
|
||||
# Qt6 modules
|
||||
sudo apt install qt6-base-dev qt6-svg-dev qt6-multimedia-dev qt6-networkauth-dev \
|
||||
qml6-module-qtqml-workerscript qml6-module-qtquick-window qml6-module-org-kde-desktop
|
||||
qml6-module-qtqml-workerscript qml6-module-qtquick-window qml6-module-org-kde-desktop \
|
||||
qt6-declarative-private-dev
|
||||
|
||||
# KDE Frameworks 6, based on Qt6
|
||||
sudo apt install kf6-breeze-icon-theme libkf6archive-dev libkf6bookmarks-dev \
|
||||
@@ -81,6 +82,9 @@ libkf6guiaddons-dev libkf6iconthemes-dev libkf6kio-dev libkf6newstuff-dev \
|
||||
libkf6notifications-dev libkf6notifyconfig-dev libkf6purpose-dev \
|
||||
libkf6solid-dev libkf6textwidgets-dev libkf6widgetsaddons-dev libkf6xmlgui-dev
|
||||
|
||||
# KDE Style Breeze
|
||||
sudo apt install kde-style-breeze
|
||||
|
||||
# Multimedia stack
|
||||
sudo apt install frei0r-plugins ffmpeg mediainfo
|
||||
|
||||
|
||||
Reference in New Issue
Block a user