mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-09-09 21:50:58 +02:00
Fix to allow building with dependencies that are outside the usual system locations.
This commit is contained in:
committed by
Christian Muehlhaeuser
parent
6d92d158bb
commit
32d82159d9
@@ -143,6 +143,7 @@ INCLUDE_DIRECTORIES(
|
||||
|
||||
|
||||
${TAGLIB_INCLUDES}
|
||||
${QJSON_INCLUDE_DIR}
|
||||
${LIBECHONEST_INCLUDE_DIR}
|
||||
${LIBECHONEST_INCLUDE_DIR}/..
|
||||
)
|
||||
|
@@ -305,6 +305,7 @@ set( libUI ${libUI}
|
||||
include_directories( . ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_BINARY_DIR}/.. ..
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
${QT_INCLUDE_DIR}
|
||||
${QJSON_INCLUDE_DIR}
|
||||
${LIBECHONEST_INCLUDE_DIR}
|
||||
${LIBECHONEST_INCLUDE_DIR}/..
|
||||
${CLUCENE_INCLUDE_DIR}
|
||||
|
@@ -25,7 +25,7 @@
|
||||
#include <QLineEdit>
|
||||
#include <QComboBox>
|
||||
#include <QLabel>
|
||||
#include <Playlist.h>
|
||||
#include <echonest/Playlist.h>
|
||||
#include <QPainter>
|
||||
#include <QToolButton>
|
||||
#include <dynamic/widgets/DynamicWidget.h>
|
||||
|
@@ -19,8 +19,9 @@
|
||||
#ifndef MUSICSCANNER_H
|
||||
#define MUSICSCANNER_H
|
||||
|
||||
#include <taglib/fileref.h>
|
||||
#include <taglib/tag.h>
|
||||
/* taglib */
|
||||
#include <fileref.h>
|
||||
#include <tag.h>
|
||||
|
||||
#include <QVariantMap>
|
||||
#include <QDir>
|
||||
|
Reference in New Issue
Block a user