840f6a40e6
Change-Id: Ie56539b2e0be611a363b5f15ae5412a78d6945a2
40 lines
768 B
Prolog
40 lines
768 B
Prolog
TEMPLATE=subdirs
|
|
SUBDIRS=\
|
|
qcoreapplication \
|
|
qeventdispatcher \
|
|
qeventloop \
|
|
qmath \
|
|
qmetaobject \
|
|
qmetaobjectbuilder \
|
|
qmetamethod \
|
|
qmetaproperty \
|
|
qmetatype \
|
|
qmimedata \
|
|
qobject \
|
|
qpointer \
|
|
qsharedmemory \
|
|
qsignalmapper \
|
|
qsocketnotifier \
|
|
qsystemsemaphore \
|
|
qtimer \
|
|
qtranslator \
|
|
qvariant \
|
|
qwineventnotifier
|
|
|
|
!qtHaveModule(gui): SUBDIRS -= \
|
|
qmimedata
|
|
|
|
!qtHaveModule(network): SUBDIRS -= \
|
|
qeventloop \
|
|
qobject \
|
|
qsocketnotifier
|
|
|
|
!contains(QT_CONFIG, private_tests): SUBDIRS -= \
|
|
qsocketnotifier \
|
|
qsharedmemory
|
|
|
|
# This test is only applicable on Windows
|
|
!win32*|winrt: SUBDIRS -= qwineventnotifier
|
|
|
|
android|qnx: SUBDIRS -= qsharedmemory qsystemsemaphore
|