summaryrefslogtreecommitdiff
path: root/tests/examples/qt/qml/play.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/examples/qt/qml/play.pro')
-rw-r--r--tests/examples/qt/qml/play.pro20
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/examples/qt/qml/play.pro b/tests/examples/qt/qml/play.pro
new file mode 100644
index 000000000..374e40297
--- /dev/null
+++ b/tests/examples/qt/qml/play.pro
@@ -0,0 +1,20 @@
+TEMPLATE = app
+
+QT += qml quick widgets
+
+QT_CONFIG -= no-pkg-config
+CONFIG += link_pkgconfig debug
+PKGCONFIG = \
+ gstreamer-1.0 \
+ gstreamer-video-1.0
+
+DEFINES += GST_USE_UNSTABLE_API
+
+INCLUDEPATH += ../lib
+
+SOURCES += main.cpp
+
+RESOURCES += qml.qrc
+
+# Additional import path used to resolve QML modules in Qt Creator's code model
+QML_IMPORT_PATH =