aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitmodules3
-rw-r--r--src/core/function/ArchiveFileOperator.cpp4
m---------third_party/libarchive0
m---------third_party/qt-aes0
m---------third_party/spdlog0
5 files changed, 2 insertions, 5 deletions
diff --git a/.gitmodules b/.gitmodules
index 922e3e97..397da182 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -4,9 +4,6 @@
[submodule "third_party/qt-aes"]
path = third_party/qt-aes
url = https://github.com/bricke/Qt-AES.git
-[submodule "third_party/libarchive"]
- path = third_party/libarchive
- url = https://github.com/libarchive/libarchive.git
[submodule "third_party/spdlog"]
path = third_party/spdlog
url = https://github.com/gabime/spdlog.git \ No newline at end of file
diff --git a/src/core/function/ArchiveFileOperator.cpp b/src/core/function/ArchiveFileOperator.cpp
index 5c2dea82..efe824dd 100644
--- a/src/core/function/ArchiveFileOperator.cpp
+++ b/src/core/function/ArchiveFileOperator.cpp
@@ -28,8 +28,8 @@
#include "ArchiveFileOperator.h"
-#include <libarchive/libarchive/archive.h>
-#include <libarchive/libarchive/archive_entry.h>
+#include <archive.h>
+#include <archive_entry.h>
struct ArchiveStruct {
struct archive *archive;
diff --git a/third_party/libarchive b/third_party/libarchive
deleted file mode 160000
-Subproject 90799596b2ef2f847d669b610919e8d51a38250
diff --git a/third_party/qt-aes b/third_party/qt-aes
-Subproject 27410ebf00328951cd81a6242a3e8c2d508f64a
+Subproject 845e3b4d3d3873843ca26dc365232aa1aa8ea2a
diff --git a/third_party/spdlog b/third_party/spdlog
-Subproject 927cc29444a294d76e83dfb898e797dc431ce09
+Subproject eb3220622e73a4889eee355ffa37972b3cac3df