Split the unit tests for widgets up as well.
Currently there seem to be some unit tests that should not depend on widgets, so they'll have to be cleaned up later. Change-Id: I30adc4accb3ecce86a6fe7a2fd69d3862f325a41 Reviewed-on: http://codereview.qt.nokia.com/3569 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: derick hawcroft <derick.hawcroft@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
0344fd84c2
commit
4ddffcdae3
@@ -8,15 +8,9 @@ SUBDIRS += \
|
||||
qaudioformat \
|
||||
qaudioinput \
|
||||
qaudiooutput \
|
||||
qcamera \
|
||||
qcamerabackend \
|
||||
qcameraimagecapture \
|
||||
qcameraviewfinder \
|
||||
qmediabindableinterface \
|
||||
qmediacontainercontrol \
|
||||
qmediacontent \
|
||||
qmediaobject \
|
||||
qmediaplayer \
|
||||
qmediaplayerbackend \
|
||||
qmediaplaylistnavigator \
|
||||
qmediarecorder \
|
||||
@@ -29,9 +23,6 @@ SUBDIRS += \
|
||||
qmetadatareadercontrol \
|
||||
qmetadatawritercontrol \
|
||||
|
||||
# This is disabled because it is unfinished
|
||||
# qmediastreamscontrol \
|
||||
|
||||
# These is disabled until intent is clearer
|
||||
# qvideodevicecontrol \
|
||||
# qvideoencodercontrol \
|
||||
@@ -44,24 +35,15 @@ SUBDIRS += \
|
||||
# Tests depending on private interfaces should only be built if
|
||||
# these interfaces are exported.
|
||||
contains (QT_CONFIG, private_tests) {
|
||||
SUBDIRS += \
|
||||
qgraphicsvideoitem \
|
||||
qmediaimageviewer \
|
||||
qmediaplaylist \
|
||||
qmediapluginloader \
|
||||
qmediaserviceprovider \
|
||||
qpaintervideosurface \
|
||||
qvideowidget \
|
||||
}
|
||||
|
||||
contains (QT_CONFIG, declarative) {
|
||||
# All the declarative tests depend on private interfaces
|
||||
contains (QT_CONFIG, private_tests) {
|
||||
SUBDIRS += \
|
||||
qsoundeffect \
|
||||
qdeclarativeaudio \
|
||||
qmediaplaylist \
|
||||
qmediapluginloader \
|
||||
qmediaserviceprovider
|
||||
|
||||
|
||||
disabled:SUBDIRS += qdeclarativevideo
|
||||
}
|
||||
contains (QT_CONFIG, declarative) {
|
||||
# All the declarative tests depend on private interfaces
|
||||
SUBDIRS += \
|
||||
qsoundeffect \
|
||||
qdeclarativeaudio
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user