diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-05 13:00:21 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-05 13:00:21 +0200 |
commit | 5755ad47145d2985ba74354961b4127d82c516f6 (patch) | |
tree | aa6af562b7e587be895ff5a4355270f82f3ea180 /accounts/imap | |
parent | e78224a7d9ccf70aadde8c0bff1cab72e8cb7438 (diff) | |
download | kube-5755ad47145d2985ba74354961b4127d82c516f6.tar.gz kube-5755ad47145d2985ba74354961b4127d82c516f6.zip |
A single framework plugin
Diffstat (limited to 'accounts/imap')
-rw-r--r-- | accounts/imap/CMakeLists.txt | 4 | ||||
-rw-r--r-- | accounts/imap/package/contents/ui/ImapAccountSettings.qml | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/accounts/imap/CMakeLists.txt b/accounts/imap/CMakeLists.txt index f6c4a49e..ecaae493 100644 --- a/accounts/imap/CMakeLists.txt +++ b/accounts/imap/CMakeLists.txt | |||
@@ -37,11 +37,11 @@ set(SRCS | |||
37 | 37 | ||
38 | add_library(imapaccountplugin SHARED ${SRCS}) | 38 | add_library(imapaccountplugin SHARED ${SRCS}) |
39 | qt5_use_modules(imapaccountplugin Core Quick Qml) | 39 | qt5_use_modules(imapaccountplugin Core Quick Qml) |
40 | target_link_libraries(imapaccountplugin sink settingsplugin mailplugin) | 40 | target_link_libraries(imapaccountplugin sink frameworkplugin) |
41 | 41 | ||
42 | add_library(imapaccount_static STATIC ${SRCS}) | 42 | add_library(imapaccount_static STATIC ${SRCS}) |
43 | qt5_use_modules(imapaccount_static Core Quick Qml) | 43 | qt5_use_modules(imapaccount_static Core Quick Qml) |
44 | target_link_libraries(imapaccount_static sink settingsplugin mailplugin) | 44 | target_link_libraries(imapaccount_static sink frameworkplugin) |
45 | add_subdirectory(tests) | 45 | add_subdirectory(tests) |
46 | 46 | ||
47 | kpackage_install_package(package org.kube.accounts.imap "genericqml") | 47 | kpackage_install_package(package org.kube.accounts.imap "genericqml") |
diff --git a/accounts/imap/package/contents/ui/ImapAccountSettings.qml b/accounts/imap/package/contents/ui/ImapAccountSettings.qml index e7834368..b448ac3c 100644 --- a/accounts/imap/package/contents/ui/ImapAccountSettings.qml +++ b/accounts/imap/package/contents/ui/ImapAccountSettings.qml | |||
@@ -23,7 +23,6 @@ import QtQuick.Layouts 1.1 | |||
23 | 23 | ||
24 | import org.kde.kirigami 1.0 as Kirigami | 24 | import org.kde.kirigami 1.0 as Kirigami |
25 | 25 | ||
26 | import org.kube.framework.settings 1.0 as KubeSettings | ||
27 | import org.kube.accounts.imap 1.0 as ImapAccount | 26 | import org.kube.accounts.imap 1.0 as ImapAccount |
28 | 27 | ||
29 | Item { | 28 | Item { |