Fix build on MacOS.

This commit is contained in:
Roman Telezhynskyi 2023-09-22 12:17:14 +03:00
parent f167b66669
commit 5589ad2072

View file

@ -454,7 +454,7 @@ void VLayoutExporter::PdfToPs(const QStringList &params)
#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
{