From a4c3f074a6767850b05126959db0a7af8dfd49d3 Mon Sep 17 00:00:00 2001 From: Thomas Hartmann Date: Tue, 15 Nov 2016 17:22:40 +0100 Subject: Adding new example Contact List This example shows how to integrate a C++ backend without disrupting the tooling. A custom list model is implemented in C++ and registered as a QML type. Change-Id: I958bc38797ef353cdb5ea23ec69ada67e132ced7 Reviewed-by: J-P Nurmi --- examples/quickcontrols2/quickcontrols2.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples/quickcontrols2/quickcontrols2.pro') diff --git a/examples/quickcontrols2/quickcontrols2.pro b/examples/quickcontrols2/quickcontrols2.pro index 6d732b17..458d10db 100644 --- a/examples/quickcontrols2/quickcontrols2.pro +++ b/examples/quickcontrols2/quickcontrols2.pro @@ -2,4 +2,5 @@ TEMPLATE = subdirs SUBDIRS += \ gallery \ chattutorial \ - texteditor + texteditor \ + contactlist -- cgit v1.2.3