1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-16 11:04:01 +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() #define APP TomahawkApp::instance()
#include "headlesscheck.h" #include "headlesscheck.h"
#include "config.h"
#include "mac/tomahawkapp_mac.h" // for PlatforInterface #include "mac/tomahawkapp_mac.h" // for PlatforInterface
#include <QRegExp> #include <QRegExp>

View File

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

View File

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

View File

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

View File

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