diff options
Diffstat (limited to 'framework/src/CMakeLists.txt')
-rw-r--r-- | framework/src/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/src/CMakeLists.txt b/framework/src/CMakeLists.txt index a3c489b4..067da571 100644 --- a/framework/src/CMakeLists.txt +++ b/framework/src/CMakeLists.txt | |||
@@ -37,7 +37,6 @@ add_library(kubeframework SHARED | |||
37 | domain/mime/attachmentmodel.cpp | 37 | domain/mime/attachmentmodel.cpp |
38 | domain/mime/partmodel.cpp | 38 | domain/mime/partmodel.cpp |
39 | domain/mime/mailtemplates.cpp | 39 | domain/mime/mailtemplates.cpp |
40 | domain/mime/mailcrypto.cpp | ||
41 | accounts/accountfactory.cpp | 40 | accounts/accountfactory.cpp |
42 | accounts/accountsmodel.cpp | 41 | accounts/accountsmodel.cpp |
43 | fabric.cpp | 42 | fabric.cpp |
@@ -55,6 +54,7 @@ add_library(kubeframework SHARED | |||
55 | target_link_libraries(kubeframework | 54 | target_link_libraries(kubeframework |
56 | sink | 55 | sink |
57 | kube_otp | 56 | kube_otp |
57 | mailcrypto | ||
58 | Qt5::Core | 58 | Qt5::Core |
59 | Qt5::Quick | 59 | Qt5::Quick |
60 | Qt5::Qml | 60 | Qt5::Qml |
@@ -78,6 +78,7 @@ install(TARGETS frameworkplugin DESTINATION ${FRAMEWORK_INSTALL_DIR}) | |||
78 | set(BUILD_TESTING ON) | 78 | set(BUILD_TESTING ON) |
79 | 79 | ||
80 | add_subdirectory(tests) | 80 | add_subdirectory(tests) |
81 | add_subdirectory(domain/mime) | ||
81 | add_subdirectory(domain/mime/tests) | 82 | add_subdirectory(domain/mime/tests) |
82 | add_subdirectory(domain/mime/mimetreeparser) | 83 | add_subdirectory(domain/mime/mimetreeparser) |
83 | add_subdirectory(domain/settings/tests) | 84 | add_subdirectory(domain/settings/tests) |