summaryrefslogtreecommitdiffstats
path: root/examples/multimedia/video/qmlvideo
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2021-04-19 15:50:13 +0200
committerLars Knoll <lars.knoll@qt.io>2021-04-23 12:31:11 +0000
commit7b28765dd0898e0638555e990308dc2fa09b79da (patch)
tree6056e1ab2297a80444bc372405550f8dbd92e3c7 /examples/multimedia/video/qmlvideo
parentbcce2958ca7c0e06d6a4874007e6178c7f4718fc (diff)
Remove qmake files from the repository
Change-Id: I1131b555014a57e3224a8871de4cb1d01c406fd1 Reviewed-by: Doris Verria <doris.verria@qt.io> Reviewed-by: André de la Rocha <andre.rocha@qt.io>
Diffstat (limited to 'examples/multimedia/video/qmlvideo')
-rw-r--r--examples/multimedia/video/qmlvideo/qmlvideo.pro25
1 files changed, 0 insertions, 25 deletions
diff --git a/examples/multimedia/video/qmlvideo/qmlvideo.pro b/examples/multimedia/video/qmlvideo/qmlvideo.pro
deleted file mode 100644
index dbd3a42a1..000000000
--- a/examples/multimedia/video/qmlvideo/qmlvideo.pro
+++ /dev/null
@@ -1,25 +0,0 @@
-TEMPLATE = app
-TARGET = qmlvideo
-
-QT += quick multimedia
-android: qtHaveModule(androidextras) {
- QT += androidextras
- DEFINES += REQUEST_PERMISSIONS_ON_ANDROID
-}
-
-LOCAL_SOURCES = main.cpp
-LOCAL_HEADERS = trace.h
-
-SOURCES += $$LOCAL_SOURCES
-HEADERS += $$LOCAL_HEADERS
-RESOURCES += qmlvideo.qrc
-
-SNIPPETS_PATH = ../snippets
-include($$SNIPPETS_PATH/performancemonitor/performancemonitordeclarative.pri)
-
-target.path = $$[QT_INSTALL_EXAMPLES]/multimedia/video/qmlvideo
-INSTALLS += target
-
-EXAMPLE_FILES += \
- qmlvideo.png \
- qmlvideo.svg