summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforminputcontexts/platforminputcontexts.pro
blob: 56a39a49e715ae845790482a367136f84f963b58 (plain)
1
2
3
4
5
6
7
8
9
10
11
TEMPLATE = subdirs
QT_FOR_CONFIG += gui-private

qtConfig(xkbcommon) {
    SUBDIRS += compose

    qtHaveModule(dbus) {
        !macos:!win32:SUBDIRS += ibus
    }
}