Warning, /multimedia/amarok/src/importers/clementine/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 set( amarok_importer-clementine_PART_SRCS
0002     ClementineConfigWidget.cpp
0003     ClementineManager.cpp
0004     ClementineProvider.cpp
0005     ClementineTrack.cpp
0006 )
0007 
0008 add_library(amarok_importer-clementine MODULE ${amarok_importer-clementine_PART_SRCS} )
0009 
0010 target_link_libraries( amarok_importer-clementine
0011     amarokcore
0012     amaroklib
0013     KF5::KIOCore
0014     Qt5::Sql
0015 )
0016 
0017 install( TARGETS amarok_importer-clementine DESTINATION ${KDE_INSTALL_PLUGINDIR} )
0018 
0019 kcoreaddons_desktop_to_json(amarok_importer-clementine amarok_importer-clementine.desktop SERVICE_TYPES ${CMAKE_SOURCE_DIR}/src/amarok-plugin.desktop)