| 79 |  | QString getOniSplitExecutable(){ | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 80 |  |  | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 81 |  | #ifdef Q_OS_MAC | 
 
 
 
 
 
 
 
 
 
 
 | 82 | < | return getMonoExecutablePath() + " " + getOniSplitExecutableAbsolutePath(); | 
 
 
 
 
 
 
 
 
 | 82 | > | return getMonoExecutablePath() + " " + Util::insertQuotes(getOniSplitExecutableAbsolutePath()); | 
 
 
 
 
 
 
 
 
 
 
 | 83 |  | #else | 
 
 
 
 
 
 
 
 
 
 
 | 84 | < | return getOniSplitExecutableAbsolutePath(); | 
 
 
 
 
 
 
 
 
 | 84 | > | return Util::insertQuotes(getOniSplitExecutableAbsolutePath()); | 
 
 
 
 
 
 
 
 
 
 
 | 85 |  | #endif | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 86 |  | } | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 87 |  |  | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 88 |  | QString getXmlToolsExecutable(){ | 
 
 
 
 
 
 
 
 
 
 
 | 89 | < | return getXmlToolsExecutableAbsolutePath(); | 
 
 
 
 
 
 
 
 
 | 89 | > | return Util::insertQuotes(getXmlToolsExecutableAbsolutePath()); | 
 
 
 
 
 
 
 
 
 
 
 | 90 |  | } | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 91 |  |  | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 92 |  | #ifdef Q_OS_MAC |