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:
parent
f92f5f3ff0
commit
0680627d7f
@ -15,7 +15,7 @@ set(qtbase_modules
|
|||||||
Xml
|
Xml
|
||||||
)
|
)
|
||||||
|
|
||||||
if (UNIX AND NOT APPLE)
|
if (UNIX AND NOT APPLE AND NOT QNXNTO)
|
||||||
add_definitions(-DEXPECT_DBUS_AVAILABLE)
|
add_definitions(-DEXPECT_DBUS_AVAILABLE)
|
||||||
list(APPEND qtbase_modules DBus)
|
list(APPEND qtbase_modules DBus)
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user