aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2020-03-26 15:31:20 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2020-03-26 15:31:20 +0000
commitd14695a42fc162d8958ac4cc75e26bfa5e5e3b47 (patch)
tree3881b61d72bea65103af454d0512143d19a7347f
parent444456276dba1c9616ce40802b64d3bd958f013c (diff)
downloadqmmp-d14695a42fc162d8958ac4cc75e26bfa5e5e3b47.tar.gz
qmmp-d14695a42fc162d8958ac4cc75e26bfa5e5e3b47.tar.bz2
qmmp-d14695a42fc162d8958ac4cc75e26bfa5e5e3b47.zip
fixed build with Qt 5.5
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9313 90c681e8-e032-0410-971d-27865f9a5e38
-rw-r--r--src/plugins/General/lyrics/ultimatelyricsparser.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/General/lyrics/ultimatelyricsparser.cpp b/src/plugins/General/lyrics/ultimatelyricsparser.cpp
index f65345555..e96b52386 100644
--- a/src/plugins/General/lyrics/ultimatelyricsparser.cpp
+++ b/src/plugins/General/lyrics/ultimatelyricsparser.cpp
@@ -24,6 +24,9 @@
#include <QXmlStreamReader>
#include <QFile>
#include <QtDebug>
+#if (QT_VERSION < QT_VERSION_CHECK(5, 7, 0)) //qAsConst template
+#include <qmmp/qmmp.h>
+#endif
#include "ultimatelyricsparser.h"
UltimateLyricsParser::UltimateLyricsParser()