summaryrefslogtreecommitdiffstats
path: root/framework
diff options
context:
space:
mode:
Diffstat (limited to 'framework')
-rw-r--r--framework/src/CMakeLists.txt2
-rw-r--r--framework/src/domain/composercontroller.cpp2
-rw-r--r--framework/src/domain/mime/mimetreeparser/otp/autotests/kdepim_add_gpg_crypto_test.cmake2
-rw-r--r--framework/src/domain/mime/mimetreeparser/tests/kdepim_add_gpg_crypto_test.cmake2
-rw-r--r--framework/src/frameworkplugin.cpp2
5 files changed, 5 insertions, 5 deletions
diff --git a/framework/src/CMakeLists.txt b/framework/src/CMakeLists.txt
index 69b7a151..64cec905 100644
--- a/framework/src/CMakeLists.txt
+++ b/framework/src/CMakeLists.txt
@@ -9,7 +9,7 @@ find_package(KF5Package CONFIG REQUIRED)
9 9
10add_definitions("-Wall -std=c++0x -g") 10add_definitions("-Wall -std=c++0x -g")
11 11
12include_directories(. domain/mime/mimetreeparser) 12include_directories(. domain/mime/mimetreeparser domain/ domain/mime)
13 13
14set(SRCS 14set(SRCS
15 frameworkplugin.cpp 15 frameworkplugin.cpp
diff --git a/framework/src/domain/composercontroller.cpp b/framework/src/domain/composercontroller.cpp
index 670cca0b..332101ac 100644
--- a/framework/src/domain/composercontroller.cpp
+++ b/framework/src/domain/composercontroller.cpp
@@ -33,7 +33,7 @@
33 33
34#include "identitiesmodel.h" 34#include "identitiesmodel.h"
35#include "recepientautocompletionmodel.h" 35#include "recepientautocompletionmodel.h"
36#include "mailtemplates.h" 36#include "mime/mailtemplates.h"
37 37
38class IdentitySelector : public Selector { 38class IdentitySelector : public Selector {
39public: 39public:
diff --git a/framework/src/domain/mime/mimetreeparser/otp/autotests/kdepim_add_gpg_crypto_test.cmake b/framework/src/domain/mime/mimetreeparser/otp/autotests/kdepim_add_gpg_crypto_test.cmake
index ea0ab8d2..841cf6ff 100644
--- a/framework/src/domain/mime/mimetreeparser/otp/autotests/kdepim_add_gpg_crypto_test.cmake
+++ b/framework/src/domain/mime/mimetreeparser/otp/autotests/kdepim_add_gpg_crypto_test.cmake
@@ -3,7 +3,7 @@
3# Redistribution and use is allowed according to the terms of the BSD license. 3# Redistribution and use is allowed according to the terms of the BSD license.
4# For details see the accompanying COPYING-CMAKE-SCRIPTS file. 4# For details see the accompanying COPYING-CMAKE-SCRIPTS file.
5 5
6set( MIMETREEPARSERRELPATH framework/src/domain/mimetreeparser) 6set( MIMETREEPARSERRELPATH framework/src/domain/mime/mimetreeparser)
7set( GNUPGHOME ${CMAKE_BINARY_DIR}/${MIMETREEPARSERRELPATH}/tests/gnupg_home ) 7set( GNUPGHOME ${CMAKE_BINARY_DIR}/${MIMETREEPARSERRELPATH}/tests/gnupg_home )
8add_definitions( -DGNUPGHOME="${GNUPGHOME}" ) 8add_definitions( -DGNUPGHOME="${GNUPGHOME}" )
9 9
diff --git a/framework/src/domain/mime/mimetreeparser/tests/kdepim_add_gpg_crypto_test.cmake b/framework/src/domain/mime/mimetreeparser/tests/kdepim_add_gpg_crypto_test.cmake
index ea0ab8d2..841cf6ff 100644
--- a/framework/src/domain/mime/mimetreeparser/tests/kdepim_add_gpg_crypto_test.cmake
+++ b/framework/src/domain/mime/mimetreeparser/tests/kdepim_add_gpg_crypto_test.cmake
@@ -3,7 +3,7 @@
3# Redistribution and use is allowed according to the terms of the BSD license. 3# Redistribution and use is allowed according to the terms of the BSD license.
4# For details see the accompanying COPYING-CMAKE-SCRIPTS file. 4# For details see the accompanying COPYING-CMAKE-SCRIPTS file.
5 5
6set( MIMETREEPARSERRELPATH framework/src/domain/mimetreeparser) 6set( MIMETREEPARSERRELPATH framework/src/domain/mime/mimetreeparser)
7set( GNUPGHOME ${CMAKE_BINARY_DIR}/${MIMETREEPARSERRELPATH}/tests/gnupg_home ) 7set( GNUPGHOME ${CMAKE_BINARY_DIR}/${MIMETREEPARSERRELPATH}/tests/gnupg_home )
8add_definitions( -DGNUPGHOME="${GNUPGHOME}" ) 8add_definitions( -DGNUPGHOME="${GNUPGHOME}" )
9 9
diff --git a/framework/src/frameworkplugin.cpp b/framework/src/frameworkplugin.cpp
index 1c881e24..84ada236 100644
--- a/framework/src/frameworkplugin.cpp
+++ b/framework/src/frameworkplugin.cpp
@@ -23,7 +23,7 @@
23#include "domain/maillistmodel.h" 23#include "domain/maillistmodel.h"
24#include "domain/folderlistmodel.h" 24#include "domain/folderlistmodel.h"
25#include "domain/composercontroller.h" 25#include "domain/composercontroller.h"
26#include "domain/messageparser.h" 26#include "domain/mime/messageparser.h"
27#include "domain/retriever.h" 27#include "domain/retriever.h"
28#include "domain/outboxmodel.h" 28#include "domain/outboxmodel.h"
29#include "domain/mouseproxy.h" 29#include "domain/mouseproxy.h"