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 <qt_sanity_bot@ovi.com>
Reviewed-by: Dmytro Poplavskiy <dmytro.poplavskiy@nokia.com>
This commit is contained in:
Michael Goddard
2011-07-11 18:12:28 +10:00
committed by Qt by Nokia
parent e4a5280672
commit 81f37fcbf2

View File

@@ -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 \