diff options
author | Liang Qi <liang.qi@nokia.com> | 2011-05-11 12:48:16 +0200 |
---|---|---|
committer | Liang Qi <liang.qi@nokia.com> | 2011-05-11 12:48:16 +0200 |
commit | fb3e4d18f892a59fc01eab9249c8cdd1d8ebe4c5 (patch) | |
tree | a36513dcebab0107f14a4839dc3ecfb0a0613c97 /sync.profile | |
parent | 57d2f36f21bd5cb65c981d35252d03e694b73e59 (diff) | |
download | qtxmlpatterns-fb3e4d18f892a59fc01eab9249c8cdd1d8ebe4c5.tar.gz |
Add QTXMLPATTERNS_VERSION macro for qtxmlpatterns
Provide version info for each library.
Task-number: QTMODULARIZATION-44
Reviewed-by: axis
Diffstat (limited to 'sync.profile')
-rw-r--r-- | sync.profile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile index 542e919..2a0245c 100644 --- a/sync.profile +++ b/sync.profile @@ -4,6 +4,7 @@ %moduleheaders = ( # restrict the module headers to those found in relative path ); %classnames = ( + "qtxmlpatternsversion.h" => "QtXmlPatternsVersion", ); %mastercontent = ( "core" => "#include <QtCore/QtCore>\n", |