RetroShare/retroshare-gui
jolavillette 52cefc693e gui/main: fix Linux/macOS build, applicationFilePath was declared under WINDOWS_SYS only
Commit e63584843 declared applicationFilePath inside the WINDOWS_SYS
block but uses it unconditionally to fill conf.main_executable_path,
so every non-Windows GUI build fails with 'applicationFilePath was
not declared in this scope'. Declare it at function scope, seeded
from argv[0] (the previous non-Windows behaviour); Windows still
overrides it with QCoreApplication::applicationFilePath().

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-09-04 07:53:07 +02:00
..
src gui/main: fix Linux/macOS build, applicationFilePath was declared under WINDOWS_SYS only 2026-09-04 07:53:07 +02:00
CMakeLists.txt fix(cmake): reliably prefer Qt6 over Qt5 in GUI detection 2026-07-08 22:12:14 +02:00