summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@nokia.com>2011-05-11 13:08:29 +0200
committerLiang Qi <liang.qi@nokia.com>2011-05-11 13:08:29 +0200
commit1d36d155e7cf4dd60c7088fe716fdd1cd0aa7d9a (patch)
tree00df9b6037489903f1de7fa9901e4fda238fb729 /sync.profile
parent9b0d684b569e32dc9b8e13ebeeb3544d86871fff (diff)
downloadqtlocation-1d36d155e7cf4dd60c7088fe716fdd1cd0aa7d9a.tar.gz
Add QTLOCATION_VERSION macro for qtlocation
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 1dbdaeda..892e8bd3 100644
--- a/sync.profile
+++ b/sync.profile
@@ -4,6 +4,7 @@
%moduleheaders = ( # restrict the module headers to those found in relative path
);
%classnames = (
+ "qtlocationversion.h" => "QtLocationVersion",
);
%mastercontent = (
"gui" => "#include <QtGui/QtGui>\n",