1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-29 08:40:40 +02:00

Use new lastfm5/ include dir for Qt5

This commit is contained in:
Dominik Schmidt
2015-02-06 22:49:43 +01:00
parent 778b8ee180
commit d928fc5d1d
7 changed files with 33 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ endif()
# Include dir
find_path(LIBLASTFM_INCLUDE_DIR
# Track.h doesn't exist in liblastfm-0.3.1, was called Track back then
NAMES lastfm/Track.h
NAMES lastfm${LASTFM_LIB_SUFFIX}/Track.h
PATHS ${KDE4_INCLUDE_DIR}
)