diff options
author | link2xt <link2xt@testrun.org> | 2021-05-22 15:23:16 +0300 |
---|---|---|
committer | link2xt <link2xt@testrun.org> | 2021-05-22 15:23:16 +0300 |
commit | 1860c787e167d1c08e71b15de41ebe7a6b5d0c29 (patch) | |
tree | 047ce375c8ae5b63ea5fdccd979c248054b6e431 /README.md | |
parent | 166d17e61da080ee7b83317b1a97ec2046960706 (diff) | |
download | kdeltachat-1860c787e167d1c08e71b15de41ebe7a6b5d0c29.tar.gz kdeltachat-1860c787e167d1c08e71b15de41ebe7a6b5d0c29.zip |
Add HTML view for messages
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -67,6 +67,7 @@ Install QtQuick and required QML modules using your system package manager. Build time dependencies: - `qtbase5-dev` - `qtdeclarative5-dev` (for `/usr/lib/x86_64-linux-gnu/cmake/Qt5Quick/Qt5QuickConfig.cmake`) +- `qtwebengine5-dev` - `cmake` - `extra-cmake-modules` - `pkg-config` @@ -77,6 +78,7 @@ Runtime dependencies: - `qml-module-qtquick-dialogs` - used for account import file dialog - `qml-module-qtquick-layouts` - `qml-module-qtmultimedia` +- `qml-module-qtwebengine` - `qt5-image-formats-plugins` - WebP support ### Arch Linux |