summaryrefslogtreecommitdiffstats
path: root/examples
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
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')
-rw-r--r--examples/examples.pro3
-rw-r--r--examples/multimedia/audiodecoder/audiodecoder.pro13
-rw-r--r--examples/multimedia/audiodevices/audiodevices.pro17
-rw-r--r--examples/multimedia/audioinput/audioinput.pro13
-rw-r--r--examples/multimedia/audiooutput/audiooutput.pro12
-rw-r--r--examples/multimedia/audiorecorder/audiorecorder.pro23
-rw-r--r--examples/multimedia/declarative-camera/declarative-camera.pro11
-rw-r--r--examples/multimedia/multimedia.pro21
-rw-r--r--examples/multimedia/shared/shared.pri50
-rw-r--r--examples/multimedia/spectrum/3rdparty/fftreal/fftreal.pro45
-rw-r--r--examples/multimedia/spectrum/app/app.pro84
-rw-r--r--examples/multimedia/spectrum/spectrum.pri51
-rw-r--r--examples/multimedia/spectrum/spectrum.pro15
-rw-r--r--examples/multimedia/video/android/android.pro5
-rw-r--r--examples/multimedia/video/android/gstreamer/gstreamer.pro22
-rw-r--r--examples/multimedia/video/qmlvideo/qmlvideo.pro25
-rw-r--r--examples/multimedia/video/qmlvideofx/qmlapplicationviewer/qmlapplicationviewer.pri7
-rw-r--r--examples/multimedia/video/qmlvideofx/qmlvideofx.pro24
-rw-r--r--examples/multimedia/video/snippets/frequencymonitor/frequencymonitor.pri5
-rw-r--r--examples/multimedia/video/snippets/frequencymonitor/frequencymonitordeclarative.pri5
-rw-r--r--examples/multimedia/video/snippets/performancemonitor/performancemonitor.pri5
-rw-r--r--examples/multimedia/video/snippets/performancemonitor/performancemonitordeclarative.pri6
-rw-r--r--examples/multimedia/video/video.pro9
-rw-r--r--examples/multimediawidgets/camera/camera.pro30
-rw-r--r--examples/multimediawidgets/multimediawidgets.pro11
-rw-r--r--examples/multimediawidgets/player/player.pro23
-rw-r--r--examples/multimediawidgets/videographicsitem/videographicsitem.pro14
-rw-r--r--examples/multimediawidgets/videowidget/videowidget.pro16
28 files changed, 0 insertions, 565 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
deleted file mode 100644
index 979671672..000000000
--- a/examples/examples.pro
+++ /dev/null
@@ -1,3 +0,0 @@
-TEMPLATE = subdirs
-SUBDIRS += multimedia multimediawidgets
-
diff --git a/examples/multimedia/audiodecoder/audiodecoder.pro b/examples/multimedia/audiodecoder/audiodecoder.pro
deleted file mode 100644
index b04784561..000000000
--- a/examples/multimedia/audiodecoder/audiodecoder.pro
+++ /dev/null
@@ -1,13 +0,0 @@
-TEMPLATE = app
-TARGET = audiodecoder
-
-HEADERS = \
- audiodecoder.h \
-SOURCES = main.cpp \
- audiodecoder.cpp \
-
-QT += multimedia
-CONFIG += console
-
-target.path = $$[QT_INSTALL_EXAMPLES]/multimedia/audiodecoder
-INSTALLS += target
diff --git a/examples/multimedia/audiodevices/audiodevices.pro b/examples/multimedia/audiodevices/audiodevices.pro
deleted file mode 100644
index 55657202b..000000000
--- a/examples/multimedia/audiodevices/audiodevices.pro
+++ /dev/null
@@ -1,17 +0,0 @@
-TEMPLATE = app
-TARGET = audiodevices
-
-QT += multimedia
-
-HEADERS = audiodevices.h
-
-SOURCES = audiodevices.cpp \
- main.cpp
-
-FORMS += audiodevicesbase.ui
-
-target.path = $$[QT_INSTALL_EXAMPLES]/multimedia/audiodevices
-INSTALLS += target
-
-QT+=widgets
-include(../shared/shared.pri)
diff --git a/examples/multimedia/audioinput/audioinput.pro b/examples/multimedia/audioinput/audioinput.pro
deleted file mode 100644
index 708d40d93..000000000
--- a/examples/multimedia/audioinput/audioinput.pro
+++ /dev/null
@@ -1,13 +0,0 @@
-TEMPLATE = app
-TARGET = audioinput
-
-QT += multimedia widgets
-
-HEADERS = audioinput.h
-
-SOURCES = audioinput.cpp \
- main.cpp
-
-target.path = $$[QT_INSTALL_EXAMPLES]/multimedia/audioinput
-INSTALLS += target
-include(../shared/shared.pri)
diff --git a/examples/multimedia/audiooutput/audiooutput.pro b/examples/multimedia/audiooutput/audiooutput.pro
deleted file mode 100644
index c843f010f..000000000
--- a/examples/multimedia/audiooutput/audiooutput.pro
+++ /dev/null
@@ -1,12 +0,0 @@
-TEMPLATE = app
-TARGET = audiooutput
-
-QT += multimedia widgets
-
-HEADERS = audiooutput.h
-
-SOURCES = audiooutput.cpp \
- main.cpp
-
-target.path = $$[QT_INSTALL_EXAMPLES]/multimedia/audiooutput
-INSTALLS += target
diff --git a/examples/multimedia/audiorecorder/audiorecorder.pro b/examples/multimedia/audiorecorder/audiorecorder.pro
deleted file mode 100644
index dfd0364a4..000000000
--- a/examples/multimedia/audiorecorder/audiorecorder.pro
+++ /dev/null
@@ -1,23 +0,0 @@
-TEMPLATE = app
-TARGET = audiorecorder
-
-QT += multimedia
-
-win32:INCLUDEPATH += $$PWD
-
-HEADERS = \
- audiorecorder.h \
- audiolevel.h
-
-SOURCES = \
- main.cpp \
- audiorecorder.cpp \
- audiolevel.cpp
-
-FORMS += audiorecorder.ui
-
-target.path = $$[QT_INSTALL_EXAMPLES]/multimedia/audiorecorder
-INSTALLS += target
-
-QT+=widgets
-include(../shared/shared.pri)
diff --git a/examples/multimedia/declarative-camera/declarative-camera.pro b/examples/multimedia/declarative-camera/declarative-camera.pro
deleted file mode 100644
index 2d6e2e759..000000000
--- a/examples/multimedia/declarative-camera/declarative-camera.pro
+++ /dev/null
@@ -1,11 +0,0 @@
-TEMPLATE=app
-TARGET=declarative-camera
-
-QT += quick qml multimedia
-
-SOURCES += qmlcamera.cpp
-RESOURCES += declarative-camera.qrc
-
-target.path = $$[QT_INSTALL_EXAMPLES]/multimedia/declarative-camera
-INSTALLS += target
-include(../shared/shared.pri)
diff --git a/examples/multimedia/multimedia.pro b/examples/multimedia/multimedia.pro
deleted file mode 100644
index a221d4bb5..000000000
--- a/examples/multimedia/multimedia.pro
+++ /dev/null
@@ -1,21 +0,0 @@
-TEMPLATE = subdirs
-QT_FOR_CONFIG += multimedia-private
-
-SUBDIRS += audiodecoder
-
-# These examples all need widgets for now (using creator templates that use widgets)
-qtHaveModule(widgets) {
- SUBDIRS += \
- spectrum \
- audiorecorder \
- audiodevices \
- audioinput \
- audiooutput \
-}
-
-qtHaveModule(quick) {
- SUBDIRS += \
- declarative-camera \
- video
-}
-
diff --git a/examples/multimedia/shared/shared.pri b/examples/multimedia/shared/shared.pri
deleted file mode 100644
index cb70f2b49..000000000
--- a/examples/multimedia/shared/shared.pri
+++ /dev/null
@@ -1,50 +0,0 @@
-darwin {
- PRODUCT_NAME = $$TARGET
- macx-xcode: PRODUCT_NAME = $${LITERAL_DOLLAR}{PRODUCT_NAME}
- INFOPLIST = \
- "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" \
- "<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">" \
- "<plist version=\"1.0\">" \
- "<dict>" \
- " <key>CFBundleIconFile</key>" \
- " <string></string>" \
- " <key>CFBundlePackageType</key>" \
- " <string>APPL</string>" \
- " <key>CFBundleGetInfoString</key>" \
- " <string>Created by Qt/QMake</string>" \
- " <key>CFBundleSignature</key>" \
- " <string>????</string>" \
- " <key>CFBundleExecutable</key>" \
- " <string>$$TARGET</string>" \
- " <key>CFBundleIdentifier</key>" \
- " <string>com.digia.$${LITERAL_DOLLAR}{PRODUCT_NAME:rfc1034identifier}</string>" \
- " <key>CFBundleDisplayName</key>" \
- " <string>$$PRODUCT_NAME</string>" \
- " <key>CFBundleName</key>" \
- " <string>$$PRODUCT_NAME</string>" \
- " <key>CFBundleShortVersionString</key>" \
- " <string>1.0</string>" \
- " <key>CFBundleVersion</key>" \
- " <string>1.0</string>" \
- " <key>LSRequiresIPhoneOS</key>" \
- " <true/>" \
- " <key>UILaunchStoryboardName</key>" \
- " <string>LaunchScreen</string>" \
- " <key>UISupportedInterfaceOrientations</key>" \
- " <array>" \
- " <string>UIInterfaceOrientationPortrait</string>" \
- " <string>UIInterfaceOrientationPortraitUpsideDown</string>" \
- " <string>UIInterfaceOrientationLandscapeLeft</string>" \
- " <string>UIInterfaceOrientationLandscapeRight</string>" \
- " </array>" \
- " <key>NSCameraUsageDescription</key>" \
- " <string>Qt Multimedia Example</string>" \
- " <key>NSMicrophoneUsageDescription</key>" \
- " <string>Qt Multimedia Example</string>" \
- " <key>NOTE</key>" \
- " <string>This file was generated by Qt/QMake.</string>" \
- "</dict>" \
- "</plist>"
- write_file($$OUT_PWD/Info.plist, INFOPLIST)|error()
- QMAKE_INFO_PLIST = $$OUT_PWD/Info.plist
-}
diff --git a/examples/multimedia/spectrum/3rdparty/fftreal/fftreal.pro b/examples/multimedia/spectrum/3rdparty/fftreal/fftreal.pro
deleted file mode 100644
index b2c96f96c..000000000
--- a/examples/multimedia/spectrum/3rdparty/fftreal/fftreal.pro
+++ /dev/null
@@ -1,45 +0,0 @@
-include(../../spectrum.pri)
-
-static: error(This library cannot be built for static linkage)
-
-TEMPLATE = lib
-TARGET = fftreal
-
-# FFTReal
-HEADERS += Array.h \
- Array.hpp \
- DynArray.h \
- DynArray.hpp \
- FFTRealFixLen.h \
- FFTRealFixLen.hpp \
- FFTRealFixLenParam.h \
- FFTRealPassDirect.h \
- FFTRealPassDirect.hpp \
- FFTRealPassInverse.h \
- FFTRealPassInverse.hpp \
- FFTRealSelect.h \
- FFTRealSelect.hpp \
- FFTRealUseTrigo.h \
- FFTRealUseTrigo.hpp \
- OscSinCos.h \
- OscSinCos.hpp \
- def.h
-
-# Wrapper used to export the required instantiation of the FFTRealFixLen template
-HEADERS += fftreal_wrapper.h
-SOURCES += fftreal_wrapper.cpp
-
-DEFINES += FFTREAL_LIBRARY
-
-macx {
- CONFIG += lib_bundle
-} else {
- DESTDIR = ../..$${spectrum_build_dir}
-}
-
-EXAMPLE_FILES = bwins/fftreal.def eabi/fftreal.def readme.txt license.txt
-
-target.path = $$[QT_INSTALL_EXAMPLES]/multimedia/spectrum
-INSTALLS += target
-
-CONFIG += install_ok # Do not cargo-cult this!
diff --git a/examples/multimedia/spectrum/app/app.pro b/examples/multimedia/spectrum/app/app.pro
deleted file mode 100644
index 9a02766da..000000000
--- a/examples/multimedia/spectrum/app/app.pro
+++ /dev/null
@@ -1,84 +0,0 @@
-include(../spectrum.pri)
-
-TEMPLATE = app
-
-TARGET = spectrum
-
-QT += multimedia widgets
-
-SOURCES += main.cpp \
- engine.cpp \
- frequencyspectrum.cpp \
- levelmeter.cpp \
- mainwidget.cpp \
- progressbar.cpp \
- settingsdialog.cpp \
- spectrograph.cpp \
- spectrumanalyser.cpp \
- tonegenerator.cpp \
- tonegeneratordialog.cpp \
- utils.cpp \
- waveform.cpp \
-
-HEADERS += engine.h \
- frequencyspectrum.h \
- levelmeter.h \
- mainwidget.h \
- progressbar.h \
- settingsdialog.h \
- spectrograph.h \
- spectrum.h \
- spectrumanalyser.h \
- tonegenerator.h \
- tonegeneratordialog.h \
- utils.h \
- waveform.h \
-
-fftreal_dir = ../3rdparty/fftreal
-
-INCLUDEPATH += $${fftreal_dir}
-
-RESOURCES = spectrum.qrc
-
-# Dynamic linkage against FFTReal DLL
-!contains(DEFINES, DISABLE_FFT) {
- macx {
- # Link to fftreal framework
- LIBS += -F$${fftreal_dir}
- LIBS += -framework fftreal
- } else {
- LIBS += -L..$${spectrum_build_dir}
- LIBS += -lfftreal
- }
-}
-
-target.path = $$[QT_INSTALL_EXAMPLES]/multimedia/spectrum
-INSTALLS += target
-
-CONFIG += install_ok # Do not cargo-cult this!
-
-# Deployment
-
-DESTDIR = ..$${spectrum_build_dir}
-macx {
- !contains(DEFINES, DISABLE_FFT) {
- # Relocate fftreal.framework into spectrum.app bundle
- framework_dir = ../spectrum.app/Contents/Frameworks
- framework_name = fftreal.framework/Versions/1/fftreal
- QMAKE_POST_LINK = \
- mkdir -p $${framework_dir} &&\
- rm -rf $${framework_dir}/fftreal.framework &&\
- cp -R $${fftreal_dir}/fftreal.framework $${framework_dir} &&\
- install_name_tool -id @executable_path/../Frameworks/$${framework_name} \
- $${framework_dir}/$${framework_name} &&\
- install_name_tool -change $${framework_name} \
- @executable_path/../Frameworks/$${framework_name} \
- ../spectrum.app/Contents/MacOS/spectrum
- }
-} else {
- linux-g++*: {
- # Provide relative path from application to fftreal library
- QMAKE_LFLAGS += -Wl,--rpath=\\\$\$ORIGIN
- }
-}
-include(../../shared/shared.pri)
diff --git a/examples/multimedia/spectrum/spectrum.pri b/examples/multimedia/spectrum/spectrum.pri
deleted file mode 100644
index 38b3f1501..000000000
--- a/examples/multimedia/spectrum/spectrum.pri
+++ /dev/null
@@ -1,51 +0,0 @@
-# The following macros allow certain features and debugging output
-# to be disabled / enabled at compile time.
-
-# Debug output from spectrum calculation
-DEFINES += LOG_SPECTRUMANALYSER
-
-# Debug output from waveform generation
-#DEFINES += LOG_WAVEFORM
-
-# Debug output from engine
-DEFINES += LOG_ENGINE
-
-# Dump input data to spectrum analyer, plus artefact data files
-#DEFINES += DUMP_SPECTRUMANALYSER
-
-# Dump captured audio data
-#DEFINES += DUMP_CAPTURED_AUDIO
-
-# Disable calculation of level
-#DEFINES += DISABLE_LEVEL
-
-# Disable calculation of frequency spectrum
-# If this macro is defined, the FFTReal DLL will not be built
-#DEFINES += DISABLE_FFT
-
-static: DEFINES += DISABLE_FFT
-
-# Disables rendering of the waveform
-#DEFINES += DISABLE_WAVEFORM
-
-# If defined, superimpose the progress bar on the waveform
-DEFINES += SUPERIMPOSE_PROGRESS_ON_WAVEFORM
-
-# Perform spectrum analysis calculation in a separate thread
-DEFINES += SPECTRUM_ANALYSER_SEPARATE_THREAD
-
-# Suppress warnings about strncpy potentially being unsafe, emitted by MSVC
-win32: DEFINES += _CRT_SECURE_NO_WARNINGS
-
-win32 {
- # spectrum_build_dir is defined with a leading slash so that it can
- # be used in contexts such as
- # ..$${spectrum_build_dir}
- # without the result having a trailing slash where spectrum_build_dir
- # is undefined.
- build_pass {
- CONFIG(release, release|debug): spectrum_build_dir = /release
- CONFIG(debug, release|debug): spectrum_build_dir = /debug
- }
-}
-
diff --git a/examples/multimedia/spectrum/spectrum.pro b/examples/multimedia/spectrum/spectrum.pro
deleted file mode 100644
index 0ca2ee554..000000000
--- a/examples/multimedia/spectrum/spectrum.pro
+++ /dev/null
@@ -1,15 +0,0 @@
-include(spectrum.pri)
-
-TEMPLATE = subdirs
-
-# Ensure that library is built before application
-CONFIG += ordered
-
-!contains(DEFINES, DISABLE_FFT): SUBDIRS += 3rdparty/fftreal
-SUBDIRS += app
-
-TARGET = spectrum
-
-EXAMPLE_FILES += \
- README.txt \
- TODO.txt
diff --git a/examples/multimedia/video/android/android.pro b/examples/multimedia/video/android/android.pro
deleted file mode 100644
index 95ed21e17..000000000
--- a/examples/multimedia/video/android/android.pro
+++ /dev/null
@@ -1,5 +0,0 @@
-TEMPLATE = subdirs
-
-QT_FOR_CONFIG += multimedia-private
-
-qtConfig(gstreamer): SUBDIRS += gstreamer
diff --git a/examples/multimedia/video/android/gstreamer/gstreamer.pro b/examples/multimedia/video/android/gstreamer/gstreamer.pro
deleted file mode 100644
index 0ae344678..000000000
--- a/examples/multimedia/video/android/gstreamer/gstreamer.pro
+++ /dev/null
@@ -1,22 +0,0 @@
-QT += quick multimedia multimediawidgets-private
-CONFIG += c++11
-
-SOURCES += main.cpp
-
-RESOURCES += qml.qrc
-
-target.path = $$[QT_INSTALL_EXAMPLES]/multimedia/video/android/gstreamer
-INSTALLS += target
-
-GSTREAMER_ROOT_ANDROID = $$(GSTREAMER_ROOT_ANDROID)
-isEmpty(GSTREAMER_ROOT_ANDROID): error("GSTREAMER_ROOT_ANDROID is empty")
-
-INCLUDEPATH += $(GSTREAMER_ROOT_ANDROID)/armv7/include/ $(GSTREAMER_ROOT_ANDROID)/armv7/include/gstreamer-1.0 $(GSTREAMER_ROOT_ANDROID)/armv7/include/glib-2.0 $(GSTREAMER_ROOT_ANDROID)/armv7/lib/glib-2.0/include
-
-LIBS += -L$(GSTREAMER_ROOT_ANDROID)/armv7/lib/ -L$(GSTREAMER_ROOT_ANDROID)/armv7/lib/gstreamer-1.0 \
--lgstcoreelements -lgstplayback -lgstvideotestsrc -lgstaudioconvert -lgstvideoconvert -lgstautodetect -lgsttypefindfunctions \
-#PLUGINS codecs
--lgstvorbis -lvorbis -lgstivorbisdec -lvorbisenc -lvorbisfile -lgstsubparse -lgstaudioparsers \
--lgstgio -lgstapp -lgstisomp4 -lgstavi -lgstogg -lgstwavenc -lgstwavpack -lgstwavparse -lgsttheora -lgstmpg123 -lgstx264 -lgstlibav \
--lgsttcp -lgstsoup -logg -ltheora -lmpg123 -lx264 -lavfilter -lavformat -lavcodec -lavutil -lbz2 -lswresample \
--lsoup-2.4 -lgio-2.0 -lgstrtp-1.0 -lgstriff-1.0 -lgstnet-1.0
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
diff --git a/examples/multimedia/video/qmlvideofx/qmlapplicationviewer/qmlapplicationviewer.pri b/examples/multimedia/video/qmlvideofx/qmlapplicationviewer/qmlapplicationviewer.pri
deleted file mode 100644
index d9807943e..000000000
--- a/examples/multimedia/video/qmlvideofx/qmlapplicationviewer/qmlapplicationviewer.pri
+++ /dev/null
@@ -1,7 +0,0 @@
-QT += quick
-
-SOURCES += $$PWD/qmlapplicationviewer.cpp
-HEADERS += $$PWD/qmlapplicationviewer.h
-INCLUDEPATH += $$PWD
-
-
diff --git a/examples/multimedia/video/qmlvideofx/qmlvideofx.pro b/examples/multimedia/video/qmlvideofx/qmlvideofx.pro
deleted file mode 100644
index 07047aec8..000000000
--- a/examples/multimedia/video/qmlvideofx/qmlvideofx.pro
+++ /dev/null
@@ -1,24 +0,0 @@
-TEMPLATE = app
-TARGET = qmlvideofx
-
-QT += quick multimedia
-android: qtHaveModule(androidextras) {
- QT += androidextras
- DEFINES += REQUEST_PERMISSIONS_ON_ANDROID
-}
-
-SOURCES += filereader.cpp main.cpp
-HEADERS += filereader.h trace.h
-
-RESOURCES += qmlvideofx.qrc
-
-include($$PWD/../snippets/performancemonitor/performancemonitordeclarative.pri)
-
-target.path = $$[QT_INSTALL_EXAMPLES]/multimedia/video/qmlvideofx
-INSTALLS += target
-
-QMAKE_INFO_PLIST = Info.plist
-
-EXAMPLE_FILES += \
- qmlvideofx.png \
- qmlvideofx.svg
diff --git a/examples/multimedia/video/snippets/frequencymonitor/frequencymonitor.pri b/examples/multimedia/video/snippets/frequencymonitor/frequencymonitor.pri
deleted file mode 100644
index 3ac8a08c4..000000000
--- a/examples/multimedia/video/snippets/frequencymonitor/frequencymonitor.pri
+++ /dev/null
@@ -1,5 +0,0 @@
-HEADERS += $$PWD/frequencymonitor.h
-SOURCES += $$PWD/frequencymonitor.cpp
-INCLUDEPATH += $$PWD
-DEFINES += FREQUENCYMONITOR_SUPPORT
-
diff --git a/examples/multimedia/video/snippets/frequencymonitor/frequencymonitordeclarative.pri b/examples/multimedia/video/snippets/frequencymonitor/frequencymonitordeclarative.pri
deleted file mode 100644
index 071b7286a..000000000
--- a/examples/multimedia/video/snippets/frequencymonitor/frequencymonitordeclarative.pri
+++ /dev/null
@@ -1,5 +0,0 @@
-include($$PWD/frequencymonitor.pri)
-QT += qml
-
-SOURCES += $$PWD/frequencymonitordeclarative.cpp
-RESOURCES += $$PWD/frequencymonitordeclarative.qrc
diff --git a/examples/multimedia/video/snippets/performancemonitor/performancemonitor.pri b/examples/multimedia/video/snippets/performancemonitor/performancemonitor.pri
deleted file mode 100644
index 2df3cfb13..000000000
--- a/examples/multimedia/video/snippets/performancemonitor/performancemonitor.pri
+++ /dev/null
@@ -1,5 +0,0 @@
-INCLUDEPATH += $$PWD
-HEADERS += $$PWD/performancemonitor.h
-SOURCES += $$PWD/performancemonitor.cpp
-DEFINES += PERFORMANCEMONITOR_SUPPORT
-
diff --git a/examples/multimedia/video/snippets/performancemonitor/performancemonitordeclarative.pri b/examples/multimedia/video/snippets/performancemonitor/performancemonitordeclarative.pri
deleted file mode 100644
index 9a18e35e5..000000000
--- a/examples/multimedia/video/snippets/performancemonitor/performancemonitordeclarative.pri
+++ /dev/null
@@ -1,6 +0,0 @@
-include($$PWD/../frequencymonitor/frequencymonitordeclarative.pri)
-include($$PWD/performancemonitor.pri)
-
-HEADERS += $$PWD/performancemonitordeclarative.h
-SOURCES += $$PWD/performancemonitordeclarative.cpp
-RESOURCES += $$PWD/performancemonitordeclarative.qrc
diff --git a/examples/multimedia/video/video.pro b/examples/multimedia/video/video.pro
deleted file mode 100644
index ef5bc849d..000000000
--- a/examples/multimedia/video/video.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-TEMPLATE = subdirs
-
-SUBDIRS += qmlvideo qmlvideofx
-
-EXAMPLE_FILES += \
- qmlvideofilter_opencl \ # FIXME: this one should use a configure check instead
- snippets
-
-android: SUBDIRS += android
diff --git a/examples/multimediawidgets/camera/camera.pro b/examples/multimediawidgets/camera/camera.pro
deleted file mode 100644
index edf40ed9d..000000000
--- a/examples/multimediawidgets/camera/camera.pro
+++ /dev/null
@@ -1,30 +0,0 @@
-TEMPLATE = app
-TARGET = camera
-
-QT += multimedia multimediawidgets
-
-HEADERS = \
- camera.h \
- imagesettings.h \
- videosettings.h \
- metadatadialog.h
-
-SOURCES = \
- main.cpp \
- camera.cpp \
- imagesettings.cpp \
- videosettings.cpp \
- metadatadialog.cpp
-
-FORMS += \
- camera.ui \
- videosettings.ui \
- imagesettings.ui
-
-RESOURCES += camera.qrc
-
-target.path = $$[QT_INSTALL_EXAMPLES]/multimediawidgets/camera
-INSTALLS += target
-
-QT+=widgets
-include(../../multimedia/shared/shared.pri)
diff --git a/examples/multimediawidgets/multimediawidgets.pro b/examples/multimediawidgets/multimediawidgets.pro
deleted file mode 100644
index 001a78d50..000000000
--- a/examples/multimediawidgets/multimediawidgets.pro
+++ /dev/null
@@ -1,11 +0,0 @@
-TEMPLATE = subdirs
-
-# These examples all need widgets for now (using creator templates that use widgets)
-qtHaveModule(widgets) {
- SUBDIRS += \
- camera \
- videographicsitem \
- videowidget \
- player \
- customvideosurface
-}
diff --git a/examples/multimediawidgets/player/player.pro b/examples/multimediawidgets/player/player.pro
deleted file mode 100644
index bf63c70f3..000000000
--- a/examples/multimediawidgets/player/player.pro
+++ /dev/null
@@ -1,23 +0,0 @@
-TEMPLATE = app
-TARGET = player
-
-QT += network \
- multimedia \
- multimediawidgets \
- widgets
-
-HEADERS = \
- player.h \
- playercontrols.h \
- playlistmodel.h \
- videowidget.h \
- histogramwidget.h
-SOURCES = main.cpp \
- player.cpp \
- playercontrols.cpp \
- playlistmodel.cpp \
- videowidget.cpp \
- histogramwidget.cpp
-
-target.path = $$[QT_INSTALL_EXAMPLES]/multimediawidgets/player
-INSTALLS += target
diff --git a/examples/multimediawidgets/videographicsitem/videographicsitem.pro b/examples/multimediawidgets/videographicsitem/videographicsitem.pro
deleted file mode 100644
index 30a9b6f21..000000000
--- a/examples/multimediawidgets/videographicsitem/videographicsitem.pro
+++ /dev/null
@@ -1,14 +0,0 @@
-TEMPLATE = app
-TARGET = videographicsitem
-
-QT += multimedia multimediawidgets
-
-HEADERS += videoplayer.h
-
-SOURCES += main.cpp \
- videoplayer.cpp
-
-target.path = $$[QT_INSTALL_EXAMPLES]/multimediawidgets/videographicsitem
-INSTALLS += target
-
-QT+=widgets
diff --git a/examples/multimediawidgets/videowidget/videowidget.pro b/examples/multimediawidgets/videowidget/videowidget.pro
deleted file mode 100644
index 603996b2e..000000000
--- a/examples/multimediawidgets/videowidget/videowidget.pro
+++ /dev/null
@@ -1,16 +0,0 @@
-TEMPLATE = app
-TARGET = videowidget
-
-QT += multimedia multimediawidgets
-
-HEADERS = \
- videoplayer.h
-
-SOURCES = \
- main.cpp \
- videoplayer.cpp
-
-target.path = $$[QT_INSTALL_EXAMPLES]/multimediawidgets/videowidget
-INSTALLS += target
-
-QT+=widgets