53dc49ffc8
Change-Id: I68013bf8e07be8d202b3253f997d4f4db05335a4 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
36 lines
658 B
Prolog
36 lines
658 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(network): SUBDIRS -= \
|
|
qeventloop \
|
|
qobject \
|
|
qsocketnotifier
|
|
|
|
!contains(QT_CONFIG, private_tests): SUBDIRS -= \
|
|
qsocketnotifier \
|
|
qsharedmemory
|
|
|
|
# This test is only applicable on Windows
|
|
!win32*:SUBDIRS -= qwineventnotifier
|
|
|