summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@nokia.com>2011-05-11 12:53:17 +0200
committerLiang Qi <liang.qi@nokia.com>2011-05-11 12:53:17 +0200
commit1df13804dd7a3e4c08c3f524a1bb1dec96e2a5fa (patch)
tree8997d959da32c681f869b82cf97a53764d1c13ed /sync.profile
parent6e28d672226938c0acd5baf164ddd3dec290a07e (diff)
Add QT_xxx_VERSION macros for each library in qttools
Provide version info for each library. Task-number: QTMODULARIZATION-44 Reviewed-by: axis
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 96c925f1c..f89300826 100644
--- a/sync.profile
+++ b/sync.profile
@@ -6,6 +6,9 @@
%moduleheaders = ( # restrict the module headers to those found in relative path
);
%classnames = (
+ "qtcluceneversion.h" => "QtCLuceneVersion",
+ "qthelpversion.h" => "QtHelpVersion",
+ "qtdesignerversion.h" => "QtDesigner",
);
%mastercontent = (
"sql" => "#include <QtSql/QtSql>\n",