8fe016158f
Change-Id: Id6777bdf430ad8a8e3b432caf5000bea8f7860b6 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com> Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@theqtcompany.com>
42 lines
805 B
Prolog
42 lines
805 B
Prolog
TEMPLATE=subdirs
|
|
SUBDIRS=\
|
|
qcoreapplication \
|
|
qeventdispatcher \
|
|
qeventloop \
|
|
qmath \
|
|
qmetaobject \
|
|
qmetaobjectbuilder \
|
|
qmetamethod \
|
|
qmetaproperty \
|
|
qmetatype \
|
|
qmetaenum \
|
|
qmimedata \
|
|
qobject \
|
|
qpointer \
|
|
qsharedmemory \
|
|
qsignalblocker \
|
|
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|ios: SUBDIRS -= qsharedmemory qsystemsemaphore
|