summaryrefslogtreecommitdiffstats
path: root/framework/accounts/CMakeLists.txt
blob: 327d360e0f3bb721c0a72d9f20718272656b38c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
set(accountsplugin_SRCS
    accountsplugin.cpp
    accountfactory.cpp
    accountsmodel.cpp
    maildircontroller.cpp
    kolabnowcontroller.cpp
)

add_library(accountsplugin SHARED ${accountsplugin_SRCS})

qt5_use_modules(accountsplugin Core Quick Qml)
target_link_libraries(accountsplugin sink mailplugin)

install(TARGETS accountsplugin DESTINATION ${QML_INSTALL_DIR}/org/kube/framework/accounts)
install(FILES qmldir DESTINATION ${QML_INSTALL_DIR}/org/kube/framework/accounts)