Remove humanize submodule (#2422)
This commit is contained in:
@@ -1,9 +1,6 @@
|
|||||||
[submodule "lib/libcommuni"]
|
[submodule "lib/libcommuni"]
|
||||||
path = lib/libcommuni
|
path = lib/libcommuni
|
||||||
url = https://github.com/communi/libcommuni
|
url = https://github.com/communi/libcommuni
|
||||||
[submodule "lib/humanize"]
|
|
||||||
path = lib/humanize
|
|
||||||
url = https://github.com/pajlada/humanize.git
|
|
||||||
[submodule "lib/qBreakpad"]
|
[submodule "lib/qBreakpad"]
|
||||||
path = lib/qBreakpad
|
path = lib/qBreakpad
|
||||||
url = https://github.com/jiakuan/qBreakpad.git
|
url = https://github.com/jiakuan/qBreakpad.git
|
||||||
|
|||||||
@@ -76,6 +76,7 @@
|
|||||||
- Dev: Migrated `Kraken::getChannel` to Helix. (#2381)
|
- Dev: Migrated `Kraken::getChannel` to Helix. (#2381)
|
||||||
- Dev: Build in CI with multiple Qt versions (#2349)
|
- Dev: Build in CI with multiple Qt versions (#2349)
|
||||||
- Dev: Updated minimum required macOS version to 10.14 (#2386)
|
- Dev: Updated minimum required macOS version to 10.14 (#2386)
|
||||||
|
- Dev: Removed unused `humanize` library (#2422)
|
||||||
|
|
||||||
## 2.2.2
|
## 2.2.2
|
||||||
|
|
||||||
|
|||||||
@@ -89,7 +89,6 @@ CONFIG(debug, debug|release) {
|
|||||||
|
|
||||||
# Submodules
|
# Submodules
|
||||||
include(lib/warnings.pri)
|
include(lib/warnings.pri)
|
||||||
include(lib/humanize.pri)
|
|
||||||
include(lib/libcommuni.pri)
|
include(lib/libcommuni.pri)
|
||||||
include(lib/websocketpp.pri)
|
include(lib/websocketpp.pri)
|
||||||
include(lib/wintoast.pri)
|
include(lib/wintoast.pri)
|
||||||
|
|||||||
-1
Submodule lib/humanize deleted from 4e00a03623
@@ -1,2 +0,0 @@
|
|||||||
# settings
|
|
||||||
INCLUDEPATH += $$PWD/../lib/humanize/include/
|
|
||||||
Reference in New Issue
Block a user