1
0
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:
Dominik Schmidt 2013-08-04 14:55:02 +02:00
parent d88dfc014b
commit c64ada1bcf

View File

@ -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" )
{