Warning, /packaging/yocto-meta-kf5/recipes-kf5/tier1/kholidays.inc is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: 2020 Volker Krause <vkrause@kde.org>
0002 # SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
0003 #
0004 # SPDX-License-Identifier: MIT
0005 
0006 LICENSE = "LGPL-2.0-only"
0007 PR = "r0"
0008 
0009 DEPENDS += "qtbase"
0010 
0011 require kholidays_metainfo.inc
0012 inherit cmake_kf5
0013 inherit reuse_license_checksums
0014 
0015 FILES:${PN} += " \
0016     ${libdir}/qml/org/kde/kholidays \
0017     ${datadir}/kf5/libkholidays \
0018 "