Fix echonest qt5 compilation issues with different GNU/Linux distributions

This commit is contained in:
Chocobozzz 2015-07-08 19:00:14 +02:00
parent e821314e34
commit 53af2bd75c
7 changed files with 7 additions and 7 deletions

View File

@ -371,7 +371,7 @@ else (USE_SYSTEM_QXT)
endif (NOT APPLE) endif (NOT APPLE)
endif (USE_SYSTEM_QXT) endif (USE_SYSTEM_QXT)
find_path(ECHONEST5_INCLUDE_DIRS echonest5/echonest_export.h) find_path(ECHONEST5_INCLUDE_DIRS Artist.h PATH_SUFFIXES echonest5 echonest)
find_library(ECHONEST5_LIBRARIES echonest5) find_library(ECHONEST5_LIBRARIES echonest5)
# Use system gmock if it's available # Use system gmock if it's available

View File

@ -76,7 +76,7 @@
#include <glib.h> #include <glib.h>
#include <gst/gst.h> #include <gst/gst.h>
#include <echonest5/Config.h> #include <Config.h>
#ifdef Q_OS_DARWIN #ifdef Q_OS_DARWIN
#include <sys/resource.h> #include <sys/resource.h>

View File

@ -19,7 +19,7 @@
#include <memory> #include <memory>
#include <echonest5/Artist.h> #include <Artist.h>
#include "songinfotextview.h" #include "songinfotextview.h"
#include "core/logging.h" #include "core/logging.h"

View File

@ -19,7 +19,7 @@
#include <memory> #include <memory>
#include <echonest5/Artist.h> #include <Artist.h>
#include "core/logging.h" #include "core/logging.h"

View File

@ -20,7 +20,7 @@
#include "core/logging.h" #include "core/logging.h"
#include "ui/iconloader.h" #include "ui/iconloader.h"
#include <echonest5/Artist.h> #include <Artist.h>
Q_DECLARE_METATYPE(QVector<QString>); Q_DECLARE_METATYPE(QVector<QString>);

View File

@ -19,7 +19,7 @@
#include <memory> #include <memory>
#include <echonest5/Artist.h> #include <Artist.h>
#include "tagwidget.h" #include "tagwidget.h"
#include "core/logging.h" #include "core/logging.h"

View File

@ -24,7 +24,7 @@
#include <QJsonObject> #include <QJsonObject>
#include <QJsonArray> #include <QJsonArray>
#include <echonest5/Artist.h> #include <Artist.h>
#include "core/closure.h" #include "core/closure.h"
#include "core/logging.h" #include "core/logging.h"