From 7c94d55f866794b2f1bb33b1f241552496b59b31 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 5 Apr 2017 13:02:48 +0200 Subject: Removed old files --- framework/domain/CMakeLists.txt | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 framework/domain/CMakeLists.txt (limited to 'framework/domain/CMakeLists.txt') diff --git a/framework/domain/CMakeLists.txt b/framework/domain/CMakeLists.txt deleted file mode 100644 index e1482301..00000000 --- a/framework/domain/CMakeLists.txt +++ /dev/null @@ -1,41 +0,0 @@ -set(mailplugin_SRCS - attachmentmodel.cpp - mailplugin.cpp - maillistmodel.cpp - folderlistmodel.cpp - actions/sinkactions.cpp - objecttreesource.cpp - stringhtmlwriter.cpp - composercontroller.cpp - messageparser.cpp - messageparser_new.cpp - messageparser_old.cpp - mailtemplates.cpp - modeltest.cpp - retriever.cpp - outboxmodel.cpp - identitiesmodel.cpp - recepientautocompletionmodel.cpp - settings/accountsettings.cpp - selector.cpp - completer.cpp - controller.cpp - outboxcontroller.cpp - mailcontroller.cpp - foldercontroller.cpp - mouseproxy.cpp - contactcontroller.cpp - peoplemodel.cpp -) -find_package(KF5 REQUIRED COMPONENTS Package) - -add_library(mailplugin SHARED ${mailplugin_SRCS}) - -qt5_use_modules(mailplugin Core Quick Qml WebKitWidgets Test) -target_link_libraries(mailplugin actionplugin settingsplugin sink mimetreeparser KF5::MimeTreeParser KF5::Codecs KF5::Package KAsync) - - -install(TARGETS mailplugin DESTINATION ${FRAMEWORK_INSTALL_DIR}) - -add_subdirectory(actions/tests) -add_subdirectory(mimetreeparser) -- cgit v1.2.3