diff options
Diffstat (limited to 'accounts/maildir/CMakeLists.txt')
-rw-r--r-- | accounts/maildir/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/accounts/maildir/CMakeLists.txt b/accounts/maildir/CMakeLists.txt index eafd430f..bc9854d5 100644 --- a/accounts/maildir/CMakeLists.txt +++ b/accounts/maildir/CMakeLists.txt | |||
@@ -37,6 +37,11 @@ add_library(maildiraccountplugin SHARED ${SRCS}) | |||
37 | qt5_use_modules(maildiraccountplugin Core Quick Qml) | 37 | qt5_use_modules(maildiraccountplugin Core Quick Qml) |
38 | target_link_libraries(maildiraccountplugin sink settingsplugin) | 38 | target_link_libraries(maildiraccountplugin sink settingsplugin) |
39 | 39 | ||
40 | add_library(maildiraccount_static STATIC ${SRCS}) | ||
41 | qt5_use_modules(maildiraccount_static Core Quick Qml) | ||
42 | target_link_libraries(maildiraccount_static sink settingsplugin) | ||
43 | add_subdirectory(tests) | ||
44 | |||
40 | kpackage_install_package(package org.kube.accounts.maildir "genericqml") | 45 | kpackage_install_package(package org.kube.accounts.maildir "genericqml") |
41 | 46 | ||
42 | install(TARGETS maildiraccountplugin DESTINATION ${QML_INSTALL_DIR}/org/kube/accounts/maildir) | 47 | install(TARGETS maildiraccountplugin DESTINATION ${QML_INSTALL_DIR}/org/kube/accounts/maildir) |