removed unused dependencies
This commit is contained in:
-12
@@ -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
|
||||
|
||||
+6
-6
@@ -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) {
|
||||
|
||||
Vendored
-2
@@ -1,2 +0,0 @@
|
||||
# signals
|
||||
INCLUDEPATH += $$PWD/../lib/signals/include/
|
||||
@@ -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"`' {} \;
|
||||
|
||||
Submodule lib/rapidjson deleted from f54b0e47a0
Submodule lib/serialize deleted from 8df89adc10
-1
Submodule lib/settings deleted from f564560afc
-1
Submodule lib/signals deleted from 0fde0171d6
Reference in New Issue
Block a user