mirror of
https://github.com/status-im/snorenotify.git
synced 2025-01-09 16:15:45 +00:00
fix mac osx build
This commit is contained in:
parent
f92f88b98a
commit
d16fb3f20b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user