aboutsummaryrefslogtreecommitdiff
path: root/misc/qt5-examples
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2017-02-18 19:48:05 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2017-02-18 19:48:05 +0000
commitf3c180c3431372077934f7658922b8a244419bdf (patch)
tree4d04227f02c7fda007ad74be01e1393168277b0b /misc/qt5-examples
parent748a0f2465dd8511da6092b69cbe578ce5749586 (diff)
downloadports-f3c180c3431372077934f7658922b8a244419bdf.tar.gz
ports-f3c180c3431372077934f7658922b8a244419bdf.zip
Update Qt5 to 5.7.1, and unify the Qt4 and Qt5 ports some more
* Update Qt5 to 5.7.1 * Move Qt4 binaries to lib/qt4/bin * Move Qt5 libraries to lib/qt5/lib By moving the libraries we should finally be able to get rid of the inplace upgrade bug (see ports bugs 194088, 195105 and 198720): when Qt5's libraries were lying in /usr/local/lib, which would often get added by pkgconfig to the linker paths via dependencies, the already installed libraries were linked against, instead of the ones that were being built. This forced us to make sure, that -L${WRKSRC}/lib was always coming before -L/usr/local/lib in the linker flags. With this change this should no longer be the case. * Rename some ports to match the rest (foo-qtX -> qtX-foo) * Depend on new port misc/qtchooser [see UPDATING & CHANGES] There are several new Qt5 ports which all have been created by Marie Loise Nolden <nolden@kde.org>. Thanks again. PR: 216797 Exp-Run by: antoine Reviewed by: rakuco, mat, groot_kde.org Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D9213
Notes
Notes: svn path=/head/; revision=434380
Diffstat (limited to 'misc/qt5-examples')
-rw-r--r--misc/qt5-examples/Makefile11
-rw-r--r--misc/qt5-examples/pkg-plist858
2 files changed, 575 insertions, 294 deletions
diff --git a/misc/qt5-examples/Makefile b/misc/qt5-examples/Makefile
index 90e14930ce19..26176f5294e0 100644
--- a/misc/qt5-examples/Makefile
+++ b/misc/qt5-examples/Makefile
@@ -27,13 +27,14 @@ EXAMPLESDIR= ${PREFIX}/share/examples/qt5
# qtscript and qtserialbus where the examples are looked up in $EXAMPLESDIR/.
# This way, the examples show up in qtcreator on the examples front page.
-EXAMPLES= qt3d qtbase qtcanvas3d qtconnectivity qtdeclarative qtenginio \
- qtlocation qtmultimedia qtquickcontrols qtquickcontrols2 \
- qtscript qtsensors qtserialbus qtserialport qtsvg qttools \
- qtwebchannel qtwebsockets qtxmlpatterns
+EXAMPLES= qt3d qtbase qtcanvas3d qtcharts qtconnectivity qtdeclarative \
+ qtgamepad qtlocation qtmultimedia qtpurchasing qtquickcontrols \
+ qtquickcontrols2 qtscript qtscxml qtsensors qtserialbus \
+ qtserialport qtsvg qttools qtvirtualkeyboard qtwebchannel \
+ qtwebsockets qtxmlpatterns
.for example in ${EXAMPLES}
-EXTRACT_AFTER_ARGS+= ${DISTNAME:C,\-[0-9]$,,}/${example}/examples
+EXTRACT_AFTER_ARGS+= ${DISTNAME}/${example}/examples
.endfor
do-install:
diff --git a/misc/qt5-examples/pkg-plist b/misc/qt5-examples/pkg-plist
index 2a3ff0c48048..bb4b001127c0 100644
--- a/misc/qt5-examples/pkg-plist
+++ b/misc/qt5-examples/pkg-plist
@@ -120,6 +120,9 @@
%%QT_EXAMPLEDIR%%/bluetooth/heartlistener/heartrate.h
%%QT_EXAMPLEDIR%%/bluetooth/heartlistener/main.cpp
%%QT_EXAMPLEDIR%%/bluetooth/heartlistener/resources.qrc
+%%QT_EXAMPLEDIR%%/bluetooth/heartrate-server/doc/src/heartrate-server.qdoc
+%%QT_EXAMPLEDIR%%/bluetooth/heartrate-server/heartrate-server.pro
+%%QT_EXAMPLEDIR%%/bluetooth/heartrate-server/main.cpp
%%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/assets/Characteristics.qml
%%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/assets/Dialog.qml
%%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/assets/Header.qml
@@ -365,6 +368,220 @@
%%QT_EXAMPLEDIR%%/canvas3d/threejs/planets/planets.qml
%%QT_EXAMPLEDIR%%/canvas3d/threejs/planets/planets.qrc
%%QT_EXAMPLEDIR%%/canvas3d/threejs/threejs.pro
+%%QT_EXAMPLEDIR%%/charts/areachart/areachart.pro
+%%QT_EXAMPLEDIR%%/charts/areachart/main.cpp
+%%QT_EXAMPLEDIR%%/charts/audio/audio.pro
+%%QT_EXAMPLEDIR%%/charts/audio/main.cpp
+%%QT_EXAMPLEDIR%%/charts/audio/widget.cpp
+%%QT_EXAMPLEDIR%%/charts/audio/widget.h
+%%QT_EXAMPLEDIR%%/charts/audio/xyseriesiodevice.cpp
+%%QT_EXAMPLEDIR%%/charts/audio/xyseriesiodevice.h
+%%QT_EXAMPLEDIR%%/charts/barchart/barchart.pro
+%%QT_EXAMPLEDIR%%/charts/barchart/main.cpp
+%%QT_EXAMPLEDIR%%/charts/barmodelmapper/barmodelmapper.pro
+%%QT_EXAMPLEDIR%%/charts/barmodelmapper/customtablemodel.cpp
+%%QT_EXAMPLEDIR%%/charts/barmodelmapper/customtablemodel.h
+%%QT_EXAMPLEDIR%%/charts/barmodelmapper/main.cpp
+%%QT_EXAMPLEDIR%%/charts/barmodelmapper/tablewidget.cpp
+%%QT_EXAMPLEDIR%%/charts/barmodelmapper/tablewidget.h
+%%QT_EXAMPLEDIR%%/charts/boxplotchart/acme_data.txt
+%%QT_EXAMPLEDIR%%/charts/boxplotchart/boxdatareader.cpp
+%%QT_EXAMPLEDIR%%/charts/boxplotchart/boxdatareader.h
+%%QT_EXAMPLEDIR%%/charts/boxplotchart/boxplotchart.pro
+%%QT_EXAMPLEDIR%%/charts/boxplotchart/boxplotdata.qrc
+%%QT_EXAMPLEDIR%%/charts/boxplotchart/boxwhisk_data.txt
+%%QT_EXAMPLEDIR%%/charts/boxplotchart/main.cpp
+%%QT_EXAMPLEDIR%%/charts/callout/callout.cpp
+%%QT_EXAMPLEDIR%%/charts/callout/callout.h
+%%QT_EXAMPLEDIR%%/charts/callout/callout.pro
+%%QT_EXAMPLEDIR%%/charts/callout/main.cpp
+%%QT_EXAMPLEDIR%%/charts/callout/view.cpp
+%%QT_EXAMPLEDIR%%/charts/callout/view.h
+%%QT_EXAMPLEDIR%%/charts/chartinteractions/chart.cpp
+%%QT_EXAMPLEDIR%%/charts/chartinteractions/chart.h
+%%QT_EXAMPLEDIR%%/charts/chartinteractions/chartinteractions.pro
+%%QT_EXAMPLEDIR%%/charts/chartinteractions/chartview.cpp
+%%QT_EXAMPLEDIR%%/charts/chartinteractions/chartview.h
+%%QT_EXAMPLEDIR%%/charts/chartinteractions/main.cpp
+%%QT_EXAMPLEDIR%%/charts/charts.pro
+%%QT_EXAMPLEDIR%%/charts/chartthemes/chartthemes.pro
+%%QT_EXAMPLEDIR%%/charts/chartthemes/main.cpp
+%%QT_EXAMPLEDIR%%/charts/chartthemes/themewidget.cpp
+%%QT_EXAMPLEDIR%%/charts/chartthemes/themewidget.h
+%%QT_EXAMPLEDIR%%/charts/customchart/customchart.pro
+%%QT_EXAMPLEDIR%%/charts/customchart/main.cpp
+%%QT_EXAMPLEDIR%%/charts/datetimeaxis/datetimeaxis.pro
+%%QT_EXAMPLEDIR%%/charts/datetimeaxis/main.cpp
+%%QT_EXAMPLEDIR%%/charts/datetimeaxis/sun_spots.txt
+%%QT_EXAMPLEDIR%%/charts/datetimeaxis/sundata.qrc
+%%QT_EXAMPLEDIR%%/charts/donutbreakdown/donutbreakdown.pro
+%%QT_EXAMPLEDIR%%/charts/donutbreakdown/donutbreakdownchart.cpp
+%%QT_EXAMPLEDIR%%/charts/donutbreakdown/donutbreakdownchart.h
+%%QT_EXAMPLEDIR%%/charts/donutbreakdown/main.cpp
+%%QT_EXAMPLEDIR%%/charts/donutbreakdown/mainslice.cpp
+%%QT_EXAMPLEDIR%%/charts/donutbreakdown/mainslice.h
+%%QT_EXAMPLEDIR%%/charts/donutchart/donutchart.pro
+%%QT_EXAMPLEDIR%%/charts/donutchart/main.cpp
+%%QT_EXAMPLEDIR%%/charts/dynamicspline/chart.cpp
+%%QT_EXAMPLEDIR%%/charts/dynamicspline/chart.h
+%%QT_EXAMPLEDIR%%/charts/dynamicspline/dynamicspline.pro
+%%QT_EXAMPLEDIR%%/charts/dynamicspline/main.cpp
+%%QT_EXAMPLEDIR%%/charts/horizontalbarchart/horizontalbarchart.pro
+%%QT_EXAMPLEDIR%%/charts/horizontalbarchart/main.cpp
+%%QT_EXAMPLEDIR%%/charts/horizontalpercentbarchart/horizontalpercentbarchart.pro
+%%QT_EXAMPLEDIR%%/charts/horizontalpercentbarchart/main.cpp
+%%QT_EXAMPLEDIR%%/charts/horizontalstackedbarchart/horizontalstackedbarchart.pro
+%%QT_EXAMPLEDIR%%/charts/horizontalstackedbarchart/main.cpp
+%%QT_EXAMPLEDIR%%/charts/legend/legend.pro
+%%QT_EXAMPLEDIR%%/charts/legend/main.cpp
+%%QT_EXAMPLEDIR%%/charts/legend/mainwidget.cpp
+%%QT_EXAMPLEDIR%%/charts/legend/mainwidget.h
+%%QT_EXAMPLEDIR%%/charts/legendmarkers/legendmarkers.pro
+%%QT_EXAMPLEDIR%%/charts/legendmarkers/main.cpp
+%%QT_EXAMPLEDIR%%/charts/legendmarkers/mainwidget.cpp
+%%QT_EXAMPLEDIR%%/charts/legendmarkers/mainwidget.h
+%%QT_EXAMPLEDIR%%/charts/lineandbar/lineandbar.pro
+%%QT_EXAMPLEDIR%%/charts/lineandbar/main.cpp
+%%QT_EXAMPLEDIR%%/charts/linechart/linechart.pro
+%%QT_EXAMPLEDIR%%/charts/linechart/main.cpp
+%%QT_EXAMPLEDIR%%/charts/logvalueaxis/logvalueaxis.pro
+%%QT_EXAMPLEDIR%%/charts/logvalueaxis/main.cpp
+%%QT_EXAMPLEDIR%%/charts/modeldata/customtablemodel.cpp
+%%QT_EXAMPLEDIR%%/charts/modeldata/customtablemodel.h
+%%QT_EXAMPLEDIR%%/charts/modeldata/main.cpp
+%%QT_EXAMPLEDIR%%/charts/modeldata/modeldata.pro
+%%QT_EXAMPLEDIR%%/charts/modeldata/tablewidget.cpp
+%%QT_EXAMPLEDIR%%/charts/modeldata/tablewidget.h
+%%QT_EXAMPLEDIR%%/charts/multiaxis/main.cpp
+%%QT_EXAMPLEDIR%%/charts/multiaxis/multiaxis.pro
+%%QT_EXAMPLEDIR%%/charts/nesteddonuts/main.cpp
+%%QT_EXAMPLEDIR%%/charts/nesteddonuts/nesteddonuts.pro
+%%QT_EXAMPLEDIR%%/charts/nesteddonuts/widget.cpp
+%%QT_EXAMPLEDIR%%/charts/nesteddonuts/widget.h
+%%QT_EXAMPLEDIR%%/charts/openglseries/datasource.cpp
+%%QT_EXAMPLEDIR%%/charts/openglseries/datasource.h
+%%QT_EXAMPLEDIR%%/charts/openglseries/main.cpp
+%%QT_EXAMPLEDIR%%/charts/openglseries/openglseries.pro
+%%QT_EXAMPLEDIR%%/charts/percentbarchart/main.cpp
+%%QT_EXAMPLEDIR%%/charts/percentbarchart/percentbarchart.pro
+%%QT_EXAMPLEDIR%%/charts/piechart/main.cpp
+%%QT_EXAMPLEDIR%%/charts/piechart/piechart.pro
+%%QT_EXAMPLEDIR%%/charts/piechartcustomization/brushtool.cpp
+%%QT_EXAMPLEDIR%%/charts/piechartcustomization/brushtool.h
+%%QT_EXAMPLEDIR%%/charts/piechartcustomization/customslice.cpp
+%%QT_EXAMPLEDIR%%/charts/piechartcustomization/customslice.h
+%%QT_EXAMPLEDIR%%/charts/piechartcustomization/main.cpp
+%%QT_EXAMPLEDIR%%/charts/piechartcustomization/mainwidget.cpp
+%%QT_EXAMPLEDIR%%/charts/piechartcustomization/mainwidget.h
+%%QT_EXAMPLEDIR%%/charts/piechartcustomization/pentool.cpp
+%%QT_EXAMPLEDIR%%/charts/piechartcustomization/pentool.h
+%%QT_EXAMPLEDIR%%/charts/piechartcustomization/piechartcustomization.pro
+%%QT_EXAMPLEDIR%%/charts/piechartdrilldown/drilldownchart.cpp
+%%QT_EXAMPLEDIR%%/charts/piechartdrilldown/drilldownchart.h
+%%QT_EXAMPLEDIR%%/charts/piechartdrilldown/drilldownslice.cpp
+%%QT_EXAMPLEDIR%%/charts/piechartdrilldown/drilldownslice.h
+%%QT_EXAMPLEDIR%%/charts/piechartdrilldown/main.cpp
+%%QT_EXAMPLEDIR%%/charts/piechartdrilldown/piechartdrilldown.pro
+%%QT_EXAMPLEDIR%%/charts/polarchart/chartview.cpp
+%%QT_EXAMPLEDIR%%/charts/polarchart/chartview.h
+%%QT_EXAMPLEDIR%%/charts/polarchart/main.cpp
+%%QT_EXAMPLEDIR%%/charts/polarchart/polarchart.pro
+%%QT_EXAMPLEDIR%%/charts/qmlaxes/main.cpp
+%%QT_EXAMPLEDIR%%/charts/qmlaxes/qml/qmlaxes/View1.qml
+%%QT_EXAMPLEDIR%%/charts/qmlaxes/qml/qmlaxes/View2.qml
+%%QT_EXAMPLEDIR%%/charts/qmlaxes/qml/qmlaxes/View3.qml
+%%QT_EXAMPLEDIR%%/charts/qmlaxes/qml/qmlaxes/main.qml
+%%QT_EXAMPLEDIR%%/charts/qmlaxes/qmlaxes.pro
+%%QT_EXAMPLEDIR%%/charts/qmlaxes/resources.qrc
+%%QT_EXAMPLEDIR%%/charts/qmlboxplot/main.cpp
+%%QT_EXAMPLEDIR%%/charts/qmlboxplot/qml/qmlboxplot/main.qml
+%%QT_EXAMPLEDIR%%/charts/qmlboxplot/qmlboxplot.pro
+%%QT_EXAMPLEDIR%%/charts/qmlboxplot/resources.qrc
+%%QT_EXAMPLEDIR%%/charts/qmlchart/main.cpp
+%%QT_EXAMPLEDIR%%/charts/qmlchart/qml/qmlchart/View1.qml
+%%QT_EXAMPLEDIR%%/charts/qmlchart/qml/qmlchart/View10.qml
+%%QT_EXAMPLEDIR%%/charts/qmlchart/qml/qmlchart/View11.qml
+%%QT_EXAMPLEDIR%%/charts/qmlchart/qml/qmlchart/View12.qml
+%%QT_EXAMPLEDIR%%/charts/qmlchart/qml/qmlchart/View2.qml
+%%QT_EXAMPLEDIR%%/charts/qmlchart/qml/qmlchart/View3.qml
+%%QT_EXAMPLEDIR%%/charts/qmlchart/qml/qmlchart/View4.qml
+%%QT_EXAMPLEDIR%%/charts/qmlchart/qml/qmlchart/View5.qml
+%%QT_EXAMPLEDIR%%/charts/qmlchart/qml/qmlchart/View6.qml
+%%QT_EXAMPLEDIR%%/charts/qmlchart/qml/qmlchart/View7.qml
+%%QT_EXAMPLEDIR%%/charts/qmlchart/qml/qmlchart/View8.qml
+%%QT_EXAMPLEDIR%%/charts/qmlchart/qml/qmlchart/View9.qml
+%%QT_EXAMPLEDIR%%/charts/qmlchart/qml/qmlchart/main.qml
+%%QT_EXAMPLEDIR%%/charts/qmlchart/qmlchart.pro
+%%QT_EXAMPLEDIR%%/charts/qmlchart/resources.qrc
+%%QT_EXAMPLEDIR%%/charts/qmlcustomizations/main.cpp
+%%QT_EXAMPLEDIR%%/charts/qmlcustomizations/qml/qmlcustomizations/main.qml
+%%QT_EXAMPLEDIR%%/charts/qmlcustomizations/qmlcustomizations.pro
+%%QT_EXAMPLEDIR%%/charts/qmlcustomizations/resources.qrc
+%%QT_EXAMPLEDIR%%/charts/qmlcustomlegend/main.cpp
+%%QT_EXAMPLEDIR%%/charts/qmlcustomlegend/qml/qmlcustomlegend/AnimatedAreaSeries.qml
+%%QT_EXAMPLEDIR%%/charts/qmlcustomlegend/qml/qmlcustomlegend/ChartViewHighlighted.qml
+%%QT_EXAMPLEDIR%%/charts/qmlcustomlegend/qml/qmlcustomlegend/ChartViewSelector.qml
+%%QT_EXAMPLEDIR%%/charts/qmlcustomlegend/qml/qmlcustomlegend/ChartViewStacked.qml
+%%QT_EXAMPLEDIR%%/charts/qmlcustomlegend/qml/qmlcustomlegend/CustomLegend.qml
+%%QT_EXAMPLEDIR%%/charts/qmlcustomlegend/qml/qmlcustomlegend/main.qml
+%%QT_EXAMPLEDIR%%/charts/qmlcustomlegend/qmlcustomlegend.pro
+%%QT_EXAMPLEDIR%%/charts/qmlcustomlegend/resources.qrc
+%%QT_EXAMPLEDIR%%/charts/qmlf1legends/main.cpp
+%%QT_EXAMPLEDIR%%/charts/qmlf1legends/qml/qmlf1legends/SpeedsXml.qml
+%%QT_EXAMPLEDIR%%/charts/qmlf1legends/qml/qmlf1legends/main.qml
+%%QT_EXAMPLEDIR%%/charts/qmlf1legends/qmlf1legends.pro
+%%QT_EXAMPLEDIR%%/charts/qmlf1legends/resources.qrc
+%%QT_EXAMPLEDIR%%/charts/qmloscilloscope/datasource.cpp
+%%QT_EXAMPLEDIR%%/charts/qmloscilloscope/datasource.h
+%%QT_EXAMPLEDIR%%/charts/qmloscilloscope/main.cpp
+%%QT_EXAMPLEDIR%%/charts/qmloscilloscope/qml/qmloscilloscope/ControlPanel.qml
+%%QT_EXAMPLEDIR%%/charts/qmloscilloscope/qml/qmloscilloscope/MultiButton.qml
+%%QT_EXAMPLEDIR%%/charts/qmloscilloscope/qml/qmloscilloscope/ScopeView.qml
+%%QT_EXAMPLEDIR%%/charts/qmloscilloscope/qml/qmloscilloscope/main.qml
+%%QT_EXAMPLEDIR%%/charts/qmloscilloscope/qmloscilloscope.pro
+%%QT_EXAMPLEDIR%%/charts/qmloscilloscope/resources.qrc
+%%QT_EXAMPLEDIR%%/charts/qmlpiechart/main.cpp
+%%QT_EXAMPLEDIR%%/charts/qmlpiechart/qml/qmlpiechart/main.qml
+%%QT_EXAMPLEDIR%%/charts/qmlpiechart/qmlpiechart.pro
+%%QT_EXAMPLEDIR%%/charts/qmlpiechart/qmlpiechart.svg
+%%QT_EXAMPLEDIR%%/charts/qmlpiechart/resources.qrc
+%%QT_EXAMPLEDIR%%/charts/qmlpolarchart/main.cpp
+%%QT_EXAMPLEDIR%%/charts/qmlpolarchart/qml/qmlpolarchart/View1.qml
+%%QT_EXAMPLEDIR%%/charts/qmlpolarchart/qml/qmlpolarchart/View2.qml
+%%QT_EXAMPLEDIR%%/charts/qmlpolarchart/qml/qmlpolarchart/View3.qml
+%%QT_EXAMPLEDIR%%/charts/qmlpolarchart/qml/qmlpolarchart/main.qml
+%%QT_EXAMPLEDIR%%/charts/qmlpolarchart/qmlpolarchart.pro
+%%QT_EXAMPLEDIR%%/charts/qmlpolarchart/resources.qrc
+%%QT_EXAMPLEDIR%%/charts/qmlweather/main.cpp
+%%QT_EXAMPLEDIR%%/charts/qmlweather/qml/qmlweather/main.qml
+%%QT_EXAMPLEDIR%%/charts/qmlweather/qmlweather.pro
+%%QT_EXAMPLEDIR%%/charts/qmlweather/resources.qrc
+%%QT_EXAMPLEDIR%%/charts/scatterchart/chartview.cpp
+%%QT_EXAMPLEDIR%%/charts/scatterchart/chartview.h
+%%QT_EXAMPLEDIR%%/charts/scatterchart/main.cpp
+%%QT_EXAMPLEDIR%%/charts/scatterchart/scatterchart.pro
+%%QT_EXAMPLEDIR%%/charts/scatterinteractions/chartview.cpp
+%%QT_EXAMPLEDIR%%/charts/scatterinteractions/chartview.h
+%%QT_EXAMPLEDIR%%/charts/scatterinteractions/main.cpp
+%%QT_EXAMPLEDIR%%/charts/scatterinteractions/scatterinteractions.pro
+%%QT_EXAMPLEDIR%%/charts/splinechart/main.cpp
+%%QT_EXAMPLEDIR%%/charts/splinechart/splinechart.pro
+%%QT_EXAMPLEDIR%%/charts/stackedbarchart/main.cpp
+%%QT_EXAMPLEDIR%%/charts/stackedbarchart/stackedbarchart.pro
+%%QT_EXAMPLEDIR%%/charts/stackedbarchartdrilldown/drilldownchart.cpp
+%%QT_EXAMPLEDIR%%/charts/stackedbarchartdrilldown/drilldownchart.h
+%%QT_EXAMPLEDIR%%/charts/stackedbarchartdrilldown/drilldownseries.cpp
+%%QT_EXAMPLEDIR%%/charts/stackedbarchartdrilldown/drilldownseries.h
+%%QT_EXAMPLEDIR%%/charts/stackedbarchartdrilldown/main.cpp
+%%QT_EXAMPLEDIR%%/charts/stackedbarchartdrilldown/stackedbarchartdrilldown.pro
+%%QT_EXAMPLEDIR%%/charts/temperaturerecords/main.cpp
+%%QT_EXAMPLEDIR%%/charts/temperaturerecords/temperaturerecords.pro
+%%QT_EXAMPLEDIR%%/charts/zoomlinechart/chart.cpp
+%%QT_EXAMPLEDIR%%/charts/zoomlinechart/chart.h
+%%QT_EXAMPLEDIR%%/charts/zoomlinechart/chartview.cpp
+%%QT_EXAMPLEDIR%%/charts/zoomlinechart/chartview.h
+%%QT_EXAMPLEDIR%%/charts/zoomlinechart/main.cpp
+%%QT_EXAMPLEDIR%%/charts/zoomlinechart/zoomlinechart.pro
%%QT_EXAMPLEDIR%%/corelib/corelib.pro
%%QT_EXAMPLEDIR%%/corelib/ipc/README
%%QT_EXAMPLEDIR%%/corelib/ipc/doc/images/localfortuneclient-example.png
@@ -400,6 +617,15 @@
%%QT_EXAMPLEDIR%%/corelib/json/savegame/level.h
%%QT_EXAMPLEDIR%%/corelib/json/savegame/main.cpp
%%QT_EXAMPLEDIR%%/corelib/json/savegame/savegame.pro
+%%QT_EXAMPLEDIR%%/corelib/mimetypes/doc/images/mimetypebrowser.png
+%%QT_EXAMPLEDIR%%/corelib/mimetypes/doc/src/mimetypebrowser.qdoc
+%%QT_EXAMPLEDIR%%/corelib/mimetypes/mimetypebrowser/main.cpp
+%%QT_EXAMPLEDIR%%/corelib/mimetypes/mimetypebrowser/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/corelib/mimetypes/mimetypebrowser/mainwindow.h
+%%QT_EXAMPLEDIR%%/corelib/mimetypes/mimetypebrowser/mimetypebrowser.pro
+%%QT_EXAMPLEDIR%%/corelib/mimetypes/mimetypebrowser/mimetypemodel.cpp
+%%QT_EXAMPLEDIR%%/corelib/mimetypes/mimetypebrowser/mimetypemodel.h
+%%QT_EXAMPLEDIR%%/corelib/mimetypes/mimetypes.pro
%%QT_EXAMPLEDIR%%/corelib/threads/README
%%QT_EXAMPLEDIR%%/corelib/threads/doc/images/mandelbrot-example.png
%%QT_EXAMPLEDIR%%/corelib/threads/doc/images/mandelbrot_scroll1.png
@@ -600,87 +826,63 @@
%%QT_EXAMPLEDIR%%/embedded/styleexample/stylewidget.cpp
%%QT_EXAMPLEDIR%%/embedded/styleexample/stylewidget.h
%%QT_EXAMPLEDIR%%/embedded/styleexample/stylewidget.ui
-%%QT_EXAMPLEDIR%%/enginio/common/backendhelper/BackendHelper.qml
-%%QT_EXAMPLEDIR%%/enginio/common/backendhelper/backendhelper.cpp
-%%QT_EXAMPLEDIR%%/enginio/common/backendhelper/backendhelper.h
-%%QT_EXAMPLEDIR%%/enginio/common/backendhelper/backendhelper.pri
-%%QT_EXAMPLEDIR%%/enginio/common/backendhelper/helperdialog.ui
-%%QT_EXAMPLEDIR%%/enginio/common/backendhelper/qmlbackendhelper.pri
-%%QT_EXAMPLEDIR%%/enginio/common/backendhelper/qmlbackendhelper.qrc
-%%QT_EXAMPLEDIR%%/enginio/common/icons/add_icon.png
-%%QT_EXAMPLEDIR%%/enginio/common/icons/add_icon_pressed.png
-%%QT_EXAMPLEDIR%%/enginio/common/icons/back_icon.png
-%%QT_EXAMPLEDIR%%/enginio/common/icons/delete_icon.png
-%%QT_EXAMPLEDIR%%/enginio/common/icons/delete_icon_pressed.png
-%%QT_EXAMPLEDIR%%/enginio/common/icons/reload_icon.png
-%%QT_EXAMPLEDIR%%/enginio/common/icons/reload_icon_pressed.png
-%%QT_EXAMPLEDIR%%/enginio/common/icons/share_icon.png
-%%QT_EXAMPLEDIR%%/enginio/common/icons/share_icon_pressed.png
-%%QT_EXAMPLEDIR%%/enginio/common/images/checkbox.png
-%%QT_EXAMPLEDIR%%/enginio/common/images/checkbox_checked.png
-%%QT_EXAMPLEDIR%%/enginio/common/images/delegate.png
-%%QT_EXAMPLEDIR%%/enginio/common/images/delegate_pressed.png
-%%QT_EXAMPLEDIR%%/enginio/common/images/enginio.png
-%%QT_EXAMPLEDIR%%/enginio/common/images/shadow.png
-%%QT_EXAMPLEDIR%%/enginio/common/images/textfield.png
-%%QT_EXAMPLEDIR%%/enginio/enginio.pro
-%%QT_EXAMPLEDIR%%/enginio/quick/image-gallery/doc/images/image-gallery.png
-%%QT_EXAMPLEDIR%%/enginio/quick/image-gallery/doc/src/image-gallery.qdoc
-%%QT_EXAMPLEDIR%%/enginio/quick/image-gallery/gallery.qrc
-%%QT_EXAMPLEDIR%%/enginio/quick/image-gallery/image-gallery.pro
-%%QT_EXAMPLEDIR%%/enginio/quick/image-gallery/image-gallery.qml
-%%QT_EXAMPLEDIR%%/enginio/quick/main.cpp
-%%QT_EXAMPLEDIR%%/enginio/quick/quick.pro
-%%QT_EXAMPLEDIR%%/enginio/quick/socialtodos/Header.qml
-%%QT_EXAMPLEDIR%%/enginio/quick/socialtodos/List.qml
-%%QT_EXAMPLEDIR%%/enginio/quick/socialtodos/Login.qml
-%%QT_EXAMPLEDIR%%/enginio/quick/socialtodos/ShareDialog.qml
-%%QT_EXAMPLEDIR%%/enginio/quick/socialtodos/TextField.qml
-%%QT_EXAMPLEDIR%%/enginio/quick/socialtodos/TodoLists.qml
-%%QT_EXAMPLEDIR%%/enginio/quick/socialtodos/TouchButton.qml
-%%QT_EXAMPLEDIR%%/enginio/quick/socialtodos/backendconfig/sharedtodo.zip
-%%QT_EXAMPLEDIR%%/enginio/quick/socialtodos/doc/src/socialtodos.qdoc
-%%QT_EXAMPLEDIR%%/enginio/quick/socialtodos/socialtodos.pro
-%%QT_EXAMPLEDIR%%/enginio/quick/socialtodos/socialtodos.qml
-%%QT_EXAMPLEDIR%%/enginio/quick/socialtodos/socialtodos.qrc
-%%QT_EXAMPLEDIR%%/enginio/quick/todos/doc/images/todolist.png
-%%QT_EXAMPLEDIR%%/enginio/quick/todos/doc/src/todos.qdoc
-%%QT_EXAMPLEDIR%%/enginio/quick/todos/todo.qml
-%%QT_EXAMPLEDIR%%/enginio/quick/todos/todo.qrc
-%%QT_EXAMPLEDIR%%/enginio/quick/todos/todos.pro
-%%QT_EXAMPLEDIR%%/enginio/quick/users/Browse.qml
-%%QT_EXAMPLEDIR%%/enginio/quick/users/Login.qml
-%%QT_EXAMPLEDIR%%/enginio/quick/users/Register.qml
-%%QT_EXAMPLEDIR%%/enginio/quick/users/doc/src/users.qdoc
-%%QT_EXAMPLEDIR%%/enginio/quick/users/users.pro
-%%QT_EXAMPLEDIR%%/enginio/quick/users/users.qml
-%%QT_EXAMPLEDIR%%/enginio/quick/users/users.qrc
-%%QT_EXAMPLEDIR%%/enginio/widgets/cloudaddressbook/addressbookmodel.cpp
-%%QT_EXAMPLEDIR%%/enginio/widgets/cloudaddressbook/addressbookmodel.h
-%%QT_EXAMPLEDIR%%/enginio/widgets/cloudaddressbook/cloudaddressbook.pro
-%%QT_EXAMPLEDIR%%/enginio/widgets/cloudaddressbook/doc/src/cloudaddressbook.qdoc
-%%QT_EXAMPLEDIR%%/enginio/widgets/cloudaddressbook/main.cpp
-%%QT_EXAMPLEDIR%%/enginio/widgets/cloudaddressbook/mainwindow.cpp
-%%QT_EXAMPLEDIR%%/enginio/widgets/cloudaddressbook/mainwindow.h
-%%QT_EXAMPLEDIR%%/enginio/widgets/cloudaddressbook/mainwindow.ui
-%%QT_EXAMPLEDIR%%/enginio/widgets/image-gallery-cpp/doc/src/image-gallery-cpp.qdoc
-%%QT_EXAMPLEDIR%%/enginio/widgets/image-gallery-cpp/image-gallery-cpp.pro
-%%QT_EXAMPLEDIR%%/enginio/widgets/image-gallery-cpp/imagemodel.cpp
-%%QT_EXAMPLEDIR%%/enginio/widgets/image-gallery-cpp/imagemodel.h
-%%QT_EXAMPLEDIR%%/enginio/widgets/image-gallery-cpp/imageobject.cpp
-%%QT_EXAMPLEDIR%%/enginio/widgets/image-gallery-cpp/imageobject.h
-%%QT_EXAMPLEDIR%%/enginio/widgets/image-gallery-cpp/main.cpp
-%%QT_EXAMPLEDIR%%/enginio/widgets/image-gallery-cpp/mainwindow.cpp
-%%QT_EXAMPLEDIR%%/enginio/widgets/image-gallery-cpp/mainwindow.h
-%%QT_EXAMPLEDIR%%/enginio/widgets/todos-cpp/doc/src/todos-cpp.qdoc
-%%QT_EXAMPLEDIR%%/enginio/widgets/todos-cpp/main.cpp
-%%QT_EXAMPLEDIR%%/enginio/widgets/todos-cpp/mainwindow.cpp
-%%QT_EXAMPLEDIR%%/enginio/widgets/todos-cpp/mainwindow.h
-%%QT_EXAMPLEDIR%%/enginio/widgets/todos-cpp/todos-cpp.pro
-%%QT_EXAMPLEDIR%%/enginio/widgets/todos-cpp/todosmodel.cpp
-%%QT_EXAMPLEDIR%%/enginio/widgets/todos-cpp/todosmodel.h
-%%QT_EXAMPLEDIR%%/enginio/widgets/widgets.pro
%%QT_EXAMPLEDIR%%/examples.pro
+%%QT_EXAMPLEDIR%%/gamepad/configureButtons/android/AndroidManifest.xml
+%%QT_EXAMPLEDIR%%/gamepad/configureButtons/configureButtons.pro
+%%QT_EXAMPLEDIR%%/gamepad/configureButtons/doc/images/configuregamepadbuttons-example.png
+%%QT_EXAMPLEDIR%%/gamepad/configureButtons/doc/src/configbuttonsexample.qdoc
+%%QT_EXAMPLEDIR%%/gamepad/configureButtons/main.cpp
+%%QT_EXAMPLEDIR%%/gamepad/configureButtons/main.qml
+%%QT_EXAMPLEDIR%%/gamepad/configureButtons/qml.qrc
+%%QT_EXAMPLEDIR%%/gamepad/gamepad.pro
+%%QT_EXAMPLEDIR%%/gamepad/keyNavigation/doc/images/keynavigationgamepad-example.png
+%%QT_EXAMPLEDIR%%/gamepad/keyNavigation/doc/src/keynaviexample.qdoc
+%%QT_EXAMPLEDIR%%/gamepad/keyNavigation/keyNavigation.pro
+%%QT_EXAMPLEDIR%%/gamepad/keyNavigation/keyNavigation64.png
+%%QT_EXAMPLEDIR%%/gamepad/keyNavigation/keyNavigation80.png
+%%QT_EXAMPLEDIR%%/gamepad/keyNavigation/main.cpp
+%%QT_EXAMPLEDIR%%/gamepad/keyNavigation/qml.qrc
+%%QT_EXAMPLEDIR%%/gamepad/keyNavigation/qml/main.qml
+%%QT_EXAMPLEDIR%%/gamepad/mouseItem/doc/src/mouseitemexample.qdoc
+%%QT_EXAMPLEDIR%%/gamepad/mouseItem/main.cpp
+%%QT_EXAMPLEDIR%%/gamepad/mouseItem/mouseItem.pro
+%%QT_EXAMPLEDIR%%/gamepad/mouseItem/mouseItem64.png
+%%QT_EXAMPLEDIR%%/gamepad/mouseItem/mouseItem80.png
+%%QT_EXAMPLEDIR%%/gamepad/mouseItem/qml.qrc
+%%QT_EXAMPLEDIR%%/gamepad/mouseItem/qml/main.qml
+%%QT_EXAMPLEDIR%%/gamepad/quickGamepad/doc/images/qtquickgamepad-example.png
+%%QT_EXAMPLEDIR%%/gamepad/quickGamepad/doc/src/quickgamepadexample.qdoc
+%%QT_EXAMPLEDIR%%/gamepad/quickGamepad/main.cpp
+%%QT_EXAMPLEDIR%%/gamepad/quickGamepad/qml.qrc
+%%QT_EXAMPLEDIR%%/gamepad/quickGamepad/qml/ButtonImage.qml
+%%QT_EXAMPLEDIR%%/gamepad/quickGamepad/qml/DPad.qml
+%%QT_EXAMPLEDIR%%/gamepad/quickGamepad/qml/JoystickViewer.qml
+%%QT_EXAMPLEDIR%%/gamepad/quickGamepad/qml/LeftThumbstick.qml
+%%QT_EXAMPLEDIR%%/gamepad/quickGamepad/qml/RightThumbstick.qml
+%%QT_EXAMPLEDIR%%/gamepad/quickGamepad/qml/main.qml
+%%QT_EXAMPLEDIR%%/gamepad/quickGamepad/qml/xboxControllerBack.png
+%%QT_EXAMPLEDIR%%/gamepad/quickGamepad/qml/xboxControllerButtonA.png
+%%QT_EXAMPLEDIR%%/gamepad/quickGamepad/qml/xboxControllerButtonB.png
+%%QT_EXAMPLEDIR%%/gamepad/quickGamepad/qml/xboxControllerButtonGuide.png
+%%QT_EXAMPLEDIR%%/gamepad/quickGamepad/qml/xboxControllerButtonX.png
+%%QT_EXAMPLEDIR%%/gamepad/quickGamepad/qml/xboxControllerButtonY.png
+%%QT_EXAMPLEDIR%%/gamepad/quickGamepad/qml/xboxControllerDPad.png
+%%QT_EXAMPLEDIR%%/gamepad/quickGamepad/qml/xboxControllerLeftShoulder.png
+%%QT_EXAMPLEDIR%%/gamepad/quickGamepad/qml/xboxControllerLeftThumbstick.png
+%%QT_EXAMPLEDIR%%/gamepad/quickGamepad/qml/xboxControllerLeftTrigger.png
+%%QT_EXAMPLEDIR%%/gamepad/quickGamepad/qml/xboxControllerRightShoulder.png
+%%QT_EXAMPLEDIR%%/gamepad/quickGamepad/qml/xboxControllerRightThumbstick.png
+%%QT_EXAMPLEDIR%%/gamepad/quickGamepad/qml/xboxControllerRightTrigger.png
+%%QT_EXAMPLEDIR%%/gamepad/quickGamepad/qml/xboxControllerStart.png
+%%QT_EXAMPLEDIR%%/gamepad/quickGamepad/quickGamepad.pro
+%%QT_EXAMPLEDIR%%/gamepad/quickGamepad/quickGamepad64.png
+%%QT_EXAMPLEDIR%%/gamepad/quickGamepad/quickGamepad80.png
+%%QT_EXAMPLEDIR%%/gamepad/simple/android/AndroidManifest.xml
+%%QT_EXAMPLEDIR%%/gamepad/simple/doc/src/simpleexample.qdoc
+%%QT_EXAMPLEDIR%%/gamepad/simple/gamepadmonitor.cpp
+%%QT_EXAMPLEDIR%%/gamepad/simple/gamepadmonitor.h
+%%QT_EXAMPLEDIR%%/gamepad/simple/main.cpp
+%%QT_EXAMPLEDIR%%/gamepad/simple/simple.pro
%%QT_EXAMPLEDIR%%/gui/analogclock/analogclock.pro
%%QT_EXAMPLEDIR%%/gui/analogclock/main.cpp
%%QT_EXAMPLEDIR%%/gui/doc/images/analogclock-window-example.png
@@ -1112,7 +1314,6 @@
%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofilter_opencl/qmlvideofilter_opencl.qrc
%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofilter_opencl/rgbframehelper.h
%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/Info.plist
-%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/android/AndroidManifest.xml
%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/filereader.cpp
%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/filereader.h
%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/images/Dropdown_arrows.png
@@ -1692,6 +1893,32 @@
%%QT_EXAMPLEDIR%%/positioning/weatherinfo/weatherinfo.pro
%%QT_EXAMPLEDIR%%/positioning/weatherinfo/weatherinfo.qml
%%QT_EXAMPLEDIR%%/positioning/weatherinfo/weatherinfo.qrc
+%%QT_EXAMPLEDIR%%/purchasing/purchasing.pro
+%%QT_EXAMPLEDIR%%/purchasing/qthangman/doc/images/qthangman-example.png
+%%QT_EXAMPLEDIR%%/purchasing/qthangman/doc/images/qthangman-store-example.png
+%%QT_EXAMPLEDIR%%/purchasing/qthangman/doc/src/qthangman.qdoc
+%%QT_EXAMPLEDIR%%/purchasing/qthangman/enable2.txt
+%%QT_EXAMPLEDIR%%/purchasing/qthangman/hangmangame.cpp
+%%QT_EXAMPLEDIR%%/purchasing/qthangman/hangmangame.h
+%%QT_EXAMPLEDIR%%/purchasing/qthangman/main.cpp
+%%QT_EXAMPLEDIR%%/purchasing/qthangman/qml/qthangman/GameView.qml
+%%QT_EXAMPLEDIR%%/purchasing/qthangman/qml/qthangman/GuessWordView.qml
+%%QT_EXAMPLEDIR%%/purchasing/qthangman/qml/qthangman/Hangman.qml
+%%QT_EXAMPLEDIR%%/purchasing/qthangman/qml/qthangman/HowToView.qml
+%%QT_EXAMPLEDIR%%/purchasing/qthangman/qml/qthangman/Key.qml
+%%QT_EXAMPLEDIR%%/purchasing/qthangman/qml/qthangman/Letter.qml
+%%QT_EXAMPLEDIR%%/purchasing/qthangman/qml/qthangman/LetterSelector.qml
+%%QT_EXAMPLEDIR%%/purchasing/qthangman/qml/qthangman/MainView.qml
+%%QT_EXAMPLEDIR%%/purchasing/qthangman/qml/qthangman/PageHeader.qml
+%%QT_EXAMPLEDIR%%/purchasing/qthangman/qml/qthangman/ScoreItem.qml
+%%QT_EXAMPLEDIR%%/purchasing/qthangman/qml/qthangman/SimpleButton.qml
+%%QT_EXAMPLEDIR%%/purchasing/qthangman/qml/qthangman/SplashScreen.qml
+%%QT_EXAMPLEDIR%%/purchasing/qthangman/qml/qthangman/StoreItem.qml
+%%QT_EXAMPLEDIR%%/purchasing/qthangman/qml/qthangman/StoreView.qml
+%%QT_EXAMPLEDIR%%/purchasing/qthangman/qml/qthangman/Word.qml
+%%QT_EXAMPLEDIR%%/purchasing/qthangman/qml/qthangman/main.qml
+%%QT_EXAMPLEDIR%%/purchasing/qthangman/qthangman.pro
+%%QT_EXAMPLEDIR%%/purchasing/qthangman/resources.qrc
%%QT_EXAMPLEDIR%%/qmake/precompile/main.cpp
%%QT_EXAMPLEDIR%%/qmake/precompile/mydialog.cpp
%%QT_EXAMPLEDIR%%/qmake/precompile/mydialog.h
@@ -1920,13 +2147,6 @@
%%QT_EXAMPLEDIR%%/qt3d/anaglyph-rendering/main.cpp
%%QT_EXAMPLEDIR%%/qt3d/anaglyph-rendering/main.qml
%%QT_EXAMPLEDIR%%/qt3d/anaglyph-rendering/resources.qrc
-%%QT_EXAMPLEDIR%%/qt3d/assimp-cpp/assimp-cpp.pro
-%%QT_EXAMPLEDIR%%/qt3d/assimp-cpp/main.cpp
-%%QT_EXAMPLEDIR%%/qt3d/assimp/assimp.pro
-%%QT_EXAMPLEDIR%%/qt3d/assimp/assimp.qrc
-%%QT_EXAMPLEDIR%%/qt3d/assimp/doc/src/assimp.qdoc
-%%QT_EXAMPLEDIR%%/qt3d/assimp/main.cpp
-%%QT_EXAMPLEDIR%%/qt3d/assimp/main.qml
%%QT_EXAMPLEDIR%%/qt3d/audio-visualizer-qml/BarEntity.qml
%%QT_EXAMPLEDIR%%/qt3d/audio-visualizer-qml/Visualizer.qml
%%QT_EXAMPLEDIR%%/qt3d/audio-visualizer-qml/audio-visualizer-qml.pro
@@ -1958,68 +2178,24 @@
%%QT_EXAMPLEDIR%%/qt3d/basicshapes-cpp/main.cpp
%%QT_EXAMPLEDIR%%/qt3d/basicshapes-cpp/scenemodifier.cpp
%%QT_EXAMPLEDIR%%/qt3d/basicshapes-cpp/scenemodifier.h
-%%QT_EXAMPLEDIR%%/qt3d/bigmodel-qml/MyEntity.qml
-%%QT_EXAMPLEDIR%%/qt3d/bigmodel-qml/bigmodel-qml.pro
-%%QT_EXAMPLEDIR%%/qt3d/bigmodel-qml/bigmodel-qml.qrc
-%%QT_EXAMPLEDIR%%/qt3d/bigmodel-qml/doc/src/bigmodel-qml.qdoc
-%%QT_EXAMPLEDIR%%/qt3d/bigmodel-qml/main.cpp
-%%QT_EXAMPLEDIR%%/qt3d/bigmodel-qml/main.qml
-%%QT_EXAMPLEDIR%%/qt3d/bigscene-cpp/bigscene-cpp.pro
-%%QT_EXAMPLEDIR%%/qt3d/bigscene-cpp/doc/src/bigscene-cpp.qdoc
-%%QT_EXAMPLEDIR%%/qt3d/bigscene-cpp/entity.cpp
-%%QT_EXAMPLEDIR%%/qt3d/bigscene-cpp/entity.h
-%%QT_EXAMPLEDIR%%/qt3d/bigscene-cpp/main.cpp
-%%QT_EXAMPLEDIR%%/qt3d/bigscene-instanced-qml/bigscene-instanced-qml.pro
-%%QT_EXAMPLEDIR%%/qt3d/bigscene-instanced-qml/bigscene-instanced-qml.qrc
-%%QT_EXAMPLEDIR%%/qt3d/bigscene-instanced-qml/instanced.frag
-%%QT_EXAMPLEDIR%%/qt3d/bigscene-instanced-qml/instanced.vert
-%%QT_EXAMPLEDIR%%/qt3d/bigscene-instanced-qml/main.cpp
-%%QT_EXAMPLEDIR%%/qt3d/bigscene-instanced-qml/main.qml
-%%QT_EXAMPLEDIR%%/qt3d/clip-planes-qml/CappingMaterialEffect.qml
-%%QT_EXAMPLEDIR%%/qt3d/clip-planes-qml/ClipCappingFrameGraph.qml
-%%QT_EXAMPLEDIR%%/qt3d/clip-planes-qml/ClipMaterialEffect.qml
-%%QT_EXAMPLEDIR%%/qt3d/clip-planes-qml/ClipPlaneEntity.qml
-%%QT_EXAMPLEDIR%%/qt3d/clip-planes-qml/ClippingPlanes.qml
-%%QT_EXAMPLEDIR%%/qt3d/clip-planes-qml/PlaneVisualizationMaterial.qml
-%%QT_EXAMPLEDIR%%/qt3d/clip-planes-qml/capping.frag
-%%QT_EXAMPLEDIR%%/qt3d/clip-planes-qml/capping.geom
-%%QT_EXAMPLEDIR%%/qt3d/clip-planes-qml/capping.vert
-%%QT_EXAMPLEDIR%%/qt3d/clip-planes-qml/clip-planes-qml.pro
-%%QT_EXAMPLEDIR%%/qt3d/clip-planes-qml/clip-planes-qml.qrc
-%%QT_EXAMPLEDIR%%/qt3d/clip-planes-qml/main.cpp
-%%QT_EXAMPLEDIR%%/qt3d/clip-planes-qml/main.qml
-%%QT_EXAMPLEDIR%%/qt3d/clip-planes-qml/passthrough.frag
-%%QT_EXAMPLEDIR%%/qt3d/clip-planes-qml/phong-clip.frag
-%%QT_EXAMPLEDIR%%/qt3d/clip-planes-qml/phong-clip.vert
-%%QT_EXAMPLEDIR%%/qt3d/common/window.cpp
-%%QT_EXAMPLEDIR%%/qt3d/common/window.h
+%%QT_EXAMPLEDIR%%/qt3d/compute-particles/ComputeFrameGraph.qml
+%%QT_EXAMPLEDIR%%/qt3d/compute-particles/ComputeMaterial.qml
+%%QT_EXAMPLEDIR%%/qt3d/compute-particles/ParticlesScene.qml
+%%QT_EXAMPLEDIR%%/qt3d/compute-particles/compute-particles.pro
+%%QT_EXAMPLEDIR%%/qt3d/compute-particles/compute-particles.qrc
+%%QT_EXAMPLEDIR%%/qt3d/compute-particles/main.cpp
+%%QT_EXAMPLEDIR%%/qt3d/compute-particles/main.qml
+%%QT_EXAMPLEDIR%%/qt3d/compute-particles/particles.comp
+%%QT_EXAMPLEDIR%%/qt3d/compute-particles/particles.frag
+%%QT_EXAMPLEDIR%%/qt3d/compute-particles/particles.vert
%%QT_EXAMPLEDIR%%/qt3d/controls/Logo.qml
%%QT_EXAMPLEDIR%%/qt3d/controls/Qt_logo.obj
%%QT_EXAMPLEDIR%%/qt3d/controls/controls.pro
%%QT_EXAMPLEDIR%%/qt3d/controls/controls.qrc
%%QT_EXAMPLEDIR%%/qt3d/controls/main.cpp
%%QT_EXAMPLEDIR%%/qt3d/controls/main.qml
-%%QT_EXAMPLEDIR%%/qt3d/cpp_example/cpp_example.pro
-%%QT_EXAMPLEDIR%%/qt3d/cpp_example/doc/src/cpp_example.qdoc
-%%QT_EXAMPLEDIR%%/qt3d/cpp_example/main.cpp
-%%QT_EXAMPLEDIR%%/qt3d/custom-mesh-cpp/custom-mesh-cpp.pro
-%%QT_EXAMPLEDIR%%/qt3d/custom-mesh-cpp/main.cpp
-%%QT_EXAMPLEDIR%%/qt3d/custom-mesh-qml/custom-mesh-qml.pro
-%%QT_EXAMPLEDIR%%/qt3d/custom-mesh-qml/custom-mesh-qml.qrc
-%%QT_EXAMPLEDIR%%/qt3d/custom-mesh-qml/main.cpp
-%%QT_EXAMPLEDIR%%/qt3d/custom-mesh-qml/main.qml
-%%QT_EXAMPLEDIR%%/qt3d/cylinder-cpp/cylinder-cpp.pro
-%%QT_EXAMPLEDIR%%/qt3d/cylinder-cpp/doc/src/cylinder-cpp.qdoc
-%%QT_EXAMPLEDIR%%/qt3d/cylinder-cpp/main.cpp
-%%QT_EXAMPLEDIR%%/qt3d/cylinder-qml/cylinder-qml.pro
-%%QT_EXAMPLEDIR%%/qt3d/cylinder-qml/cylinder-qml.qrc
-%%QT_EXAMPLEDIR%%/qt3d/cylinder-qml/doc/src/cylinder-qml.qdoc
-%%QT_EXAMPLEDIR%%/qt3d/cylinder-qml/main.cpp
-%%QT_EXAMPLEDIR%%/qt3d/cylinder-qml/main.qml
%%QT_EXAMPLEDIR%%/qt3d/deferred-renderer-cpp/deferred-renderer-cpp.pro
%%QT_EXAMPLEDIR%%/qt3d/deferred-renderer-cpp/deferred-renderer-cpp.qrc
-%%QT_EXAMPLEDIR%%/qt3d/deferred-renderer-cpp/deferredrenderer.cpp
-%%QT_EXAMPLEDIR%%/qt3d/deferred-renderer-cpp/deferredrenderer.h
%%QT_EXAMPLEDIR%%/qt3d/deferred-renderer-cpp/doc/src/deferred-renderer-cpp.qdoc
%%QT_EXAMPLEDIR%%/qt3d/deferred-renderer-cpp/final_gl2.frag
%%QT_EXAMPLEDIR%%/qt3d/deferred-renderer-cpp/final_gl2.vert
@@ -2033,34 +2209,10 @@
%%QT_EXAMPLEDIR%%/qt3d/deferred-renderer-cpp/geometry_gl2.vert
%%QT_EXAMPLEDIR%%/qt3d/deferred-renderer-cpp/geometry_gl3.frag
%%QT_EXAMPLEDIR%%/qt3d/deferred-renderer-cpp/geometry_gl3.vert
-%%QT_EXAMPLEDIR%%/qt3d/deferred-renderer-cpp/main.cpp
%%QT_EXAMPLEDIR%%/qt3d/deferred-renderer-cpp/pointlightblock.cpp
%%QT_EXAMPLEDIR%%/qt3d/deferred-renderer-cpp/pointlightblock.h
%%QT_EXAMPLEDIR%%/qt3d/deferred-renderer-cpp/sceneeffect.cpp
%%QT_EXAMPLEDIR%%/qt3d/deferred-renderer-cpp/sceneeffect.h
-%%QT_EXAMPLEDIR%%/qt3d/deferred-renderer-qml/DeferredRenderer.qml
-%%QT_EXAMPLEDIR%%/qt3d/deferred-renderer-qml/FinalEffect.qml
-%%QT_EXAMPLEDIR%%/qt3d/deferred-renderer-qml/GBuffer.qml
-%%QT_EXAMPLEDIR%%/qt3d/deferred-renderer-qml/SceneEffect.qml
-%%QT_EXAMPLEDIR%%/qt3d/deferred-renderer-qml/deferred-renderer-qml.pro
-%%QT_EXAMPLEDIR%%/qt3d/deferred-renderer-qml/deferred-renderer-qml.qrc
-%%QT_EXAMPLEDIR%%/qt3d/deferred-renderer-qml/doc/src/deferred-renderer-qml.qdoc
-%%QT_EXAMPLEDIR%%/qt3d/deferred-renderer-qml/main.cpp
-%%QT_EXAMPLEDIR%%/qt3d/deferred-renderer-qml/main.qml
-%%QT_EXAMPLEDIR%%/qt3d/dynamicscene-cpp/boxentity.cpp
-%%QT_EXAMPLEDIR%%/qt3d/dynamicscene-cpp/boxentity.h
-%%QT_EXAMPLEDIR%%/qt3d/dynamicscene-cpp/doc/src/dynamicscene-cpp.qdoc
-%%QT_EXAMPLEDIR%%/qt3d/dynamicscene-cpp/dynamicscene-cpp.pro
-%%QT_EXAMPLEDIR%%/qt3d/dynamicscene-cpp/examplescene.cpp
-%%QT_EXAMPLEDIR%%/qt3d/dynamicscene-cpp/examplescene.h
-%%QT_EXAMPLEDIR%%/qt3d/dynamicscene-cpp/forwardrenderer.cpp
-%%QT_EXAMPLEDIR%%/qt3d/dynamicscene-cpp/forwardrenderer.h
-%%QT_EXAMPLEDIR%%/qt3d/dynamicscene-cpp/main.cpp
-%%QT_EXAMPLEDIR%%/qt3d/enabled-qml/doc/src/enabled-qml.qdoc
-%%QT_EXAMPLEDIR%%/qt3d/enabled-qml/enabled-qml.pro
-%%QT_EXAMPLEDIR%%/qt3d/enabled-qml/enabled-qml.qrc
-%%QT_EXAMPLEDIR%%/qt3d/enabled-qml/main.cpp
-%%QT_EXAMPLEDIR%%/qt3d/enabled-qml/main.qml
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/LICENSE
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/chest/Chest.obj
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/chest/diffuse.webp
@@ -2173,17 +2325,6 @@
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/test_scene.qrc
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/textures.qrc
%%QT_EXAMPLEDIR%%/qt3d/examples.pri
-%%QT_EXAMPLEDIR%%/qt3d/gltf/Wine.qml
-%%QT_EXAMPLEDIR%%/qt3d/gltf/doc/src/gltf.qdoc
-%%QT_EXAMPLEDIR%%/qt3d/gltf/gltf.pro
-%%QT_EXAMPLEDIR%%/qt3d/gltf/gltf_example.qrc
-%%QT_EXAMPLEDIR%%/qt3d/gltf/main.cpp
-%%QT_EXAMPLEDIR%%/qt3d/gltf/main.qml
-%%QT_EXAMPLEDIR%%/qt3d/gooch-qml/MyEntity.qml
-%%QT_EXAMPLEDIR%%/qt3d/gooch-qml/gooch-qml.pro
-%%QT_EXAMPLEDIR%%/qt3d/gooch-qml/gooch-qml.qrc
-%%QT_EXAMPLEDIR%%/qt3d/gooch-qml/main.cpp
-%%QT_EXAMPLEDIR%%/qt3d/gooch-qml/main.qml
%%QT_EXAMPLEDIR%%/qt3d/instanced-arrays-qml/instancebuffer.cpp
%%QT_EXAMPLEDIR%%/qt3d/instanced-arrays-qml/instancebuffer.h
%%QT_EXAMPLEDIR%%/qt3d/instanced-arrays-qml/instanced-arrays-qml.pro
@@ -2192,26 +2333,14 @@
%%QT_EXAMPLEDIR%%/qt3d/instanced-arrays-qml/instanced.vert
%%QT_EXAMPLEDIR%%/qt3d/instanced-arrays-qml/main.cpp
%%QT_EXAMPLEDIR%%/qt3d/instanced-arrays-qml/main.qml
-%%QT_EXAMPLEDIR%%/qt3d/keyboardinput-qml/SphereEntity.qml
-%%QT_EXAMPLEDIR%%/qt3d/keyboardinput-qml/doc/src/keyboardinput-qml.qdoc
-%%QT_EXAMPLEDIR%%/qt3d/keyboardinput-qml/keyboardinput-qml.pro
-%%QT_EXAMPLEDIR%%/qt3d/keyboardinput-qml/keyboardinput-qml.qrc
-%%QT_EXAMPLEDIR%%/qt3d/keyboardinput-qml/main.cpp
-%%QT_EXAMPLEDIR%%/qt3d/keyboardinput-qml/main.qml
%%QT_EXAMPLEDIR%%/qt3d/lights/PlaneEntity.qml
%%QT_EXAMPLEDIR%%/qt3d/lights/lights.pro
%%QT_EXAMPLEDIR%%/qt3d/lights/lights.qrc
%%QT_EXAMPLEDIR%%/qt3d/lights/main.cpp
%%QT_EXAMPLEDIR%%/qt3d/lights/main.qml
-%%QT_EXAMPLEDIR%%/qt3d/loader-qml/CuboidEntity.qml
-%%QT_EXAMPLEDIR%%/qt3d/loader-qml/SphereEntity.qml
-%%QT_EXAMPLEDIR%%/qt3d/loader-qml/doc/src/loader-qml.qdoc
-%%QT_EXAMPLEDIR%%/qt3d/loader-qml/loader-qml.pro
-%%QT_EXAMPLEDIR%%/qt3d/loader-qml/loader-qml.qrc
-%%QT_EXAMPLEDIR%%/qt3d/loader-qml/main.cpp
-%%QT_EXAMPLEDIR%%/qt3d/loader-qml/main.qml
%%QT_EXAMPLEDIR%%/qt3d/materials-cpp/barrel.cpp
%%QT_EXAMPLEDIR%%/qt3d/materials-cpp/barrel.h
+%%QT_EXAMPLEDIR%%/qt3d/materials-cpp/doc/images/materials-cpp.png
%%QT_EXAMPLEDIR%%/qt3d/materials-cpp/doc/src/materials-cpp.qdoc
%%QT_EXAMPLEDIR%%/qt3d/materials-cpp/houseplant.cpp
%%QT_EXAMPLEDIR%%/qt3d/materials-cpp/houseplant.h
@@ -2233,42 +2362,34 @@
%%QT_EXAMPLEDIR%%/qt3d/materials/RenderableEntity.qml
%%QT_EXAMPLEDIR%%/qt3d/materials/SortedForwardRenderer.qml
%%QT_EXAMPLEDIR%%/qt3d/materials/TrefoilKnot.qml
+%%QT_EXAMPLEDIR%%/qt3d/materials/doc/images/materials.png
%%QT_EXAMPLEDIR%%/qt3d/materials/doc/src/materials.qdoc
%%QT_EXAMPLEDIR%%/qt3d/materials/main.cpp
%%QT_EXAMPLEDIR%%/qt3d/materials/main.qml
%%QT_EXAMPLEDIR%%/qt3d/materials/materials.pro
%%QT_EXAMPLEDIR%%/qt3d/materials/materials.qrc
-%%QT_EXAMPLEDIR%%/qt3d/mouseinput-qml/main.cpp
-%%QT_EXAMPLEDIR%%/qt3d/mouseinput-qml/main.qml
-%%QT_EXAMPLEDIR%%/qt3d/mouseinput-qml/mouseinput-qml.pro
-%%QT_EXAMPLEDIR%%/qt3d/mouseinput-qml/mouseinput-qml.qrc
%%QT_EXAMPLEDIR%%/qt3d/multiviewport/QuadViewportFrameGraph.qml
%%QT_EXAMPLEDIR%%/qt3d/multiviewport/SimpleCamera.qml
+%%QT_EXAMPLEDIR%%/qt3d/multiviewport/doc/images/multiviewport-qml-example.png
%%QT_EXAMPLEDIR%%/qt3d/multiviewport/doc/src/multiviewport.qdoc
%%QT_EXAMPLEDIR%%/qt3d/multiviewport/main.cpp
%%QT_EXAMPLEDIR%%/qt3d/multiviewport/main.qml
%%QT_EXAMPLEDIR%%/qt3d/multiviewport/multiviewport.pro
%%QT_EXAMPLEDIR%%/qt3d/multiviewport/multiviewport.qrc
-%%QT_EXAMPLEDIR%%/qt3d/picking-qml/main.cpp
-%%QT_EXAMPLEDIR%%/qt3d/picking-qml/main.qml
-%%QT_EXAMPLEDIR%%/qt3d/picking-qml/picking-qml.pro
-%%QT_EXAMPLEDIR%%/qt3d/picking-qml/picking-qml.qrc
-%%QT_EXAMPLEDIR%%/qt3d/planets-qml/CloudEffectDS.qml
%%QT_EXAMPLEDIR%%/qt3d/planets-qml/FpsDisplay.qml
%%QT_EXAMPLEDIR%%/qt3d/planets-qml/InfoSheet.qml
%%QT_EXAMPLEDIR%%/qt3d/planets-qml/Planet.qml
%%QT_EXAMPLEDIR%%/qt3d/planets-qml/PlanetButton.qml
-%%QT_EXAMPLEDIR%%/qt3d/planets-qml/PlanetEffectD.qml
-%%QT_EXAMPLEDIR%%/qt3d/planets-qml/PlanetEffectDB.qml
-%%QT_EXAMPLEDIR%%/qt3d/planets-qml/PlanetEffectDSB.qml
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/PlanetEffect.qml
%%QT_EXAMPLEDIR%%/qt3d/planets-qml/PlanetFrameGraph.qml
%%QT_EXAMPLEDIR%%/qt3d/planets-qml/PlanetMaterial.qml
-%%QT_EXAMPLEDIR%%/qt3d/planets-qml/PlanetShadowEffectD.qml
%%QT_EXAMPLEDIR%%/qt3d/planets-qml/PlanetsLight.qml
%%QT_EXAMPLEDIR%%/qt3d/planets-qml/PlanetsMain.qml
%%QT_EXAMPLEDIR%%/qt3d/planets-qml/Ring.qml
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/ShadowEffect.qml
%%QT_EXAMPLEDIR%%/qt3d/planets-qml/SolarSystem.qml
%%QT_EXAMPLEDIR%%/qt3d/planets-qml/StyledSlider.qml
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/SunEffect.qml
%%QT_EXAMPLEDIR%%/qt3d/planets-qml/android/AndroidManifest.xml
%%QT_EXAMPLEDIR%%/qt3d/planets-qml/android/res/drawable-hdpi/icon.png
%%QT_EXAMPLEDIR%%/qt3d/planets-qml/android/res/drawable-ldpi/icon.png
@@ -2318,49 +2439,28 @@
%%QT_EXAMPLEDIR%%/qt3d/planets-qml/shaders/es2/planetDB.vert
%%QT_EXAMPLEDIR%%/qt3d/planets-qml/shaders/es2/planetDS.frag
%%QT_EXAMPLEDIR%%/qt3d/planets-qml/shaders/es2/planetDSB.frag
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/shaders/es2/sun.frag
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/shaders/es2/sun.vert
%%QT_EXAMPLEDIR%%/qt3d/planets-qml/shaders/gl3/planetD.frag
%%QT_EXAMPLEDIR%%/qt3d/planets-qml/shaders/gl3/planetD.vert
%%QT_EXAMPLEDIR%%/qt3d/planets-qml/shaders/gl3/planetDB.frag
%%QT_EXAMPLEDIR%%/qt3d/planets-qml/shaders/gl3/planetDB.vert
%%QT_EXAMPLEDIR%%/qt3d/planets-qml/shaders/gl3/planetDS.frag
%%QT_EXAMPLEDIR%%/qt3d/planets-qml/shaders/gl3/planetDSB.frag
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/shaders/gl3/planetDShadow.frag
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/shaders/gl3/planetDShadow.vert
%%QT_EXAMPLEDIR%%/qt3d/planets-qml/shaders/gl3/shadowmap.frag
%%QT_EXAMPLEDIR%%/qt3d/planets-qml/shaders/gl3/shadowmap.vert
-%%QT_EXAMPLEDIR%%/qt3d/plasma/main.cpp
-%%QT_EXAMPLEDIR%%/qt3d/plasma/main.qml
-%%QT_EXAMPLEDIR%%/qt3d/plasma/plasma.frag
-%%QT_EXAMPLEDIR%%/qt3d/plasma/plasma.pro
-%%QT_EXAMPLEDIR%%/qt3d/plasma/plasma.qrc
-%%QT_EXAMPLEDIR%%/qt3d/plasma/plasma.vert
-%%QT_EXAMPLEDIR%%/qt3d/playground-qml/AdsEffect.qml
-%%QT_EXAMPLEDIR%%/qt3d/playground-qml/AnimatedDiffuseMaterial.qml
-%%QT_EXAMPLEDIR%%/qt3d/playground-qml/ComplexTechnique.qml
-%%QT_EXAMPLEDIR%%/qt3d/playground-qml/DetailView.qml
-%%QT_EXAMPLEDIR%%/qt3d/playground-qml/MainView.qml
-%%QT_EXAMPLEDIR%%/qt3d/playground-qml/MyForwardRenderer.qml
-%%QT_EXAMPLEDIR%%/qt3d/playground-qml/RenderableEntity.qml
-%%QT_EXAMPLEDIR%%/qt3d/playground-qml/assets/ball.obj
-%%QT_EXAMPLEDIR%%/qt3d/playground-qml/assets/cube.obj
-%%QT_EXAMPLEDIR%%/qt3d/playground-qml/assets/test_scene.dae
-%%QT_EXAMPLEDIR%%/qt3d/playground-qml/doc/src/playground-qml.qdoc
-%%QT_EXAMPLEDIR%%/qt3d/playground-qml/main.cpp
-%%QT_EXAMPLEDIR%%/qt3d/playground-qml/main.qml
-%%QT_EXAMPLEDIR%%/qt3d/playground-qml/playground-qml.pro
-%%QT_EXAMPLEDIR%%/qt3d/playground-qml/playground-qml.qrc
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/shaders/gl3/sun.frag
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/shaders/gl3/sun.vert
%%QT_EXAMPLEDIR%%/qt3d/qgltf/Scene.qml
%%QT_EXAMPLEDIR%%/qt3d/qgltf/main.cpp
%%QT_EXAMPLEDIR%%/qt3d/qgltf/main.qml
%%QT_EXAMPLEDIR%%/qt3d/qgltf/qgltf.pro
%%QT_EXAMPLEDIR%%/qt3d/qgltf/qgltf_example.qrc
%%QT_EXAMPLEDIR%%/qt3d/qt3d.pro
-%%QT_EXAMPLEDIR%%/qt3d/scene3d-loader/AnimatedEntity.qml
-%%QT_EXAMPLEDIR%%/qt3d/scene3d-loader/Scene.qml
-%%QT_EXAMPLEDIR%%/qt3d/scene3d-loader/Scene2.qml
-%%QT_EXAMPLEDIR%%/qt3d/scene3d-loader/main.cpp
-%%QT_EXAMPLEDIR%%/qt3d/scene3d-loader/main.qml
-%%QT_EXAMPLEDIR%%/qt3d/scene3d-loader/scene3d-loader.pro
-%%QT_EXAMPLEDIR%%/qt3d/scene3d-loader/scene3d-loader.qrc
%%QT_EXAMPLEDIR%%/qt3d/scene3d/AnimatedEntity.qml
+%%QT_EXAMPLEDIR%%/qt3d/scene3d/doc/images/scene3d.png
%%QT_EXAMPLEDIR%%/qt3d/scene3d/doc/src/scene3d.qdoc
%%QT_EXAMPLEDIR%%/qt3d/scene3d/main.cpp
%%QT_EXAMPLEDIR%%/qt3d/scene3d/main.qml
@@ -2388,73 +2488,20 @@
%%QT_EXAMPLEDIR%%/qt3d/shadow-map-qml/shaders/shadowmap.vert
%%QT_EXAMPLEDIR%%/qt3d/shadow-map-qml/shadow-map-qml.pro
%%QT_EXAMPLEDIR%%/qt3d/shadow-map-qml/shadow-map-qml.qrc
+%%QT_EXAMPLEDIR%%/qt3d/simple-cpp/doc/images/simple-cpp.png
%%QT_EXAMPLEDIR%%/qt3d/simple-cpp/doc/src/simple-cpp.qdoc
%%QT_EXAMPLEDIR%%/qt3d/simple-cpp/main.cpp
+%%QT_EXAMPLEDIR%%/qt3d/simple-cpp/orbittransformcontroller.cpp
+%%QT_EXAMPLEDIR%%/qt3d/simple-cpp/orbittransformcontroller.h
%%QT_EXAMPLEDIR%%/qt3d/simple-cpp/simple-cpp.pro
%%QT_EXAMPLEDIR%%/qt3d/simple-qml/CameraController.qml
+%%QT_EXAMPLEDIR%%/qt3d/simple-qml/doc/images/simple-qml.png
%%QT_EXAMPLEDIR%%/qt3d/simple-qml/doc/src/simple-qml.qdoc
%%QT_EXAMPLEDIR%%/qt3d/simple-qml/main.cpp
%%QT_EXAMPLEDIR%%/qt3d/simple-qml/main.qml
%%QT_EXAMPLEDIR%%/qt3d/simple-qml/simple-qml.pro
%%QT_EXAMPLEDIR%%/qt3d/simple-qml/simple-qml.qrc
-%%QT_EXAMPLEDIR%%/qt3d/simple-shaders-qml/main.cpp
-%%QT_EXAMPLEDIR%%/qt3d/simple-shaders-qml/main.qml
-%%QT_EXAMPLEDIR%%/qt3d/simple-shaders-qml/simple-shader.frag
-%%QT_EXAMPLEDIR%%/qt3d/simple-shaders-qml/simple-shader.vert
-%%QT_EXAMPLEDIR%%/qt3d/simple-shaders-qml/simple-shaders-qml.pro
-%%QT_EXAMPLEDIR%%/qt3d/simple-shaders-qml/simple-shaders-qml.qrc
-%%QT_EXAMPLEDIR%%/qt3d/skybox/Skybox.qml
-%%QT_EXAMPLEDIR%%/qt3d/skybox/doc/src/skybox.qdoc
-%%QT_EXAMPLEDIR%%/qt3d/skybox/main.cpp
-%%QT_EXAMPLEDIR%%/qt3d/skybox/main.qml
-%%QT_EXAMPLEDIR%%/qt3d/skybox/skybox.pro
-%%QT_EXAMPLEDIR%%/qt3d/skybox/skybox.qrc
-%%QT_EXAMPLEDIR%%/qt3d/tessellation-modes/BasicCamera.qml
-%%QT_EXAMPLEDIR%%/qt3d/tessellation-modes/TessellatedQuad.qml
-%%QT_EXAMPLEDIR%%/qt3d/tessellation-modes/TessellatedWireframeEffect.qml
-%%QT_EXAMPLEDIR%%/qt3d/tessellation-modes/TessellatedWireframeMaterial.qml
-%%QT_EXAMPLEDIR%%/qt3d/tessellation-modes/doc/src/tessellation-modes.qdoc
-%%QT_EXAMPLEDIR%%/qt3d/tessellation-modes/main.cpp
-%%QT_EXAMPLEDIR%%/qt3d/tessellation-modes/main.qml
-%%QT_EXAMPLEDIR%%/qt3d/tessellation-modes/shaders/flat.frag
-%%QT_EXAMPLEDIR%%/qt3d/tessellation-modes/shaders/isolines.tcs
-%%QT_EXAMPLEDIR%%/qt3d/tessellation-modes/shaders/isolines.tes
-%%QT_EXAMPLEDIR%%/qt3d/tessellation-modes/shaders/passthru.vert
-%%QT_EXAMPLEDIR%%/qt3d/tessellation-modes/shaders/phongwireframe.frag
-%%QT_EXAMPLEDIR%%/qt3d/tessellation-modes/shaders/quads.tcs
-%%QT_EXAMPLEDIR%%/qt3d/tessellation-modes/shaders/quads.tes
-%%QT_EXAMPLEDIR%%/qt3d/tessellation-modes/shaders/robustwireframe.geom
-%%QT_EXAMPLEDIR%%/qt3d/tessellation-modes/shaders/triangles.tcs
-%%QT_EXAMPLEDIR%%/qt3d/tessellation-modes/shaders/triangles.tes
-%%QT_EXAMPLEDIR%%/qt3d/tessellation-modes/tessellatedquadmesh.cpp
-%%QT_EXAMPLEDIR%%/qt3d/tessellation-modes/tessellatedquadmesh.h
-%%QT_EXAMPLEDIR%%/qt3d/tessellation-modes/tessellation-modes.pro
-%%QT_EXAMPLEDIR%%/qt3d/tessellation-modes/tessellation-modes.qrc
-%%QT_EXAMPLEDIR%%/qt3d/torus-qml/doc/src/torus-qml.qdoc
-%%QT_EXAMPLEDIR%%/qt3d/torus-qml/main.cpp
%%QT_EXAMPLEDIR%%/qt3d/torus-qml/main.qml
-%%QT_EXAMPLEDIR%%/qt3d/torus-qml/torus-qml.pro
-%%QT_EXAMPLEDIR%%/qt3d/torus-qml/torus-qml.qrc
-%%QT_EXAMPLEDIR%%/qt3d/transforms-qml/RenderableEntity.qml
-%%QT_EXAMPLEDIR%%/qt3d/transforms-qml/TemporaryCamera.qml
-%%QT_EXAMPLEDIR%%/qt3d/transforms-qml/TrefoilKnot.qml
-%%QT_EXAMPLEDIR%%/qt3d/transforms-qml/main.cpp
-%%QT_EXAMPLEDIR%%/qt3d/transforms-qml/main.qml
-%%QT_EXAMPLEDIR%%/qt3d/transforms-qml/transforms-qml.pro
-%%QT_EXAMPLEDIR%%/qt3d/transforms-qml/transforms-qml.qrc
-%%QT_EXAMPLEDIR%%/qt3d/transparency-qml-scene3d/Scene.qml
-%%QT_EXAMPLEDIR%%/qt3d/transparency-qml-scene3d/main.cpp
-%%QT_EXAMPLEDIR%%/qt3d/transparency-qml-scene3d/main.qml
-%%QT_EXAMPLEDIR%%/qt3d/transparency-qml-scene3d/phongalpha.frag
-%%QT_EXAMPLEDIR%%/qt3d/transparency-qml-scene3d/phongalpha.vert
-%%QT_EXAMPLEDIR%%/qt3d/transparency-qml-scene3d/transparency-qml-scene3d.pro
-%%QT_EXAMPLEDIR%%/qt3d/transparency-qml-scene3d/transparency-qml-scene3d.qrc
-%%QT_EXAMPLEDIR%%/qt3d/transparency-qml/main.cpp
-%%QT_EXAMPLEDIR%%/qt3d/transparency-qml/main.qml
-%%QT_EXAMPLEDIR%%/qt3d/transparency-qml/phongalpha.frag
-%%QT_EXAMPLEDIR%%/qt3d/transparency-qml/phongalpha.vert
-%%QT_EXAMPLEDIR%%/qt3d/transparency-qml/transparency-qml.pro
-%%QT_EXAMPLEDIR%%/qt3d/transparency-qml/transparency-qml.qrc
%%QT_EXAMPLEDIR%%/qt3d/wave/Background.qml
%%QT_EXAMPLEDIR%%/qt3d/wave/BackgroundEffect.qml
%%QT_EXAMPLEDIR%%/qt3d/wave/BasicCamera.qml
@@ -2462,6 +2509,7 @@
%%QT_EXAMPLEDIR%%/qt3d/wave/WaveEffect.qml
%%QT_EXAMPLEDIR%%/qt3d/wave/WaveForwardRenderer.qml
%%QT_EXAMPLEDIR%%/qt3d/wave/WaveMaterial.qml
+%%QT_EXAMPLEDIR%%/qt3d/wave/doc/images/wave.png
%%QT_EXAMPLEDIR%%/qt3d/wave/doc/src/wave.qdoc
%%QT_EXAMPLEDIR%%/qt3d/wave/main.cpp
%%QT_EXAMPLEDIR%%/qt3d/wave/main.qml
@@ -3005,6 +3053,12 @@
%%QT_EXAMPLEDIR%%/quick/keyinteraction/keyinteraction.qmlproject
%%QT_EXAMPLEDIR%%/quick/keyinteraction/keyinteraction.qrc
%%QT_EXAMPLEDIR%%/quick/keyinteraction/main.cpp
+%%QT_EXAMPLEDIR%%/quick/layouts/doc/src/qtquicklayouts-examples.qdoc
+%%QT_EXAMPLEDIR%%/quick/layouts/layouts.pro
+%%QT_EXAMPLEDIR%%/quick/layouts/layouts.qml
+%%QT_EXAMPLEDIR%%/quick/layouts/layouts.qmlproject
+%%QT_EXAMPLEDIR%%/quick/layouts/layouts.qrc
+%%QT_EXAMPLEDIR%%/quick/layouts/main.cpp
%%QT_EXAMPLEDIR%%/quick/localstorage/doc/src/localstorage.qdoc
%%QT_EXAMPLEDIR%%/quick/localstorage/localstorage.pro
%%QT_EXAMPLEDIR%%/quick/localstorage/localstorage/hello.qml
@@ -3756,10 +3810,93 @@
%%QT_EXAMPLEDIR%%/quickcontrols/extras/gallery/qml/StylePicker.qml
%%QT_EXAMPLEDIR%%/quickcontrols/extras/gallery/qml/gallery.qml
%%QT_EXAMPLEDIR%%/quickcontrols/quickcontrols.pro
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter1-settingup/chapter1-settingup.pro
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter1-settingup/main.cpp
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter1-settingup/main.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter1-settingup/qml.qrc
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter2-lists/chapter2-lists.pro
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter2-lists/main.cpp
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter2-lists/main.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter2-lists/qml.qrc
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter3-navigation/ContactPage.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter3-navigation/ConversationPage.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter3-navigation/chapter3-navigation.pro
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter3-navigation/main.cpp
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter3-navigation/main.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter3-navigation/qml.qrc
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter4-models/ContactPage.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter4-models/ConversationPage.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter4-models/chapter4-models.pro
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter4-models/main.cpp
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter4-models/main.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter4-models/qml.qrc
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter4-models/sqlcontactmodel.cpp
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter4-models/sqlcontactmodel.h
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter4-models/sqlconversationmodel.cpp
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter4-models/sqlconversationmodel.h
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter5-styling/+material/ChatToolBar.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter5-styling/ChatToolBar.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter5-styling/ContactPage.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter5-styling/ConversationPage.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter5-styling/chapter5-styling.pro
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter5-styling/main.cpp
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter5-styling/main.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter5-styling/qml.qrc
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter5-styling/qtquickcontrols2.conf
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter5-styling/sqlcontactmodel.cpp
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter5-styling/sqlcontactmodel.h
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter5-styling/sqlconversationmodel.cpp
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter5-styling/sqlconversationmodel.h
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chattutorial.pro
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter1.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter2-listview-header.gif
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter2.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter3-listview-header.gif
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter3-view-margins.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter3.gif
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter4-long-message.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter4-message-timestamp.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter4.gif
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-contacts-material-dark.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-contacts-material-test.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-contacts-material.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-contacts-universal-dark.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-contacts-universal.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-conversations-material-dark.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-conversations-material-test.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-conversations-material.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-conversations-universal-dark.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-conversations-universal.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/doc/src/qtquickcontrols2-chattutorial.qdoc
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/shared/Albert Einstein.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/shared/Albert Einstein@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/shared/Albert Einstein@3x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/shared/Albert Einstein@4x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/shared/Ernest Hemingway.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/shared/Ernest Hemingway@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/shared/Ernest Hemingway@3x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/shared/Ernest Hemingway@4x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/shared/Hans Gude.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/shared/Hans Gude@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/shared/Hans Gude@3x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/shared/Hans Gude@4x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/shared/shared.qrc
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/doc/images/qtquickcontrols2-gallery-drawer.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/doc/images/qtquickcontrols2-gallery-menu.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/doc/images/qtquickcontrols2-gallery-welcome.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/doc/src/qtquickcontrols2-gallery.qdoc
%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/gallery.cpp
%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/gallery.pro
%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/gallery.qml
%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/gallery.qrc
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/images/+material/drawer.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/images/+material/drawer@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/images/+material/drawer@3x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/images/+material/drawer@4x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/images/+material/menu.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/images/+material/menu@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/images/+material/menu@3x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/images/+material/menu@4x.png
%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/images/arrow.png
%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/images/arrow@2x.png
%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/images/arrow@3x.png
@@ -3784,6 +3921,7 @@
%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/pages/ButtonPage.qml
%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/pages/CheckBoxPage.qml
%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/pages/ComboBoxPage.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/pages/DelegatePage.qml
%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/pages/DialPage.qml
%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/pages/DrawerPage.qml
%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/pages/FramePage.qml
@@ -3804,8 +3942,9 @@
%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/pages/TabBarPage.qml
%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/pages/TextAreaPage.qml
%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/pages/TextFieldPage.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/pages/ToolTipPage.qml
%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/pages/TumblerPage.qml
-%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/qtlabscontrols.conf
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/qtquickcontrols2.conf
%%QT_EXAMPLEDIR%%/quickcontrols2/quickcontrols2.pro
%%QT_EXAMPLEDIR%%/script/README
%%QT_EXAMPLEDIR%%/script/calculator/calculator.js
@@ -3890,6 +4029,120 @@
%%QT_EXAMPLEDIR%%/script/qstetrix/tetrixwindow.js
%%QT_EXAMPLEDIR%%/script/qstetrix/tetrixwindow.ui
%%QT_EXAMPLEDIR%%/script/script.pro
+%%QT_EXAMPLEDIR%%/scxml/calculator-common/doc/src/calculator-compiling.qdocinc
+%%QT_EXAMPLEDIR%%/scxml/calculator-common/statemachine.scxml
+%%QT_EXAMPLEDIR%%/scxml/calculator-qml/Button.qml
+%%QT_EXAMPLEDIR%%/scxml/calculator-qml/calculator-qml.cpp
+%%QT_EXAMPLEDIR%%/scxml/calculator-qml/calculator-qml.pro
+%%QT_EXAMPLEDIR%%/scxml/calculator-qml/calculator-qml.qml
+%%QT_EXAMPLEDIR%%/scxml/calculator-qml/calculator-qml.qrc
+%%QT_EXAMPLEDIR%%/scxml/calculator-qml/doc/images/calculator-qml.png
+%%QT_EXAMPLEDIR%%/scxml/calculator-qml/doc/src/calculator-qml.qdoc
+%%QT_EXAMPLEDIR%%/scxml/calculator-widgets/calculator-widgets.cpp
+%%QT_EXAMPLEDIR%%/scxml/calculator-widgets/calculator-widgets.pro
+%%QT_EXAMPLEDIR%%/scxml/calculator-widgets/doc/images/calculator.png
+%%QT_EXAMPLEDIR%%/scxml/calculator-widgets/doc/src/calculator.qdoc
+%%QT_EXAMPLEDIR%%/scxml/calculator-widgets/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/scxml/calculator-widgets/mainwindow.h
+%%QT_EXAMPLEDIR%%/scxml/calculator-widgets/mainwindow.ui
+%%QT_EXAMPLEDIR%%/scxml/invoke-common/Button.qml
+%%QT_EXAMPLEDIR%%/scxml/invoke-common/MainView.qml
+%%QT_EXAMPLEDIR%%/scxml/invoke-common/SubView.qml
+%%QT_EXAMPLEDIR%%/scxml/invoke-common/statemachine.scxml
+%%QT_EXAMPLEDIR%%/scxml/invoke-dynamic/doc/images/invoke-dynamic.png
+%%QT_EXAMPLEDIR%%/scxml/invoke-dynamic/doc/src/invoke-dynamic.qdoc
+%%QT_EXAMPLEDIR%%/scxml/invoke-dynamic/invoke-dynamic.cpp
+%%QT_EXAMPLEDIR%%/scxml/invoke-dynamic/invoke-dynamic.pro
+%%QT_EXAMPLEDIR%%/scxml/invoke-dynamic/invoke-dynamic.qml
+%%QT_EXAMPLEDIR%%/scxml/invoke-dynamic/invoke-dynamic.qrc
+%%QT_EXAMPLEDIR%%/scxml/invoke-static/doc/images/invoke-static.png
+%%QT_EXAMPLEDIR%%/scxml/invoke-static/doc/src/invoke-static.qdoc
+%%QT_EXAMPLEDIR%%/scxml/invoke-static/invoke-static.cpp
+%%QT_EXAMPLEDIR%%/scxml/invoke-static/invoke-static.pro
+%%QT_EXAMPLEDIR%%/scxml/invoke-static/invoke-static.qml
+%%QT_EXAMPLEDIR%%/scxml/invoke-static/invoke-static.qrc
+%%QT_EXAMPLEDIR%%/scxml/mediaplayer-common/Mediaplayer.qml
+%%QT_EXAMPLEDIR%%/scxml/mediaplayer-common/doc/images/mediaplayer.png
+%%QT_EXAMPLEDIR%%/scxml/mediaplayer-common/doc/src/mediaplayer-compiling.qdocinc
+%%QT_EXAMPLEDIR%%/scxml/mediaplayer-common/doc/src/mediaplayer-dynamic.qdocinc
+%%QT_EXAMPLEDIR%%/scxml/mediaplayer-common/doc/src/mediaplayer-ecmascript-data-model.qdocinc
+%%QT_EXAMPLEDIR%%/scxml/mediaplayer-common/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/scxml/mediaplayer-common/mainwindow.h
+%%QT_EXAMPLEDIR%%/scxml/mediaplayer-common/mainwindow.ui
+%%QT_EXAMPLEDIR%%/scxml/mediaplayer-common/mediaplayer.scxml
+%%QT_EXAMPLEDIR%%/scxml/mediaplayer-qml-cppdatamodel/doc/src/mediaplayer-qml-cppdatamodel.qdoc
+%%QT_EXAMPLEDIR%%/scxml/mediaplayer-qml-cppdatamodel/mediaplayer-cppdatamodel.scxml
+%%QT_EXAMPLEDIR%%/scxml/mediaplayer-qml-cppdatamodel/mediaplayer-qml-cppdatamodel.cpp
+%%QT_EXAMPLEDIR%%/scxml/mediaplayer-qml-cppdatamodel/mediaplayer-qml-cppdatamodel.pro
+%%QT_EXAMPLEDIR%%/scxml/mediaplayer-qml-cppdatamodel/mediaplayer-qml-cppdatamodel.qml
+%%QT_EXAMPLEDIR%%/scxml/mediaplayer-qml-cppdatamodel/mediaplayer-qml-cppdatamodel.qrc
+%%QT_EXAMPLEDIR%%/scxml/mediaplayer-qml-cppdatamodel/thedatamodel.cpp
+%%QT_EXAMPLEDIR%%/scxml/mediaplayer-qml-cppdatamodel/thedatamodel.h
+%%QT_EXAMPLEDIR%%/scxml/mediaplayer-qml-dynamic/doc/src/mediaplayer-qml-dynamic.qdoc
+%%QT_EXAMPLEDIR%%/scxml/mediaplayer-qml-dynamic/mediaplayer-qml-dynamic.cpp
+%%QT_EXAMPLEDIR%%/scxml/mediaplayer-qml-dynamic/mediaplayer-qml-dynamic.pro
+%%QT_EXAMPLEDIR%%/scxml/mediaplayer-qml-dynamic/mediaplayer-qml-dynamic.qml
+%%QT_EXAMPLEDIR%%/scxml/mediaplayer-qml-dynamic/mediaplayer-qml-dynamic.qrc
+%%QT_EXAMPLEDIR%%/scxml/mediaplayer-qml-static/doc/src/mediaplayer-qml-static.qdoc
+%%QT_EXAMPLEDIR%%/scxml/mediaplayer-qml-static/mediaplayer-qml-static.cpp
+%%QT_EXAMPLEDIR%%/scxml/mediaplayer-qml-static/mediaplayer-qml-static.pro
+%%QT_EXAMPLEDIR%%/scxml/mediaplayer-qml-static/mediaplayer-qml-static.qml
+%%QT_EXAMPLEDIR%%/scxml/mediaplayer-qml-static/mediaplayer-qml-static.qrc
+%%QT_EXAMPLEDIR%%/scxml/mediaplayer-widgets-dynamic/doc/src/mediaplayer-widgets-dynamic.qdoc
+%%QT_EXAMPLEDIR%%/scxml/mediaplayer-widgets-dynamic/mediaplayer-widgets-dynamic.cpp
+%%QT_EXAMPLEDIR%%/scxml/mediaplayer-widgets-dynamic/mediaplayer-widgets-dynamic.pro
+%%QT_EXAMPLEDIR%%/scxml/mediaplayer-widgets-dynamic/mediaplayer.qrc
+%%QT_EXAMPLEDIR%%/scxml/mediaplayer-widgets-static/doc/src/mediaplayer-widgets-static.qdoc
+%%QT_EXAMPLEDIR%%/scxml/mediaplayer-widgets-static/mediaplayer-widgets-static.cpp
+%%QT_EXAMPLEDIR%%/scxml/mediaplayer-widgets-static/mediaplayer-widgets-static.pro
+%%QT_EXAMPLEDIR%%/scxml/pinball/doc/images/pinball-statechart-global.png
+%%QT_EXAMPLEDIR%%/scxml/pinball/doc/images/pinball-statechart-guicontrol.png
+%%QT_EXAMPLEDIR%%/scxml/pinball/doc/images/pinball-statechart-internalstate.png
+%%QT_EXAMPLEDIR%%/scxml/pinball/doc/images/pinball-statechart-logicalstate.png
+%%QT_EXAMPLEDIR%%/scxml/pinball/doc/images/pinball-statechart-modestate.png
+%%QT_EXAMPLEDIR%%/scxml/pinball/doc/images/pinball-statechart-onstate.png
+%%QT_EXAMPLEDIR%%/scxml/pinball/doc/images/pinball-statechart-workflow.png
+%%QT_EXAMPLEDIR%%/scxml/pinball/doc/images/pinball.png
+%%QT_EXAMPLEDIR%%/scxml/pinball/doc/src/pinball.qdoc
+%%QT_EXAMPLEDIR%%/scxml/pinball/main.cpp
+%%QT_EXAMPLEDIR%%/scxml/pinball/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/scxml/pinball/mainwindow.h
+%%QT_EXAMPLEDIR%%/scxml/pinball/mainwindow.ui
+%%QT_EXAMPLEDIR%%/scxml/pinball/pinball.pro
+%%QT_EXAMPLEDIR%%/scxml/pinball/pinball.scxml
+%%QT_EXAMPLEDIR%%/scxml/scxml.pro
+%%QT_EXAMPLEDIR%%/scxml/trafficlight-common/Button.qml
+%%QT_EXAMPLEDIR%%/scxml/trafficlight-common/TrafficLight.qml
+%%QT_EXAMPLEDIR%%/scxml/trafficlight-common/background.png
+%%QT_EXAMPLEDIR%%/scxml/trafficlight-common/doc/images/trafficlight.png
+%%QT_EXAMPLEDIR%%/scxml/trafficlight-common/doc/src/trafficlight-compiling.qdocinc
+%%QT_EXAMPLEDIR%%/scxml/trafficlight-common/doc/src/trafficlight-state-machine.qdocinc
+%%QT_EXAMPLEDIR%%/scxml/trafficlight-common/green.png
+%%QT_EXAMPLEDIR%%/scxml/trafficlight-common/pause.png
+%%QT_EXAMPLEDIR%%/scxml/trafficlight-common/play.png
+%%QT_EXAMPLEDIR%%/scxml/trafficlight-common/red.png
+%%QT_EXAMPLEDIR%%/scxml/trafficlight-common/statemachine.scxml
+%%QT_EXAMPLEDIR%%/scxml/trafficlight-common/trafficlight.cpp
+%%QT_EXAMPLEDIR%%/scxml/trafficlight-common/trafficlight.h
+%%QT_EXAMPLEDIR%%/scxml/trafficlight-common/yellow.png
+%%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-dynamic/doc/src/trafficlight-qml-dynamic.qdoc
+%%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-dynamic/trafficlight-qml-dynamic.cpp
+%%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-dynamic/trafficlight-qml-dynamic.pro
+%%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-dynamic/trafficlight-qml-dynamic.qml
+%%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-dynamic/trafficlight-qml-dynamic.qrc
+%%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-static/doc/src/trafficlight-qml-static.qdoc
+%%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-static/trafficlight-qml-static.cpp
+%%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-static/trafficlight-qml-static.pro
+%%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-static/trafficlight-qml-static.qml
+%%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-static/trafficlight-qml-static.qrc
+%%QT_EXAMPLEDIR%%/scxml/trafficlight-widgets-dynamic/doc/src/trafficlight-widgets-dynamic.qdoc
+%%QT_EXAMPLEDIR%%/scxml/trafficlight-widgets-dynamic/trafficlight-widgets-dynamic.cpp
+%%QT_EXAMPLEDIR%%/scxml/trafficlight-widgets-dynamic/trafficlight-widgets-dynamic.pro
+%%QT_EXAMPLEDIR%%/scxml/trafficlight-widgets-dynamic/trafficlight-widgets-dynamic.qrc
+%%QT_EXAMPLEDIR%%/scxml/trafficlight-widgets-static/doc/src/trafficlight-widgets-static.qdoc
+%%QT_EXAMPLEDIR%%/scxml/trafficlight-widgets-static/trafficlight-widgets-static.cpp
+%%QT_EXAMPLEDIR%%/scxml/trafficlight-widgets-static/trafficlight-widgets-static.pro
+%%QT_EXAMPLEDIR%%/scxml/trafficlight-widgets-static/trafficlight-widgets-static.qrc
%%QT_EXAMPLEDIR%%/sensors/accelbubble/Info.plist
%%QT_EXAMPLEDIR%%/sensors/accelbubble/accelbubble.pro
%%QT_EXAMPLEDIR%%/sensors/accelbubble/accelbubble.qml
@@ -4365,6 +4618,8 @@
%%QT_EXAMPLEDIR%%/svg/svggenerator/window.h
%%QT_EXAMPLEDIR%%/svg/svgviewer/doc/images/svgviewer-example.png
%%QT_EXAMPLEDIR%%/svg/svgviewer/doc/src/svgviewer.qdoc
+%%QT_EXAMPLEDIR%%/svg/svgviewer/exportdialog.cpp
+%%QT_EXAMPLEDIR%%/svg/svgviewer/exportdialog.h
%%QT_EXAMPLEDIR%%/svg/svgviewer/files/bubbles.svg
%%QT_EXAMPLEDIR%%/svg/svgviewer/files/cubic.svg
%%QT_EXAMPLEDIR%%/svg/svgviewer/files/spheres.svg
@@ -4418,6 +4673,21 @@
%%QT_EXAMPLEDIR%%/uitools/textfinder/textfinder.pro
%%QT_EXAMPLEDIR%%/uitools/textfinder/textfinder.qrc
%%QT_EXAMPLEDIR%%/uitools/uitools.pro
+%%QT_EXAMPLEDIR%%/virtualkeyboard/basic/Basic.qml
+%%QT_EXAMPLEDIR%%/virtualkeyboard/basic/basic-b2qt.qml
+%%QT_EXAMPLEDIR%%/virtualkeyboard/basic/basic.pro
+%%QT_EXAMPLEDIR%%/virtualkeyboard/basic/content/AutoScroller.qml
+%%QT_EXAMPLEDIR%%/virtualkeyboard/basic/content/FloatingButton_Active.svg
+%%QT_EXAMPLEDIR%%/virtualkeyboard/basic/content/FloatingButton_Available.svg
+%%QT_EXAMPLEDIR%%/virtualkeyboard/basic/content/FloatingButton_Unavailable.svg
+%%QT_EXAMPLEDIR%%/virtualkeyboard/basic/content/HandwritingModeButton.qml
+%%QT_EXAMPLEDIR%%/virtualkeyboard/basic/content/ScrollBar.qml
+%%QT_EXAMPLEDIR%%/virtualkeyboard/basic/content/TextArea.qml
+%%QT_EXAMPLEDIR%%/virtualkeyboard/basic/content/TextBase.qml
+%%QT_EXAMPLEDIR%%/virtualkeyboard/basic/content/TextField.qml
+%%QT_EXAMPLEDIR%%/virtualkeyboard/basic/demo.qrc
+%%QT_EXAMPLEDIR%%/virtualkeyboard/basic/main.cpp
+%%QT_EXAMPLEDIR%%/virtualkeyboard/virtualkeyboard.pro
%%QT_EXAMPLEDIR%%/webchannel/chatclient-html/chatclient-html.pro
%%QT_EXAMPLEDIR%%/webchannel/chatclient-html/chatclient.html
%%QT_EXAMPLEDIR%%/webchannel/chatclient-html/doc/images/chatclient-html.png
@@ -5495,6 +5765,16 @@
%%QT_EXAMPLEDIR%%/widgets/painting/transformations/transformations.pro
%%QT_EXAMPLEDIR%%/widgets/painting/transformations/window.cpp
%%QT_EXAMPLEDIR%%/widgets/painting/transformations/window.h
+%%QT_EXAMPLEDIR%%/qt3d/materials/Lights.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/images/+material/back.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/images/+material/back@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/images/+material/back@3x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/images/+material/back@4x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/images/back.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/images/back@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/images/back@3x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/images/back@4x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/pages/ScrollablePage.qml
%%QT_EXAMPLEDIR%%/widgets/richtext/README
%%QT_EXAMPLEDIR%%/widgets/richtext/calendar/calendar.pro
%%QT_EXAMPLEDIR%%/widgets/richtext/calendar/main.cpp