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:
committed by
Qt by Nokia
parent
e4a5280672
commit
81f37fcbf2
@@ -25,7 +25,7 @@ SUBDIRS += \
|
|||||||
|
|
||||||
# Tests depending on private interfaces should only be built if
|
# Tests depending on private interfaces should only be built if
|
||||||
# these interfaces are exported.
|
# these interfaces are exported.
|
||||||
contains (QT_CONFIG, private-tests) {
|
contains (QT_CONFIG, private_tests) {
|
||||||
SUBDIRS += \
|
SUBDIRS += \
|
||||||
qgraphicsvideoitem \
|
qgraphicsvideoitem \
|
||||||
qmediaimageviewer \
|
qmediaimageviewer \
|
||||||
@@ -38,7 +38,7 @@ contains (QT_CONFIG, private-tests) {
|
|||||||
|
|
||||||
contains (QT_CONFIG, declarative) {
|
contains (QT_CONFIG, declarative) {
|
||||||
# All the declarative tests depend on private interfaces
|
# All the declarative tests depend on private interfaces
|
||||||
contains (QT_CONFIG, private-tests) {
|
contains (QT_CONFIG, private_tests) {
|
||||||
SUBDIRS += \
|
SUBDIRS += \
|
||||||
# qsoundeffect \
|
# qsoundeffect \
|
||||||
qdeclarativeaudio \
|
qdeclarativeaudio \
|
||||||
|
|||||||
Reference in New Issue
Block a user