From 81f37fcbf2b9e931e6fdbdbb006d3cb531af7afd Mon Sep 17 00:00:00 2001 From: Michael Goddard Date: Mon, 11 Jul 2011 18:12:28 +1000 Subject: Use the correct qmake variable for enabling private tests. Change-Id: Iaa5b3be70f3eb459c6bca2364e5c1d20f8952bb8 Reviewed-on: http://codereview.qt.nokia.com/1403 Reviewed-by: Qt Sanity Bot Reviewed-by: Dmytro Poplavskiy --- tests/auto/multimedia.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/auto/multimedia.pro b/tests/auto/multimedia.pro index 69c0f0f90..14a9a49d8 100644 --- a/tests/auto/multimedia.pro +++ b/tests/auto/multimedia.pro @@ -25,7 +25,7 @@ SUBDIRS += \ # Tests depending on private interfaces should only be built if # these interfaces are exported. -contains (QT_CONFIG, private-tests) { +contains (QT_CONFIG, private_tests) { SUBDIRS += \ qgraphicsvideoitem \ qmediaimageviewer \ @@ -38,7 +38,7 @@ contains (QT_CONFIG, private-tests) { contains (QT_CONFIG, declarative) { # All the declarative tests depend on private interfaces - contains (QT_CONFIG, private-tests) { + contains (QT_CONFIG, private_tests) { SUBDIRS += \ # qsoundeffect \ qdeclarativeaudio \ -- cgit v1.2.3