1
0
Fork 0
mirror of https://github.com/EdgeTX/edgetx.git synced 2025-07-19 22:35:10 +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:
bsongis 2015-07-25 21:39:58 +02:00
parent 19e68bac4d
commit 771b7a1821

View file

@ -33,7 +33,9 @@ void registerSimulators()
bool simulatorsFound = false;
QDir dir(".");
QStringList filters;
#if (!defined __GNUC__) || (defined __CYGWIN__)
#if defined(__APPLE__)
filters << "*-simulator.dynlib";
#elif (!defined __GNUC__) || (defined __CYGWIN__)
filters << "*-simulator.dll";
#else
filters << "*-simulator.so";