diff options
author | Liang Qi <liang.qi@nokia.com> | 2011-05-11 12:49:44 +0200 |
---|---|---|
committer | Liang Qi <liang.qi@nokia.com> | 2011-05-11 12:49:44 +0200 |
commit | 21d0bc842048e40ee0a101d047667ba46ee44e99 (patch) | |
tree | dc154357e08bcab9aecc6c1d7b681c2c7cd60d3a /sync.profile | |
parent | 2ae89a6c9dc48cdff81d80267a0815cba0dfd575 (diff) | |
download | qtscript-21d0bc842048e40ee0a101d047667ba46ee44e99.tar.gz |
Add QTSCRIPT_VERSION and QTSCRIPTTOOLS_VERSION macros for qtscript module
Provide version info for each library.
Task-number: QTMODULARIZATION-44
Reviewed-by: axis
Diffstat (limited to 'sync.profile')
-rw-r--r-- | sync.profile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile index dda58af..70339db 100644 --- a/sync.profile +++ b/sync.profile @@ -5,6 +5,8 @@ %moduleheaders = ( # restrict the module headers to those found in relative path ); %classnames = ( + "qtscriptversion.h" => "QtScriptVersion", + "qtscripttoolsversion.h" => "QtScriptToolsVersion", ); %mastercontent = ( "core" => "#include <QtCore/QtCore>\n", |