Add OpenBSD support
Adds OpenBSD support.
This commit is contained in:
parent
147bde5294
commit
38ff76d2b8
2 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@ QString MCEditTool::getProgramPath()
|
|||
#else
|
||||
const QString mceditPath = path();
|
||||
QDir mceditDir(mceditPath);
|
||||
#if defined(Q_OS_LINUX) || defined(Q_OS_FREEBSD)
|
||||
#if defined(Q_OS_LINUX) || defined(Q_OS_FREEBSD) || defined(Q_OS_OPENBSD)
|
||||
if (mceditDir.exists("mcedit.sh"))
|
||||
{
|
||||
return mceditDir.absoluteFilePath("mcedit.sh");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue