-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy path.gitmodules
24 lines (24 loc) · 941 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[submodule "src/libs/ComponentSystem"]
path = src/libs/ComponentSystem
url = https://github.com/nedrysoft/componentsystem
[submodule "src/libs/Ribbon"]
path = src/libs/Ribbon
url = https://github.com/nedrysoft/qt-ribbon
[submodule "src/libs/SettingsDialog"]
path = src/libs/SettingsDialog
url = https://github.com/nedrysoft/SettingsDialog
[submodule "src/libs/FontAwesome"]
path = src/libs/FontAwesome
url = https://github.com/nedrysoft/FontAwesomeForQt
[submodule "src/libs/3rdparty/rapidfuzz-cpp"]
path = src/libs/3rdparty/rapidfuzz-cpp
url = https://github.com/maxbachmann/rapidfuzz-cpp.git
[submodule "src/libs/3rdparty/spdlog"]
path = src/libs/3rdparty/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "src/libs/ThemeSupport"]
path = src/libs/ThemeSupport
url = https://github.com/nedrysoft/ThemeSupport
[submodule "src/libs/MacHelper"]
path = src/libs/MacHelper
url = https://github.com/nedrysoft/MacHelper