Warning, /utilities/kio-stash/src/iodaemon/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 #build and install the daemon for the KIO worker
0002 
0003 add_library(stashnotifier MODULE stashnotifier.cpp fs.cpp stash_adaptor.cpp)
0004 
0005 target_link_libraries(stashnotifier
0006     KF${QT_MAJOR_VERSION}::KIOCore
0007     KF${QT_MAJOR_VERSION}::DBusAddons
0008     Qt::DBus
0009     Qt::Core
0010 )
0011 
0012 install(TARGETS stashnotifier DESTINATION ${KDE_INSTALL_PLUGINDIR}/kf${QT_MAJOR_VERSION}/kded)