Don't build the tests which require helpers on UIKit platforms
These tests use helpers, which are not supported on UIKit platforms. Change-Id: I51447754dba2cd2547be05c3767e4ff3b6b5a671 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
This commit is contained in:
parent
e708d63e18
commit
f1f767da92
@ -40,4 +40,4 @@ SUBDIRS=\
|
||||
# This test is only applicable on Windows
|
||||
!win32*|winrt: SUBDIRS -= qwineventnotifier
|
||||
|
||||
android|uikit: SUBDIRS -= qsharedmemory qsystemsemaphore
|
||||
android|uikit: SUBDIRS -= qclipboard qobject qsharedmemory qsystemsemaphore
|
||||
|
@ -35,3 +35,5 @@ win32:!winrt:qtHaveModule(network): SUBDIRS += noqteventloop
|
||||
qguieventloop
|
||||
|
||||
!contains(QT_CONFIG, opengl(es2)?): SUBDIRS -= qopenglwindow
|
||||
|
||||
uikit: SUBDIRS -= qclipboard
|
||||
|
Loading…
Reference in New Issue
Block a user