Warning, /multimedia/amarok/src/context/applets/photos/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 set(photos_SRCS
0002 plugin/PhotosPlugin.cpp
0003 plugin/PhotosEngine.cpp
0004 )
0005
0006 add_library(amarok_context_applet_photos SHARED ${photos_SRCS})
0007
0008 target_link_libraries(amarok_context_applet_photos
0009 amarokcore
0010 amaroklib
0011 Qt5::Qml
0012 )
0013
0014 install(TARGETS amarok_context_applet_photos DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/amarok/photos)
0015 install(FILES plugin/qmldir DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/amarok/photos)
0016
0017 kpackage_install_package(package org.kde.amarok.photos amarok)