From 13fd00199a6a41af2bdbb876fe33c75547e3d996 Mon Sep 17 00:00:00 2001 From: Sze Howe Koh Date: Thu, 1 Nov 2012 00:05:13 +0800 Subject: Enable the "#include " camel-case header Move the QMediaMetaData namespace into new files, and have sync.profile generate the camel-case header during compilation. For now, the new header (qmediametadata.h) is included whereever the old one appears (qtmedianamespace.h), but an audit will be done later to make explicit #includes only where necessary. NOTE: Git may think that a rename has occurred. Part of the Header Consistency Project (http://lists.qt-project.org/pipermail/development/2012-October/007570.html) Change-Id: I63705722a5e175628d56128888a94ae4c20879f2 Reviewed-by: Lars Knoll Reviewed-by: Stephen Kelly --- sync.profile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sync.profile') diff --git a/sync.profile b/sync.profile index 0f5658f25..477fe1ddb 100644 --- a/sync.profile +++ b/sync.profile @@ -7,6 +7,10 @@ %moduleheaders = ( # restrict the module headers to those found in relative path ); +%classnames = ( + "qmediametadata.h" => "QMediaMetaData" +); + # Module dependencies. # Every module that is required to build this module should have one entry. # Each of the module version specifiers can take one of the following values: -- cgit v1.2.3