summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@nokia.com>2011-05-10 15:15:15 +0200
committerLiang Qi <liang.qi@nokia.com>2011-05-10 15:15:15 +0200
commit45cdd701fa9e9e491bebde2b6fa11d7dd9250e1d (patch)
tree43c448e6678b2fd535a8305ed66e8e2fb1c31a95 /sync.profile
parent44b7877c879faabe83310df697d1ec2f013ee8b5 (diff)
Add QT_xxx_VERSION macros for each library in qtbase
Provide version info for each library like QTCORE_VERSION and etc. Task-number: QTMODULARIZATION-44 Reviewed-by: axis
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile9
1 files changed, 9 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
index 8d838041f2..d180458445 100644
--- a/sync.profile
+++ b/sync.profile
@@ -28,6 +28,15 @@
"qtconcurrentmap.h" => "QtConcurrentMap",
"qtconcurrentfilter.h" => "QtConcurrentFilter",
"qtconcurrentrun.h" => "QtConcurrentRun",
+ "qtcoreversion.h" => "QtCoreVersion",
+ "qtdbusversion.h" => "QtDBusVersion",
+ "qtguiversion.h" => "QtGuiVersion",
+ "qtnetworkversion.h" => "QtNetworkVersion",
+ "qtopenglversion.h" => "QtOpenGLVersion",
+ "qtopenvgversion.h" => "QtOpenVGVersion",
+ "qtsqlversion.h" => "QtSqlVersion",
+ "qttestversion.h" => "QtTestVersion",
+ "qtxmlversion.h" => "QtXmlVersion",
);
%mastercontent = (
"core" => "#include <QtCore/QtCore>\n",