mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-29 16:50:11 +02:00
* Fixed plugin dirs on OSX.
This commit is contained in:
@@ -106,7 +106,9 @@ PluginLoader::pluginDirs()
|
||||
QList< QDir > pluginDirs;
|
||||
|
||||
QDir appDir( QCoreApplication::instance()->applicationDirPath() );
|
||||
#ifdef Q_WS_MAC
|
||||
|
||||
#ifdef Q_OS_MAC
|
||||
pluginDirs << appDir;
|
||||
if ( appDir.dirName() == "MacOS" )
|
||||
{
|
||||
// Development convenience-hack
|
||||
|
Reference in New Issue
Block a user