Add the version header mapping for 3 new modules
authorLiang Qi <liang.qi@nokia.com>
Fri, 13 Jan 2012 09:55:24 +0000 (10:55 +0100)
committerQt by Nokia <qt-info@nokia.com>
Fri, 13 Jan 2012 15:48:25 +0000 (16:48 +0100)
For QtWidgets, QtPrintSupport, QtPlatformSupport, they are new in qtbase.

Change-Id: Ic192b9c805b4d3229f7c94a5bb620dabe455a16f
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
sync.profile

index 3a63517..83a6886 100644 (file)
@@ -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",