Warning, /frameworks/sonnet/src/ui/designer/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 include(ECMAddQtDesignerPlugin)
0002 
0003 ecm_qtdesignerplugin_widget(Sonnet::DictionaryComboBox
0004     TOOLTIP "Dictionary Combobox"
0005     WHATSTHIS "A combobox to select a dictionary for spellchecking"
0006     GROUP "Sonnet (KF6)"
0007 )
0008 
0009 ecm_add_qtdesignerplugin(sonnetuiwidgets
0010     NAME SonnetUiWidgets
0011     OUTPUT_NAME sonnet6widgets
0012     WIDGETS
0013         Sonnet::DictionaryComboBox
0014     LINK_LIBRARIES
0015         KF6::SonnetUi
0016     INSTALL_DESTINATION "${KDE_INSTALL_QTPLUGINDIR}/designer"
0017     COMPONENT Devel
0018 )