Changes to compile with Qt6 + Boost 1.77

This commit is contained in:
Jeremy Rimpo
2021-12-05 03:42:47 -06:00
parent f5a56a60a8
commit be1ac24183
+1 -1
View File
@@ -68,7 +68,7 @@ QList<ExecutableInfo> GameFallout3::executables() const
<< ExecutableInfo("Construction Kit", findInGameFolder("geck.exe"))
<< ExecutableInfo("Fallout Launcher", findInGameFolder(getLauncherName()))
<< ExecutableInfo("BOSS", findInGameFolder("BOSS/BOSS.exe"))
<< ExecutableInfo("LOOT", getLootPath()).withArgument("--game=\"Fallout3\"")
<< ExecutableInfo("LOOT", QFileInfo(getLootPath())).withArgument("--game=\"Fallout3\"")
;
}