diff options
Diffstat (limited to 'framework/src/CMakeLists.txt')
-rw-r--r-- | framework/src/CMakeLists.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/framework/src/CMakeLists.txt b/framework/src/CMakeLists.txt index 8dc844cc..c82626a0 100644 --- a/framework/src/CMakeLists.txt +++ b/framework/src/CMakeLists.txt | |||
@@ -14,16 +14,10 @@ include_directories(.) | |||
14 | 14 | ||
15 | set(SRCS | 15 | set(SRCS |
16 | frameworkplugin.cpp | 16 | frameworkplugin.cpp |
17 | actions/action.cpp | ||
18 | actions/actionhandler.cpp | ||
19 | actions/actionbroker.cpp | ||
20 | actions/actionresult.cpp | ||
21 | actions/context.cpp | ||
22 | settings/settings.cpp | 17 | settings/settings.cpp |
23 | domain/attachmentmodel.cpp | 18 | domain/attachmentmodel.cpp |
24 | domain/maillistmodel.cpp | 19 | domain/maillistmodel.cpp |
25 | domain/folderlistmodel.cpp | 20 | domain/folderlistmodel.cpp |
26 | domain/actions/sinkactions.cpp | ||
27 | domain/objecttreesource.cpp | 21 | domain/objecttreesource.cpp |
28 | domain/stringhtmlwriter.cpp | 22 | domain/stringhtmlwriter.cpp |
29 | domain/composercontroller.cpp | 23 | domain/composercontroller.cpp |
@@ -54,7 +48,6 @@ qt5_use_modules(frameworkplugin Core Quick Qml WebEngineWidgets Test) | |||
54 | target_link_libraries(frameworkplugin sink mimetreeparser KF5::MimeTreeParser KF5::Codecs KF5::Package KAsync) | 48 | target_link_libraries(frameworkplugin sink mimetreeparser KF5::MimeTreeParser KF5::Codecs KF5::Package KAsync) |
55 | install(TARGETS frameworkplugin DESTINATION ${FRAMEWORK_INSTALL_DIR}) | 49 | install(TARGETS frameworkplugin DESTINATION ${FRAMEWORK_INSTALL_DIR}) |
56 | 50 | ||
57 | add_subdirectory(domain/actions/tests) | ||
58 | add_subdirectory(domain/mimetreeparser) | 51 | add_subdirectory(domain/mimetreeparser) |
59 | 52 | ||
60 | feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) | 53 | feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) |