build: Add ifdef to disable VATSIM build

This commit is contained in:
Lars Toenning
2024-06-10 20:37:56 +02:00
parent dfbd8f05c8
commit b2ae4e5681
12 changed files with 56 additions and 2 deletions

View File

@@ -152,8 +152,10 @@ namespace BlackFsdTest
m_client->setPilotRating(PilotRating::Student);
m_client->setSimType(CSimulatorInfo::xplane());
m_client->setPilotRating(PilotRating::Student);
#ifdef SWIFT_VATSIM_SUPPORT
QString key("727d1efd5cb9f8d2c28372469d922bb4");
m_client->setClientIdAndKey(0xb9ba, key.toLocal8Bit());
#endif
}
void CTestFSDClient::cleanup()