...windows exe help location
BUG: 550
This commit is contained in:
committed by
craig.p.drummond
parent
0d577731a4
commit
7680e19374
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user