Warning, /multimedia/amarok/src/core-impl/collections/playdarcollection/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 set( amarok_collection-playdarcollection_PART_SRCS
0002 PlaydarMeta.cpp
0003 PlaydarCollection.cpp
0004 PlaydarQueryMaker.cpp
0005 support/Controller.cpp
0006 support/Query.cpp
0007 support/ProxyResolver.cpp
0008 support/QMFunctionTypes.h )
0009
0010 add_library(amarok_collection-playdarcollection MODULE ${amarok_collection-playdarcollection_PART_SRCS})
0011
0012 target_link_libraries( amarok_collection-playdarcollection
0013 amarokcore
0014 amaroklib
0015 KF5::ThreadWeaver
0016 KF5::KIOCore )
0017
0018 install(TARGETS amarok_collection-playdarcollection DESTINATION ${KDE_INSTALL_PLUGINDIR} )
0019
0020 kcoreaddons_desktop_to_json(amarok_collection-playdarcollection amarok_collection-playdarcollection.desktop SERVICE_TYPES ${CMAKE_SOURCE_DIR}/src/amarok-plugin.desktop)
0021