blob: 3815e764adceb6ac4a81a5c7a1a4db7fd47758ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
[submodule "third_party/gpgme"]
path = third_party/gpgme
url = https://github.com/saturneric/gpgme
[submodule "third_party/libassuan"]
path = third_party/libassuan
url = https://github.com/saturneric/libassuan
[submodule "third_party/libgpg-error"]
path = third_party/libgpg-error
url = https://github.com/saturneric/libgpg-error
[submodule "third_party/vmime"]
path = third_party/vmime
url = https://github.com/saturneric/vmime.git
[submodule "third_party/json"]
path = third_party/json
url = https://github.com/saturneric/json
[submodule "third_party/easyloggingpp"]
path = third_party/easyloggingpp
url = https://github.com/saturneric/easyloggingpp
[submodule "third_party/qt-aes"]
path = third_party/qt-aes
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.git
[submodule "third_party/libarchive"]
path = third_party/libarchive
url = https://github.com/saturneric/libarchive.git
[submodule "third_party/libconfig"]
path = third_party/libconfig
url = https://github.com/saturneric/libconfig
|