fix macosx build
This commit is contained in:
parent
e5ed611680
commit
c7543f56a3
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ bool IOFactory::startProcessDetached(const QString& program, const QStringList&
|
|||
process.setProgram(program);
|
||||
process.setArguments(arguments);
|
||||
|
||||
#if !defined(Q_OS_MACOS)
|
||||
#if defined(Q_OS_WIN) || defined(Q_CLANG_QDOC)
|
||||
process.setNativeArguments(native_arguments);
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue