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 /.gitmodules | |
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 '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index fbfcf0c8..b6ab481f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -9,7 +9,7 @@ url = https://github.com/saturneric/libgpg-error [submodule "third_party/vmime"] path = third_party/vmime - url = https://github.com/saturneric/vmime + url = git://git.codesdream.com//third_party/vmime.git [submodule "third_party/json"] path = third_party/json url = https://github.com/saturneric/json @@ -21,4 +21,4 @@ url = https://github.com/saturneric/Qt-AES [submodule "third_party/smtp-mime"] path = third_party/smtp-mime - url = https://github.com/saturneric/SmtpClient-for-Qt + url = git://git.codesdream.com//third_party/smtp-mime.git |