mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-09-13 20:23:04 +02:00
Fix dxf2Elmt Binary name on macOS
This commit is contained in:
parent
cacbce6cec
commit
a7160ba9b7
@ -69,7 +69,7 @@ QString dxf2ElmtBinaryPath()
|
|||||||
#if defined(Q_OS_WIN32) || defined(Q_OS_WIN64)
|
#if defined(Q_OS_WIN32) || defined(Q_OS_WIN64)
|
||||||
return dxf2ElmtDirPath() + QStringLiteral("/dxf2elmt.exe");
|
return dxf2ElmtDirPath() + QStringLiteral("/dxf2elmt.exe");
|
||||||
#elif defined(Q_OS_MAC)
|
#elif defined(Q_OS_MAC)
|
||||||
return dxf2ElmtDirPath() + QStringLiteral("/dxf2elmt.app");
|
return dxf2ElmtDirPath() + QStringLiteral("/dxf2elmt");
|
||||||
#else
|
#else
|
||||||
return dxf2ElmtDirPath() + QStringLiteral("/dxf2elmt");
|
return dxf2ElmtDirPath() + QStringLiteral("/dxf2elmt");
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user