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/kolabnow | |
parent | e78224a7d9ccf70aadde8c0bff1cab72e8cb7438 (diff) | |
download | kube-5755ad47145d2985ba74354961b4127d82c516f6.tar.gz kube-5755ad47145d2985ba74354961b4127d82c516f6.zip |
A single framework plugin
Diffstat (limited to 'accounts/kolabnow')
-rw-r--r-- | accounts/kolabnow/CMakeLists.txt | 4 | ||||
-rw-r--r-- | accounts/kolabnow/package/contents/ui/KolabnowAccountSettings.qml | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/accounts/kolabnow/CMakeLists.txt b/accounts/kolabnow/CMakeLists.txt index 1167db71..6dd264ce 100644 --- a/accounts/kolabnow/CMakeLists.txt +++ b/accounts/kolabnow/CMakeLists.txt | |||
@@ -37,11 +37,11 @@ set(SRCS | |||
37 | 37 | ||
38 | add_library(kolabnowaccountplugin SHARED ${SRCS}) | 38 | add_library(kolabnowaccountplugin SHARED ${SRCS}) |
39 | qt5_use_modules(kolabnowaccountplugin Core Quick Qml) | 39 | qt5_use_modules(kolabnowaccountplugin Core Quick Qml) |
40 | target_link_libraries(kolabnowaccountplugin sink settingsplugin mailplugin) | 40 | target_link_libraries(kolabnowaccountplugin sink frameworkplugin) |
41 | 41 | ||
42 | add_library(kolabnowaccount_static STATIC ${SRCS}) | 42 | add_library(kolabnowaccount_static STATIC ${SRCS}) |
43 | qt5_use_modules(kolabnowaccount_static Core Quick Qml) | 43 | qt5_use_modules(kolabnowaccount_static Core Quick Qml) |
44 | target_link_libraries(kolabnowaccount_static sink settingsplugin mailplugin) | 44 | target_link_libraries(kolabnowaccount_static sink frameworkplugin) |
45 | # add_subdirectory(tests) | 45 | # add_subdirectory(tests) |
46 | 46 | ||
47 | kpackage_install_package(package org.kube.accounts.kolabnow "genericqml") | 47 | kpackage_install_package(package org.kube.accounts.kolabnow "genericqml") |
diff --git a/accounts/kolabnow/package/contents/ui/KolabnowAccountSettings.qml b/accounts/kolabnow/package/contents/ui/KolabnowAccountSettings.qml index 46d197fa..2cb4086f 100644 --- a/accounts/kolabnow/package/contents/ui/KolabnowAccountSettings.qml +++ b/accounts/kolabnow/package/contents/ui/KolabnowAccountSettings.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.kolabnow 1.0 as KolabnowAccount | 26 | import org.kube.accounts.kolabnow 1.0 as KolabnowAccount |
28 | 27 | ||
29 | Item { | 28 | Item { |