# Copyright (C) 2022 The Qt Company Ltd. # SPDX-License-Identifier: BSD-3-Clause ##################################################################### ## QComposePlatformInputContextPlugin Plugin: ##################################################################### qt_find_package(XKB) pkg_get_variable(PKG_X11_PREFIX x11 prefix) qt_internal_add_plugin(QComposePlatformInputContextPlugin OUTPUT_NAME composeplatforminputcontextplugin PLUGIN_TYPE platforminputcontexts DEFAULT_IF FALSE SOURCES qcomposeplatforminputcontext.cpp qcomposeplatforminputcontext.h qcomposeplatforminputcontextmain.cpp LIBRARIES Qt::Core Qt::CorePrivate Qt::Gui Qt::GuiPrivate XKB::XKB )