Warning, /libraries/kirigami-addons/src/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 # SPDX-FileCopyrightText: 2019 David Edmundson <kde@davidedmundson.co.uk> 0002 # SPDX-License-Identifier: BSD-2-Clause 0003 0004 add_subdirectory(components) 0005 add_subdirectory(dateandtime) 0006 add_subdirectory(treeview) 0007 add_subdirectory(sounds) 0008 add_subdirectory(formcard) 0009 add_subdirectory(delegates) 0010 add_subdirectory(settings) 0011 0012 # This is used to make the KSvg import work in the KF5 version 0013 # Should be removed as soon master goes KF6 only 0014 if (QT_MAJOR_VERSION EQUAL "5") 0015 add_subdirectory(ksvgcompat) 0016 endif()