From 54c3e5912b0d64bad5a1c66bc96f0552ac5e21f5 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 3 Mar 2016 17:10:18 +0100 Subject: 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...) --- accounts/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 accounts/CMakeLists.txt (limited to 'accounts/CMakeLists.txt') diff --git a/accounts/CMakeLists.txt b/accounts/CMakeLists.txt new file mode 100644 index 00000000..25fa7f67 --- /dev/null +++ b/accounts/CMakeLists.txt @@ -0,0 +1 @@ +add_subdirectory(maildir) -- cgit v1.2.3