summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforminputcontexts/compose/CMakeLists.txt
blob: 9e71a7a07c537e91757392a01afd7f391fd2b031 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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
)