mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 11:55:35 +08:00
fix: Add missing simulators to compiledWith info
This commit is contained in:
@@ -73,6 +73,8 @@ namespace swift::config
|
|||||||
QStringList sl;
|
QStringList sl;
|
||||||
if constexpr (CBuildConfig::isCompiledWithFs9Support()) { sl << "FS9"; }
|
if constexpr (CBuildConfig::isCompiledWithFs9Support()) { sl << "FS9"; }
|
||||||
if constexpr (CBuildConfig::isCompiledWithFsxSupport()) { sl << "FSX"; }
|
if constexpr (CBuildConfig::isCompiledWithFsxSupport()) { sl << "FSX"; }
|
||||||
|
if constexpr (CBuildConfig::isCompiledWithMSFSSupport()) { sl << "MSFS2020"; }
|
||||||
|
if constexpr (CBuildConfig::isCompiledWithMSFS2024Support()) { sl << "MSFS2024"; }
|
||||||
if constexpr (CBuildConfig::isCompiledWithXPlaneSupport()) { sl << "XPlane"; }
|
if constexpr (CBuildConfig::isCompiledWithXPlaneSupport()) { sl << "XPlane"; }
|
||||||
if constexpr (CBuildConfig::isCompiledWithP3DSupport()) { sl << "P3D"; }
|
if constexpr (CBuildConfig::isCompiledWithP3DSupport()) { sl << "P3D"; }
|
||||||
if constexpr (CBuildConfig::isCompiledWithFGSupport()) { sl << "FG"; }
|
if constexpr (CBuildConfig::isCompiledWithFGSupport()) { sl << "FG"; }
|
||||||
|
|||||||
Reference in New Issue
Block a user