mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-21 00:12:06 +02:00
Fix compilation on OSX
This commit is contained in:
parent
d88dfc014b
commit
c64ada1bcf
@ -105,7 +105,7 @@ PluginLoader::pluginDirs()
|
||||
{
|
||||
QList< QDir > pluginDirs;
|
||||
|
||||
const QDir appDir( QCoreApplication::instance()->applicationDirPath() );
|
||||
QDir appDir( QCoreApplication::instance()->applicationDirPath() );
|
||||
#ifdef Q_WS_MAC
|
||||
if ( appDir.dirName() == "MacOS" )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user