Warning, /pim/libkdepim/src/designer/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: none
0002 # SPDX-License-Identifier: BSD-3-Clause
0003 include(ECMAddQtDesignerPlugin)
0004 ecm_qtdesignerplugin_widget(KPIM::KCheckComboBox
0005     INCLUDE_FILE "Libkdepim/KCheckComboBox"
0006     TOOLTIP "Combobox with checkable items (KDE-PIM)"
0007     WHATSTHIS "A combobox that allows the user to check the items in the drop down menu"
0008     GROUP "Input (KDE-PIM)"
0009     )
0010 
0011 ecm_add_qtdesignerplugin(kdepimwidgets
0012     NAME KDEPimWidgets
0013     OUTPUT_NAME kdepim6widgets
0014     WIDGETS
0015     KPIM::KCheckComboBox
0016     LINK_LIBRARIES
0017     KPim6::Libkdepim
0018     KF6::Completion
0019     INSTALL_DESTINATION "${KDE_INSTALL_QTPLUGINDIR}/designer"
0020     COMPONENT Devel
0021     )