summaryrefslogtreecommitdiff
path: root/tests/auto/unit/multimediaqml.pro
diff options
context:
space:
mode:
authorYoann Lopes <yoann.lopes@digia.com>2014-01-16 15:20:59 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-16 15:56:19 +0100
commitc54018f8e2955f22f6e58c34fafeec0277e63958 (patch)
tree604c9ede8b9bf3e10db64f4c2d51dcbab4aeeaf2 /tests/auto/unit/multimediaqml.pro
parent4b2c80c53b27b3c3cc9b0f6fc36a77a955b26dc8 (diff)
downloadqtmultimedia-c54018f8e2955f22f6e58c34fafeec0277e63958.tar.gz
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>
Diffstat (limited to 'tests/auto/unit/multimediaqml.pro')
-rw-r--r--tests/auto/unit/multimediaqml.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/auto/unit/multimediaqml.pro b/tests/auto/unit/multimediaqml.pro
new file mode 100644
index 000000000..cadd956ec
--- /dev/null
+++ b/tests/auto/unit/multimediaqml.pro
@@ -0,0 +1,10 @@
+
+TEMPLATE = subdirs
+SUBDIRS += \
+ qdeclarativeaudio \
+
+disabled {
+ SUBDIRS += \
+ qdeclarativevideo
+}
+