Skip to content

Commit

Permalink
removed unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fourtf committed Nov 22, 2018
1 parent cf26f10 commit 5c72024
Show file tree
Hide file tree
Showing 14 changed files with 6 additions and 50 deletions.
12 changes: 0 additions & 12 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
12 changes: 6 additions & 6 deletions chatterino.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
2 changes: 0 additions & 2 deletions dependencies/signals.pri

This file was deleted.

26 changes: 0 additions & 26 deletions files

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion lib/rapidjson
Submodule rapidjson deleted from f54b0e
1 change: 0 additions & 1 deletion lib/serialize
Submodule serialize deleted from 8df89a
1 change: 0 additions & 1 deletion lib/settings
Submodule settings deleted from f56456
1 change: 0 additions & 1 deletion lib/signals
Submodule signals deleted from 0fde01
File renamed without changes.
File renamed without changes.

0 comments on commit 5c72024

Please sign in to comment.