Warning, /pim/pimcommon/src/pimcommonakonadi/designer/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 # SPDX-License-Identifier: CC0-1.0 0002 # SPDX-FileCopyrightText: none 0003 include(ECMAddQtDesignerPlugin) 0004 ecm_qtdesignerplugin_widget(PimCommon::AddresseeLineEdit 0005 INCLUDE_FILE "PimCommonAkonadi/AddresseeLineEdit" 0006 TOOLTIP "Addressee Line Edit (KDE-PIM)" 0007 WHATSTHIS "A line edit which lets you select addressees from the addressbook" 0008 GROUP "Input (KDE-PIM)" 0009 ) 0010 0011 ecm_add_qtdesignerplugin(pimcommonakonadiwidgets 0012 NAME PimCommonAkonadiWidgets 0013 OUTPUT_NAME pimcommon6akonadiwidgets 0014 WIDGETS 0015 PimCommon::AddresseeLineEdit 0016 LINK_LIBRARIES 0017 KPim6::PimCommonAkonadi 0018 KF6::Completion 0019 INSTALL_DESTINATION "${KDE_INSTALL_QTPLUGINDIR}/designer" 0020 COMPONENT Devel 0021 )