mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 21:57:41 +02:00
Drat. Actually fix build
This commit is contained in:
@@ -22,10 +22,7 @@
|
|||||||
#include "tomahawksettings.h"
|
#include "tomahawksettings.h"
|
||||||
#include "utils/tomahawkutils.h"
|
#include "utils/tomahawkutils.h"
|
||||||
#include "infosystemcache.h"
|
#include "infosystemcache.h"
|
||||||
#include "infoplugins/echonestplugin.h"
|
#include "infosystemworker.h"
|
||||||
#include "infoplugins/musixmatchplugin.h"
|
|
||||||
#include "infoplugins/lastfmplugin.h"
|
|
||||||
#include "infoplugins/adiumplugin.h"
|
|
||||||
|
|
||||||
namespace Tomahawk
|
namespace Tomahawk
|
||||||
{
|
{
|
||||||
|
@@ -23,11 +23,11 @@
|
|||||||
#include "infosystemworker.h"
|
#include "infosystemworker.h"
|
||||||
#include "utils/tomahawkutils.h"
|
#include "utils/tomahawkutils.h"
|
||||||
#include "infosystemcache.h"
|
#include "infosystemcache.h"
|
||||||
#include "infoplugins/echonestplugin.h"
|
#include "infoplugins/generic/echonestplugin.h"
|
||||||
#include "infoplugins/musixmatchplugin.h"
|
#include "infoplugins/generic/musixmatchplugin.h"
|
||||||
#include "infoplugins/lastfmplugin.h"
|
#include "infoplugins/generic/lastfmplugin.h"
|
||||||
#ifdef Q_WS_MAC
|
#ifdef Q_WS_MAC
|
||||||
#include "infoplugins/adiumplugin.h"
|
#include "infoplugins/mac/adiumplugin.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "lastfm/NetworkAccessManager"
|
#include "lastfm/NetworkAccessManager"
|
||||||
|
Reference in New Issue
Block a user