File: qdeclarativevideooutput_window.pro

package info (click to toggle)
qtmultimedia-opensource-src 5.15.15-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 36,280 kB
  • sloc: cpp: 139,300; java: 787; ansic: 556; python: 131; pascal: 112; sh: 21; makefile: 19; xml: 6
file content (11 lines) | stat: -rw-r--r-- 272 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
TARGET = tst_qdeclarativevideooutput_window

QT += multimedia-private qml testlib quick qtmultimediaquicktools-private
CONFIG += testcase

RESOURCES += qml.qrc

SOURCES += \
        tst_qdeclarativevideooutput_window.cpp

INCLUDEPATH += ../../../../src/imports/multimedia