qt5base-lts/tests/auto/corelib/kernel/kernel.pro
Stephen Kelly 309cdc358e Move QAbstractItemModel into a separate directory.
Change-Id: Ib505520dd5b52743634befbf3f148d7f8c21ec44
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2011-12-13 02:23:42 +01:00

26 lines
462 B
Prolog

TEMPLATE=subdirs
SUBDIRS=\
qcoreapplication \
qeventloop \
qitemmodel \
qmath \
qmetaobject \
qmetaobjectbuilder \
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