diff options
author | Rohan McGovern <rohan@mcgovern.id.au> | 2010-03-07 01:20:48 (GMT) |
---|---|---|
committer | Rohan McGovern <rohan@mcgovern.id.au> | 2010-03-07 01:20:48 (GMT) |
commit | 66733e95351f0088fd206a9215bde9d14510bc1e (patch) | |
tree | f130e76140457cf8071193278acd783d898c54fb /tests/auto/multimedia.pro | |
parent | ad341d612129287793620bc84d3077afd64f97a4 (diff) | |
download | Qt-66733e95351f0088fd206a9215bde9d14510bc1e.zip Qt-66733e95351f0088fd206a9215bde9d14510bc1e.tar.gz Qt-66733e95351f0088fd206a9215bde9d14510bc1e.tar.bz2 |
Added missing tests to tests/auto/*.pro
Diffstat (limited to 'tests/auto/multimedia.pro')
-rw-r--r-- | tests/auto/multimedia.pro | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/auto/multimedia.pro b/tests/auto/multimedia.pro index 20d1f7f..9cfae84 100644 --- a/tests/auto/multimedia.pro +++ b/tests/auto/multimedia.pro @@ -6,6 +6,20 @@ SUBDIRS=\ qaudioformat \ qaudioinput \ qaudiooutput \ + qdeclarativeaudio \ + qdeclarativevideo \ + qgraphicsvideoitem \ + qmediacontent \ + qmediaobject \ + qmediaplayer \ + qmediaplaylist \ + qmediaplaylistnavigator \ + qmediapluginloader \ + qmediaresource \ + qmediaservice \ + qmediaserviceprovider \ + qmediatimerange \ qvideoframe \ qvideosurfaceformat \ + qvideowidget \ |