diff options
Diffstat (limited to 'tests/auto/qmediaplayer/qmediaplayer.pro')
| -rw-r--r-- | tests/auto/qmediaplayer/qmediaplayer.pro | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/auto/qmediaplayer/qmediaplayer.pro b/tests/auto/qmediaplayer/qmediaplayer.pro index dae3dde..f770f1e 100644 --- a/tests/auto/qmediaplayer/qmediaplayer.pro +++ b/tests/auto/qmediaplayer/qmediaplayer.pro @@ -1,6 +1,7 @@ -load(qttest_p4) +CONFIG += testcase +TARGET = tst_qmediaplayer -QT += network multimedia-private +QT += network multimedia-private testlib CONFIG += no_private_qt_headers_warning HEADERS += tst_qmediaplayer.h |
