diff options
Diffstat (limited to '')
-rw-r--r-- | src/core/GpgFrontendCore.h | 2 | ||||
-rw-r--r-- | src/ui/GpgFrontendUI.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/core/GpgFrontendCore.h b/src/core/GpgFrontendCore.h index e4fe7a10..27738f7b 100644 --- a/src/core/GpgFrontendCore.h +++ b/src/core/GpgFrontendCore.h @@ -46,6 +46,8 @@ #include <vmime/vmime.hpp> // libconfig includes +#undef LIBCONFIGXX_STATIC +#define LIBCONFIGXX_STATIC #include <libconfig.h++> #include "core/GpgModel.h" diff --git a/src/ui/GpgFrontendUI.h b/src/ui/GpgFrontendUI.h index cfe9a8c5..ab6e9366 100644 --- a/src/ui/GpgFrontendUI.h +++ b/src/ui/GpgFrontendUI.h @@ -49,8 +49,6 @@ * 3rd party dependencies */ -#undef LIBCONFIGXX_STATIC -#define LIBCONFIGXX_STATIC #include <qt-aes/qaesencryption.h> #ifdef SMTP_SUPPORT |