Warning, /plasma/plasma-nano/components/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 project(nanoshellprivate)
0002
0003
0004 add_library(plasmananoshellprivateplugin SHARED)
0005 target_sources(plasmananoshellprivateplugin PRIVATE
0006 fullscreenoverlay.cpp
0007 fullscreenoverlay.h
0008 nanoshellprivateplugin.cpp
0009 nanoshellprivateplugin.h
0010 startupnotifier.cpp
0011 startupnotifier.h
0012 )
0013 target_link_libraries(plasmananoshellprivateplugin Qt::Core Qt::Qml Qt::Quick KF6::WindowSystem Plasma::KWaylandClient KF6::Service)
0014
0015 install(TARGETS plasmananoshellprivateplugin DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/plasma/private/nanoshell)
0016
0017 install(FILES qmldir DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/plasma/private/nanoshell)
0018
0019 install(DIRECTORY qml DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/plasma/private/nanoshell/)
0020
0021