From 9f9049b486a47aef0c7e2e3852b20aa4ffdce748 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Wed, 10 Jul 2019 09:01:14 +0200 Subject: 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 Reviewed-by: Fabian Kosmale --- tests/auto/corelib/kernel/qproperty/qproperty.pro | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/auto/corelib/kernel/qproperty/qproperty.pro (limited to 'tests/auto/corelib/kernel/qproperty/qproperty.pro') diff --git a/tests/auto/corelib/kernel/qproperty/qproperty.pro b/tests/auto/corelib/kernel/qproperty/qproperty.pro new file mode 100644 index 0000000000..bae67e70a4 --- /dev/null +++ b/tests/auto/corelib/kernel/qproperty/qproperty.pro @@ -0,0 +1,4 @@ +CONFIG += testcase +TARGET = tst_qproperty +QT = core core-private testlib +SOURCES = tst_qproperty.cpp -- cgit v1.2.3