fix mac osx build

This commit is contained in:
Patrick von Reth 2015-07-28 02:05:46 +02:00
parent f92f88b98a
commit d16fb3f20b
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ const QDir &PluginContainer::pluginDir()
QString appDir = qApp->applicationDirPath();
QStringList list;
#ifdef Q_OS_MAC
if (appDir == "MacOS") {
if (appDir == QLatin1String("MacOS")) {
list << appDir;
QDir dir(appDir);
// Development convenience-hack