mirror of https://github.com/KDE/kasts.git
Fix taglib includes
FindTaglib reports <prefix>/include/taglib/ as include path, so we must not prefix the headers with taglib/
This commit is contained in:
parent
ca595c985c
commit
dd5b79faea
|
@ -11,7 +11,7 @@
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
#include <QSqlQuery>
|
#include <QSqlQuery>
|
||||||
|
|
||||||
#include <taglib/chapterframe.h>
|
#include <chapterframe.h>
|
||||||
|
|
||||||
#include "database.h"
|
#include "database.h"
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
#include <KFormat>
|
#include <KFormat>
|
||||||
#include <QAbstractListModel>
|
#include <QAbstractListModel>
|
||||||
|
|
||||||
#include <taglib/mpegfile.h>
|
#include <mpegfile.h>
|
||||||
|
|
||||||
struct ChapterEntry {
|
struct ChapterEntry {
|
||||||
QString title;
|
QString title;
|
||||||
|
|
Loading…
Reference in New Issue