Don't build ibus when dbus is not available

Change-Id: I0011cae034f186f239f486f5d83635bf4d11b88d
Reviewed-on: http://codereview.qt-project.org/4879
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
bb10
Paul Olav Tvete 2011-09-14 10:47:58 +02:00 committed by Qt by Nokia
parent b3e13c3910
commit 2aaa8a28d4
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
TEMPLATE = subdirs
contains(QT_CONFIG, dbus) {
!macx:!win32:SUBDIRS += ibus
}