2011-08-25 10:16:22 +00:00
|
|
|
TEMPLATE=subdirs
|
|
|
|
SUBDIRS=\
|
|
|
|
qabstractitemmodel \
|
|
|
|
qcoreapplication \
|
|
|
|
qeventloop \
|
|
|
|
qitemmodel \
|
|
|
|
qmath \
|
|
|
|
qmetaobject \
|
|
|
|
qmetatype \
|
|
|
|
qmimedata \
|
|
|
|
qobject \
|
|
|
|
qpointer \
|
|
|
|
qsignalmapper \
|
|
|
|
qsocketnotifier \
|
|
|
|
qtimer \
|
2011-10-20 11:17:26 +00:00
|
|
|
# qtipc \ # needs to be moved to qtscript (and note that it uses private API)
|
2011-08-25 10:16:22 +00:00
|
|
|
qtranslator \
|
|
|
|
qvariant \
|
|
|
|
qwineventnotifier
|
|
|
|
|
|
|
|
!contains(QT_CONFIG, private_tests): SUBDIRS -= \
|
|
|
|
qsocketnotifier
|
2011-10-11 07:42:44 +00:00
|
|
|
|
|
|
|
# This test is only applicable on Windows
|
|
|
|
!win32*:SUBDIRS -= qwineventnotifier
|