summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforminputcontexts/CMakeLists.txt
blob: 4fb2bb9b63702da6410ccb27b485ca0a8751824a (plain)
1
2
3
4
5
6
7
8
9
10

if(QT_FEATURE_dbus AND (NOT APPLE_OSX) AND (NOT WIN32))
    add_subdirectory(ibus)
endif()

if(QT_FEATURE_xcb)
#     TODO add_subdirectory(compose)
endif()