From 6fa2f5c4b16d271950d3ec09f100a105fc71f632 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Fri, 14 Dec 2012 19:26:41 +0100 Subject: remove some unnecessary CONFIG additions qt is already added by spec_pre.prf, warn_on by default_pre.prf, and no_private_qt_headers_warning by qt_build_config.prf. Change-Id: Ia5cee420d577dd0ae0120cb2dd430d4ddd29ebcf Reviewed-by: Joerg Bornemann --- tests/auto/unit/qvideoframe/qvideoframe.pro | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/auto/unit/qvideoframe/qvideoframe.pro') diff --git a/tests/auto/unit/qvideoframe/qvideoframe.pro b/tests/auto/unit/qvideoframe/qvideoframe.pro index 7df5b05df..1e2baa514 100644 --- a/tests/auto/unit/qvideoframe/qvideoframe.pro +++ b/tests/auto/unit/qvideoframe/qvideoframe.pro @@ -2,7 +2,6 @@ CONFIG += testcase TARGET = tst_qvideoframe QT += core multimedia-private testlib -CONFIG += no_private_qt_headers_warning SOURCES += tst_qvideoframe.cpp -- cgit v1.2.3