Qt Declarative (Quick 2)
Go to file
Matthew Vogt 377eb94eb1 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>
2012-02-27 03:29:15 +01:00
bin Rename QDeclarative symbols to QQuick and QQml 2012-02-24 04:51:31 +01:00
doc Rename QDeclarative symbols to QQuick and QQml 2012-02-24 04:51:31 +01:00
examples Rename QDeclarative symbols to QQuick and QQml 2012-02-24 04:51:31 +01:00
imports Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
modules Create a forwarding declarative module. 2012-02-27 03:29:15 +01:00
src Create a forwarding declarative module. 2012-02-27 03:29:15 +01:00
tests Rename QDeclarative symbols to QQuick and QQml 2012-02-24 04:51:31 +01:00
tools Rename QDeclarative symbols to QQuick and QQml 2012-02-24 04:51:31 +01:00
.gitattributes Added .tag file with Git revision. 2011-05-03 16:23:50 +02:00
.gitignore update .gitignore 2012-02-02 09:09:37 +01:00
.tag Added .tag file with Git revision. 2011-05-03 16:23:50 +02:00
qtdeclarative.pro Examples has grown to more than just declarative. 2011-12-04 23:31:45 +01:00
sync.profile Create a forwarding declarative module. 2012-02-27 03:29:15 +01:00