summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sync.profile7
1 files changed, 7 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
index 7700a9fcc3..221086a554 100644
--- a/sync.profile
+++ b/sync.profile
@@ -67,6 +67,13 @@
"QtXml" => "$basedir/src/modules/qt_xml.pri",
"QtPlatformSupport" => "$basedir/src/modules/qt_platformsupport.pri",
);
+%explicitheaders = (
+ "QtCore" => {
+ "QVariantHash" => "qvariant.h",
+ "QVariantList" => "qvariant.h",
+ "QVariantMap" => "qvariant.h",
+ }
+);
@ignore_for_master_contents = ( "qt.h", "qpaintdevicedefs.h" );
@ignore_for_include_check = ( "qatomic.h" );