1
0

<fix>(core): Make it possible to compile on Windows

This commit is contained in:
Saturneric 2022-02-07 20:59:17 +08:00
parent 1028b92343
commit e32b9c8c86
2 changed files with 2 additions and 2 deletions

View File

@ -46,6 +46,8 @@
#include <vmime/vmime.hpp>
// libconfig includes
#undef LIBCONFIGXX_STATIC
#define LIBCONFIGXX_STATIC
#include <libconfig.h++>
#include "core/GpgModel.h"

View File

@ -49,8 +49,6 @@
* 3rd party dependencies
*/
#undef LIBCONFIGXX_STATIC
#define LIBCONFIGXX_STATIC
#include <qt-aes/qaesencryption.h>
#ifdef SMTP_SUPPORT