Warning, /plasma/kdeplasma-addons/applets/quicklaunch/plugin/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 set(quicklaunchplugin_SRCS
0002     quicklaunch_p.cpp
0003     quicklaunchplugin.cpp)
0004 
0005 add_library(quicklaunchplugin SHARED ${quicklaunchplugin_SRCS})
0006 target_link_libraries(quicklaunchplugin
0007     Qt::Core
0008     Qt::Qml
0009     KF5::KIOCore
0010     KF5::KIOWidgets
0011     KF5::Notifications)
0012 
0013 install(TARGETS quicklaunchplugin DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/plasma/private/quicklaunch)
0014 install(FILES qmldir DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/plasma/private/quicklaunch)