Files
qtmultimedia/tests/auto/unit/qmultimedia_common/mockrecorder.pri
Michael Goddard e3a8c165ea Rearrange the automatic tests.
Split them into unit and integration tests.  Integration tests really
need to be run on the real platform (not in a VM etc) since they are
somewhat unstable or nonfunctional otherwise.

A few tests were previously broken by QUrl changes and they were repaired.
Removed one test since it was not providing a lot of value.

There are still a number of tests that rely on Q_AUTOTEST_EXPORT symbols.

Change-Id: Ic402abf0af946baa5945075d975b3f584f9ef280
Reviewed-by: Kalle Lehtonen <kalle.ju.lehtonen@nokia.com>
2011-11-04 08:19:17 +01:00

15 lines
488 B
Plaintext

INCLUDEPATH *= $$PWD \
../../../src/multimedia \
../../../src/multimedia/audio \
../../../src/multimedia/video \
HEADERS *= \
../qmultimedia_common/mockmediarecorderservice.h \
../qmultimedia_common/mockmediarecordercontrol.h \
../qmultimedia_common/mockvideoencodercontrol.h \
../qmultimedia_common/mockaudioencodercontrol.h \
../qmultimedia_common/mockaudioendpointselector.h \
# We also need all the container/metadata bits
include(mockcontainer.pri)