Change-Id: I73156f18f79afbdb26ba31462162dde9c1d0094b Task-number: QTBUG-46368 Reviewed-by: Caroline Chao <caroline.chao@theqtcompany.com>
14 lines
232 B
Prolog
14 lines
232 B
Prolog
TARGET = tst_qmediaplayerbackend
|
|
|
|
QT += multimedia-private testlib
|
|
|
|
# This is more of a system test
|
|
CONFIG += testcase
|
|
|
|
|
|
SOURCES += \
|
|
tst_qmediaplayerbackend.cpp
|
|
|
|
TESTDATA += testdata/*
|
|
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
|