Commit 172fd1bb authored by Thomas Gubler's avatar Thomas Gubler
Browse files

re-enabled terrasync for all operating systems, might produce (non severe)...

re-enabled terrasync for all operating systems, might produce (non severe) errors on Windows or OS X
parent c613fc7f
......@@ -496,12 +496,10 @@ bool QGCFlightGearLink::connectSimulation()
terraSyncArguments << "-d";
terraSyncArguments << terraSyncScenery; //according to http://wiki.flightgear.org/TerraSync a separate directory is used
#ifdef Q_OS_LINUX
// connect (terraSync, SIGNAL(readyReadStandardOutput()), this, SLOT(printTerraSyncOutput()));
// connect (terraSync, SIGNAL(readyReadStandardError()), this, SLOT(printTerraSyncError()));
terraSync->start(processTerraSync, terraSyncArguments);
// qDebug() << "STARTING: " << processTerraSync << terraSyncArguments;
#endif
process->start(processFgfs, flightGearArguments);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment