diff --git a/sources/dxf/dxftoelmt.cpp b/sources/dxf/dxftoelmt.cpp index a90b6f081..370c3d574 100644 --- a/sources/dxf/dxftoelmt.cpp +++ b/sources/dxf/dxftoelmt.cpp @@ -77,7 +77,7 @@ QString dxf2ElmtBinaryPath() #if defined(Q_OS_WIN32) || defined(Q_OS_WIN64) return dxf2ElmtDirPath() + QStringLiteral("/dxf2elmt.exe"); #elif defined(Q_OS_MAC) - return dxf2ElmtDirPath() + QStringLiteral("/dxf2elmt"); + return dxf2ElmtDirPath() + QStringLiteral("/./dxf2elmt"); #else return dxf2ElmtDirPath() + QStringLiteral("/dxf2elmt"); #endif