summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforminputcontexts/compose/CMakeLists.txt
blob: 9d7e1425776bfef46bad7abe86fb6e4c649ce717 (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
25
26
27
28
29
30
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

# Generated from compose.pro.

#####################################################################
## QComposePlatformInputContextPlugin Plugin:
#####################################################################

qt_find_package(XKB) # special case
pkg_get_variable(PKG_X11_PREFIX x11 prefix) # special case

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
)

#### Keys ignored in scope 1:.:.:compose.pro:<TRUE>:
# OTHER_FILES = "$$PWD/compose.json"
# PLUGIN_EXTENDS = "-"