aboutsummaryrefslogtreecommitdiffstats
path: root/src/compatibility/compatibility.pro
Commit message (Collapse)AuthorAgeFilesLines
* Remove QtDeclarative compatibility moduleKent Hansen2012-05-141-33/+0
| | | | | | | | | | | | | | | When the QtDeclarative module was renamed to QtQml, a compatibility module was introduced to avoid disrupting downstream projects. Time has passed, and it's now appropriate to remove this module. Existing projects that haven't ported can still use the bin/rename-qtdeclarative-symbols.sh script to ease the porting. Change-Id: I05a9727013d9e38c2262577f68260a4382bfbeea Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com> Reviewed-by: Matthew Vogt <matthew.vogt@nokia.com> Reviewed-by: Lars Knoll <lars.knoll@nokia.com> Reviewed-by: Donald Carr <donald.carr@nokia.com>
* Install compat into the correct dirJørgen Lind2012-03-071-1/+1
| | | | | Change-Id: I699a943862d6388add2e4e7c24ed416ec1bd1444 Reviewed-by: Gunnar Sletta <gunnar.sletta@nokia.com>
* Create a forwarding declarative module.Matthew Vogt2012-02-271-0/+33
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>