diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-08-18 17:23:29 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-08-18 17:23:29 +0200 |
commit | c7fe1d5ea43e7b47bc21eade4914623be935219b (patch) | |
tree | def16ceff11e4fd952911f20c24e46578215ebab /accounts/imap/CMakeLists.txt | |
parent | e2f86e32a295cddacc6053936933150d1e7c665b (diff) | |
download | kube-c7fe1d5ea43e7b47bc21eade4914623be935219b.tar.gz kube-c7fe1d5ea43e7b47bc21eade4914623be935219b.zip |
Account name from metadata.json
Diffstat (limited to 'accounts/imap/CMakeLists.txt')
-rw-r--r-- | accounts/imap/CMakeLists.txt | 1 |
1 files changed, 1 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) |