summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile9
1 files changed, 2 insertions, 7 deletions
diff --git a/sync.profile b/sync.profile
index 7bd10b4865..9823aa16bd 100644
--- a/sync.profile
+++ b/sync.profile
@@ -24,6 +24,7 @@
%classnames = (
"qglobal.h" => "QtGlobal",
"qendian.h" => "QtEndian",
+ "qconfig.h" => "QtConfig",
"qplugin.h" => "QtPlugin",
"qalgorithms.h" => "QtAlgorithms",
"qcontainerfwd.h" => "QtContainerFwd",
@@ -31,6 +32,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 +46,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');