qtmultimedia profiles

This commit is contained in:
Olivier Goffart
2011-01-24 14:24:35 +01:00
committed by axis
parent d41e0c05c4
commit 4a85fc5d21
3 changed files with 30 additions and 1 deletions

14
sync.profile Normal file
View File

@@ -0,0 +1,14 @@
%modules = ( # path to module name map
"QtMultimedia" => "$basedir/src/multimedia",
);
%moduleheaders = ( # restrict the module headers to those found in relative path
);
%classnames = (
);
%mastercontent = (
"gui" => "#include <QtGui/QtGui>\n",
"core" => "#include <QtCore/QtCore>\n",
);
%modulepris = (
"QtMultimedia" => "$basedir/modules/qt_multimedia.pri",
);