adopted to macOS.
This commit is contained in:
parent
8c6946164c
commit
cb742d7c30
@ -2751,6 +2751,9 @@ void PTextEdit::mupp()
|
||||
{
|
||||
QString cmd("");
|
||||
cmd = fAdmin->getExecPath() + "/mupp";
|
||||
#if defined(Q_OS_DARWIN) || defined(Q_OS_MAC)
|
||||
cmd = QString("/Applications/mupp.app/Contents/MacOS/mupp");
|
||||
#endif
|
||||
|
||||
QProcess *proc = new QProcess(this);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user