...windows exe help location

BUG: 550
This commit is contained in:
craig.p.drummond
2014-10-05 07:24:09 +00:00
committed by craig.p.drummond
parent 0d577731a4
commit 7680e19374

View File

@@ -755,7 +755,7 @@ QString Utils::systemDir(const QString &sub)
QString Utils::helper(const QString &app)
{
#if defined Q_OS_WIN
return systemDir(QLatin1String("helpers"))+app+QLatin1String(".exe");
return fixPath(QCoreApplication::applicationDirPath())+app+QLatin1String(".exe");
#elif defined Q_OS_MAC
return fixPath(QCoreApplication::applicationDirPath())+app;
#else