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:
Jake Petroules 2016-08-15 13:15:07 -07:00
parent e708d63e18
commit f1f767da92
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -35,3 +35,5 @@ win32:!winrt:qtHaveModule(network): SUBDIRS += noqteventloop
qguieventloop
!contains(QT_CONFIG, opengl(es2)?): SUBDIRS -= qopenglwindow
uikit: SUBDIRS -= qclipboard