summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorStephen Kelly <stephen.kelly@kdab.com>2012-08-28 10:14:58 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-28 21:17:48 +0200
commit0680627d7f7384559e04f7440f6becbf1417276f (patch)
tree6d8f5dd82820e8b89696bc89842a6222723aeb06 /tests
parentf92f5f3ff020c89a157e2b520b9fb89b91355fc2 (diff)
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>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/cmake/test_modules/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/cmake/test_modules/CMakeLists.txt b/tests/auto/cmake/test_modules/CMakeLists.txt
index 8775ceab60..d96db7d557 100644
--- a/tests/auto/cmake/test_modules/CMakeLists.txt
+++ b/tests/auto/cmake/test_modules/CMakeLists.txt
@@ -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()