Warning, /libraries/ktextaddons/texttranslator/designer/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 # SPDX-License-Identifier: BSD-3-Clause
0002 # SPDX-FileCopyrightText: none
0003 include(ECMAddQtDesignerPlugin)
0004 ecm_qtdesignerplugin_widget(TextTranslator::TranslatorWidget
0005     INCLUDE_FILE "TextTranslator/TranslatorWidget"
0006     TOOLTIP "A widget to make translate string"
0007     WHATSTHIS "A widget to make translate string."
0008     GROUP "Input (KF${KF_MAJOR_VERSION})"
0009     )
0010 
0011 ecm_add_qtdesignerplugin(texttranslatorwidgets
0012         NAME TextTranslatorWidgets
0013     OUTPUT_NAME texttranslatorwidgets${QT_MAJOR_VERSION}
0014     WIDGETS
0015     TextTranslator::TranslatorWidget
0016     LINK_LIBRARIES
0017     KF${KF_MAJOR_VERSION}::TextTranslator
0018     INSTALL_DESTINATION "${KDE_INSTALL_QTPLUGINDIR}/designer"
0019     COMPONENT Devel
0020     )
0021