From 123ffbd783b3ab8d0b8d4576bd7ee9cffe242d1d Mon Sep 17 00:00:00 2001 From: Michael Goddard Date: Mon, 5 Sep 2011 10:53:41 +1000 Subject: 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 Reviewed-by: Jonas Rabbe --- tests/auto/qaudioinput/qaudioinput.pro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/auto/qaudioinput/qaudioinput.pro') diff --git a/tests/auto/qaudioinput/qaudioinput.pro b/tests/auto/qaudioinput/qaudioinput.pro index 20a12b8fc..c5a952bf8 100644 --- a/tests/auto/qaudioinput/qaudioinput.pro +++ b/tests/auto/qaudioinput/qaudioinput.pro @@ -1,8 +1,7 @@ load(qttest_p4) QT += core multimediakit-private - -# TARGET = tst_qaudioinput +CONFIG += no_private_qt_headers_warning # This is more of a system test CONFIG -= testcase -- cgit v1.2.3