Don't attempt to test DBus on QNX.
authorStephen Kelly <stephen.kelly@kdab.com>
Tue, 28 Aug 2012 08:14:58 +0000 (10:14 +0200)
committerQt by Nokia <qt-info@nokia.com>
Tue, 28 Aug 2012 19:17:48 +0000 (21:17 +0200)
It is not expected to be there currently.

Change-Id: I9e0ece35b8064ecb7cb24e55604ea78c9e6ab242
Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
tests/auto/cmake/test_modules/CMakeLists.txt

index 8775cea..d96db7d 100644 (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()