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:
committed by
The Qt Project
parent
4b2c80c53b
commit
c54018f8e2
10
tests/auto/unit/multimediaqml.pro
Normal file
10
tests/auto/unit/multimediaqml.pro
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
TEMPLATE = subdirs
|
||||
SUBDIRS += \
|
||||
qdeclarativeaudio \
|
||||
|
||||
disabled {
|
||||
SUBDIRS += \
|
||||
qdeclarativevideo
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user