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:
@@ -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>
|
||||||
|
@@ -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
|
||||||
|
@@ -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}/..
|
||||||
|
@@ -1,3 +1,5 @@
|
|||||||
|
#include "config.h"
|
||||||
|
|
||||||
#include <QCryptographicHash>
|
#include <QCryptographicHash>
|
||||||
#include <QDebug>
|
#include <QDebug>
|
||||||
#include <QDesktopServices>
|
#include <QDesktopServices>
|
||||||
|
@@ -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>
|
||||||
|
Reference in New Issue
Block a user