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/gmail/CMakeLists.txt | |
parent | e2f86e32a295cddacc6053936933150d1e7c665b (diff) | |
download | kube-c7fe1d5ea43e7b47bc21eade4914623be935219b.tar.gz kube-c7fe1d5ea43e7b47bc21eade4914623be935219b.zip |
Account name from metadata.json
Diffstat (limited to 'accounts/gmail/CMakeLists.txt')
-rw-r--r-- | accounts/gmail/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/accounts/gmail/CMakeLists.txt b/accounts/gmail/CMakeLists.txt index 42b95a45..f8baee04 100644 --- a/accounts/gmail/CMakeLists.txt +++ b/accounts/gmail/CMakeLists.txt | |||
@@ -15,4 +15,5 @@ target_link_libraries(gmailaccountplugin | |||
15 | ) | 15 | ) |
16 | 16 | ||
17 | install(TARGETS gmailaccountplugin DESTINATION ${QML_INSTALL_DIR}/org/kube/accounts/gmail) | 17 | install(TARGETS gmailaccountplugin DESTINATION ${QML_INSTALL_DIR}/org/kube/accounts/gmail) |
18 | install(FILES metadata.json DESTINATION ${QML_INSTALL_DIR}/org/kube/accounts/gmail) | ||
18 | install_qml_account(gmail) | 19 | install_qml_account(gmail) |