Fix build on MacOS.
This commit is contained in:
parent
f167b66669
commit
5589ad2072
|
@ -454,7 +454,7 @@ void VLayoutExporter::PdfToPs(const QStringList ¶ms)
|
|||
#if defined(Q_OS_MAC)
|
||||
if (QFileInfo::exists(qApp->applicationDirPath() + QLatin1String("/") + *PDFTOPS))
|
||||
{
|
||||
proc.start(QLatin1String(qApp->applicationDirPath() + QLatin1String("/") + *PDFTOPS, params);
|
||||
proc.start(qApp->applicationDirPath() + QLatin1String("/") + *PDFTOPS, params);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user