diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-01-20 20:40:56 +0100 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-01-31 21:40:59 +0100 |
commit | efa414c442a77735a5f972b7103e8ce866a6bdd1 (patch) | |
tree | dbefe8703aeed2f40e95fb2d5dac5a0ad0f794f0 /launcher/modplatform/technic/TechnicPackProcessor.cpp | |
parent | c39da093bf5f4d73f2cfbc1b030d5c1e8297f5a2 (diff) | |
download | PrismLauncher-efa414c442a77735a5f972b7103e8ce866a6bdd1.tar.gz PrismLauncher-efa414c442a77735a5f972b7103e8ce866a6bdd1.tar.bz2 PrismLauncher-efa414c442a77735a5f972b7103e8ce866a6bdd1.zip |
refactor: initial migration to QuaZip 1.2
Let's move off our custom QuaZip. In the olden times we needed the
custom version of QuaZip, as it was basically unmaintained and on
SourceForge (eww). But nowadays it's maintained and on GitHub. See
new GitHub page: https://github.com/stachenov/quazip
Diffstat (limited to 'launcher/modplatform/technic/TechnicPackProcessor.cpp')
-rw-r--r-- | launcher/modplatform/technic/TechnicPackProcessor.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/launcher/modplatform/technic/TechnicPackProcessor.cpp b/launcher/modplatform/technic/TechnicPackProcessor.cpp index 52979b7c..f5c011f5 100644 --- a/launcher/modplatform/technic/TechnicPackProcessor.cpp +++ b/launcher/modplatform/technic/TechnicPackProcessor.cpp @@ -19,9 +19,9 @@ #include <Json.h> #include <minecraft/MinecraftInstance.h> #include <minecraft/PackProfile.h> -#include <quazip.h> -#include <quazipdir.h> -#include <quazipfile.h> +#include <QuaZip-Qt5-1.2/quazip/quazip.h> +#include <QuaZip-Qt5-1.2/quazip/quazipdir.h> +#include <QuaZip-Qt5-1.2/quazip/quazipfile.h> #include <settings/INISettingsObject.h> #include <memory> |