Warning, /pim/mimetreeparser/examples/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 # SPDX-FileCopyrightText: 2023 Carl Schwan <carl.schwan@gnupg.com> 0002 # SPDX-License-Identifier: BSD-3-Clause 0003 0004 if (Qt6Quick_FOUND) 0005 add_subdirectory(qml) 0006 endif() 0007 0008 if (Qt6Widgets_FOUND) 0009 add_subdirectory(widgets) 0010 endif()