summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@nokia.com>2012-01-13 10:55:24 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-13 16:48:25 +0100
commitcba92bdb18aeadfdfc49a1408e677a061723fb80 (patch)
tree57c2d224c23573de453ae3acd7033f05f52cd982 /sync.profile
parent72d7dd478e83ed9b006dc4c1ed8c91f25a506ed8 (diff)
Add the version header mapping for 3 new modules
For QtWidgets, QtPrintSupport, QtPlatformSupport, they are new in qtbase. Change-Id: Ic192b9c805b4d3229f7c94a5bb620dabe455a16f Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
index 3a63517e15..83a688635a 100644
--- a/sync.profile
+++ b/sync.profile
@@ -39,6 +39,9 @@
"qtsqlversion.h" => "QtSqlVersion",
"qttestversion.h" => "QtTestVersion",
"qtxmlversion.h" => "QtXmlVersion",
+ "qtwidgetsversion.h" => "QtWidgetsVersion",
+ "qtprintsupportversion.h" => "QtPrintSupportVersion",
+ "qtplatformsupportversion.h" => "QtPlatformSupportVersion",
);
%mastercontent = (
"core" => "#include <QtCore/QtCore>\n",