aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlink2xt <link2xt@testrun.org>2021-03-27 18:34:35 +0300
committerlink2xt <link2xt@testrun.org>2021-03-27 18:34:35 +0300
commit4e8b8ccd63e18f374d2d1360c770f2f101e94cd2 (patch)
tree3f816abf980e82282543596a6c1cc9585946fba5
parent78dd689631c42b3a1af09da3a0c716a52e8f2e3b (diff)
downloadkdeltachat-4e8b8ccd63e18f374d2d1360c770f2f101e94cd2.tar.gz
kdeltachat-4e8b8ccd63e18f374d2d1360c770f2f101e94cd2.zip
Add missing Debian dependencies to README
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index a821298..4c9eac5 100644
--- a/README.md
+++ b/README.md
@@ -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`