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

0001 # build and install the staging KIO worker
0002 
0003 add_library(kio_filestash MODULE filestash.cpp)
0004 
0005 target_link_libraries (kio_filestash
0006     Qt::DBus
0007     KF${QT_MAJOR_VERSION}::KIOCore
0008     KF${QT_MAJOR_VERSION}::I18n
0009     KF${QT_MAJOR_VERSION}::ConfigCore
0010     KF${QT_MAJOR_VERSION}::ConfigGui
0011 )
0012 
0013 set_target_properties(kio_filestash PROPERTIES OUTPUT_NAME "filestash")
0014 install(TARGETS kio_filestash DESTINATION ${KDE_INSTALL_PLUGINDIR}/kf${QT_MAJOR_VERSION}/kio/)