Files
qtmultimedia/sync.profile
Jonas Rabbe 48d95f0baa Moved general gstreamer helper classes into separate library.
Cleaned up configuration of gstreamer with a separate config
test.

Change-Id: I1ec9ee466233687fbcfdc544a12d9fce578e4379
Reviewed-on: http://codereview.qt-project.org/6459
Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
2011-10-12 08:58:30 +02:00

53 lines
1.5 KiB
Plaintext

%modules = ( # path to module name map
"QtMultimedia" => "$basedir/src/multimedia",
"QtMultimediaWidgets" => "$basedir/src/multimediawidgets",
);
%moduleheaders = ( # restrict the module headers to those found in relative path
);
%classnames = (
"qtmultimediaversion.h" => "QtMultimediaVersion",
"qtmultimediawidgetsversion.h" => "QtMultimediaWidgetsVersion",
);
%mastercontent = (
"gui" => "#include <QtGui/QtGui>\n",
"network" => "#include <QtNetwork/QtNetwork>\n",
"core" => "#include <QtCore/QtCore>\n",
);
%modulepris = (
"QtMultimedia" => "$basedir/modules/qt_multimedia.pri",
"QtMultimediaWidgets" => "$basedir/modules/qt_multimediawidgets.pri",
);
# Module dependencies.
# Every module that is required to build this module should have one entry.
# Each of the module version specifiers can take one of the following values:
# - A specific Git revision.
# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
#
%dependencies = (
"qtbase" => "refs/heads/master",
"qtsvg" => "refs/heads/master",
"qtxmlpatterns" => "refs/heads/master",
"qtdeclarative" => "refs/heads/master",
);
# Compile tests
%configtests = (
# Windows tests
"directshow" => {},
"wmsdk" => {},
"wmp" => {},
"wmf" => {},
"evr" => {},
# Linux tests
"gstreamer" => {},
"gstreamer_photography" => {},
"gstreamer_appsrc" => {},
"pulseaudio" => {},
"resourcepolicy" => {},
);