summaryrefslogtreecommitdiffstats
path: root/framework/src/domain/mime
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-05-23 21:25:30 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-05-23 21:25:30 +0200
commit01f36d638e12bd6ecc97fbef27d694172fbdd7f8 (patch)
tree17f1bb3fecfa4c6b50461579cfda8c98fa8ae1ae /framework/src/domain/mime
parent31bf3102fe8f8cdd3f1448f0f22f182d0c2820d2 (diff)
downloadkube-01f36d638e12bd6ecc97fbef27d694172fbdd7f8.tar.gz
kube-01f36d638e12bd6ecc97fbef27d694172fbdd7f8.zip
Fixed stuff that got broken during the move
Diffstat (limited to 'framework/src/domain/mime')
-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
2 files changed, 2 insertions, 2 deletions
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