Add QTMULTIMEDIA_VERSION macro for qtmultimedia

Provide version info for each library.

Task-number: QTMODULARIZATION-44
Reviewed-by: axis
This commit is contained in:
Liang Qi
2011-05-11 12:46:58 +02:00
parent 11999724f0
commit 95b597c7e1
3 changed files with 5 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
%moduleheaders = ( # restrict the module headers to those found in relative path
);
%classnames = (
"qtmultimediaversion.h" => "QtMultimediaVersion",
);
%mastercontent = (
"gui" => "#include <QtGui/QtGui>\n",