qt5base-lts/tests/auto/corelib/kernel/kernel.pro
Simon Hausmann 9f9049b486 Initial import of the Qt C++ property binding system
This implements the core value based property binding system with
automatic dependency tracking. More features are to be added later, and
the documentation will need further improvements as well.

Change-Id: I77ec9163ba4dace6c4451f5933962ebe1b3b4b14
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
2020-03-16 18:19:45 +01:00

49 lines
940 B
Prolog

TEMPLATE=subdirs
SUBDIRS=\
qcoreapplication \
qdeadlinetimer \
qelapsedtimer \
qeventdispatcher \
qeventloop \
qmath \
qmetaobject \
qmetaobjectbuilder \
qmetamethod \
qmetaproperty \
qmetatype \
qmetaenum \
qmimedata \
qobject \
qpointer \
qsharedmemory \
qsignalblocker \
qsignalmapper \
qsocketnotifier \
qsystemsemaphore \
qtimer \
qtranslator \
qvariant \
qwineventnotifier \
qproperty
!qtHaveModule(gui): SUBDIRS -= \
qmimedata
!qtHaveModule(network): SUBDIRS -= \
qeventloop \
qobject \
qsocketnotifier
!qtConfig(private_tests): SUBDIRS -= \
qsocketnotifier \
qsharedmemory \
qproperty
# This test is only applicable on Windows
!win32*|winrt: SUBDIRS -= qwineventnotifier
android|uikit: SUBDIRS -= qobject qsharedmemory qsystemsemaphore
!qtConfig(systemsemaphore): SUBDIRS -= \
qsystemsemaphore