mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-22 15:55:17 +03:00
Should add the simulators to the OSX platform. But here Companion
doesn't run anymore. Instead the standalone simulator is fine.
This commit is contained in:
parent
19e68bac4d
commit
771b7a1821
1 changed files with 3 additions and 1 deletions
|
@ -33,7 +33,9 @@ void registerSimulators()
|
||||||
bool simulatorsFound = false;
|
bool simulatorsFound = false;
|
||||||
QDir dir(".");
|
QDir dir(".");
|
||||||
QStringList filters;
|
QStringList filters;
|
||||||
#if (!defined __GNUC__) || (defined __CYGWIN__)
|
#if defined(__APPLE__)
|
||||||
|
filters << "*-simulator.dynlib";
|
||||||
|
#elif (!defined __GNUC__) || (defined __CYGWIN__)
|
||||||
filters << "*-simulator.dll";
|
filters << "*-simulator.dll";
|
||||||
#else
|
#else
|
||||||
filters << "*-simulator.so";
|
filters << "*-simulator.so";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue