diff options
Diffstat (limited to 'accounts/imap')
-rw-r--r-- | accounts/imap/CMakeLists.txt | 1 | ||||
-rw-r--r-- | accounts/imap/metadata.json | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/accounts/imap/CMakeLists.txt b/accounts/imap/CMakeLists.txt index 97399490..80aa6a0c 100644 --- a/accounts/imap/CMakeLists.txt +++ b/accounts/imap/CMakeLists.txt | |||
@@ -20,4 +20,5 @@ target_link_libraries(imapaccountplugin | |||
20 | ) | 20 | ) |
21 | 21 | ||
22 | install(TARGETS imapaccountplugin DESTINATION ${QML_INSTALL_DIR}/org/kube/accounts/imap) | 22 | install(TARGETS imapaccountplugin DESTINATION ${QML_INSTALL_DIR}/org/kube/accounts/imap) |
23 | install(FILES metadata.json DESTINATION ${QML_INSTALL_DIR}/org/kube/accounts/imap) | ||
23 | install_qml_account(imap) | 24 | install_qml_account(imap) |
diff --git a/accounts/imap/metadata.json b/accounts/imap/metadata.json new file mode 100644 index 00000000..f47e4792 --- /dev/null +++ b/accounts/imap/metadata.json | |||
@@ -0,0 +1,4 @@ | |||
1 | { | ||
2 | "Name": "IMAP", | ||
3 | "RequiresKeyring": true | ||
4 | } | ||