diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-26 21:07:55 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-27 10:40:58 +0900 |
| commit | 647047817dda89c99be3861e75fdced8d3f17c1a (patch) | |
| tree | 391f89ebadc495786b1de143378062d36199d62c /plugins/decoder/mp3 | |
| parent | bf674dd36ebc152216b88eccccd6c6fd720d9f24 (diff) | |
| download | k3b-647047817dda89c99be3861e75fdced8d3f17c1a.tar.gz k3b-647047817dda89c99be3861e75fdced8d3f17c1a.zip | |
Fix detection and linking of taglib
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 85f5856c5536c97abc0b524bc5ce3cb0b40bab2d)
Diffstat (limited to 'plugins/decoder/mp3')
| -rw-r--r-- | plugins/decoder/mp3/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/decoder/mp3/CMakeLists.txt b/plugins/decoder/mp3/CMakeLists.txt index 4b180f5..a04a4e9 100644 --- a/plugins/decoder/mp3/CMakeLists.txt +++ b/plugins/decoder/mp3/CMakeLists.txt @@ -18,11 +18,13 @@ include_directories( ${CMAKE_SOURCE_DIR}/libk3bdevice ${TDE_INCLUDE_DIR} ${TQT_INCLUDE_DIRS} + ${TAGLIB_INCLUDE_DIRS} ) link_directories( ${TQT_LIBRARY_DIRS} ${MAD_LIBRARY_DIRS} + ${TAGLIB_LIBRARY_DIRS} ) @@ -31,7 +33,7 @@ link_directories( tde_add_kpart( libk3bmaddecoder AUTOMOC SOURCES k3bmad.cpp k3bmaddecoder.cpp LINK tdecore-shared k3b-shared k3bdevice-shared - ${MAD_LIBRARIES} + ${MAD_LIBRARIES} ${TAGLIB_LIBRARIES} DESTINATION ${PLUGIN_INSTALL_DIR} ) |
