From 35dd4cbd3d09fbcc11804995b65dd8dea03da5ee Mon Sep 17 00:00:00 2001 From: Kent Hansen Date: Thu, 10 May 2012 15:41:29 +0200 Subject: Remove QtDeclarative compatibility module 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 Reviewed-by: Matthew Vogt Reviewed-by: Lars Knoll Reviewed-by: Donald Carr --- .gitignore | 4 ---- 1 file changed, 4 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 2341712db2..a6b0a7f858 100644 --- a/.gitignore +++ b/.gitignore @@ -106,8 +106,6 @@ translations/*.qm translations/*_untranslated.ts qrc_*.cpp -src/declarative/qtdeclarativeversion.h - # Test generated files QObject.log tst_* @@ -256,11 +254,9 @@ src/qmltest/qtquicktestversion.h src/qtquick1/qtquick1version.h src/qmldevtools/qtqmldevtoolsversion.h src/quick/qtquickversion.h -src/compatibility/qtdeclarativeversion.h src/qml/qtqmlversion.h tests/auto/*/*.o tests/auto/*/*.moc tests/auto/*/*/*.o tests/auto/*/*/*.moc -src/declarative/generated/ -- cgit v1.2.3