Changeset 1053 for Vago/trunk
- Timestamp:
- Sep 17, 2016, 4:34:17 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Vago/trunk/Vago/utilvago.cpp
r1052 r1053 80 80 81 81 #ifdef Q_OS_MAC 82 return getMonoExecutablePath() + " " + getOniSplitExecutableAbsolutePath();82 return getMonoExecutablePath() + " " + Util::insertQuotes(getOniSplitExecutableAbsolutePath()); 83 83 #else 84 return getOniSplitExecutableAbsolutePath();84 return Util::insertQuotes(getOniSplitExecutableAbsolutePath()); 85 85 #endif 86 86 } 87 87 88 88 QString getXmlToolsExecutable(){ 89 return getXmlToolsExecutableAbsolutePath();89 return Util::insertQuotes(getXmlToolsExecutableAbsolutePath()); 90 90 } 91 91
Note:
See TracChangeset
for help on using the changeset viewer.