Warning, /system/ubiquity-slideshow-neon/calamares-qml-plugin/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 add_library(contextplugin SHARED plugin.cpp)
0002 target_link_libraries(contextplugin
0003     Qt5::Qml
0004     KF5::Declarative
0005     KF5::I18n
0006 )
0007 
0008 install(TARGETS contextplugin DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/neon/calamares/slideshow/context)
0009 install(FILES qmldir DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/neon/calamares/slideshow/context)