ded417b75a
This autotest checks that meta-methods can be properly inspected (signature, return type, parameter types, etc.). Change-Id: I13dc75ec5123280e94ec738dade3f54e427fdbaa Reviewed-by: Olivier Goffart <ogoffart@woboq.com> Reviewed-by: João Abecasis <joao.abecasis@nokia.com> Reviewed-by: Bradley T. Hughes <bradley.hughes@nokia.com>
28 lines
506 B
Prolog
28 lines
506 B
Prolog
TEMPLATE=subdirs
|
|
SUBDIRS=\
|
|
qcoreapplication \
|
|
qeventdispatcher \
|
|
qeventloop \
|
|
qmath \
|
|
qmetaobject \
|
|
qmetaobjectbuilder \
|
|
qmetamethod \
|
|
qmetaproperty \
|
|
qmetatype \
|
|
qmimedata \
|
|
qobject \
|
|
qpointer \
|
|
qsignalmapper \
|
|
qsocketnotifier \
|
|
qtimer \
|
|
qtranslator \
|
|
qvariant \
|
|
qwineventnotifier
|
|
|
|
!contains(QT_CONFIG, private_tests): SUBDIRS -= \
|
|
qsocketnotifier
|
|
|
|
# This test is only applicable on Windows
|
|
!win32*:SUBDIRS -= qwineventnotifier
|
|
|