aboutsummaryrefslogtreecommitdiff
path: root/launcher/modplatform/technic/SingleZipPackInstallTask.h
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/modplatform/technic/SingleZipPackInstallTask.h')
-rw-r--r--launcher/modplatform/technic/SingleZipPackInstallTask.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/launcher/modplatform/technic/SingleZipPackInstallTask.h b/launcher/modplatform/technic/SingleZipPackInstallTask.h
index 58594136..d3bdc00b 100644
--- a/launcher/modplatform/technic/SingleZipPackInstallTask.h
+++ b/launcher/modplatform/technic/SingleZipPackInstallTask.h
@@ -18,7 +18,11 @@
#include "InstanceTask.h"
#include "net/NetJob.h"
+#ifdef QUAZIP_USE_SUBMODULE
+#include <quazip/quazip.h>
+#else
#include "QuaZip-Qt5-1.2/quazip/quazip.h"
+#endif
#include <QFutureWatcher>
#include <QStringList>