From a324759edfd9d3470aa4dc5a6e5e966682cd70c2 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 15 Mar 2016 09:17:48 +0100 Subject: Prepared a settingstest --- accounts/maildir/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'accounts/maildir/CMakeLists.txt') 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}) qt5_use_modules(maildiraccountplugin Core Quick Qml) target_link_libraries(maildiraccountplugin sink settingsplugin) +add_library(maildiraccount_static STATIC ${SRCS}) +qt5_use_modules(maildiraccount_static Core Quick Qml) +target_link_libraries(maildiraccount_static sink settingsplugin) +add_subdirectory(tests) + kpackage_install_package(package org.kube.accounts.maildir "genericqml") install(TARGETS maildiraccountplugin DESTINATION ${QML_INSTALL_DIR}/org/kube/accounts/maildir) -- cgit v1.2.3