aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* 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