diff options
author | Justin McPherson <justin.mcpherson@nokia.com> | 2010-02-24 07:37:38 (GMT) |
---|---|---|
committer | Justin McPherson <justin.mcpherson@nokia.com> | 2010-02-24 07:37:38 (GMT) |
commit | 754c72b54409f4ed124f5ba53a20f0bfc53e448d (patch) | |
tree | c1beda8768b016fdad5c2dacdf20c413feea3965 /tests | |
parent | b81108063a3d98f264a850ab740ff7005ffcba2d (diff) | |
download | Qt-754c72b54409f4ed124f5ba53a20f0bfc53e448d.zip Qt-754c72b54409f4ed124f5ba53a20f0bfc53e448d.tar.gz Qt-754c72b54409f4ed124f5ba53a20f0bfc53e448d.tar.bz2 |
QMediaContent test; make sure to use network.
Reviewed-by: Andrew den Exter
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/qmediacontent/qmediacontent.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qmediacontent/qmediacontent.pro b/tests/auto/qmediacontent/qmediacontent.pro index f7884f6..6c13c8b 100644 --- a/tests/auto/qmediacontent/qmediacontent.pro +++ b/tests/auto/qmediacontent/qmediacontent.pro @@ -2,5 +2,5 @@ load(qttest_p4) SOURCES += tst_qmediacontent.cpp -QT = core multimedia +QT = core network multimedia |