From 31bf3102fe8f8cdd3f1448f0f22f182d0c2820d2 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 23 May 2017 21:00:50 +0200 Subject: Moved MIME related stuff to a mime subdir --- framework/src/CMakeLists.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'framework/src/CMakeLists.txt') diff --git a/framework/src/CMakeLists.txt b/framework/src/CMakeLists.txt index 37cb9640..69b7a151 100644 --- a/framework/src/CMakeLists.txt +++ b/framework/src/CMakeLists.txt @@ -9,20 +9,14 @@ find_package(KF5Package CONFIG REQUIRED) add_definitions("-Wall -std=c++0x -g") -include_directories(. domain/mimetreeparser) +include_directories(. domain/mime/mimetreeparser) set(SRCS frameworkplugin.cpp settings/settings.cpp - domain/attachmentmodel.cpp domain/maillistmodel.cpp domain/folderlistmodel.cpp - domain/objecttreesource.cpp - domain/stringhtmlwriter.cpp domain/composercontroller.cpp - domain/messageparser.cpp - domain/messageparser_new.cpp - domain/mailtemplates.cpp domain/modeltest.cpp domain/retriever.cpp domain/outboxmodel.cpp @@ -35,7 +29,13 @@ set(SRCS domain/contactcontroller.cpp domain/controller.cpp domain/peoplemodel.cpp - domain/htmlutils.cpp + domain/mime/htmlutils.cpp + domain/mime/messageparser.cpp + domain/mime/messageparser_new.cpp + domain/mime/mailtemplates.cpp + domain/mime/attachmentmodel.cpp + domain/mime/objecttreesource.cpp + domain/mime/stringhtmlwriter.cpp accounts/accountfactory.cpp accounts/accountsmodel.cpp fabric.cpp @@ -47,6 +47,6 @@ qt5_use_modules(frameworkplugin Core Quick Qml WebEngineWidgets Test) target_link_libraries(frameworkplugin sink mimetreeparser KF5::Codecs KF5::Package KAsync) install(TARGETS frameworkplugin DESTINATION ${FRAMEWORK_INSTALL_DIR}) -add_subdirectory(domain/mimetreeparser) +add_subdirectory(domain/mime/mimetreeparser) feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) -- cgit v1.2.3