Use TESTDATA and QFINDTESTDATA in integration tests. Also remove unused path defines from unit test .pro files. Change-Id: I46dc6a96b918e989acf79eb3bd23c53125c7c3d6 Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
14 lines
232 B
Prolog
14 lines
232 B
Prolog
TARGET = tst_qmediaplayerbackend
|
|
|
|
QT += multimedia-private testlib
|
|
CONFIG += no_private_qt_headers_warning
|
|
|
|
# This is more of a system test
|
|
# CONFIG += testcase
|
|
|
|
|
|
SOURCES += \
|
|
tst_qmediaplayerbackend.cpp
|
|
|
|
TESTDATA += testdata/*
|