summaryrefslogtreecommitdiffstats
path: root/tests/auto/qmediarecorder
diff options
context:
space:
mode:
authorMichael Goddard <michael.goddard@nokia.com>2011-09-05 10:53:41 +1000
committerQt by Nokia <qt-info@nokia.com>2011-09-05 03:27:42 +0200
commit123ffbd783b3ab8d0b8d4576bd7ee9cffe242d1d (patch)
treeb17d898f451db38cb79f08d10fe70e1ea8fe02a9 /tests/auto/qmediarecorder
parent40c100ca3efed10a0ea4aa6b98444015f839251d (diff)
Clean up the autotest pro files to remove warnings about private headers
Since the tests are bound to a version it's unnecessary. Change-Id: I7884615179157caa3836face22a4aa431ee5c425 Reviewed-on: http://codereview.qt.nokia.com/4155 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
Diffstat (limited to 'tests/auto/qmediarecorder')
-rw-r--r--tests/auto/qmediarecorder/qmediarecorder.pro4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/auto/qmediarecorder/qmediarecorder.pro b/tests/auto/qmediarecorder/qmediarecorder.pro
index c4395dcc0..5243a8206 100644
--- a/tests/auto/qmediarecorder/qmediarecorder.pro
+++ b/tests/auto/qmediarecorder/qmediarecorder.pro
@@ -1,9 +1,7 @@
load(qttest_p4)
QT += multimediakit-private
-
-# TARGET = tst_qmediarecorder
-# CONFIG += testcase
+CONFIG += no_private_qt_headers_warning
include (../qmultimedia_common/mock.pri)
include (../qmultimedia_common/mockrecorder.pri)