From 6571aaf1c45885407038e03b0e9ed5952a06baeb Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Thu, 30 Jan 2014 19:34:49 +0100 Subject: merge %explicitheaders into %classnames MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit no need to have two mechanisms for the same thing. the values of %classnames can be comma-separated lists now, so one header can have multiple classes assigned. conversely, if an extracted class name reverse-maps to a different file name, it is omitted. Change-Id: Ia0a35d64764b6376f33b77bbfe59e1df70a3cf1a Reviewed-by: Jędrzej Nowacki Reviewed-by: Joerg Bornemann --- sync.profile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'sync.profile') diff --git a/sync.profile b/sync.profile index 7bd10b4865..9c759297ce 100644 --- a/sync.profile +++ b/sync.profile @@ -31,6 +31,7 @@ "qevent.h" => "QtEvents", "qnamespace.h" => "Qt", "qnumeric.h" => "QtNumeric", + "qvariant.h" => "QVariantHash,QVariantList,QVariantMap", "qsql.h" => "QSql", "qssl.h" => "QSsl", "qtest.h" => "QTest", @@ -44,13 +45,6 @@ "QGenericPluginFactory" => "QtGui/QGenericPluginFactory" } ); -%explicitheaders = ( - "QtCore" => { - "QVariantHash" => "qvariant.h", - "QVariantList" => "qvariant.h", - "QVariantMap" => "qvariant.h", - } -); @qpa_headers = ( qr/^qplatform/, qr/^qwindowsystem/ ); my @angle_headers = ('egl.h', 'eglext.h', 'eglplatform.h', 'gl2.h', 'gl2ext.h', 'gl2platform.h', 'ShaderLang.h', 'khrplatform.h'); -- cgit v1.2.3