summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2014-01-30 19:34:49 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-28 03:17:11 +0100
commit6571aaf1c45885407038e03b0e9ed5952a06baeb (patch)
tree11e7c9f22d1bc1555e85acea96ed060036c85ac7 /sync.profile
parent3d50a0964587776c0915111947dc3401b21c158e (diff)
merge %explicitheaders into %classnames
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 <jedrzej.nowacki@digia.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile8
1 files changed, 1 insertions, 7 deletions
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');