mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-12 13:17:41 +02:00
refactor: add in-tree QuaZip
This commit is contained in:
@ -20,7 +20,12 @@
|
||||
#include <QUrl>
|
||||
|
||||
#include "tasks/Task.h"
|
||||
|
||||
#ifdef QUAZIP_USE_SUBMODULE
|
||||
#include <quazip/quazip.h>
|
||||
#else
|
||||
#include <QuaZip-Qt5-1.2/quazip/quazip.h>
|
||||
#endif
|
||||
|
||||
#include "QObjectPtr.h"
|
||||
|
||||
|
Reference in New Issue
Block a user