1
0
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:
Christian Muehlhaeuser
2013-09-01 10:50:35 +02:00
parent 48fe53eaf1
commit b766510f0d

View File

@@ -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