From b855240b782395f94315f43ea3e7e182299fac48 Mon Sep 17 00:00:00 2001 From: Matthew Vogt Date: Thu, 16 Feb 2012 14:43:03 +1000 Subject: Rename QDeclarative symbols to QQuick and QQml Symbols beginning with QDeclarative are already exported by the quick1 module. Users can apply the bin/rename-qtdeclarative-symbols.sh script to modify client code using the previous names of the renamed symbols. Task-number: QTBUG-23737 Change-Id: Ifaa482663767634931e8711a8e9bf6e404859e66 Reviewed-by: Martin Jones --- sync.profile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sync.profile') diff --git a/sync.profile b/sync.profile index efde01d952..a62dc4fa69 100644 --- a/sync.profile +++ b/sync.profile @@ -1,14 +1,14 @@ %modules = ( # path to module name map - "QtDeclarative" => "$basedir/src/declarative", + "QtQml" => "$basedir/src/qml", "QtQuick" => "$basedir/src/quick", "QtQuickTest" => "$basedir/src/qmltest", "QtQmlDevTools" => "$basedir/src/qmldevtools", ); %moduleheaders = ( # restrict the module headers to those found in relative path - "QtQmlDevTools" => "../declarative/qml/parser", + "QtQmlDevTools" => "../qml/qml/parser", ); %classnames = ( - "qtdeclarativeversion.h" => "QtDeclarativeVersion", + "qtqmlversion.h" => "QtQmlVersion", ); %mastercontent = ( "gui" => "#include \n", @@ -17,7 +17,7 @@ "testlib" => "#include \n", ); %modulepris = ( - "QtDeclarative" => "$basedir/modules/qt_declarative.pri", + "QtQml" => "$basedir/modules/qt_qml.pri", "QtQuick" => "$basedir/modules/qt_quick.pri", "QtQuickTest" => "$basedir/modules/qt_qmltest.pri", "QtQmlDevTools" => "$basedir/modules/qt_qmldevtools.pri", -- cgit v1.2.3