summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMichael Goddard <michael.goddard@nokia.com>2011-07-11 18:12:28 +1000
committerQt by Nokia <qt-info@nokia.com>2011-07-11 12:29:11 +0200
commit81f37fcbf2b9e931e6fdbdbb006d3cb531af7afd (patch)
treefda2cd60539e0d3fc5fe2ac5088c30408722abcf /tests
parente4a528067200b4679b60809e753973b4b8ff1c57 (diff)
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>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/multimedia.pro4
1 files changed, 2 insertions, 2 deletions
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 \