f1f767da92
These tests use helpers, which are not supported on UIKit platforms. Change-Id: I51447754dba2cd2547be05c3767e4ff3b6b5a671 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
44 lines
867 B
Prolog
44 lines
867 B
Prolog
TEMPLATE=subdirs
|
|
SUBDIRS=\
|
|
qcoreapplication \
|
|
qdeadlinetimer \
|
|
qelapsedtimer \
|
|
qeventdispatcher \
|
|
qeventloop \
|
|
qmath \
|
|
qmetaobject \
|
|
qmetaobjectbuilder \
|
|
qmetamethod \
|
|
qmetaproperty \
|
|
qmetatype \
|
|
qmetaenum \
|
|
qmimedata \
|
|
qobject \
|
|
qpointer \
|
|
qsharedmemory \
|
|
qsignalblocker \
|
|
qsignalmapper \
|
|
qsocketnotifier \
|
|
qsystemsemaphore \
|
|
qtimer \
|
|
qtranslator \
|
|
qvariant \
|
|
qwineventnotifier
|
|
|
|
!qtHaveModule(gui): SUBDIRS -= \
|
|
qmimedata
|
|
|
|
!qtHaveModule(network): SUBDIRS -= \
|
|
qeventloop \
|
|
qobject \
|
|
qsocketnotifier
|
|
|
|
!contains(QT_CONFIG, private_tests): SUBDIRS -= \
|
|
qsocketnotifier \
|
|
qsharedmemory
|
|
|
|
# This test is only applicable on Windows
|
|
!win32*|winrt: SUBDIRS -= qwineventnotifier
|
|
|
|
android|uikit: SUBDIRS -= qclipboard qobject qsharedmemory qsystemsemaphore
|