Create a forwarding declarative module.
authorMatthew Vogt <matthew.vogt@nokia.com>
Thu, 23 Feb 2012 01:49:26 +0000 (11:49 +1000)
committerQt by Nokia <qt-info@nokia.com>
Mon, 27 Feb 2012 02:29:15 +0000 (03:29 +0100)
commit377eb94eb19dafeca20d12bc6b624f1779fae514
treedf5adb33186ca79ee845f89084f3d72501bc37e2
parent2849e619be8d7c5903f62f17fbd0dc716b70849e
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 <martin.jones@nokia.com>
modules/qt_declarative.pri [new file with mode: 0644]
src/compatibility/compatibility.pro [new file with mode: 0644]
src/src.pro
sync.profile