Warning, /plasma/kdeplasma-addons/applets/fifteenPuzzle/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 ecm_install_icons(
0002 ICONS sc-apps-fifteenpuzzle.svgz
0003 DESTINATION ${KDE_INSTALL_ICONDIR}
0004 )
0005
0006 plasma_install_package(package org.kde.plasma.fifteenpuzzle)
0007
0008 ecm_add_qml_module(fifteenpuzzleplugin URI org.kde.plasma.private.fifteenpuzzle)
0009 target_sources(fifteenpuzzleplugin PRIVATE
0010 plugin/fifteenimageprovider.cpp
0011 plugin/fifteenpuzzleplugin.cpp
0012 )
0013 target_link_libraries(fifteenpuzzleplugin PRIVATE Qt::Quick Qt::Qml)
0014 ecm_finalize_qml_module(fifteenpuzzleplugin)