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

0001 include(ECMAddQtDesignerPlugin)
0002 
0003 ecm_qtdesignerplugin_widget(KImageFilePreview
0004     TOOLTIP "A widget that provides a image preview of a URL"
0005     GROUP "Display (KF6)"
0006 )
0007 ecm_qtdesignerplugin_widget(KUrlComboRequester
0008     INCLUDE_FILE "kurlrequester.h"
0009     TOOLTIP "URL Requester (KF6)"
0010     WHATSTHIS "A widget holding a combobox and a pushbutton. A \"file open\" dialog opened when clicking on the pushbutton."
0011     GROUP "Input (KF6)"
0012 )
0013 ecm_qtdesignerplugin_widget(KUrlRequester
0014     TOOLTIP "URL Requester (KF6)"
0015     WHATSTHIS "A widget holding a lineedit and a pushbutton. A \"file open\" dialog opened when clicking on the pushbutton."
0016     GROUP "Input (KF6)"
0017 )
0018 
0019 ecm_add_qtdesignerplugin(kiowidgets
0020     NAME KIOWidgets
0021     OUTPUT_NAME kio6widgets
0022     WIDGETS
0023         KImageFilePreview
0024         KUrlComboRequester
0025         KUrlRequester
0026     LINK_LIBRARIES
0027         KF6::KIOWidgets
0028         KF6::KIOFileWidgets
0029     INSTALL_DESTINATION "${KDE_INSTALL_QTPLUGINDIR}/designer"
0030     COMPONENT Devel
0031 )