diff --git a/sources/dxf/dxftoelmt.cpp b/sources/dxf/dxftoelmt.cpp index 5e33b4e9d..b9e162a4d 100644 --- a/sources/dxf/dxftoelmt.cpp +++ b/sources/dxf/dxftoelmt.cpp @@ -69,7 +69,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.app"); + return dxf2ElmtDirPath() + QStringLiteral("/dxf2elmt"); #else return dxf2ElmtDirPath() + QStringLiteral("/dxf2elmt"); #endif