From 377eb94eb19dafeca20d12bc6b624f1779fae514 Mon Sep 17 00:00:00 2001 From: Matthew Vogt Date: Thu, 23 Feb 2012 11:49:26 +1000 Subject: Create a forwarding declarative module. The declarative module has been replaced by the qml module. To allow existing projects which depend on the old declarative module to build, add a new declarative module which forwards dependencies on to the new qml module. This module contains only redefinitions of old symbol names to their new replacements, and creates forwarding headers that include the replacement headers provided by the qml module. This is a temporary change to prevent breaking existing projects that depend on the declarative module. After clients have had an opportunity to update their code to the use the new interfaces, it can be removed. Task-number: QTBUG-23737 Change-Id: I3cec5ceec4f9725c258e3672360a05ea87d3ca2f Reviewed-by: Martin Jones --- src/src.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'src/src.pro') diff --git a/src/src.pro b/src/src.pro index 5ea4194260..0246eea409 100644 --- a/src/src.pro +++ b/src/src.pro @@ -7,3 +7,4 @@ contains(QT_CONFIG, qmltest): SUBDIRS += qmltest SUBDIRS += imports SUBDIRS += qmldevtools +SUBDIRS += compatibility -- cgit v1.2.3