Warning, /multimedia/amarok/playground/src/context/applets/covergrid/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 project(context-covergrid) 0002 0003 set(covergrid_SRCS 0004 CoverGridApplet.cpp 0005 AlbumItem.cpp 0006 ) 0007 0008 #include_directories( ../../.. 0009 # ../.. 0010 # ${KDE4_INCLUDE_DIR}/amarok # this way we don't need to prefix it with amarok/ (and it compiles this way too :) 0011 #) 0012 0013 ki18n_wrap_ui( covergrid_SRCS CoverGridSettings.ui ) 0014 add_library(amarok_context_applet_covergrid MODULE ${covergrid_SRCS}) 0015 0016 0017 target_link_libraries(amarok_context_applet_covergrid 0018 amarokcore 0019 amaroklib 0020 KF5::Plasma 0021 KF5::KIOCore 0022 ) 0023 0024 install(TARGETS amarok_context_applet_covergrid DESTINATION ${KDE_INSTALL_PLUGINDIR}) 0025 install(FILES amarok-context-applet-covergrid.desktop DESTINATION ${KDE_INSTALL_KSERVICES5DIR})