summaryrefslogtreecommitdiff
path: root/src/installationmanager.h
diff options
context:
space:
mode:
authorMikaƫl Capelle <capelle.mikael@gmail.com>2025-05-29 11:04:36 +0200
committerGitHub <noreply@github.com>2025-05-29 11:04:36 +0200
commit39210af3e59c929cba6de2d39ef1c32835f6388b (patch)
treeb77879fa376e7bfa016b14aa7635e7202b6cc69e /src/installationmanager.h
parent3a8ea3cccee06397e90305e1e39a305f8b7c3cb3 (diff)
Move to VCPKG (#2068)
* Remove SConscript related files. * Force-load translations from uibase and gamebryo/creation. * Bring githubpp here and add a standalone preset. * Switch VersionInfo -> Version for ModOrganizer2. (#2063) * Add pre-commit hook. * Use 7zip build from VCPKG registry. * Use archive.dll from the bin folder instead of dlls.
Diffstat (limited to 'src/installationmanager.h')
-rw-r--r--src/installationmanager.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/installationmanager.h b/src/installationmanager.h
index e8e97515..e125bbe9 100644
--- a/src/installationmanager.h
+++ b/src/installationmanager.h
@@ -20,17 +20,17 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>.
#ifndef INSTALLATIONMANAGER_H
#define INSTALLATIONMANAGER_H
-#include <guessedvalue.h>
-#include <ifiletree.h>
-#include <iinstallationmanager.h>
-#include <iplugininstaller.h>
+#include <archive/archive.h>
+#include <uibase/errorcodes.h>
+#include <uibase/guessedvalue.h>
+#include <uibase/ifiletree.h>
+#include <uibase/iinstallationmanager.h>
+#include <uibase/iplugininstaller.h>
#include <QObject>
#define WIN32_LEAN_AND_MEAN
#include <QProgressDialog>
#include <Windows.h>
-#include <archive.h>
-#include <errorcodes.h>
#include <map>
#include <set>