diff options
author | Saturneric <[email protected]> | 2022-01-14 16:46:24 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-01-14 16:46:24 +0000 |
commit | c4d972cd578e993d0aeeeac665ab57a3770026ad (patch) | |
tree | 3893d9d7137087481226b8e8596da27768dd4ad3 /src/init.cpp | |
parent | Merge remote-tracking branch 'origin/dev/ci/2.0.5' into develop-2.0.5 (diff) | |
download | GpgFrontend-c4d972cd578e993d0aeeeac665ab57a3770026ad.tar.gz GpgFrontend-c4d972cd578e993d0aeeeac665ab57a3770026ad.zip |
<fix>(project): support build on Windows.
1. Optimize the introduction of vmime header files.
2. Disable ExternalProject when using Windows platform.
Diffstat (limited to 'src/init.cpp')
-rw-r--r-- | src/init.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/init.cpp b/src/init.cpp index 30f0b683..da547674 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -23,7 +23,6 @@ */ #include <boost/date_time.hpp> -#include <vmime/vmime.hpp> #include "ui/settings/GlobalSettingStation.h" |