summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforminputcontexts/compose/CMakeLists.txt
blob: ccb5641e8491ccddca3cf51a56d20821391f4d8a (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
# Generated from compose.pro.

find_package(XKB)

pkg_get_variable(PKG_X11_PREFIX x11 prefix)

#####################################################################
## composeplatforminputcontextplugin Plugin:
#####################################################################

add_qt_plugin(composeplatforminputcontextplugin
    TYPE platforminputcontexts
    SOURCES
        generator/qtablegenerator.cpp generator/qtablegenerator.h
        qcomposeplatforminputcontext.cpp qcomposeplatforminputcontext.h
        qcomposeplatforminputcontextmain.cpp
    DEFINES
        X11_PREFIX="${PKG_X11_PREFIX}"
    LIBRARIES
        Qt::CorePrivate
        Qt::GuiPrivate
        XKB::XKB
    # OTHER_FILES = "$$PWD/compose.json"
    # PLUGIN_CLASS_NAME = "QComposePlatformInputContextPlugin"
    # PLUGIN_EXTENDS = "-"
    # _LOADED = "qt_plugin"
)