diff options
Diffstat (limited to 'examples/video/video.pro')
-rw-r--r-- | examples/video/video.pro | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/video/video.pro b/examples/video/video.pro new file mode 100644 index 0000000..f0b63b6 --- /dev/null +++ b/examples/video/video.pro @@ -0,0 +1,6 @@ +TEMPLATE = subdirs + +SUBDIRS += \ + videographicsitem \ + videowidget + |