diff options
author | link2xt <link2xt@testrun.org> | 2021-03-27 18:34:35 +0300 |
---|---|---|
committer | link2xt <link2xt@testrun.org> | 2021-03-27 18:34:35 +0300 |
commit | 4e8b8ccd63e18f374d2d1360c770f2f101e94cd2 (patch) | |
tree | 3f816abf980e82282543596a6c1cc9585946fba5 /README.md | |
parent | 78dd689631c42b3a1af09da3a0c716a52e8f2e3b (diff) | |
download | kdeltachat-4e8b8ccd63e18f374d2d1360c770f2f101e94cd2.tar.gz kdeltachat-4e8b8ccd63e18f374d2d1360c770f2f101e94cd2.zip |
Add missing Debian dependencies to README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -66,6 +66,9 @@ Install QtQuick and required QML modules using your system package manager. Build time dependencies: - `qtdeclarative5-dev` (for `/usr/lib/x86_64-linux-gnu/cmake/Qt5Quick/Qt5QuickConfig.cmake`) +- `cmake` +- `extra-cmake-modules` +- `pkg-config` Runtime dependencies: - `qml-module-qtquick-controls` |