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:
Nicolas Fella 2021-10-15 00:36:03 +02:00
parent ca595c985c
commit dd5b79faea
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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;