diff options
author | Tomasz Olszak <olszak.tomasz@gmail.com> | 2014-04-28 10:58:16 +0200 |
---|---|---|
committer | Tomasz Olszak <olszak.tomasz@gmail.com> | 2014-10-04 17:36:22 +0200 |
commit | 84e3a71e849e3f456b02573bb3f35578612f0eeb (patch) | |
tree | 8f0437fe35ca9f1d7280ed002123fc2ea0b9764f | |
parent | eab97025d45ff1493729e4b44b6010e95869cff4 (diff) | |
download | qtbase-84e3a71e849e3f456b02573bb3f35578612f0eeb.tar.gz qtbase-84e3a71e849e3f456b02573bb3f35578612f0eeb.tar.bz2 qtbase-84e3a71e849e3f456b02573bb3f35578612f0eeb.zip |
Tizen: always try to build ibus and compose.
Add tizenscim only for mobile profile.
Change-Id: Ie532faf012d4644ed10eaf4bb2efaa06ecba3dc0
Reviewed-by: Jarosław Staniek <staniek@kde.org>
-rw-r--r-- | src/plugins/platforminputcontexts/platforminputcontexts.pro | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/src/plugins/platforminputcontexts/platforminputcontexts.pro b/src/plugins/platforminputcontexts/platforminputcontexts.pro index 54a4b21504..a5ca4db7d2 100644 --- a/src/plugins/platforminputcontexts/platforminputcontexts.pro +++ b/src/plugins/platforminputcontexts/platforminputcontexts.pro @@ -1,11 +1,9 @@ TEMPLATE = subdirs -!contains(DEFINES,Q_OS_LINUX_TIZEN_MOBILE): { - qtHaveModule(dbus) { - !mac:!win32:SUBDIRS += ibus - } - - contains(QT_CONFIG, xcb-plugin): SUBDIRS += compose -} else { - SUBDIRS += tizenscim +qtHaveModule(dbus) { +!mac:!win32:SUBDIRS += ibus } + +contains(QT_CONFIG, xcb-plugin): SUBDIRS += compose + +contains(DEFINES,Q_OS_LINUX_TIZEN_MOBILE): SUBDIRS += tizenscim |