3d7ce0e96a
QMetaPropery test was not build by CI. Change-Id: I27407e8df674414c2d74f3aa1e4cbb809969c040 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
26 lines
465 B
Prolog
26 lines
465 B
Prolog
TEMPLATE=subdirs
|
|
SUBDIRS=\
|
|
qcoreapplication \
|
|
qeventloop \
|
|
qmath \
|
|
qmetaobject \
|
|
qmetaobjectbuilder \
|
|
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
|
|
|