aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* CMakeLists: check for QML modules for QtMultimedia and Kirigamilink2xt2021-08-011-2/+6
| | | | | | | The whole Qt Multimedia module is not required. On Debian you only need qml-module-qtmultimedia and no qtmultimedia5-dev.
* cmake: add Qt Multimedia requirementlink2xt2021-07-261-2/+2
|
* Add HTML view for messageslink2xt2021-05-221-3/+3
|
* Make Qt5QuickCompiler dependency REQUIREDlink2xt2021-03-271-1/+1
|
* Autoformat CMakeLists.txtlink2xt2021-03-271-10/+18
|
* Add .desktop entry and iconlink2xt2021-03-271-0/+2
|
* Mark Kirigami dependency as requiredlink2xt2021-03-271-1/+1
|
* Compile QML ahead-of-timelink2xt2021-03-161-1/+7
|
* CMakeLists.txt: install the binarylink2xt2021-02-241-0/+6
|
* Do not build libdeltachat as ExternalProjectlink2xt2021-02-241-17/+3
| | | | | deltachat-core-rust has CMakeLists.txt now and can be used as a module within `kdesrc-build`. The recommended way for building KDeltaChat is using `kdesrc-build` now, README is updated accordingly.
* Move accounts model from C++ to QMLlink2xt2020-11-051-1/+1
| | | | | | | C++ models are not well documented and it is easier to manage the model in QML. Now all QObjects are thin wrappers around Delta Chat core structures.
* Initial commitlink2xt2020-10-031-0/+57