1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-14 01:54:07 +02:00

Fix last.fm-support

This commit is contained in:
Dominik Schmidt
2011-02-23 15:46:03 +01:00
parent 7bf4304792
commit 13e2d0f466
5 changed files with 8 additions and 1 deletions

View File

@@ -4,6 +4,8 @@
#define APP TomahawkApp::instance()
#include "headlesscheck.h"
#include "config.h"
#include "mac/tomahawkapp_mac.h" // for PlatforInterface
#include <QRegExp>

View File

@@ -6,5 +6,6 @@
#cmakedefine SNOW_LEOPARD
#cmakedefine LEOPARD
#cmakedefine HAVE_SPARKLE
#cmakedefine LIBLASTFM_FOUND
#endif // CONFIG_H_IN

View File

@@ -297,7 +297,7 @@ set( libUI ${libUI}
playlist/infobar/infobar.ui
)
include_directories( . ${CMAKE_CURRENT_BINARY_DIR} ..
include_directories( . ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_BINARY_DIR}/.. ..
${QT_INCLUDE_DIR}
${LIBECHONEST_INCLUDE_DIR}
${LIBECHONEST_INCLUDE_DIR}/..

View File

@@ -1,3 +1,5 @@
#include "config.h"
#include <QCryptographicHash>
#include <QDebug>
#include <QDesktopServices>

View File

@@ -1,5 +1,7 @@
#include "tomahawk/tomahawkapp.h"
#include "config.h"
#include <QPluginLoader>
#include <QDir>
#include <QMetaType>