summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforminputcontexts/CMakeLists.txt
blob: 78b3ec99d9309b2d1a1479ee552d6eb6da0a08e5 (plain)
1
2
3
4
5
6
7
8
9
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

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()