summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-03-03 17:10:18 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-03-03 17:10:18 +0100
commit54c3e5912b0d64bad5a1c66bc96f0552ac5e21f5 (patch)
tree65b511dc68bd327d59cc320b04cb077a0a52e014 /CMakeLists.txt
parent7bc71c84a91d980f46bc042731ee903cef591031 (diff)
downloadkube-54c3e5912b0d64bad5a1c66bc96f0552ac5e21f5.tar.gz
kube-54c3e5912b0d64bad5a1c66bc96f0552ac5e21f5.zip
Install a qml plugin for the maildir account
This works and allows us to register other controllers and action handlers, but it's not yet clear to me whether we should rather be using kpackage for this as well (and I failed to get it to run, so, here we are...)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a70344bd..7d896eb0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,4 +4,5 @@ cmake_minimum_required(VERSION 2.8.10.1)
4 4
5add_subdirectory(applications) 5add_subdirectory(applications)
6add_subdirectory(framework) 6add_subdirectory(framework)
7add_subdirectory(accounts)
7add_subdirectory(icons) 8add_subdirectory(icons)