fix macosx build
This commit is contained in:
parent
e5ed611680
commit
c7543f56a3
@ -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…
x
Reference in New Issue
Block a user