mirror of
https://github.com/ModOrganizer2/modorganizer-game_fallout4.git
synced 2026-07-27 14:00:37 -07:00
Changes to compile with Qt6 + Boost 1.77
This commit is contained in:
@@ -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\"")
|
||||
;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user