aboutsummaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@nokia.com>2011-05-11 13:21:07 +0200
committerLiang Qi <liang.qi@nokia.com>2011-05-11 13:21:07 +0200
commit14b8b7d3de3e52a36fe7ba3569f7f5a02f5a39cc (patch)
treecd35b33c99a46d241ad78d198b82a96468a448b6 /sync.profile
parentef177c41a614094c85fa89373c7e9075cac0da18 (diff)
Add QTDECLARATIVE_VERSION macro for qtdeclarative
Provide version info for each library. Task-number: QTMODULARIZATION-44 Reviewed-by: axis
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
index 42ea13d9c3..202616df7e 100644
--- a/sync.profile
+++ b/sync.profile
@@ -4,6 +4,7 @@
%moduleheaders = ( # restrict the module headers to those found in relative path
);
%classnames = (
+ "qtdeclarativeversion.h" => "QtDeclarativeVersion",
);
%mastercontent = (
"gui" => "#include <QtGui/QtGui>\n",