Changes to compile with Qt6 + Boost 1.77

This commit is contained in:
Jeremy Rimpo
2021-12-05 03:42:46 -06:00
parent 2d7e7c5773
commit 2a347478e7
+1 -1
View File
@@ -68,7 +68,7 @@ QList<ExecutableInfo> GameFallout4::executables() const
<< ExecutableInfo("Fallout 4", findInGameFolder(binaryName()))
<< ExecutableInfo("Fallout Launcher", findInGameFolder(getLauncherName()))
<< ExecutableInfo("Creation Kit", findInGameFolder("CreationKit.exe"))
<< ExecutableInfo("LOOT", getLootPath()).withArgument("--game=\"Fallout4\"")
<< ExecutableInfo("LOOT", QFileInfo(getLootPath())).withArgument("--game=\"Fallout4\"")
;
}