Don't attempt to test DBus on QNX.

It is not expected to be there currently.

Change-Id: I9e0ece35b8064ecb7cb24e55604ea78c9e6ab242
Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
This commit is contained in:
Stephen Kelly 2012-08-28 10:14:58 +02:00 committed by Qt by Nokia
parent f92f5f3ff0
commit 0680627d7f

View File

@ -15,7 +15,7 @@ set(qtbase_modules
Xml
)
if (UNIX AND NOT APPLE)
if (UNIX AND NOT APPLE AND NOT QNXNTO)
add_definitions(-DEXPECT_DBUS_AVAILABLE)
list(APPEND qtbase_modules DBus)
endif()