Android: disable unsupported autotests
We do not currently have shared memory or system semaphore support on Android. Change-Id: I8e8f3fc6ff8d6de0333002c3e1b31cf070416dbd Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>bb10
parent
a90c635d10
commit
9226a754fd
|
|
@ -33,4 +33,4 @@ SUBDIRS=\
|
|||
# This test is only applicable on Windows
|
||||
!win32*:SUBDIRS -= qwineventnotifier
|
||||
|
||||
qnx: SUBDIRS -= qsharedmemory qsystemsemaphore
|
||||
android|qnx: SUBDIRS -= qsharedmemory qsystemsemaphore
|
||||
|
|
|
|||
Loading…
Reference in New Issue