Warning, /packaging/yocto-meta-kde/recipes-application/utilities/kdialog.inc is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: 2019-2020 Volker Krause <vkrause@kde.org>
0002 #
0003 # SPDX-License-Identifier: MIT
0004 
0005 DESCRIPTION = "KDialog"
0006 LICENSE = "GPL-2.0+"
0007 LIC_FILES_CHKSUM = "file://LICENSES/GPL-2.0-or-later.txt;md5=9e2385fe012386d34dcc5c9863070881"
0008 PR = "r0"
0009 
0010 DEPENDS += " \
0011     ktextwidgets \
0012     kio \
0013     knotifications \
0014     kguiaddons \
0015     kiconthemes \
0016     kwindowsystem \
0017     kdbusaddons\
0018 "
0019 
0020 inherit cmake_kdeapp
0021 inherit kcoreaddons
0022 inherit kconfig
0023 inherit kauth