summaryrefslogtreecommitdiffstats
path: root/tests/auto/unit/qvideoframe/qvideoframe.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/unit/qvideoframe/qvideoframe.pro')
-rw-r--r--tests/auto/unit/qvideoframe/qvideoframe.pro8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/unit/qvideoframe/qvideoframe.pro b/tests/auto/unit/qvideoframe/qvideoframe.pro
new file mode 100644
index 000000000..cfd84a2db
--- /dev/null
+++ b/tests/auto/unit/qvideoframe/qvideoframe.pro
@@ -0,0 +1,8 @@
+CONFIG += testcase
+TARGET = tst_qvideoframe
+
+QT += core multimedia-private testlib
+CONFIG += no_private_qt_headers_warning
+
+SOURCES += tst_qvideoframe.cpp
+