Fix build without Qml and Quick modules.

Conditionally enable auto-tests that depend on the Quick and Qml
modules.

Task-number: QTBUG-35911
Change-Id: I8b9d304ea630093d423b48a4ebc53ef6f4280244
Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>
This commit is contained in:
Yoann Lopes
2014-01-16 15:20:59 +01:00
committed by The Qt Project
parent 4b2c80c53b
commit c54018f8e2
4 changed files with 17 additions and 8 deletions

View File

@@ -30,13 +30,7 @@ SUBDIRS += \
qvideosurfaceformat \
qwavedecoder \
qaudiobuffer \
qdeclarativeaudio \
qaudiodecoder \
qaudioprobe \
qvideoprobe \
qsamplecache
disabled {
SUBDIRS += \
qdeclarativevideo
}