summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforminputcontexts/CMakeLists.txt
blob: 219ced16b9b86f6ac1ae19ce2f42fa9373719828 (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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 platforminputcontexts.pro.

if(QT_FEATURE_xkbcommon)
    add_subdirectory(compose)
endif()
if(QT_FEATURE_xkbcommon AND TARGET Qt::DBus AND UNIX AND NOT MACOS)
    add_subdirectory(ibus)
endif()