summaryrefslogtreecommitdiffstats
path: root/tests/auto/qmlgraphicsvideo
diff options
context:
space:
mode:
authorJustin McPherson <justin.mcpherson@nokia.com>2010-02-17 07:10:47 (GMT)
committerJustin McPherson <justin.mcpherson@nokia.com>2010-02-17 07:10:47 (GMT)
commitad2e68cc20d8515a29930da6a247e21fbed472a4 (patch)
tree24dd3bd030fc3bf645f529690eef845e1c3efacc /tests/auto/qmlgraphicsvideo
parent24b8f6b60adc004d70e3c6e09d974ff752d91e71 (diff)
downloadQt-ad2e68cc20d8515a29930da6a247e21fbed472a4.zip
Qt-ad2e68cc20d8515a29930da6a247e21fbed472a4.tar.gz
Qt-ad2e68cc20d8515a29930da6a247e21fbed472a4.tar.bz2
Fix qmlgraphicsvideo.pro
Diffstat (limited to 'tests/auto/qmlgraphicsvideo')
-rw-r--r--tests/auto/qmlgraphicsvideo/qmlgraphicsvideo.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qmlgraphicsvideo/qmlgraphicsvideo.pro b/tests/auto/qmlgraphicsvideo/qmlgraphicsvideo.pro
index 994b8fe..0a83124 100644
--- a/tests/auto/qmlgraphicsvideo/qmlgraphicsvideo.pro
+++ b/tests/auto/qmlgraphicsvideo/qmlgraphicsvideo.pro
@@ -1,6 +1,6 @@
load(qttest_p4)
SOURCES += tst_qmlgraphicsvideo.cpp
-QT += multimedia
+QT += multimedia declarative
requires(contains(QT_CONFIG, multimedia))
requires(contains(QT_CONFIG, declarative))