mirror of
https://github.com/status-im/snorenotify.git
synced 2025-01-10 08:35:54 +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();
|
QString appDir = qApp->applicationDirPath();
|
||||||
QStringList list;
|
QStringList list;
|
||||||
#ifdef Q_OS_MAC
|
#ifdef Q_OS_MAC
|
||||||
if (appDir == "MacOS") {
|
if (appDir == QLatin1String("MacOS")) {
|
||||||
list << appDir;
|
list << appDir;
|
||||||
QDir dir(appDir);
|
QDir dir(appDir);
|
||||||
// Development convenience-hack
|
// Development convenience-hack
|
||||||
|
Loading…
x
Reference in New Issue
Block a user