diff options
Diffstat (limited to 'tests/auto/qdeclarativevideo/qdeclarativevideo.pro')
-rw-r--r-- | tests/auto/qdeclarativevideo/qdeclarativevideo.pro | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/qdeclarativevideo/qdeclarativevideo.pro b/tests/auto/qdeclarativevideo/qdeclarativevideo.pro new file mode 100644 index 0000000..d946bb0 --- /dev/null +++ b/tests/auto/qdeclarativevideo/qdeclarativevideo.pro @@ -0,0 +1,4 @@ +load(qttest_p4) +SOURCES += tst_qdeclarativevideo.cpp + +QT += multimedia declarative |