9f1aa866bd
Task-number: QTBUG-19013 Change-Id: Ibb776f5967c0645ce6d22ef7afdc40657c575461 Reviewed-by: Holger Ihrig <holger.ihrig@nokia.com>
26 lines
543 B
Prolog
26 lines
543 B
Prolog
TEMPLATE=subdirs
|
|
SUBDIRS=\
|
|
qabstractitemmodel \
|
|
qcoreapplication \
|
|
qeventloop \
|
|
qitemmodel \
|
|
qmath \
|
|
qmetaobject \
|
|
qmetatype \
|
|
qmimedata \
|
|
qobject \
|
|
qpointer \
|
|
qsignalmapper \
|
|
qsocketnotifier \
|
|
qtimer \
|
|
# qtipc \ # needs to be moved to qtscript (and note that it uses private API)
|
|
qtranslator \
|
|
qvariant \
|
|
qwineventnotifier
|
|
|
|
!contains(QT_CONFIG, private_tests): SUBDIRS -= \
|
|
qsocketnotifier
|
|
|
|
# This test is only applicable on Windows
|
|
!win32*:SUBDIRS -= qwineventnotifier
|