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>bb10
parent
f92f5f3ff0
commit
0680627d7f
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue