mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 09:59:59 +03:00
refactor: simpler includes for quazip
This commit is contained in:
parent
81c72c2038
commit
0442b80a2c
14 changed files with 2 additions and 76 deletions
|
|
@ -18,13 +18,7 @@
|
|||
#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