mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
removed unused dependencies
This commit is contained in:
parent
cf26f10b80
commit
5c720242e4
12
.gitmodules
vendored
12
.gitmodules
vendored
|
@ -1,18 +1,9 @@
|
|||
[submodule "lib/libcommuni"]
|
||||
path = lib/libcommuni
|
||||
url = https://github.com/hemirt/libcommuni
|
||||
[submodule "lib/settings"]
|
||||
path = lib/settings
|
||||
url = https://github.com/pajlada/settings
|
||||
[submodule "lib/humanize"]
|
||||
path = lib/humanize
|
||||
url = https://github.com/pajlada/humanize.git
|
||||
[submodule "lib/signals"]
|
||||
path = lib/signals
|
||||
url = https://github.com/pajlada/signals.git
|
||||
[submodule "lib/rapidjson"]
|
||||
path = lib/rapidjson
|
||||
url = https://github.com/Tencent/rapidjson.git
|
||||
[submodule "lib/websocketpp"]
|
||||
path = lib/websocketpp
|
||||
url = https://github.com/zaphoyd/websocketpp.git
|
||||
|
@ -24,6 +15,3 @@
|
|||
path = lib/WinToast
|
||||
url = https://github.com/mohabouje/WinToast.git
|
||||
|
||||
[submodule "lib/serialize"]
|
||||
path = lib/serialize
|
||||
url = https://github.com/pajlada/serialize.git
|
||||
|
|
|
@ -41,13 +41,13 @@ macx {
|
|||
}
|
||||
|
||||
# Submodules
|
||||
include(dependencies/humanize.pri)
|
||||
include(dependencies/fmt.pri)
|
||||
include(lib/humanize.pri)
|
||||
include(lib/fmt.pri)
|
||||
DEFINES += IRC_NAMESPACE=Communi
|
||||
include(dependencies/libcommuni.pri)
|
||||
include(dependencies/websocketpp.pri)
|
||||
include(dependencies/openssl.pri)
|
||||
include(dependencies/wintoast.pri)
|
||||
include(lib/libcommuni.pri)
|
||||
include(lib/websocketpp.pri)
|
||||
include(lib/openssl.pri)
|
||||
include(lib/wintoast.pri)
|
||||
|
||||
# Optional feature: QtWebEngine
|
||||
#exists ($(QTDIR)/include/QtWebEngine/QtWebEngine) {
|
||||
|
|
2
dependencies/signals.pri
vendored
2
dependencies/signals.pri
vendored
|
@ -1,2 +0,0 @@
|
|||
# signals
|
||||
INCLUDEPATH += $$PWD/../lib/signals/include/
|
26
files
26
files
|
@ -1,26 +0,0 @@
|
|||
find src/ -type f -exec sed -i 's`Channel.cpp"`common/Channel.cpp"`' {} \;
|
||||
find src/ -type f -exec sed -i 's`Channel.hpp"`common/Channel.hpp"`' {} \;
|
||||
find src/ -type f -exec sed -i 's`Common.hpp"`common/Common.hpp"`' {} \;
|
||||
find src/ -type f -exec sed -i 's`LockedObject.hpp"`common/LockedObject.hpp"`' {} \;
|
||||
find src/ -type f -exec sed -i 's`NullablePtr.hpp"`common/NullablePtr.hpp"`' {} \;
|
||||
find src/ -type f -exec sed -i 's`ProviderId.hpp"`common/ProviderId.hpp"`' {} \;
|
||||
find src/ -type f -exec sed -i 's`SignalVector.hpp"`common/SignalVector.hpp"`' {} \;
|
||||
find src/ -type f -exec sed -i 's`util/CompletionModel.cpp"`common/CompletionModel.cpp"`' {} \;
|
||||
find src/ -type f -exec sed -i 's`util/CompletionModel.hpp"`common/CompletionModel.hpp"`' {} \;
|
||||
find src/ -type f -exec sed -i 's`util/Emotemap.cpp"`common/Emotemap.cpp"`' {} \;
|
||||
find src/ -type f -exec sed -i 's`util/Emotemap.hpp"`common/Emotemap.hpp"`' {} \;
|
||||
find src/ -type f -exec sed -i 's`util/FlagsEnum.hpp"`common/FlagsEnum.hpp"`' {} \;
|
||||
find src/ -type f -exec sed -i 's`util/MutexValue.hpp"`common/MutexValue.hpp"`' {} \;
|
||||
find src/ -type f -exec sed -i 's`util/NetworkManager.cpp"`common/NetworkManager.cpp"`' {} \;
|
||||
find src/ -type f -exec sed -i 's`util/NetworkManager.hpp"`common/NetworkManager.hpp"`' {} \;
|
||||
find src/ -type f -exec sed -i 's`util/NetworkRequest.cpp"`common/NetworkRequest.cpp"`' {} \;
|
||||
find src/ -type f -exec sed -i 's`util/NetworkRequest.hpp"`common/NetworkRequest.hpp"`' {} \;
|
||||
find src/ -type f -exec sed -i 's`util/NetworkRequester.hpp"`common/NetworkRequester.hpp"`' {} \;
|
||||
find src/ -type f -exec sed -i 's`util/NetworkWorker.hpp"`common/NetworkWorker.hpp"`' {} \;
|
||||
find src/ -type f -exec sed -i 's`util/Property.hpp"`common/Property.hpp"`' {} \;
|
||||
find src/ -type f -exec sed -i 's`util/SerializeCustom.hpp"`common/SerializeCustom.hpp"`' {} \;
|
||||
find src/ -type f -exec sed -i 's`util/SignalVector2.hpp"`common/SignalVector2.hpp"`' {} \;
|
||||
find src/ -type f -exec sed -i 's`util/SignalVectorModel.hpp"`common/SignalVectorModel.hpp"`' {} \;
|
||||
find src/ -type f -exec sed -i 's`util/UrlFetch.hpp"`common/UrlFetch.hpp"`' {} \;
|
||||
find src/ -type f -exec sed -i 's`util/Version.hpp"`common/Version.hpp"`' {} \;
|
||||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit f54b0e47a08782a6131cc3d60f94d038fa6e0a51
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 8df89adc101e3208098e323f66caf3d04582281f
|
|
@ -1 +0,0 @@
|
|||
Subproject commit f564560afc62de01c0b616d7d219cca5b7c06d97
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 0fde0171d61077e6e30e13fd67f91f72dae34122
|
Loading…
Reference in a new issue