mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 09:59:59 +03:00
refactor: add in-tree QuaZip
This commit is contained in:
parent
efa414c442
commit
3aa809b8c0
18 changed files with 106 additions and 16 deletions
|
|
@ -18,7 +18,13 @@
|
|||
#include "classparser.h"
|
||||
|
||||
#include <QFile>
|
||||
|
||||
#ifdef QUAZIP_USE_SUBMODULE
|
||||
#include <quazip/quazipfile.h>
|
||||
#else
|
||||
#include <QuaZip-Qt5-1.2/quazip/quazipfile.h>
|
||||
#endif
|
||||
|
||||
#include <QDebug>
|
||||
|
||||
namespace classparser
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue