aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2022-12-31 08:25:30 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2023-03-04 05:40:23 +0000
commitd5cd32cdc72dfc4937bf99638973345f052c9261 (patch)
tree1728a52c7d97f2ca8bf485a9ccc0a051a71771b4
parent8447f6cc7bd7fea75a907405f48df72adae13bf5 (diff)
downloadports-d5cd32cdc72dfc4937bf99638973345f052c9261.tar.gz
ports-d5cd32cdc72dfc4937bf99638973345f052c9261.zip
misc/qt6-examples: new port
A collection of code samples and tutorials are provided with Qt to help new users get started with Qt development. These documents cover a range of topics, from basic use of widgets to step-by-step tutorials that show how an application is put together. The update to 6.4.2 was provided by Florian Walpen <dev@submerge.ch>. PR: 269028
-rw-r--r--Mk/Uses/qt.mk6
-rw-r--r--misc/Makefile1
-rw-r--r--misc/qt6-examples/Makefile42
-rw-r--r--misc/qt6-examples/distinfo3
-rw-r--r--misc/qt6-examples/pkg-descr4
-rw-r--r--misc/qt6-examples/pkg-plist9200
6 files changed, 9253 insertions, 3 deletions
diff --git a/Mk/Uses/qt.mk b/Mk/Uses/qt.mk
index 23625a99228d..11fd08c4a637 100644
--- a/Mk/Uses/qt.mk
+++ b/Mk/Uses/qt.mk
@@ -130,13 +130,13 @@ _USES_POST+= qt
_QT_MK_POST_INCLUDED= qt.mk
# The Qt components supported by qt.mk: list of shared, and version specific ones
-_USE_QT_COMMON= 3d charts datavis3d declarative doc imageformats multimedia \
- networkauth quick3d quicktimeline remoteobjects scxml \
+_USE_QT_COMMON= 3d charts datavis3d declarative doc examples imageformats \
+ multimedia networkauth quick3d quicktimeline remoteobjects scxml \
sensors serialbus serialport svg virtualkeyboard wayland \
webchannel webengine websockets
_USE_QT5_ONLY= assistant buildtools concurrent connectivity core dbus \
- declarative-test designer diag examples gamepad \
+ declarative-test designer diag gamepad \
graphicaleffects gui help l10n linguist linguisttools location \
network opengl paths phonon4 pixeltool plugininfo printsupport \
qdbus qdbusviewer qdoc qdoc-data qev qmake quickcontrols \
diff --git a/misc/Makefile b/misc/Makefile
index 4770371ba29d..10012d3550f6 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -476,6 +476,7 @@
SUBDIR += qt5-l10n
SUBDIR += qt5ct
SUBDIR += qt6-doc
+ SUBDIR += qt6-examples
SUBDIR += quantum++
SUBDIR += raspberrypi-gpioshutdown
SUBDIR += raspberrypi-userland
diff --git a/misc/qt6-examples/Makefile b/misc/qt6-examples/Makefile
new file mode 100644
index 000000000000..91342b7e6c13
--- /dev/null
+++ b/misc/qt6-examples/Makefile
@@ -0,0 +1,42 @@
+PORTNAME= examples
+PORTVERSION= ${QT6_VERSION}
+CATEGORIES= misc
+MASTER_SITES= QT/official_releases/qt/${QT6_VERSION:R}/${QT6_VERSION}/single
+PKGNAMEPREFIX= qt6-
+DISTNAME= qt-everywhere-src-${QT6_VERSION}
+#WRKSRC= ${WRKDIR}/qt-everywhere-src-${QT5_VERSION}
+DIST_SUBDIR= KDE/Qt/${QT6_VERSION}
+
+MAINTAINER= kde@FreeBSD.org
+COMMENT= Qt 6 examples sourcecode
+
+NO_ARCH= yes
+NO_BUILD= yes
+
+USES= qt:6 tar:xz
+USE_QT= #
+
+EXAMPLESDIR= ${PREFIX}/share/examples/qt6
+# The destination location depends on the values given in
+# share/doc/qt5/<module>/examples-manifest.xml. The exception is
+# qtscript and qtserialbus where the examples are looked up in $EXAMPLESDIR/.
+# This way, the examples show up in qtcreator on the examples front page.
+
+_QT_DISTS= 3d 5compat activeqt base charts coap connectivity datavis3d \
+ declarative doc httpserver mqtt multimedia networkauth opcua \
+ positioning quick3d quick3dphysics remoteobjects scxml \
+ sensors serialbus serialport speech svg tools virtualkeyboard \
+ wayland webchannel webengine websockets webview
+EXAMPLES= ${_QT_DISTS:C/^/qt/}
+
+.for example in ${EXAMPLES}
+EXTRACT_AFTER_ARGS+= ${DISTNAME:S/-opensource//}/${example}/examples
+.endfor
+
+do-install:
+.for example in ${EXAMPLES}
+ cd ${WRKSRC}/${example}/examples && \
+ ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR}
+.endfor
+
+.include <bsd.port.mk>
diff --git a/misc/qt6-examples/distinfo b/misc/qt6-examples/distinfo
new file mode 100644
index 000000000000..521f30a29921
--- /dev/null
+++ b/misc/qt6-examples/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1674061927
+SHA256 (KDE/Qt/6.4.2/qt-everywhere-src-6.4.2.tar.xz) = 689f53e6652da82fccf7c2ab58066787487339f28d1ec66a8765ad357f4976be
+SIZE (KDE/Qt/6.4.2/qt-everywhere-src-6.4.2.tar.xz) = 736802464
diff --git a/misc/qt6-examples/pkg-descr b/misc/qt6-examples/pkg-descr
new file mode 100644
index 000000000000..421351aeeade
--- /dev/null
+++ b/misc/qt6-examples/pkg-descr
@@ -0,0 +1,4 @@
+A collection of code samples and tutorials are provided with Qt to help new
+users get started with Qt development. These documents cover a range of topics,
+from basic use of widgets to step-by-step tutorials that show how an
+application is put together.
diff --git a/misc/qt6-examples/pkg-plist b/misc/qt6-examples/pkg-plist
new file mode 100644
index 000000000000..d23711bc11ba
--- /dev/null
+++ b/misc/qt6-examples/pkg-plist
@@ -0,0 +1,9200 @@
+%%QT_EXAMPLEDIR%%/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/README
+%%QT_EXAMPLEDIR%%/activeqt/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/activeqt/README
+%%QT_EXAMPLEDIR%%/activeqt/activeqt.pro
+%%QT_EXAMPLEDIR%%/activeqt/comapp/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/activeqt/comapp/comapp.pro
+%%QT_EXAMPLEDIR%%/activeqt/comapp/comapp.rc
+%%QT_EXAMPLEDIR%%/activeqt/comapp/doc/snippets/doc_src_examples_activeqt_comapp.qdoc
+%%QT_EXAMPLEDIR%%/activeqt/comapp/doc/src/comapp.qdoc
+%%QT_EXAMPLEDIR%%/activeqt/comapp/main.cpp
+%%QT_EXAMPLEDIR%%/activeqt/dotnet/walkthrough/Form1.cs
+%%QT_EXAMPLEDIR%%/activeqt/dotnet/walkthrough/Form1.resx
+%%QT_EXAMPLEDIR%%/activeqt/dotnet/walkthrough/Form1.vb
+%%QT_EXAMPLEDIR%%/activeqt/dotnet/walkthrough/csharp.csproj
+%%QT_EXAMPLEDIR%%/activeqt/dotnet/walkthrough/vb.vbproj
+%%QT_EXAMPLEDIR%%/activeqt/dotnet/wrapper/app.csproj
+%%QT_EXAMPLEDIR%%/activeqt/dotnet/wrapper/lib/lib.vcproj
+%%QT_EXAMPLEDIR%%/activeqt/dotnet/wrapper/lib/networker.cpp
+%%QT_EXAMPLEDIR%%/activeqt/dotnet/wrapper/lib/networker.h
+%%QT_EXAMPLEDIR%%/activeqt/dotnet/wrapper/lib/tools.cpp
+%%QT_EXAMPLEDIR%%/activeqt/dotnet/wrapper/lib/tools.h
+%%QT_EXAMPLEDIR%%/activeqt/dotnet/wrapper/lib/worker.cpp
+%%QT_EXAMPLEDIR%%/activeqt/dotnet/wrapper/lib/worker.h
+%%QT_EXAMPLEDIR%%/activeqt/dotnet/wrapper/main.cs
+%%QT_EXAMPLEDIR%%/activeqt/dotnet/wrapper/wrapper.sln
+%%QT_EXAMPLEDIR%%/activeqt/hierarchy/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/activeqt/hierarchy/doc/snippets/hierarchy-demo-snippet.qdoc
+%%QT_EXAMPLEDIR%%/activeqt/hierarchy/doc/src/hierarchy.qdoc
+%%QT_EXAMPLEDIR%%/activeqt/hierarchy/hierarchy.def
+%%QT_EXAMPLEDIR%%/activeqt/hierarchy/hierarchy.ico
+%%QT_EXAMPLEDIR%%/activeqt/hierarchy/hierarchy.inf
+%%QT_EXAMPLEDIR%%/activeqt/hierarchy/hierarchy.pro
+%%QT_EXAMPLEDIR%%/activeqt/hierarchy/hierarchy.rc
+%%QT_EXAMPLEDIR%%/activeqt/hierarchy/main.cpp
+%%QT_EXAMPLEDIR%%/activeqt/hierarchy/objects.cpp
+%%QT_EXAMPLEDIR%%/activeqt/hierarchy/objects.h
+%%QT_EXAMPLEDIR%%/activeqt/mediaplayer/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/activeqt/mediaplayer/doc/images/activeqt-mediaplayer-example.jpg
+%%QT_EXAMPLEDIR%%/activeqt/mediaplayer/doc/src/mediaplayer.qdoc
+%%QT_EXAMPLEDIR%%/activeqt/mediaplayer/main.cpp
+%%QT_EXAMPLEDIR%%/activeqt/mediaplayer/mainwindow.ui
+%%QT_EXAMPLEDIR%%/activeqt/mediaplayer/mediaaxwidget.h
+%%QT_EXAMPLEDIR%%/activeqt/mediaplayer/mediaplayer.pro
+%%QT_EXAMPLEDIR%%/activeqt/menus/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/activeqt/menus/doc/snippets/doc_src_examples_activeqt_menus.qdoc
+%%QT_EXAMPLEDIR%%/activeqt/menus/doc/src/menus.qdoc
+%%QT_EXAMPLEDIR%%/activeqt/menus/fileopen.xpm
+%%QT_EXAMPLEDIR%%/activeqt/menus/filesave.xpm
+%%QT_EXAMPLEDIR%%/activeqt/menus/main.cpp
+%%QT_EXAMPLEDIR%%/activeqt/menus/menus.cpp
+%%QT_EXAMPLEDIR%%/activeqt/menus/menus.def
+%%QT_EXAMPLEDIR%%/activeqt/menus/menus.h
+%%QT_EXAMPLEDIR%%/activeqt/menus/menus.ico
+%%QT_EXAMPLEDIR%%/activeqt/menus/menus.inf
+%%QT_EXAMPLEDIR%%/activeqt/menus/menus.pro
+%%QT_EXAMPLEDIR%%/activeqt/menus/menus.rc
+%%QT_EXAMPLEDIR%%/activeqt/multiple/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/activeqt/multiple/ax1.h
+%%QT_EXAMPLEDIR%%/activeqt/multiple/ax2.h
+%%QT_EXAMPLEDIR%%/activeqt/multiple/doc/src/multiple.qdoc
+%%QT_EXAMPLEDIR%%/activeqt/multiple/main.cpp
+%%QT_EXAMPLEDIR%%/activeqt/multiple/multiple.inf
+%%QT_EXAMPLEDIR%%/activeqt/multiple/multiple.pro
+%%QT_EXAMPLEDIR%%/activeqt/multiple/multipleax.def
+%%QT_EXAMPLEDIR%%/activeqt/multiple/multipleax.ico
+%%QT_EXAMPLEDIR%%/activeqt/multiple/multipleax.rc
+%%QT_EXAMPLEDIR%%/activeqt/opengl/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/activeqt/opengl/doc/src/opengl.qdoc
+%%QT_EXAMPLEDIR%%/activeqt/opengl/glbox.cpp
+%%QT_EXAMPLEDIR%%/activeqt/opengl/glbox.h
+%%QT_EXAMPLEDIR%%/activeqt/opengl/globjwin.cpp
+%%QT_EXAMPLEDIR%%/activeqt/opengl/globjwin.h
+%%QT_EXAMPLEDIR%%/activeqt/opengl/main.cpp
+%%QT_EXAMPLEDIR%%/activeqt/opengl/opengl.def
+%%QT_EXAMPLEDIR%%/activeqt/opengl/opengl.ico
+%%QT_EXAMPLEDIR%%/activeqt/opengl/opengl.inf
+%%QT_EXAMPLEDIR%%/activeqt/opengl/opengl.pro
+%%QT_EXAMPLEDIR%%/activeqt/opengl/opengl.rc
+%%QT_EXAMPLEDIR%%/activeqt/qutlook/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/activeqt/qutlook/addressview.cpp
+%%QT_EXAMPLEDIR%%/activeqt/qutlook/addressview.h
+%%QT_EXAMPLEDIR%%/activeqt/qutlook/doc/src/qutlook.qdoc
+%%QT_EXAMPLEDIR%%/activeqt/qutlook/fileopen.xpm
+%%QT_EXAMPLEDIR%%/activeqt/qutlook/fileprint.xpm
+%%QT_EXAMPLEDIR%%/activeqt/qutlook/filesave.xpm
+%%QT_EXAMPLEDIR%%/activeqt/qutlook/main.cpp
+%%QT_EXAMPLEDIR%%/activeqt/qutlook/qutlook.pro
+%%QT_EXAMPLEDIR%%/activeqt/shared.pri
+%%QT_EXAMPLEDIR%%/activeqt/simple/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/activeqt/simple/doc/src/simple.qdoc
+%%QT_EXAMPLEDIR%%/activeqt/simple/main.cpp
+%%QT_EXAMPLEDIR%%/activeqt/simple/simple.def
+%%QT_EXAMPLEDIR%%/activeqt/simple/simple.ico
+%%QT_EXAMPLEDIR%%/activeqt/simple/simple.inf
+%%QT_EXAMPLEDIR%%/activeqt/simple/simple.pro
+%%QT_EXAMPLEDIR%%/activeqt/simple/simple.rc
+%%QT_EXAMPLEDIR%%/activeqt/simpleqml/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/activeqt/simpleqml/main.cpp
+%%QT_EXAMPLEDIR%%/activeqt/simpleqml/main.qml
+%%QT_EXAMPLEDIR%%/activeqt/simpleqml/simpleqml.def
+%%QT_EXAMPLEDIR%%/activeqt/simpleqml/simpleqml.ico
+%%QT_EXAMPLEDIR%%/activeqt/simpleqml/simpleqml.pro
+%%QT_EXAMPLEDIR%%/activeqt/simpleqml/simpleqml.qrc
+%%QT_EXAMPLEDIR%%/activeqt/simpleqml/simpleqml.rc
+%%QT_EXAMPLEDIR%%/activeqt/wrapper/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/activeqt/wrapper/doc/src/wrapper.qdoc
+%%QT_EXAMPLEDIR%%/activeqt/wrapper/main.cpp
+%%QT_EXAMPLEDIR%%/activeqt/wrapper/wrapper.inf
+%%QT_EXAMPLEDIR%%/activeqt/wrapper/wrapper.pro
+%%QT_EXAMPLEDIR%%/activeqt/wrapper/wrapperax.def
+%%QT_EXAMPLEDIR%%/activeqt/wrapper/wrapperax.ico
+%%QT_EXAMPLEDIR%%/activeqt/wrapper/wrapperax.rc
+%%QT_EXAMPLEDIR%%/aggregate/examples.pro
+%%QT_EXAMPLEDIR%%/assistant/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/assistant/assistant.pro
+%%QT_EXAMPLEDIR%%/assistant/doc/images/simpletextviewer-example.png
+%%QT_EXAMPLEDIR%%/assistant/doc/images/simpletextviewer-findfiledialog.png
+%%QT_EXAMPLEDIR%%/assistant/doc/images/simpletextviewer-mainwindow.png
+%%QT_EXAMPLEDIR%%/assistant/doc/src/remotecontrol.qdoc
+%%QT_EXAMPLEDIR%%/assistant/doc/src/simpletextviewer.qdoc
+%%QT_EXAMPLEDIR%%/assistant/remotecontrol/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/assistant/remotecontrol/enter.png
+%%QT_EXAMPLEDIR%%/assistant/remotecontrol/main.cpp
+%%QT_EXAMPLEDIR%%/assistant/remotecontrol/remotecontrol.cpp
+%%QT_EXAMPLEDIR%%/assistant/remotecontrol/remotecontrol.h
+%%QT_EXAMPLEDIR%%/assistant/remotecontrol/remotecontrol.pro
+%%QT_EXAMPLEDIR%%/assistant/remotecontrol/remotecontrol.qrc
+%%QT_EXAMPLEDIR%%/assistant/remotecontrol/remotecontrol.ui
+%%QT_EXAMPLEDIR%%/assistant/simpletextviewer/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/assistant/simpletextviewer/assistant.cpp
+%%QT_EXAMPLEDIR%%/assistant/simpletextviewer/assistant.h
+%%QT_EXAMPLEDIR%%/assistant/simpletextviewer/documentation/about.txt
+%%QT_EXAMPLEDIR%%/assistant/simpletextviewer/documentation/browse.html
+%%QT_EXAMPLEDIR%%/assistant/simpletextviewer/documentation/filedialog.html
+%%QT_EXAMPLEDIR%%/assistant/simpletextviewer/documentation/findfile.html
+%%QT_EXAMPLEDIR%%/assistant/simpletextviewer/documentation/images/browse.png
+%%QT_EXAMPLEDIR%%/assistant/simpletextviewer/documentation/images/fadedfilemenu.png
+%%QT_EXAMPLEDIR%%/assistant/simpletextviewer/documentation/images/filedialog.png
+%%QT_EXAMPLEDIR%%/assistant/simpletextviewer/documentation/images/handbook.png
+%%QT_EXAMPLEDIR%%/assistant/simpletextviewer/documentation/images/icon.png
+%%QT_EXAMPLEDIR%%/assistant/simpletextviewer/documentation/images/mainwindow.png
+%%QT_EXAMPLEDIR%%/assistant/simpletextviewer/documentation/images/open.png
+%%QT_EXAMPLEDIR%%/assistant/simpletextviewer/documentation/images/wildcard.png
+%%QT_EXAMPLEDIR%%/assistant/simpletextviewer/documentation/index.html
+%%QT_EXAMPLEDIR%%/assistant/simpletextviewer/documentation/intro.html
+%%QT_EXAMPLEDIR%%/assistant/simpletextviewer/documentation/openfile.html
+%%QT_EXAMPLEDIR%%/assistant/simpletextviewer/documentation/simpletextviewer.qch
+%%QT_EXAMPLEDIR%%/assistant/simpletextviewer/documentation/simpletextviewer.qhc
+%%QT_EXAMPLEDIR%%/assistant/simpletextviewer/documentation/simpletextviewer.qhcp
+%%QT_EXAMPLEDIR%%/assistant/simpletextviewer/documentation/simpletextviewer.qhp
+%%QT_EXAMPLEDIR%%/assistant/simpletextviewer/documentation/wildcardmatching.html
+%%QT_EXAMPLEDIR%%/assistant/simpletextviewer/findfiledialog.cpp
+%%QT_EXAMPLEDIR%%/assistant/simpletextviewer/findfiledialog.h
+%%QT_EXAMPLEDIR%%/assistant/simpletextviewer/main.cpp
+%%QT_EXAMPLEDIR%%/assistant/simpletextviewer/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/assistant/simpletextviewer/mainwindow.h
+%%QT_EXAMPLEDIR%%/assistant/simpletextviewer/simpletextviewer.pro
+%%QT_EXAMPLEDIR%%/assistant/simpletextviewer/textedit.cpp
+%%QT_EXAMPLEDIR%%/assistant/simpletextviewer/textedit.h
+%%QT_EXAMPLEDIR%%/bluetooth/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/bluetooth/bluetooth.pro
+%%QT_EXAMPLEDIR%%/bluetooth/btchat/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/bluetooth/btchat/btchat.pro
+%%QT_EXAMPLEDIR%%/bluetooth/btchat/chat.cpp
+%%QT_EXAMPLEDIR%%/bluetooth/btchat/chat.h
+%%QT_EXAMPLEDIR%%/bluetooth/btchat/chat.ui
+%%QT_EXAMPLEDIR%%/bluetooth/btchat/chatclient.cpp
+%%QT_EXAMPLEDIR%%/bluetooth/btchat/chatclient.h
+%%QT_EXAMPLEDIR%%/bluetooth/btchat/chatserver.cpp
+%%QT_EXAMPLEDIR%%/bluetooth/btchat/chatserver.h
+%%QT_EXAMPLEDIR%%/bluetooth/btchat/doc/images/btchat-example.png
+%%QT_EXAMPLEDIR%%/bluetooth/btchat/doc/src/btchat.qdoc
+%%QT_EXAMPLEDIR%%/bluetooth/btchat/main.cpp
+%%QT_EXAMPLEDIR%%/bluetooth/btchat/remoteselector.cpp
+%%QT_EXAMPLEDIR%%/bluetooth/btchat/remoteselector.h
+%%QT_EXAMPLEDIR%%/bluetooth/btchat/remoteselector.ui
+%%QT_EXAMPLEDIR%%/bluetooth/btscanner/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/bluetooth/btscanner/Info.plist
+%%QT_EXAMPLEDIR%%/bluetooth/btscanner/btscanner.pro
+%%QT_EXAMPLEDIR%%/bluetooth/btscanner/device.cpp
+%%QT_EXAMPLEDIR%%/bluetooth/btscanner/device.h
+%%QT_EXAMPLEDIR%%/bluetooth/btscanner/device.ui
+%%QT_EXAMPLEDIR%%/bluetooth/btscanner/doc/images/btscanner-example.png
+%%QT_EXAMPLEDIR%%/bluetooth/btscanner/doc/src/btscanner.qdoc
+%%QT_EXAMPLEDIR%%/bluetooth/btscanner/main.cpp
+%%QT_EXAMPLEDIR%%/bluetooth/btscanner/service.cpp
+%%QT_EXAMPLEDIR%%/bluetooth/btscanner/service.h
+%%QT_EXAMPLEDIR%%/bluetooth/btscanner/service.ui
+%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/Info.plist
+%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/README.md
+%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/bluetoothbaseclass.cpp
+%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/bluetoothbaseclass.h
+%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/connectionhandler.cpp
+%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/connectionhandler.h
+%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/devicefinder.cpp
+%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/devicefinder.h
+%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/devicehandler.cpp
+%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/devicehandler.h
+%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/deviceinfo.cpp
+%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/deviceinfo.h
+%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/doc/images/heartgame-result.png
+%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/doc/images/heartgame-running.png
+%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/doc/images/heartgame-search.png
+%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/doc/images/heartgame-start.png
+%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/doc/src/heartrate-game.qdoc
+%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/heartrate-game.pro
+%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/heartrate-global.h
+%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/images.qrc
+%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/main.cpp
+%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/qml.qrc
+%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/qml/App.qml
+%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/qml/BluetoothAlarmDialog.qml
+%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/qml/BottomLine.qml
+%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/qml/Connect.qml
+%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/qml/GameButton.qml
+%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/qml/GamePage.qml
+%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/qml/GameSettings.qml
+%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/qml/Measure.qml
+%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/qml/SplashScreen.qml
+%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/qml/Stats.qml
+%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/qml/StatsLabel.qml
+%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/qml/TitleBar.qml
+%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/qml/images/bt_off_to_on.png
+%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/qml/images/heart.png
+%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/qml/images/logo.png
+%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/qml/main.qml
+%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/qml/qmldir
+%%QT_EXAMPLEDIR%%/bluetooth/heartrate-server/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/bluetooth/heartrate-server/Info.plist
+%%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/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/Info.plist
+%%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/assets/Characteristics.qml
+%%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/assets/Dialog.qml
+%%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/assets/Header.qml
+%%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/assets/Label.qml
+%%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/assets/Menu.qml
+%%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/assets/Services.qml
+%%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/assets/busy_dark.png
+%%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/assets/main.qml
+%%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/characteristicinfo.cpp
+%%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/characteristicinfo.h
+%%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/device.cpp
+%%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/device.h
+%%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/deviceinfo.cpp
+%%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/deviceinfo.h
+%%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/doc/images/lowenergyscanner-chars.png
+%%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/doc/images/lowenergyscanner-devices.png
+%%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/doc/images/lowenergyscanner-services.png
+%%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/doc/src/lowenergyscanner.qdoc
+%%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/lowenergyscanner.pro
+%%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/main.cpp
+%%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/resources.qrc
+%%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/serviceinfo.cpp
+%%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/serviceinfo.h
+%%QT_EXAMPLEDIR%%/bluetooth/pingpong/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/bluetooth/pingpong/assets/Board.qml
+%%QT_EXAMPLEDIR%%/bluetooth/pingpong/assets/Dialog.qml
+%%QT_EXAMPLEDIR%%/bluetooth/pingpong/assets/Menu.qml
+%%QT_EXAMPLEDIR%%/bluetooth/pingpong/assets/main.qml
+%%QT_EXAMPLEDIR%%/bluetooth/pingpong/doc/images/intro1.png
+%%QT_EXAMPLEDIR%%/bluetooth/pingpong/doc/images/qmlpingpong_intro.png
+%%QT_EXAMPLEDIR%%/bluetooth/pingpong/doc/src/pingpong.qdoc
+%%QT_EXAMPLEDIR%%/bluetooth/pingpong/main.cpp
+%%QT_EXAMPLEDIR%%/bluetooth/pingpong/pingpong.cpp
+%%QT_EXAMPLEDIR%%/bluetooth/pingpong/pingpong.h
+%%QT_EXAMPLEDIR%%/bluetooth/pingpong/pingpong.pro
+%%QT_EXAMPLEDIR%%/bluetooth/pingpong/resource.qrc
+%%QT_EXAMPLEDIR%%/bluetooth/shared/Info.cmake.macos.plist
+%%QT_EXAMPLEDIR%%/bluetooth/shared/Info.qmake.macos.plist
+%%QT_EXAMPLEDIR%%/charts/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/charts/areachart/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/charts/areachart/areachart.pro
+%%QT_EXAMPLEDIR%%/charts/areachart/main.cpp
+%%QT_EXAMPLEDIR%%/charts/audio/CMakeLists.txt
+%%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/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/charts/barchart/barchart.pro
+%%QT_EXAMPLEDIR%%/charts/barchart/main.cpp
+%%QT_EXAMPLEDIR%%/charts/barmodelmapper/CMakeLists.txt
+%%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/CMakeLists.txt
+%%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/CMakeLists.txt
+%%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/candlestickchart/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/charts/candlestickchart/acme_data.txt
+%%QT_EXAMPLEDIR%%/charts/candlestickchart/candlestickchart.pro
+%%QT_EXAMPLEDIR%%/charts/candlestickchart/candlestickdata.qrc
+%%QT_EXAMPLEDIR%%/charts/candlestickchart/candlestickdatareader.cpp
+%%QT_EXAMPLEDIR%%/charts/candlestickchart/candlestickdatareader.h
+%%QT_EXAMPLEDIR%%/charts/candlestickchart/main.cpp
+%%QT_EXAMPLEDIR%%/charts/chartinteractions/CMakeLists.txt
+%%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/CMakeLists.txt
+%%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/chartthemes/themewidget.ui
+%%QT_EXAMPLEDIR%%/charts/customchart/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/charts/customchart/customchart.pro
+%%QT_EXAMPLEDIR%%/charts/customchart/main.cpp
+%%QT_EXAMPLEDIR%%/charts/datetimeaxis/CMakeLists.txt
+%%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/CMakeLists.txt
+%%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/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/charts/donutchart/donutchart.pro
+%%QT_EXAMPLEDIR%%/charts/donutchart/main.cpp
+%%QT_EXAMPLEDIR%%/charts/dynamicspline/CMakeLists.txt
+%%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/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/charts/horizontalbarchart/horizontalbarchart.pro
+%%QT_EXAMPLEDIR%%/charts/horizontalbarchart/main.cpp
+%%QT_EXAMPLEDIR%%/charts/horizontalpercentbarchart/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/charts/horizontalpercentbarchart/horizontalpercentbarchart.pro
+%%QT_EXAMPLEDIR%%/charts/horizontalpercentbarchart/main.cpp
+%%QT_EXAMPLEDIR%%/charts/horizontalstackedbarchart/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/charts/horizontalstackedbarchart/horizontalstackedbarchart.pro
+%%QT_EXAMPLEDIR%%/charts/horizontalstackedbarchart/main.cpp
+%%QT_EXAMPLEDIR%%/charts/legend/CMakeLists.txt
+%%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/CMakeLists.txt
+%%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/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/charts/lineandbar/lineandbar.pro
+%%QT_EXAMPLEDIR%%/charts/lineandbar/main.cpp
+%%QT_EXAMPLEDIR%%/charts/linechart/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/charts/linechart/linechart.pro
+%%QT_EXAMPLEDIR%%/charts/linechart/main.cpp
+%%QT_EXAMPLEDIR%%/charts/logvalueaxis/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/charts/logvalueaxis/logvalueaxis.pro
+%%QT_EXAMPLEDIR%%/charts/logvalueaxis/main.cpp
+%%QT_EXAMPLEDIR%%/charts/modeldata/CMakeLists.txt
+%%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/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/charts/multiaxis/main.cpp
+%%QT_EXAMPLEDIR%%/charts/multiaxis/multiaxis.pro
+%%QT_EXAMPLEDIR%%/charts/nesteddonuts/CMakeLists.txt
+%%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/CMakeLists.txt
+%%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/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/charts/percentbarchart/main.cpp
+%%QT_EXAMPLEDIR%%/charts/percentbarchart/percentbarchart.pro
+%%QT_EXAMPLEDIR%%/charts/piechart/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/charts/piechart/main.cpp
+%%QT_EXAMPLEDIR%%/charts/piechart/piechart.pro
+%%QT_EXAMPLEDIR%%/charts/piechartcustomization/CMakeLists.txt
+%%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/CMakeLists.txt
+%%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/pointsselectionandmarkers/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/charts/pointsselectionandmarkers/blue_triangle.png
+%%QT_EXAMPLEDIR%%/charts/pointsselectionandmarkers/green_triangle.png
+%%QT_EXAMPLEDIR%%/charts/pointsselectionandmarkers/main.cpp
+%%QT_EXAMPLEDIR%%/charts/pointsselectionandmarkers/pointsselectionandmarkers.pro
+%%QT_EXAMPLEDIR%%/charts/pointsselectionandmarkers/pointsselectionandmarkers.qrc
+%%QT_EXAMPLEDIR%%/charts/pointsselectionandmarkers/utilities.cpp
+%%QT_EXAMPLEDIR%%/charts/pointsselectionandmarkers/utilities.h
+%%QT_EXAMPLEDIR%%/charts/polarchart/CMakeLists.txt
+%%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/CMakeLists.txt
+%%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/CMakeLists.txt
+%%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/qmlcandlestick/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/charts/qmlcandlestick/main.cpp
+%%QT_EXAMPLEDIR%%/charts/qmlcandlestick/qml/qmlcandlestick/main.qml
+%%QT_EXAMPLEDIR%%/charts/qmlcandlestick/qmlcandlestick.pro
+%%QT_EXAMPLEDIR%%/charts/qmlcandlestick/resources.qrc
+%%QT_EXAMPLEDIR%%/charts/qmlchart/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/charts/qmlchart/main.cpp
+%%QT_EXAMPLEDIR%%/charts/qmlchart/qml/qmlchart/MainForm.ui.qml
+%%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/CMakeLists.txt
+%%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/CMakeLists.txt
+%%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/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/charts/qmlf1legends/main.cpp
+%%QT_EXAMPLEDIR%%/charts/qmlf1legends/qml/qmlf1legends/SpeedsList.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/CMakeLists.txt
+%%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/CMakeLists.txt
+%%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/CMakeLists.txt
+%%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/CMakeLists.txt
+%%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/CMakeLists.txt
+%%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/CMakeLists.txt
+%%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/selectedbar/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/charts/selectedbar/main.cpp
+%%QT_EXAMPLEDIR%%/charts/selectedbar/selectedbar.pro
+%%QT_EXAMPLEDIR%%/charts/selectedbar/utilities.cpp
+%%QT_EXAMPLEDIR%%/charts/selectedbar/utilities.h
+%%QT_EXAMPLEDIR%%/charts/splinechart/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/charts/splinechart/main.cpp
+%%QT_EXAMPLEDIR%%/charts/splinechart/splinechart.pro
+%%QT_EXAMPLEDIR%%/charts/stackedbarchart/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/charts/stackedbarchart/main.cpp
+%%QT_EXAMPLEDIR%%/charts/stackedbarchart/stackedbarchart.pro
+%%QT_EXAMPLEDIR%%/charts/stackedbarchartdrilldown/CMakeLists.txt
+%%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/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/charts/temperaturerecords/main.cpp
+%%QT_EXAMPLEDIR%%/charts/temperaturerecords/temperaturerecords.pro
+%%QT_EXAMPLEDIR%%/charts/zoomlinechart/CMakeLists.txt
+%%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%%/coap/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/coap/coap.pro
+%%QT_EXAMPLEDIR%%/coap/consolecoapclient/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/coap/consolecoapclient/coaphandler.cpp
+%%QT_EXAMPLEDIR%%/coap/consolecoapclient/coaphandler.h
+%%QT_EXAMPLEDIR%%/coap/consolecoapclient/consolecoapclient.pro
+%%QT_EXAMPLEDIR%%/coap/consolecoapclient/main.cpp
+%%QT_EXAMPLEDIR%%/coap/doc/consolecoapclient.qdoc
+%%QT_EXAMPLEDIR%%/coap/doc/examples.qdoc
+%%QT_EXAMPLEDIR%%/coap/doc/images/quickmulticastclient.png
+%%QT_EXAMPLEDIR%%/coap/doc/images/quicksecureclient.png
+%%QT_EXAMPLEDIR%%/coap/doc/images/simplecoapclient.png
+%%QT_EXAMPLEDIR%%/coap/doc/quickmulticastclient.qdoc
+%%QT_EXAMPLEDIR%%/coap/doc/quicksecureclient.qdoc
+%%QT_EXAMPLEDIR%%/coap/doc/simplecoapclient.qdoc
+%%QT_EXAMPLEDIR%%/coap/quickmulticastclient/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/coap/quickmulticastclient/main.cpp
+%%QT_EXAMPLEDIR%%/coap/quickmulticastclient/main.qml
+%%QT_EXAMPLEDIR%%/coap/quickmulticastclient/qml.qrc
+%%QT_EXAMPLEDIR%%/coap/quickmulticastclient/qmlcoapmulticastclient.cpp
+%%QT_EXAMPLEDIR%%/coap/quickmulticastclient/qmlcoapmulticastclient.h
+%%QT_EXAMPLEDIR%%/coap/quickmulticastclient/quickmulticastclient.pro
+%%QT_EXAMPLEDIR%%/coap/quicksecureclient/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/coap/quicksecureclient/FilePicker.qml
+%%QT_EXAMPLEDIR%%/coap/quicksecureclient/main.cpp
+%%QT_EXAMPLEDIR%%/coap/quicksecureclient/main.qml
+%%QT_EXAMPLEDIR%%/coap/quicksecureclient/qml.qrc
+%%QT_EXAMPLEDIR%%/coap/quicksecureclient/qmlcoapsecureclient.cpp
+%%QT_EXAMPLEDIR%%/coap/quicksecureclient/qmlcoapsecureclient.h
+%%QT_EXAMPLEDIR%%/coap/quicksecureclient/quicksecureclient.pro
+%%QT_EXAMPLEDIR%%/coap/simplecoapclient/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/coap/simplecoapclient/main.cpp
+%%QT_EXAMPLEDIR%%/coap/simplecoapclient/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/coap/simplecoapclient/mainwindow.h
+%%QT_EXAMPLEDIR%%/coap/simplecoapclient/mainwindow.ui
+%%QT_EXAMPLEDIR%%/coap/simplecoapclient/optiondialog.cpp
+%%QT_EXAMPLEDIR%%/coap/simplecoapclient/optiondialog.h
+%%QT_EXAMPLEDIR%%/coap/simplecoapclient/optiondialog.ui
+%%QT_EXAMPLEDIR%%/coap/simplecoapclient/simplecoapclient.pro
+%%QT_EXAMPLEDIR%%/core5/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/core5/core5.pro
+%%QT_EXAMPLEDIR%%/core5/widgets/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/core5/widgets/tools/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/core5/widgets/tools/codecs/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/core5/widgets/tools/codecs/codecs.pro
+%%QT_EXAMPLEDIR%%/core5/widgets/tools/codecs/codecs.qrc
+%%QT_EXAMPLEDIR%%/core5/widgets/tools/codecs/doc/images/codecs-example.png
+%%QT_EXAMPLEDIR%%/core5/widgets/tools/codecs/doc/src/codecs.qdoc
+%%QT_EXAMPLEDIR%%/core5/widgets/tools/codecs/encodedfiles/iso-8859-1.txt
+%%QT_EXAMPLEDIR%%/core5/widgets/tools/codecs/encodedfiles/iso-8859-15.txt
+%%QT_EXAMPLEDIR%%/core5/widgets/tools/codecs/encodedfiles/utf-16.txt
+%%QT_EXAMPLEDIR%%/core5/widgets/tools/codecs/encodedfiles/utf-16be.txt
+%%QT_EXAMPLEDIR%%/core5/widgets/tools/codecs/encodedfiles/utf-16le.txt
+%%QT_EXAMPLEDIR%%/core5/widgets/tools/codecs/encodedfiles/utf-8.txt
+%%QT_EXAMPLEDIR%%/core5/widgets/tools/codecs/encodingdialog.cpp
+%%QT_EXAMPLEDIR%%/core5/widgets/tools/codecs/encodingdialog.h
+%%QT_EXAMPLEDIR%%/core5/widgets/tools/codecs/images/editcopy.png
+%%QT_EXAMPLEDIR%%/core5/widgets/tools/codecs/main.cpp
+%%QT_EXAMPLEDIR%%/core5/widgets/tools/codecs/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/core5/widgets/tools/codecs/mainwindow.h
+%%QT_EXAMPLEDIR%%/core5/widgets/tools/codecs/previewform.cpp
+%%QT_EXAMPLEDIR%%/core5/widgets/tools/codecs/previewform.h
+%%QT_EXAMPLEDIR%%/core5/widgets/tools/tools.pro
+%%QT_EXAMPLEDIR%%/core5/widgets/widgets.pro
+%%QT_EXAMPLEDIR%%/corelib/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/corelib/bindableproperties/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/corelib/bindableproperties/bindableproperties.pro
+%%QT_EXAMPLEDIR%%/corelib/bindableproperties/bindablesubscription/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/corelib/bindableproperties/bindablesubscription/bindablesubscription.cpp
+%%QT_EXAMPLEDIR%%/corelib/bindableproperties/bindablesubscription/bindablesubscription.h
+%%QT_EXAMPLEDIR%%/corelib/bindableproperties/bindablesubscription/bindablesubscription.pro
+%%QT_EXAMPLEDIR%%/corelib/bindableproperties/bindablesubscription/bindableuser.cpp
+%%QT_EXAMPLEDIR%%/corelib/bindableproperties/bindablesubscription/bindableuser.h
+%%QT_EXAMPLEDIR%%/corelib/bindableproperties/bindablesubscription/main.cpp
+%%QT_EXAMPLEDIR%%/corelib/bindableproperties/doc/images/bindable_properties_example.png
+%%QT_EXAMPLEDIR%%/corelib/bindableproperties/doc/src/bindableproperties.qdoc
+%%QT_EXAMPLEDIR%%/corelib/bindableproperties/shared/countries.qrc
+%%QT_EXAMPLEDIR%%/corelib/bindableproperties/shared/finland.png
+%%QT_EXAMPLEDIR%%/corelib/bindableproperties/shared/germany.png
+%%QT_EXAMPLEDIR%%/corelib/bindableproperties/shared/norway.png
+%%QT_EXAMPLEDIR%%/corelib/bindableproperties/shared/subscriptionwindow.cpp
+%%QT_EXAMPLEDIR%%/corelib/bindableproperties/shared/subscriptionwindow.h
+%%QT_EXAMPLEDIR%%/corelib/bindableproperties/shared/subscriptionwindow.ui
+%%QT_EXAMPLEDIR%%/corelib/bindableproperties/subscription/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/corelib/bindableproperties/subscription/main.cpp
+%%QT_EXAMPLEDIR%%/corelib/bindableproperties/subscription/subscription.cpp
+%%QT_EXAMPLEDIR%%/corelib/bindableproperties/subscription/subscription.h
+%%QT_EXAMPLEDIR%%/corelib/bindableproperties/subscription/subscription.pro
+%%QT_EXAMPLEDIR%%/corelib/bindableproperties/subscription/user.cpp
+%%QT_EXAMPLEDIR%%/corelib/bindableproperties/subscription/user.h
+%%QT_EXAMPLEDIR%%/corelib/corelib.pro
+%%QT_EXAMPLEDIR%%/corelib/ipc/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/corelib/ipc/README
+%%QT_EXAMPLEDIR%%/corelib/ipc/doc/images/localfortuneclient-example.png
+%%QT_EXAMPLEDIR%%/corelib/ipc/doc/images/localfortuneserver-example.png
+%%QT_EXAMPLEDIR%%/corelib/ipc/doc/images/sharedmemory-example_1.png
+%%QT_EXAMPLEDIR%%/corelib/ipc/doc/images/sharedmemory-example_2.png
+%%QT_EXAMPLEDIR%%/corelib/ipc/doc/src/localfortuneclient.qdoc
+%%QT_EXAMPLEDIR%%/corelib/ipc/doc/src/localfortuneserver.qdoc
+%%QT_EXAMPLEDIR%%/corelib/ipc/doc/src/sharedmemory.qdoc
+%%QT_EXAMPLEDIR%%/corelib/ipc/ipc.pro
+%%QT_EXAMPLEDIR%%/corelib/ipc/localfortuneclient/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/corelib/ipc/localfortuneclient/client.cpp
+%%QT_EXAMPLEDIR%%/corelib/ipc/localfortuneclient/client.h
+%%QT_EXAMPLEDIR%%/corelib/ipc/localfortuneclient/localfortuneclient.pro
+%%QT_EXAMPLEDIR%%/corelib/ipc/localfortuneclient/main.cpp
+%%QT_EXAMPLEDIR%%/corelib/ipc/localfortuneserver/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/corelib/ipc/localfortuneserver/localfortuneserver.pro
+%%QT_EXAMPLEDIR%%/corelib/ipc/localfortuneserver/main.cpp
+%%QT_EXAMPLEDIR%%/corelib/ipc/localfortuneserver/server.cpp
+%%QT_EXAMPLEDIR%%/corelib/ipc/localfortuneserver/server.h
+%%QT_EXAMPLEDIR%%/corelib/ipc/sharedmemory/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/corelib/ipc/sharedmemory/dialog.cpp
+%%QT_EXAMPLEDIR%%/corelib/ipc/sharedmemory/dialog.h
+%%QT_EXAMPLEDIR%%/corelib/ipc/sharedmemory/dialog.ui
+%%QT_EXAMPLEDIR%%/corelib/ipc/sharedmemory/image.png
+%%QT_EXAMPLEDIR%%/corelib/ipc/sharedmemory/main.cpp
+%%QT_EXAMPLEDIR%%/corelib/ipc/sharedmemory/qt.png
+%%QT_EXAMPLEDIR%%/corelib/ipc/sharedmemory/sharedmemory.pro
+%%QT_EXAMPLEDIR%%/corelib/mimetypes/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/corelib/mimetypes/doc/images/mimetypebrowser.png
+%%QT_EXAMPLEDIR%%/corelib/mimetypes/doc/src/mimetypebrowser.qdoc
+%%QT_EXAMPLEDIR%%/corelib/mimetypes/mimetypebrowser/CMakeLists.txt
+%%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/platform/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/corelib/platform/androidnotifier/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/corelib/platform/androidnotifier/android/AndroidManifest.xml
+%%QT_EXAMPLEDIR%%/corelib/platform/androidnotifier/android/res/drawable-hdpi/icon.png
+%%QT_EXAMPLEDIR%%/corelib/platform/androidnotifier/android/res/drawable-ldpi/icon.png
+%%QT_EXAMPLEDIR%%/corelib/platform/androidnotifier/android/res/drawable-mdpi/icon.png
+%%QT_EXAMPLEDIR%%/corelib/platform/androidnotifier/android/res/drawable-xhdpi/icon.png
+%%QT_EXAMPLEDIR%%/corelib/platform/androidnotifier/android/res/drawable-xxhdpi/icon.png
+%%QT_EXAMPLEDIR%%/corelib/platform/androidnotifier/android/res/drawable-xxxhdpi/icon.png
+%%QT_EXAMPLEDIR%%/corelib/platform/androidnotifier/android/src/org/qtproject/example/androidnotifier/NotificationClient.java
+%%QT_EXAMPLEDIR%%/corelib/platform/androidnotifier/androidnotifier.pro
+%%QT_EXAMPLEDIR%%/corelib/platform/androidnotifier/doc/images/androidnotifier.png
+%%QT_EXAMPLEDIR%%/corelib/platform/androidnotifier/doc/src/androidnotifier-example.qdoc
+%%QT_EXAMPLEDIR%%/corelib/platform/androidnotifier/images/happy.png
+%%QT_EXAMPLEDIR%%/corelib/platform/androidnotifier/images/sad.png
+%%QT_EXAMPLEDIR%%/corelib/platform/androidnotifier/main.cpp
+%%QT_EXAMPLEDIR%%/corelib/platform/androidnotifier/main.qrc
+%%QT_EXAMPLEDIR%%/corelib/platform/androidnotifier/notificationclient.cpp
+%%QT_EXAMPLEDIR%%/corelib/platform/androidnotifier/notificationclient.h
+%%QT_EXAMPLEDIR%%/corelib/platform/platform.pro
+%%QT_EXAMPLEDIR%%/corelib/serialization/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/corelib/serialization/cbordump/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/corelib/serialization/cbordump/cbordump.pro
+%%QT_EXAMPLEDIR%%/corelib/serialization/cbordump/doc/images/cbordump.png
+%%QT_EXAMPLEDIR%%/corelib/serialization/cbordump/doc/src/cbordump.qdoc
+%%QT_EXAMPLEDIR%%/corelib/serialization/cbordump/main.cpp
+%%QT_EXAMPLEDIR%%/corelib/serialization/cbordump/tag-transform.xslt
+%%QT_EXAMPLEDIR%%/corelib/serialization/convert/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/corelib/serialization/convert/cborconverter.cpp
+%%QT_EXAMPLEDIR%%/corelib/serialization/convert/cborconverter.h
+%%QT_EXAMPLEDIR%%/corelib/serialization/convert/convert.pro
+%%QT_EXAMPLEDIR%%/corelib/serialization/convert/converter.h
+%%QT_EXAMPLEDIR%%/corelib/serialization/convert/datastreamconverter.cpp
+%%QT_EXAMPLEDIR%%/corelib/serialization/convert/datastreamconverter.h
+%%QT_EXAMPLEDIR%%/corelib/serialization/convert/doc/images/convert.png
+%%QT_EXAMPLEDIR%%/corelib/serialization/convert/doc/src/convert.qdoc
+%%QT_EXAMPLEDIR%%/corelib/serialization/convert/jsonconverter.cpp
+%%QT_EXAMPLEDIR%%/corelib/serialization/convert/jsonconverter.h
+%%QT_EXAMPLEDIR%%/corelib/serialization/convert/main.cpp
+%%QT_EXAMPLEDIR%%/corelib/serialization/convert/nullconverter.cpp
+%%QT_EXAMPLEDIR%%/corelib/serialization/convert/nullconverter.h
+%%QT_EXAMPLEDIR%%/corelib/serialization/convert/textconverter.cpp
+%%QT_EXAMPLEDIR%%/corelib/serialization/convert/textconverter.h
+%%QT_EXAMPLEDIR%%/corelib/serialization/convert/xmlconverter.cpp
+%%QT_EXAMPLEDIR%%/corelib/serialization/convert/xmlconverter.h
+%%QT_EXAMPLEDIR%%/corelib/serialization/savegame/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/corelib/serialization/savegame/character.cpp
+%%QT_EXAMPLEDIR%%/corelib/serialization/savegame/character.h
+%%QT_EXAMPLEDIR%%/corelib/serialization/savegame/doc/src/savegame.qdoc
+%%QT_EXAMPLEDIR%%/corelib/serialization/savegame/game.cpp
+%%QT_EXAMPLEDIR%%/corelib/serialization/savegame/game.h
+%%QT_EXAMPLEDIR%%/corelib/serialization/savegame/level.cpp
+%%QT_EXAMPLEDIR%%/corelib/serialization/savegame/level.h
+%%QT_EXAMPLEDIR%%/corelib/serialization/savegame/main.cpp
+%%QT_EXAMPLEDIR%%/corelib/serialization/savegame/savegame.pro
+%%QT_EXAMPLEDIR%%/corelib/serialization/serialization.pro
+%%QT_EXAMPLEDIR%%/corelib/threads/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/corelib/threads/README
+%%QT_EXAMPLEDIR%%/corelib/threads/doc/images/mandelbrot-example.png
+%%QT_EXAMPLEDIR%%/corelib/threads/doc/images/mandelbrot_scroll1.png
+%%QT_EXAMPLEDIR%%/corelib/threads/doc/images/mandelbrot_scroll2.png
+%%QT_EXAMPLEDIR%%/corelib/threads/doc/images/mandelbrot_scroll3.png
+%%QT_EXAMPLEDIR%%/corelib/threads/doc/images/mandelbrot_zoom1.png
+%%QT_EXAMPLEDIR%%/corelib/threads/doc/images/mandelbrot_zoom2.png
+%%QT_EXAMPLEDIR%%/corelib/threads/doc/images/mandelbrot_zoom3.png
+%%QT_EXAMPLEDIR%%/corelib/threads/doc/images/queuedcustomtype-example.png
+%%QT_EXAMPLEDIR%%/corelib/threads/doc/src/mandelbrot.qdoc
+%%QT_EXAMPLEDIR%%/corelib/threads/doc/src/queuedcustomtype.qdoc
+%%QT_EXAMPLEDIR%%/corelib/threads/doc/src/semaphores.qdoc
+%%QT_EXAMPLEDIR%%/corelib/threads/doc/src/waitconditions.qdoc
+%%QT_EXAMPLEDIR%%/corelib/threads/mandelbrot/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/corelib/threads/mandelbrot/main.cpp
+%%QT_EXAMPLEDIR%%/corelib/threads/mandelbrot/mandelbrot.pro
+%%QT_EXAMPLEDIR%%/corelib/threads/mandelbrot/mandelbrotwidget.cpp
+%%QT_EXAMPLEDIR%%/corelib/threads/mandelbrot/mandelbrotwidget.h
+%%QT_EXAMPLEDIR%%/corelib/threads/mandelbrot/renderthread.cpp
+%%QT_EXAMPLEDIR%%/corelib/threads/mandelbrot/renderthread.h
+%%QT_EXAMPLEDIR%%/corelib/threads/queuedcustomtype/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/corelib/threads/queuedcustomtype/block.cpp
+%%QT_EXAMPLEDIR%%/corelib/threads/queuedcustomtype/block.h
+%%QT_EXAMPLEDIR%%/corelib/threads/queuedcustomtype/main.cpp
+%%QT_EXAMPLEDIR%%/corelib/threads/queuedcustomtype/queuedcustomtype.pro
+%%QT_EXAMPLEDIR%%/corelib/threads/queuedcustomtype/renderthread.cpp
+%%QT_EXAMPLEDIR%%/corelib/threads/queuedcustomtype/renderthread.h
+%%QT_EXAMPLEDIR%%/corelib/threads/queuedcustomtype/window.cpp
+%%QT_EXAMPLEDIR%%/corelib/threads/queuedcustomtype/window.h
+%%QT_EXAMPLEDIR%%/corelib/threads/semaphores/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/corelib/threads/semaphores/semaphores.cpp
+%%QT_EXAMPLEDIR%%/corelib/threads/semaphores/semaphores.pro
+%%QT_EXAMPLEDIR%%/corelib/threads/threads.pro
+%%QT_EXAMPLEDIR%%/corelib/threads/waitconditions/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/corelib/threads/waitconditions/waitconditions.cpp
+%%QT_EXAMPLEDIR%%/corelib/threads/waitconditions/waitconditions.pro
+%%QT_EXAMPLEDIR%%/corelib/tools/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/corelib/tools/README
+%%QT_EXAMPLEDIR%%/corelib/tools/contiguouscache/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/corelib/tools/contiguouscache/contiguouscache.pro
+%%QT_EXAMPLEDIR%%/corelib/tools/contiguouscache/main.cpp
+%%QT_EXAMPLEDIR%%/corelib/tools/contiguouscache/randomlistmodel.cpp
+%%QT_EXAMPLEDIR%%/corelib/tools/contiguouscache/randomlistmodel.h
+%%QT_EXAMPLEDIR%%/corelib/tools/customtype/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/corelib/tools/customtype/customtype.pro
+%%QT_EXAMPLEDIR%%/corelib/tools/customtype/main.cpp
+%%QT_EXAMPLEDIR%%/corelib/tools/customtype/message.cpp
+%%QT_EXAMPLEDIR%%/corelib/tools/customtype/message.h
+%%QT_EXAMPLEDIR%%/corelib/tools/customtypesending/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/corelib/tools/customtypesending/customtypesending.pro
+%%QT_EXAMPLEDIR%%/corelib/tools/customtypesending/main.cpp
+%%QT_EXAMPLEDIR%%/corelib/tools/customtypesending/message.cpp
+%%QT_EXAMPLEDIR%%/corelib/tools/customtypesending/message.h
+%%QT_EXAMPLEDIR%%/corelib/tools/customtypesending/window.cpp
+%%QT_EXAMPLEDIR%%/corelib/tools/customtypesending/window.h
+%%QT_EXAMPLEDIR%%/corelib/tools/doc/src/contiguouscache.qdoc
+%%QT_EXAMPLEDIR%%/corelib/tools/doc/src/customtype.qdoc
+%%QT_EXAMPLEDIR%%/corelib/tools/tools.pro
+%%QT_EXAMPLEDIR%%/datavisualization/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/datavisualization/bars/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/datavisualization/bars/bars.pro
+%%QT_EXAMPLEDIR%%/datavisualization/bars/doc/images/bars-example.png
+%%QT_EXAMPLEDIR%%/datavisualization/bars/doc/src/bars.qdoc
+%%QT_EXAMPLEDIR%%/datavisualization/bars/graphmodifier.cpp
+%%QT_EXAMPLEDIR%%/datavisualization/bars/graphmodifier.h
+%%QT_EXAMPLEDIR%%/datavisualization/bars/main.cpp
+%%QT_EXAMPLEDIR%%/datavisualization/custominput/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/datavisualization/custominput/custominput.pro
+%%QT_EXAMPLEDIR%%/datavisualization/custominput/custominput.qrc
+%%QT_EXAMPLEDIR%%/datavisualization/custominput/custominputhandler.cpp
+%%QT_EXAMPLEDIR%%/datavisualization/custominput/custominputhandler.h
+%%QT_EXAMPLEDIR%%/datavisualization/custominput/data/data.txt
+%%QT_EXAMPLEDIR%%/datavisualization/custominput/doc/images/custominput-example.png
+%%QT_EXAMPLEDIR%%/datavisualization/custominput/doc/src/custominput.qdoc
+%%QT_EXAMPLEDIR%%/datavisualization/custominput/main.cpp
+%%QT_EXAMPLEDIR%%/datavisualization/custominput/scatterdatamodifier.cpp
+%%QT_EXAMPLEDIR%%/datavisualization/custominput/scatterdatamodifier.h
+%%QT_EXAMPLEDIR%%/datavisualization/customitems/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/datavisualization/customitems/customitemgraph.cpp
+%%QT_EXAMPLEDIR%%/datavisualization/customitems/customitemgraph.h
+%%QT_EXAMPLEDIR%%/datavisualization/customitems/customitems.pro
+%%QT_EXAMPLEDIR%%/datavisualization/customitems/customitems.qrc
+%%QT_EXAMPLEDIR%%/datavisualization/customitems/doc/images/customitems-example.png
+%%QT_EXAMPLEDIR%%/datavisualization/customitems/doc/src/customitems.qdoc
+%%QT_EXAMPLEDIR%%/datavisualization/customitems/layer_1.png
+%%QT_EXAMPLEDIR%%/datavisualization/customitems/layer_2.png
+%%QT_EXAMPLEDIR%%/datavisualization/customitems/layer_3.png
+%%QT_EXAMPLEDIR%%/datavisualization/customitems/main.cpp
+%%QT_EXAMPLEDIR%%/datavisualization/customitems/oilrig.obj
+%%QT_EXAMPLEDIR%%/datavisualization/customitems/pipe.obj
+%%QT_EXAMPLEDIR%%/datavisualization/customitems/refinery.obj
+%%QT_EXAMPLEDIR%%/datavisualization/customproxy/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/datavisualization/customproxy/customproxy.pro
+%%QT_EXAMPLEDIR%%/datavisualization/customproxy/customproxy.qrc
+%%QT_EXAMPLEDIR%%/datavisualization/customproxy/data/raindata.txt
+%%QT_EXAMPLEDIR%%/datavisualization/customproxy/doc/images/customproxy-example.png
+%%QT_EXAMPLEDIR%%/datavisualization/customproxy/doc/src/customproxy.qdoc
+%%QT_EXAMPLEDIR%%/datavisualization/customproxy/main.cpp
+%%QT_EXAMPLEDIR%%/datavisualization/customproxy/rainfallgraph.cpp
+%%QT_EXAMPLEDIR%%/datavisualization/customproxy/rainfallgraph.h
+%%QT_EXAMPLEDIR%%/datavisualization/customproxy/variantbardatamapping.cpp
+%%QT_EXAMPLEDIR%%/datavisualization/customproxy/variantbardatamapping.h
+%%QT_EXAMPLEDIR%%/datavisualization/customproxy/variantbardataproxy.cpp
+%%QT_EXAMPLEDIR%%/datavisualization/customproxy/variantbardataproxy.h
+%%QT_EXAMPLEDIR%%/datavisualization/customproxy/variantdataset.cpp
+%%QT_EXAMPLEDIR%%/datavisualization/customproxy/variantdataset.h
+%%QT_EXAMPLEDIR%%/datavisualization/datavisualization.pro
+%%QT_EXAMPLEDIR%%/datavisualization/draggableaxes/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/datavisualization/draggableaxes/axesinputhandler.cpp
+%%QT_EXAMPLEDIR%%/datavisualization/draggableaxes/axesinputhandler.h
+%%QT_EXAMPLEDIR%%/datavisualization/draggableaxes/data.cpp
+%%QT_EXAMPLEDIR%%/datavisualization/draggableaxes/data.h
+%%QT_EXAMPLEDIR%%/datavisualization/draggableaxes/doc/images/draggableaxes-example.png
+%%QT_EXAMPLEDIR%%/datavisualization/draggableaxes/doc/src/draggableaxes.qdoc
+%%QT_EXAMPLEDIR%%/datavisualization/draggableaxes/draggableaxes.pro
+%%QT_EXAMPLEDIR%%/datavisualization/draggableaxes/main.cpp
+%%QT_EXAMPLEDIR%%/datavisualization/examples.pri
+%%QT_EXAMPLEDIR%%/datavisualization/itemmodel/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/datavisualization/itemmodel/doc/images/itemmodel-example-2.png
+%%QT_EXAMPLEDIR%%/datavisualization/itemmodel/doc/images/itemmodel-example.png
+%%QT_EXAMPLEDIR%%/datavisualization/itemmodel/doc/src/itemmodel.qdoc
+%%QT_EXAMPLEDIR%%/datavisualization/itemmodel/itemmodel.pro
+%%QT_EXAMPLEDIR%%/datavisualization/itemmodel/main.cpp
+%%QT_EXAMPLEDIR%%/datavisualization/qml3doscilloscope/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/datavisualization/qml3doscilloscope/datasource.cpp
+%%QT_EXAMPLEDIR%%/datavisualization/qml3doscilloscope/datasource.h
+%%QT_EXAMPLEDIR%%/datavisualization/qml3doscilloscope/doc/images/qml3doscilloscope-example.png
+%%QT_EXAMPLEDIR%%/datavisualization/qml3doscilloscope/doc/src/qml3doscilloscope.qdoc
+%%QT_EXAMPLEDIR%%/datavisualization/qml3doscilloscope/main.cpp
+%%QT_EXAMPLEDIR%%/datavisualization/qml3doscilloscope/qml/qml3doscilloscope/main.qml
+%%QT_EXAMPLEDIR%%/datavisualization/qml3doscilloscope/qml3doscilloscope.pro
+%%QT_EXAMPLEDIR%%/datavisualization/qml3doscilloscope/qml3doscilloscope.qrc
+%%QT_EXAMPLEDIR%%/datavisualization/qmlaxisdrag/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/datavisualization/qmlaxisdrag/doc/images/qmlaxisdrag-example.png
+%%QT_EXAMPLEDIR%%/datavisualization/qmlaxisdrag/doc/src/qmlaxisdrag.qdoc
+%%QT_EXAMPLEDIR%%/datavisualization/qmlaxisdrag/main.cpp
+%%QT_EXAMPLEDIR%%/datavisualization/qmlaxisdrag/qml/qmlaxisdrag/cube.obj
+%%QT_EXAMPLEDIR%%/datavisualization/qmlaxisdrag/qml/qmlaxisdrag/cubetexture.png
+%%QT_EXAMPLEDIR%%/datavisualization/qmlaxisdrag/qml/qmlaxisdrag/main.qml
+%%QT_EXAMPLEDIR%%/datavisualization/qmlaxisdrag/qmlaxisdrag.pro
+%%QT_EXAMPLEDIR%%/datavisualization/qmlaxisdrag/qmlaxisdrag.qrc
+%%QT_EXAMPLEDIR%%/datavisualization/qmlaxisformatter/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/datavisualization/qmlaxisformatter/customformatter.cpp
+%%QT_EXAMPLEDIR%%/datavisualization/qmlaxisformatter/customformatter.h
+%%QT_EXAMPLEDIR%%/datavisualization/qmlaxisformatter/doc/images/qmlaxisformatter-example.png
+%%QT_EXAMPLEDIR%%/datavisualization/qmlaxisformatter/doc/src/qmlaxisformatter.qdoc
+%%QT_EXAMPLEDIR%%/datavisualization/qmlaxisformatter/main.cpp
+%%QT_EXAMPLEDIR%%/datavisualization/qmlaxisformatter/qml/qmlaxisformatter/Data.qml
+%%QT_EXAMPLEDIR%%/datavisualization/qmlaxisformatter/qml/qmlaxisformatter/main.qml
+%%QT_EXAMPLEDIR%%/datavisualization/qmlaxisformatter/qmlaxisformatter.pro
+%%QT_EXAMPLEDIR%%/datavisualization/qmlaxisformatter/qmlaxisformatter.qrc
+%%QT_EXAMPLEDIR%%/datavisualization/qmlbars/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/datavisualization/qmlbars/doc/images/qmlbars-example.png
+%%QT_EXAMPLEDIR%%/datavisualization/qmlbars/doc/src/qmlbars.qdoc
+%%QT_EXAMPLEDIR%%/datavisualization/qmlbars/main.cpp
+%%QT_EXAMPLEDIR%%/datavisualization/qmlbars/qml/qmlbars/Axes.qml
+%%QT_EXAMPLEDIR%%/datavisualization/qmlbars/qml/qmlbars/Data.qml
+%%QT_EXAMPLEDIR%%/datavisualization/qmlbars/qml/qmlbars/main.qml
+%%QT_EXAMPLEDIR%%/datavisualization/qmlbars/qmlbars.pro
+%%QT_EXAMPLEDIR%%/datavisualization/qmlbars/qmlbars.qrc
+%%QT_EXAMPLEDIR%%/datavisualization/qmlcustominput/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/datavisualization/qmlcustominput/doc/images/qmlcustominput-example.png
+%%QT_EXAMPLEDIR%%/datavisualization/qmlcustominput/doc/src/qmlcustominput.qdoc
+%%QT_EXAMPLEDIR%%/datavisualization/qmlcustominput/main.cpp
+%%QT_EXAMPLEDIR%%/datavisualization/qmlcustominput/qml/qmlcustominput/Data.qml
+%%QT_EXAMPLEDIR%%/datavisualization/qmlcustominput/qml/qmlcustominput/main.qml
+%%QT_EXAMPLEDIR%%/datavisualization/qmlcustominput/qmlcustominput.pro
+%%QT_EXAMPLEDIR%%/datavisualization/qmlcustominput/qmlcustominput.qrc
+%%QT_EXAMPLEDIR%%/datavisualization/qmllegend/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/datavisualization/qmllegend/doc/images/qmllegend-example.png
+%%QT_EXAMPLEDIR%%/datavisualization/qmllegend/doc/src/qmllegend.qdoc
+%%QT_EXAMPLEDIR%%/datavisualization/qmllegend/main.cpp
+%%QT_EXAMPLEDIR%%/datavisualization/qmllegend/qml/qmllegend/Data.qml
+%%QT_EXAMPLEDIR%%/datavisualization/qmllegend/qml/qmllegend/LegendItem.qml
+%%QT_EXAMPLEDIR%%/datavisualization/qmllegend/qml/qmllegend/main.qml
+%%QT_EXAMPLEDIR%%/datavisualization/qmllegend/qmllegend.pro
+%%QT_EXAMPLEDIR%%/datavisualization/qmllegend/qmllegend.qrc
+%%QT_EXAMPLEDIR%%/datavisualization/qmlmultigraph/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/datavisualization/qmlmultigraph/doc/images/qmlmultigraph-example.png
+%%QT_EXAMPLEDIR%%/datavisualization/qmlmultigraph/doc/src/qmlmultigraph.qdoc
+%%QT_EXAMPLEDIR%%/datavisualization/qmlmultigraph/main.cpp
+%%QT_EXAMPLEDIR%%/datavisualization/qmlmultigraph/qml/qmlmultigraph/Data.qml
+%%QT_EXAMPLEDIR%%/datavisualization/qmlmultigraph/qml/qmlmultigraph/main.qml
+%%QT_EXAMPLEDIR%%/datavisualization/qmlmultigraph/qmlmultigraph.pro
+%%QT_EXAMPLEDIR%%/datavisualization/qmlmultigraph/qmlmultigraph.qrc
+%%QT_EXAMPLEDIR%%/datavisualization/qmlscatter/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/datavisualization/qmlscatter/doc/images/qmlscatter-example.png
+%%QT_EXAMPLEDIR%%/datavisualization/qmlscatter/doc/src/qmlscatter.qdoc
+%%QT_EXAMPLEDIR%%/datavisualization/qmlscatter/main.cpp
+%%QT_EXAMPLEDIR%%/datavisualization/qmlscatter/qml/qmlscatter/Data.qml
+%%QT_EXAMPLEDIR%%/datavisualization/qmlscatter/qml/qmlscatter/main.qml
+%%QT_EXAMPLEDIR%%/datavisualization/qmlscatter/qmlscatter.pro
+%%QT_EXAMPLEDIR%%/datavisualization/qmlscatter/qmlscatter.qrc
+%%QT_EXAMPLEDIR%%/datavisualization/qmlspectrogram/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/datavisualization/qmlspectrogram/doc/images/qmlspectrogram-example.png
+%%QT_EXAMPLEDIR%%/datavisualization/qmlspectrogram/doc/src/qmlspectrogram.qdoc
+%%QT_EXAMPLEDIR%%/datavisualization/qmlspectrogram/main.cpp
+%%QT_EXAMPLEDIR%%/datavisualization/qmlspectrogram/qml/qmlspectrogram/Data.qml
+%%QT_EXAMPLEDIR%%/datavisualization/qmlspectrogram/qml/qmlspectrogram/main.qml
+%%QT_EXAMPLEDIR%%/datavisualization/qmlspectrogram/qmlspectrogram.pro
+%%QT_EXAMPLEDIR%%/datavisualization/qmlspectrogram/qmlspectrogram.qrc
+%%QT_EXAMPLEDIR%%/datavisualization/qmlsurface/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/datavisualization/qmlsurface/doc/images/qmlsurface-example.png
+%%QT_EXAMPLEDIR%%/datavisualization/qmlsurface/doc/src/qmlsurface.qdoc
+%%QT_EXAMPLEDIR%%/datavisualization/qmlsurface/heightmap.png
+%%QT_EXAMPLEDIR%%/datavisualization/qmlsurface/main.cpp
+%%QT_EXAMPLEDIR%%/datavisualization/qmlsurface/qml/qmlsurface/Data.qml
+%%QT_EXAMPLEDIR%%/datavisualization/qmlsurface/qml/qmlsurface/main.qml
+%%QT_EXAMPLEDIR%%/datavisualization/qmlsurface/qmlsurface.pro
+%%QT_EXAMPLEDIR%%/datavisualization/qmlsurface/qmlsurface.qrc
+%%QT_EXAMPLEDIR%%/datavisualization/qmlsurfacelayers/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/datavisualization/qmlsurfacelayers/doc/images/qmlsurfacelayers-example.png
+%%QT_EXAMPLEDIR%%/datavisualization/qmlsurfacelayers/doc/src/qmlsurfacelayers.qdoc
+%%QT_EXAMPLEDIR%%/datavisualization/qmlsurfacelayers/layer_1.png
+%%QT_EXAMPLEDIR%%/datavisualization/qmlsurfacelayers/layer_2.png
+%%QT_EXAMPLEDIR%%/datavisualization/qmlsurfacelayers/layer_3.png
+%%QT_EXAMPLEDIR%%/datavisualization/qmlsurfacelayers/main.cpp
+%%QT_EXAMPLEDIR%%/datavisualization/qmlsurfacelayers/qml/qmlsurfacelayers/main.qml
+%%QT_EXAMPLEDIR%%/datavisualization/qmlsurfacelayers/qmlsurfacelayers.pro
+%%QT_EXAMPLEDIR%%/datavisualization/qmlsurfacelayers/qmlsurfacelayers.qrc
+%%QT_EXAMPLEDIR%%/datavisualization/rotations/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/datavisualization/rotations/doc/images/rotations-example.png
+%%QT_EXAMPLEDIR%%/datavisualization/rotations/doc/src/rotations.qdoc
+%%QT_EXAMPLEDIR%%/datavisualization/rotations/main.cpp
+%%QT_EXAMPLEDIR%%/datavisualization/rotations/mesh/largesphere.obj
+%%QT_EXAMPLEDIR%%/datavisualization/rotations/mesh/narrowarrow.obj
+%%QT_EXAMPLEDIR%%/datavisualization/rotations/rotations.pro
+%%QT_EXAMPLEDIR%%/datavisualization/rotations/rotations.qrc
+%%QT_EXAMPLEDIR%%/datavisualization/rotations/scatterdatamodifier.cpp
+%%QT_EXAMPLEDIR%%/datavisualization/rotations/scatterdatamodifier.h
+%%QT_EXAMPLEDIR%%/datavisualization/scatter/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/datavisualization/scatter/doc/images/scatter-example.png
+%%QT_EXAMPLEDIR%%/datavisualization/scatter/doc/src/scatter.qdoc
+%%QT_EXAMPLEDIR%%/datavisualization/scatter/main.cpp
+%%QT_EXAMPLEDIR%%/datavisualization/scatter/scatter.pro
+%%QT_EXAMPLEDIR%%/datavisualization/scatter/scatterdatamodifier.cpp
+%%QT_EXAMPLEDIR%%/datavisualization/scatter/scatterdatamodifier.h
+%%QT_EXAMPLEDIR%%/datavisualization/surface/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/datavisualization/surface/doc/images/surface-example.png
+%%QT_EXAMPLEDIR%%/datavisualization/surface/doc/src/surface.qdoc
+%%QT_EXAMPLEDIR%%/datavisualization/surface/main.cpp
+%%QT_EXAMPLEDIR%%/datavisualization/surface/mountain.png
+%%QT_EXAMPLEDIR%%/datavisualization/surface/surface.pro
+%%QT_EXAMPLEDIR%%/datavisualization/surface/surface.qrc
+%%QT_EXAMPLEDIR%%/datavisualization/surface/surfacegraph.cpp
+%%QT_EXAMPLEDIR%%/datavisualization/surface/surfacegraph.h
+%%QT_EXAMPLEDIR%%/datavisualization/texturesurface/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/datavisualization/texturesurface/custominputhandler.cpp
+%%QT_EXAMPLEDIR%%/datavisualization/texturesurface/custominputhandler.h
+%%QT_EXAMPLEDIR%%/datavisualization/texturesurface/doc/images/texturesurface-example.png
+%%QT_EXAMPLEDIR%%/datavisualization/texturesurface/doc/src/texturesurface.qdoc
+%%QT_EXAMPLEDIR%%/datavisualization/texturesurface/highlightseries.cpp
+%%QT_EXAMPLEDIR%%/datavisualization/texturesurface/highlightseries.h
+%%QT_EXAMPLEDIR%%/datavisualization/texturesurface/license.txt
+%%QT_EXAMPLEDIR%%/datavisualization/texturesurface/main.cpp
+%%QT_EXAMPLEDIR%%/datavisualization/texturesurface/maptexture.jpg
+%%QT_EXAMPLEDIR%%/datavisualization/texturesurface/surfacegraph.cpp
+%%QT_EXAMPLEDIR%%/datavisualization/texturesurface/surfacegraph.h
+%%QT_EXAMPLEDIR%%/datavisualization/texturesurface/texturedsurface.qrc
+%%QT_EXAMPLEDIR%%/datavisualization/texturesurface/texturesurface.pro
+%%QT_EXAMPLEDIR%%/datavisualization/texturesurface/topographicseries.cpp
+%%QT_EXAMPLEDIR%%/datavisualization/texturesurface/topographicseries.h
+%%QT_EXAMPLEDIR%%/datavisualization/texturesurface/topography.png
+%%QT_EXAMPLEDIR%%/datavisualization/volumetric/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/datavisualization/volumetric/doc/images/volumetric-example.png
+%%QT_EXAMPLEDIR%%/datavisualization/volumetric/doc/src/volumetric.qdoc
+%%QT_EXAMPLEDIR%%/datavisualization/volumetric/layer_ground.png
+%%QT_EXAMPLEDIR%%/datavisualization/volumetric/layer_magma.png
+%%QT_EXAMPLEDIR%%/datavisualization/volumetric/layer_water.png
+%%QT_EXAMPLEDIR%%/datavisualization/volumetric/main.cpp
+%%QT_EXAMPLEDIR%%/datavisualization/volumetric/volumetric.cpp
+%%QT_EXAMPLEDIR%%/datavisualization/volumetric/volumetric.h
+%%QT_EXAMPLEDIR%%/datavisualization/volumetric/volumetric.pro
+%%QT_EXAMPLEDIR%%/datavisualization/volumetric/volumetric.qrc
+%%QT_EXAMPLEDIR%%/dbus/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/dbus/chat/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/dbus/chat/chat.cpp
+%%QT_EXAMPLEDIR%%/dbus/chat/chat.h
+%%QT_EXAMPLEDIR%%/dbus/chat/chat.pro
+%%QT_EXAMPLEDIR%%/dbus/chat/chatmainwindow.ui
+%%QT_EXAMPLEDIR%%/dbus/chat/chatsetnickname.ui
+%%QT_EXAMPLEDIR%%/dbus/chat/org.example.chat.xml
+%%QT_EXAMPLEDIR%%/dbus/complexpingpong/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/dbus/complexpingpong/complexping.cpp
+%%QT_EXAMPLEDIR%%/dbus/complexpingpong/complexping.h
+%%QT_EXAMPLEDIR%%/dbus/complexpingpong/complexping.pro
+%%QT_EXAMPLEDIR%%/dbus/complexpingpong/complexpingpong.pro
+%%QT_EXAMPLEDIR%%/dbus/complexpingpong/complexpong.cpp
+%%QT_EXAMPLEDIR%%/dbus/complexpingpong/complexpong.h
+%%QT_EXAMPLEDIR%%/dbus/complexpingpong/complexpong.pro
+%%QT_EXAMPLEDIR%%/dbus/complexpingpong/ping-common.h
+%%QT_EXAMPLEDIR%%/dbus/dbus.pro
+%%QT_EXAMPLEDIR%%/dbus/doc/images/dbus-chat-example.png
+%%QT_EXAMPLEDIR%%/dbus/doc/src/chat.qdoc
+%%QT_EXAMPLEDIR%%/dbus/doc/src/complexpingpong.qdoc
+%%QT_EXAMPLEDIR%%/dbus/doc/src/listnames.qdoc
+%%QT_EXAMPLEDIR%%/dbus/doc/src/pingpong.qdoc
+%%QT_EXAMPLEDIR%%/dbus/listnames/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/dbus/listnames/listnames.cpp
+%%QT_EXAMPLEDIR%%/dbus/listnames/listnames.pro
+%%QT_EXAMPLEDIR%%/dbus/pingpong/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/dbus/pingpong/ping-common.h
+%%QT_EXAMPLEDIR%%/dbus/pingpong/ping.cpp
+%%QT_EXAMPLEDIR%%/dbus/pingpong/ping.pro
+%%QT_EXAMPLEDIR%%/dbus/pingpong/pingpong.pro
+%%QT_EXAMPLEDIR%%/dbus/pingpong/pong.cpp
+%%QT_EXAMPLEDIR%%/dbus/pingpong/pong.h
+%%QT_EXAMPLEDIR%%/dbus/pingpong/pong.pro
+%%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/car/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/car/car.cpp
+%%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/car/car.h
+%%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/car/car.pro
+%%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/car/car.xml
+%%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/car/main.cpp
+%%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/controller/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/controller/car.xml
+%%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/controller/controller.cpp
+%%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/controller/controller.h
+%%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/controller/controller.pro
+%%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/controller/controller.ui
+%%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/controller/main.cpp
+%%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/doc/images/remotecontrolledcar-car-example.png
+%%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/doc/src/dbus-remotecontrolledcar.qdoc
+%%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/remotecontrolledcar.pro
+%%QT_EXAMPLEDIR%%/demos/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/demos/addressbook/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/demos/addressbook/addressbookmodel.cpp
+%%QT_EXAMPLEDIR%%/demos/addressbook/addressbookmodel.h
+%%QT_EXAMPLEDIR%%/demos/addressbook/contactentry.h
+%%QT_EXAMPLEDIR%%/demos/addressbook/doc/images/addressbookclient.png
+%%QT_EXAMPLEDIR%%/demos/addressbook/doc/images/authorize.png
+%%QT_EXAMPLEDIR%%/demos/addressbook/doc/images/newcontact.png
+%%QT_EXAMPLEDIR%%/demos/addressbook/doc/src/addressbook-client-example.qdoc
+%%QT_EXAMPLEDIR%%/demos/addressbook/main.cpp
+%%QT_EXAMPLEDIR%%/demos/addressbook/qml/main.qml
+%%QT_EXAMPLEDIR%%/demos/addressbook/restaccessmanager.cpp
+%%QT_EXAMPLEDIR%%/demos/addressbook/restaccessmanager.h
+%%QT_EXAMPLEDIR%%/demos/calqlatr/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/demos/calqlatr/calqlatr.pro
+%%QT_EXAMPLEDIR%%/demos/calqlatr/calqlatr.qml
+%%QT_EXAMPLEDIR%%/demos/calqlatr/calqlatr.qmlproject
+%%QT_EXAMPLEDIR%%/demos/calqlatr/calqlatr.qrc
+%%QT_EXAMPLEDIR%%/demos/calqlatr/content/CalculatorButton.qml
+%%QT_EXAMPLEDIR%%/demos/calqlatr/content/Display.qml
+%%QT_EXAMPLEDIR%%/demos/calqlatr/content/NumberPad.qml
+%%QT_EXAMPLEDIR%%/demos/calqlatr/content/calculator.js
+%%QT_EXAMPLEDIR%%/demos/calqlatr/content/images/paper-edge-left.png
+%%QT_EXAMPLEDIR%%/demos/calqlatr/content/images/paper-edge-right.png
+%%QT_EXAMPLEDIR%%/demos/calqlatr/content/images/paper-grip.png
+%%QT_EXAMPLEDIR%%/demos/calqlatr/doc/images/qtquick-demo-calqlatr.png
+%%QT_EXAMPLEDIR%%/demos/calqlatr/doc/src/calqlatr.qdoc
+%%QT_EXAMPLEDIR%%/demos/calqlatr/main.cpp
+%%QT_EXAMPLEDIR%%/demos/clocks/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/demos/clocks/clocks.pro
+%%QT_EXAMPLEDIR%%/demos/clocks/clocks.qml
+%%QT_EXAMPLEDIR%%/demos/clocks/clocks.qmlproject
+%%QT_EXAMPLEDIR%%/demos/clocks/clocks.qrc
+%%QT_EXAMPLEDIR%%/demos/clocks/content/Clock.qml
+%%QT_EXAMPLEDIR%%/demos/clocks/content/arrow.png
+%%QT_EXAMPLEDIR%%/demos/clocks/content/background.png
+%%QT_EXAMPLEDIR%%/demos/clocks/content/center.png
+%%QT_EXAMPLEDIR%%/demos/clocks/content/clock-night.png
+%%QT_EXAMPLEDIR%%/demos/clocks/content/clock.png
+%%QT_EXAMPLEDIR%%/demos/clocks/content/hour.png
+%%QT_EXAMPLEDIR%%/demos/clocks/content/minute.png
+%%QT_EXAMPLEDIR%%/demos/clocks/content/quit.png
+%%QT_EXAMPLEDIR%%/demos/clocks/content/second.png
+%%QT_EXAMPLEDIR%%/demos/clocks/doc/images/qtquick-demo-clocks-small.png
+%%QT_EXAMPLEDIR%%/demos/clocks/doc/src/clocks.qdoc
+%%QT_EXAMPLEDIR%%/demos/clocks/main.cpp
+%%QT_EXAMPLEDIR%%/demos/coffee/ApplicationFlow.qml
+%%QT_EXAMPLEDIR%%/demos/coffee/ApplicationFlowForm.ui.qml
+%%QT_EXAMPLEDIR%%/demos/coffee/Brewing.qml
+%%QT_EXAMPLEDIR%%/demos/coffee/BrewingForm.ui.qml
+%%QT_EXAMPLEDIR%%/demos/coffee/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/demos/coffee/ChoosingCoffee.ui.qml
+%%QT_EXAMPLEDIR%%/demos/coffee/CoffeeButton.qml
+%%QT_EXAMPLEDIR%%/demos/coffee/Cup.qml
+%%QT_EXAMPLEDIR%%/demos/coffee/CupForm.ui.qml
+%%QT_EXAMPLEDIR%%/demos/coffee/EmptyCup.qml
+%%QT_EXAMPLEDIR%%/demos/coffee/EmptyCupForm.ui.qml
+%%QT_EXAMPLEDIR%%/demos/coffee/LICENSE.txt
+%%QT_EXAMPLEDIR%%/demos/coffee/NavigationButton.ui.qml
+%%QT_EXAMPLEDIR%%/demos/coffee/SideBar.qml
+%%QT_EXAMPLEDIR%%/demos/coffee/SideBarForm.ui.qml
+%%QT_EXAMPLEDIR%%/demos/coffee/coffee.pro
+%%QT_EXAMPLEDIR%%/demos/coffee/coffee.qdoc
+%%QT_EXAMPLEDIR%%/demos/coffee/images/cup structure/coffee_cup_large.png
+%%QT_EXAMPLEDIR%%/demos/coffee/images/cup structure/coffee_cup_outline.png
+%%QT_EXAMPLEDIR%%/demos/coffee/images/cup structure/cup elements/coffee_cup_back.png
+%%QT_EXAMPLEDIR%%/demos/coffee/images/cup structure/cup elements/coffee_cup_coverplate.png
+%%QT_EXAMPLEDIR%%/demos/coffee/images/cup structure/cup elements/coffee_cup_front.png
+%%QT_EXAMPLEDIR%%/demos/coffee/images/cup structure/liquids/liquid_coffee.png
+%%QT_EXAMPLEDIR%%/demos/coffee/images/cup structure/liquids/liquid_foam.png
+%%QT_EXAMPLEDIR%%/demos/coffee/images/cup structure/liquids/liquid_milk.png
+%%QT_EXAMPLEDIR%%/demos/coffee/images/icons/coffees/Americano.png
+%%QT_EXAMPLEDIR%%/demos/coffee/images/icons/coffees/Espresso.png
+%%QT_EXAMPLEDIR%%/demos/coffee/images/icons/coffees/Latte.png
+%%QT_EXAMPLEDIR%%/demos/coffee/images/icons/coffees/Macchiato.png
+%%QT_EXAMPLEDIR%%/demos/coffee/images/icons/coffees/cappucino.png
+%%QT_EXAMPLEDIR%%/demos/coffee/images/icons/contents/coffee.png
+%%QT_EXAMPLEDIR%%/demos/coffee/images/icons/contents/milk.png
+%%QT_EXAMPLEDIR%%/demos/coffee/images/icons/contents/sugar.png
+%%QT_EXAMPLEDIR%%/demos/coffee/images/ui controls/buttons/back/white.png
+%%QT_EXAMPLEDIR%%/demos/coffee/images/ui controls/buttons/go/white.png
+%%QT_EXAMPLEDIR%%/demos/coffee/images/ui controls/line.png
+%%QT_EXAMPLEDIR%%/demos/coffee/imports/Coffee/Constants.qml
+%%QT_EXAMPLEDIR%%/demos/coffee/imports/Coffee/TitilliumWeb-Regular.ttf
+%%QT_EXAMPLEDIR%%/demos/coffee/imports/Coffee/qmldir
+%%QT_EXAMPLEDIR%%/demos/coffee/main.cpp
+%%QT_EXAMPLEDIR%%/demos/coffee/main.qml
+%%QT_EXAMPLEDIR%%/demos/coffee/qml.qrc
+%%QT_EXAMPLEDIR%%/demos/coffee/qt_attribution.json
+%%QT_EXAMPLEDIR%%/demos/coffee/qtquickcontrols2.conf
+%%QT_EXAMPLEDIR%%/demos/demos.pro
+%%QT_EXAMPLEDIR%%/demos/hangman/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/demos/hangman/dict.txt
+%%QT_EXAMPLEDIR%%/demos/hangman/doc/images/qthangman-example.png
+%%QT_EXAMPLEDIR%%/demos/hangman/doc/images/qthangman-store-example.png
+%%QT_EXAMPLEDIR%%/demos/hangman/doc/src/androidclasses.qdoc
+%%QT_EXAMPLEDIR%%/demos/hangman/doc/src/appstore.qdoc
+%%QT_EXAMPLEDIR%%/demos/hangman/doc/src/baseclass.qdoc
+%%QT_EXAMPLEDIR%%/demos/hangman/doc/src/googleplay.qdoc
+%%QT_EXAMPLEDIR%%/demos/hangman/doc/src/iosclasses.qdoc
+%%QT_EXAMPLEDIR%%/demos/hangman/doc/src/qtpurchasing-overview.qdoc
+%%QT_EXAMPLEDIR%%/demos/hangman/hangman.pro
+%%QT_EXAMPLEDIR%%/demos/hangman/hangmangame.cpp
+%%QT_EXAMPLEDIR%%/demos/hangman/hangmangame.h
+%%QT_EXAMPLEDIR%%/demos/hangman/main.cpp
+%%QT_EXAMPLEDIR%%/demos/hangman/main.qml
+%%QT_EXAMPLEDIR%%/demos/hangman/purchasing/android/androidinappproduct.cpp
+%%QT_EXAMPLEDIR%%/demos/hangman/purchasing/android/androidinappproduct.h
+%%QT_EXAMPLEDIR%%/demos/hangman/purchasing/android/androidinapppurchasebackend.cpp
+%%QT_EXAMPLEDIR%%/demos/hangman/purchasing/android/androidinapppurchasebackend.h
+%%QT_EXAMPLEDIR%%/demos/hangman/purchasing/android/androidinapptransaction.cpp
+%%QT_EXAMPLEDIR%%/demos/hangman/purchasing/android/androidinapptransaction.h
+%%QT_EXAMPLEDIR%%/demos/hangman/purchasing/android/androidjni.cpp
+%%QT_EXAMPLEDIR%%/demos/hangman/purchasing/android/build.gradle
+%%QT_EXAMPLEDIR%%/demos/hangman/purchasing/android/src/org/qtproject/qt/android/purchasing/Base64.java
+%%QT_EXAMPLEDIR%%/demos/hangman/purchasing/android/src/org/qtproject/qt/android/purchasing/Base64DecoderException.java
+%%QT_EXAMPLEDIR%%/demos/hangman/purchasing/android/src/org/qtproject/qt/android/purchasing/InAppPurchase.java
+%%QT_EXAMPLEDIR%%/demos/hangman/purchasing/android/src/org/qtproject/qt/android/purchasing/Security.java
+%%QT_EXAMPLEDIR%%/demos/hangman/purchasing/inapp/inappproduct.cpp
+%%QT_EXAMPLEDIR%%/demos/hangman/purchasing/inapp/inappproduct.h
+%%QT_EXAMPLEDIR%%/demos/hangman/purchasing/inapp/inapppurchasebackend.cpp
+%%QT_EXAMPLEDIR%%/demos/hangman/purchasing/inapp/inapppurchasebackend.h
+%%QT_EXAMPLEDIR%%/demos/hangman/purchasing/inapp/inappstore.cpp
+%%QT_EXAMPLEDIR%%/demos/hangman/purchasing/inapp/inappstore.h
+%%QT_EXAMPLEDIR%%/demos/hangman/purchasing/inapp/inapptransaction.cpp
+%%QT_EXAMPLEDIR%%/demos/hangman/purchasing/inapp/inapptransaction.h
+%%QT_EXAMPLEDIR%%/demos/hangman/purchasing/ios/iosinapppurchasebackend.h
+%%QT_EXAMPLEDIR%%/demos/hangman/purchasing/ios/iosinapppurchasebackend.mm
+%%QT_EXAMPLEDIR%%/demos/hangman/purchasing/ios/iosinapppurchaseproduct.h
+%%QT_EXAMPLEDIR%%/demos/hangman/purchasing/ios/iosinapppurchaseproduct.mm
+%%QT_EXAMPLEDIR%%/demos/hangman/purchasing/ios/iosinapppurchasetransaction.h
+%%QT_EXAMPLEDIR%%/demos/hangman/purchasing/ios/iosinapppurchasetransaction.mm
+%%QT_EXAMPLEDIR%%/demos/hangman/purchasing/purchasing.pri
+%%QT_EXAMPLEDIR%%/demos/hangman/purchasing/qmltypes/inappproductqmltype.cpp
+%%QT_EXAMPLEDIR%%/demos/hangman/purchasing/qmltypes/inappproductqmltype.h
+%%QT_EXAMPLEDIR%%/demos/hangman/purchasing/qmltypes/inappstoreqmltype.cpp
+%%QT_EXAMPLEDIR%%/demos/hangman/purchasing/qmltypes/inappstoreqmltype.h
+%%QT_EXAMPLEDIR%%/demos/hangman/qml/GameView.qml
+%%QT_EXAMPLEDIR%%/demos/hangman/qml/GuessWordView.qml
+%%QT_EXAMPLEDIR%%/demos/hangman/qml/Hangman.qml
+%%QT_EXAMPLEDIR%%/demos/hangman/qml/HowToView.qml
+%%QT_EXAMPLEDIR%%/demos/hangman/qml/Key.qml
+%%QT_EXAMPLEDIR%%/demos/hangman/qml/Letter.qml
+%%QT_EXAMPLEDIR%%/demos/hangman/qml/LetterSelector.qml
+%%QT_EXAMPLEDIR%%/demos/hangman/qml/MainView.qml
+%%QT_EXAMPLEDIR%%/demos/hangman/qml/PageHeader.qml
+%%QT_EXAMPLEDIR%%/demos/hangman/qml/ScoreItem.qml
+%%QT_EXAMPLEDIR%%/demos/hangman/qml/SimpleButton.qml
+%%QT_EXAMPLEDIR%%/demos/hangman/qml/SplashScreen.qml
+%%QT_EXAMPLEDIR%%/demos/hangman/qml/StoreItem.qml
+%%QT_EXAMPLEDIR%%/demos/hangman/qml/StoreView.qml
+%%QT_EXAMPLEDIR%%/demos/hangman/qml/Word.qml
+%%QT_EXAMPLEDIR%%/demos/hangman/resources.qrc
+%%QT_EXAMPLEDIR%%/demos/maroon/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/demos/maroon/content/BuildButton.qml
+%%QT_EXAMPLEDIR%%/demos/maroon/content/GameCanvas.qml
+%%QT_EXAMPLEDIR%%/demos/maroon/content/GameOverScreen.qml
+%%QT_EXAMPLEDIR%%/demos/maroon/content/InfoBar.qml
+%%QT_EXAMPLEDIR%%/demos/maroon/content/NewGameScreen.qml
+%%QT_EXAMPLEDIR%%/demos/maroon/content/SoundEffect.qml
+%%QT_EXAMPLEDIR%%/demos/maroon/content/audio/bomb-action.wav
+%%QT_EXAMPLEDIR%%/demos/maroon/content/audio/catch-action.wav
+%%QT_EXAMPLEDIR%%/demos/maroon/content/audio/catch.wav
+%%QT_EXAMPLEDIR%%/demos/maroon/content/audio/currency.wav
+%%QT_EXAMPLEDIR%%/demos/maroon/content/audio/factory-action.wav
+%%QT_EXAMPLEDIR%%/demos/maroon/content/audio/melee-action.wav
+%%QT_EXAMPLEDIR%%/demos/maroon/content/audio/projectile-action.wav
+%%QT_EXAMPLEDIR%%/demos/maroon/content/audio/shooter-action.wav
+%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/background.png
+%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/bomb-action.png
+%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/bomb-idle.png
+%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/bomb.png
+%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/button-help.png
+%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/button-play.png
+%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/catch-action.png
+%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/catch.png
+%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/cloud.png
+%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/currency.png
+%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/dialog-bomb.png
+%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/dialog-factory.png
+%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/dialog-melee.png
+%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/dialog-pointer.png
+%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/dialog-shooter.png
+%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/dialog.png
+%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/factory-action.png
+%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/factory-idle.png
+%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/factory.png
+%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/grid.png
+%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/help.png
+%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/lifes.png
+%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/logo-bubble.png
+%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/logo-fish.png
+%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/logo.png
+%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/melee-action.png
+%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/melee-idle.png
+%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/melee.png
+%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/mob-idle.png
+%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/mob.png
+%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/points.png
+%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/projectile-action.png
+%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/projectile.png
+%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/scores.png
+%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/shooter-action.png
+%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/shooter-idle.png
+%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/shooter.png
+%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/sunlight.png
+%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/text-1.png
+%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/text-2.png
+%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/text-3.png
+%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/text-blank.png
+%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/text-gameover.png
+%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/text-go.png
+%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/wave.png
+%%QT_EXAMPLEDIR%%/demos/maroon/content/logic.js
+%%QT_EXAMPLEDIR%%/demos/maroon/content/mobs/MobBase.qml
+%%QT_EXAMPLEDIR%%/demos/maroon/content/towers/Bomb.qml
+%%QT_EXAMPLEDIR%%/demos/maroon/content/towers/Factory.qml
+%%QT_EXAMPLEDIR%%/demos/maroon/content/towers/Melee.qml
+%%QT_EXAMPLEDIR%%/demos/maroon/content/towers/Ranged.qml
+%%QT_EXAMPLEDIR%%/demos/maroon/content/towers/TowerBase.qml
+%%QT_EXAMPLEDIR%%/demos/maroon/doc/images/qtquick-demo-maroon-med-1.png
+%%QT_EXAMPLEDIR%%/demos/maroon/doc/images/qtquick-demo-maroon-med-2.png
+%%QT_EXAMPLEDIR%%/demos/maroon/doc/images/qtquick-demo-maroon-med-3.jpg
+%%QT_EXAMPLEDIR%%/demos/maroon/doc/images/qtquick-demo-maroon-med-4.jpg
+%%QT_EXAMPLEDIR%%/demos/maroon/doc/images/qtquick-demo-maroon-med-5.jpg
+%%QT_EXAMPLEDIR%%/demos/maroon/doc/images/qtquick-demo-maroon-med-6.jpg
+%%QT_EXAMPLEDIR%%/demos/maroon/doc/src/maroon.qdoc
+%%QT_EXAMPLEDIR%%/demos/maroon/main.cpp
+%%QT_EXAMPLEDIR%%/demos/maroon/maroon.pro
+%%QT_EXAMPLEDIR%%/demos/maroon/maroon.qml
+%%QT_EXAMPLEDIR%%/demos/maroon/maroon.qmlproject
+%%QT_EXAMPLEDIR%%/demos/maroon/maroon.qrc
+%%QT_EXAMPLEDIR%%/demos/photosurface/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/demos/photosurface/doc/images/qtquick-demo-photosurface-small.png
+%%QT_EXAMPLEDIR%%/demos/photosurface/doc/src/photosurface.qdoc
+%%QT_EXAMPLEDIR%%/demos/photosurface/main.cpp
+%%QT_EXAMPLEDIR%%/demos/photosurface/photosurface.pro
+%%QT_EXAMPLEDIR%%/demos/photosurface/photosurface.qml
+%%QT_EXAMPLEDIR%%/demos/photosurface/photosurface.qmlproject
+%%QT_EXAMPLEDIR%%/demos/photosurface/photosurface.qrc
+%%QT_EXAMPLEDIR%%/demos/photosurface/resources/folder.png
+%%QT_EXAMPLEDIR%%/demos/photosurface/resources/icon.png
+%%QT_EXAMPLEDIR%%/demos/photosurface/resources/photosurface.icns
+%%QT_EXAMPLEDIR%%/demos/photosurface/resources/photosurface.ico
+%%QT_EXAMPLEDIR%%/demos/photosurface/resources/photosurface.rc
+%%QT_EXAMPLEDIR%%/demos/photoviewer/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/demos/photoviewer/PhotoViewerCore/AlbumDelegate.qml
+%%QT_EXAMPLEDIR%%/demos/photoviewer/PhotoViewerCore/BusyIndicator.qml
+%%QT_EXAMPLEDIR%%/demos/photoviewer/PhotoViewerCore/Button.qml
+%%QT_EXAMPLEDIR%%/demos/photoviewer/PhotoViewerCore/EditableButton.qml
+%%QT_EXAMPLEDIR%%/demos/photoviewer/PhotoViewerCore/PhotoDelegate.qml
+%%QT_EXAMPLEDIR%%/demos/photoviewer/PhotoViewerCore/ProgressBar.qml
+%%QT_EXAMPLEDIR%%/demos/photoviewer/PhotoViewerCore/RssModel.qml
+%%QT_EXAMPLEDIR%%/demos/photoviewer/PhotoViewerCore/Tag.qml
+%%QT_EXAMPLEDIR%%/demos/photoviewer/PhotoViewerCore/images/box-shadow.png
+%%QT_EXAMPLEDIR%%/demos/photoviewer/PhotoViewerCore/images/busy.png
+%%QT_EXAMPLEDIR%%/demos/photoviewer/PhotoViewerCore/images/cardboard.png
+%%QT_EXAMPLEDIR%%/demos/photoviewer/PhotoViewerCore/script/script.mjs
+%%QT_EXAMPLEDIR%%/demos/photoviewer/doc/images/qtquick-demo-photoviewer-small.png
+%%QT_EXAMPLEDIR%%/demos/photoviewer/doc/src/photoviewer.qdoc
+%%QT_EXAMPLEDIR%%/demos/photoviewer/i18n/qml_de.ts
+%%QT_EXAMPLEDIR%%/demos/photoviewer/i18n/qml_en.ts
+%%QT_EXAMPLEDIR%%/demos/photoviewer/i18n/qml_fr.ts
+%%QT_EXAMPLEDIR%%/demos/photoviewer/main.cpp
+%%QT_EXAMPLEDIR%%/demos/photoviewer/main.qml
+%%QT_EXAMPLEDIR%%/demos/photoviewer/photoviewer.pro
+%%QT_EXAMPLEDIR%%/demos/rssnews/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/demos/rssnews/content/BusyIndicator.qml
+%%QT_EXAMPLEDIR%%/demos/rssnews/content/CategoryDelegate.qml
+%%QT_EXAMPLEDIR%%/demos/rssnews/content/NewsDelegate.qml
+%%QT_EXAMPLEDIR%%/demos/rssnews/content/RssFeeds.qml
+%%QT_EXAMPLEDIR%%/demos/rssnews/content/ScrollBar.qml
+%%QT_EXAMPLEDIR%%/demos/rssnews/content/images/Asia.jpg
+%%QT_EXAMPLEDIR%%/demos/rssnews/content/images/Business.jpg
+%%QT_EXAMPLEDIR%%/demos/rssnews/content/images/Entertainment.jpg
+%%QT_EXAMPLEDIR%%/demos/rssnews/content/images/Europe.jpg
+%%QT_EXAMPLEDIR%%/demos/rssnews/content/images/Health.jpg
+%%QT_EXAMPLEDIR%%/demos/rssnews/content/images/Politics.jpg
+%%QT_EXAMPLEDIR%%/demos/rssnews/content/images/Science.jpg
+%%QT_EXAMPLEDIR%%/demos/rssnews/content/images/Sports.jpg
+%%QT_EXAMPLEDIR%%/demos/rssnews/content/images/Technology.jpg
+%%QT_EXAMPLEDIR%%/demos/rssnews/content/images/TopStories.jpg
+%%QT_EXAMPLEDIR%%/demos/rssnews/content/images/USNational.jpg
+%%QT_EXAMPLEDIR%%/demos/rssnews/content/images/World.jpg
+%%QT_EXAMPLEDIR%%/demos/rssnews/content/images/btn_close.png
+%%QT_EXAMPLEDIR%%/demos/rssnews/content/images/busy.png
+%%QT_EXAMPLEDIR%%/demos/rssnews/content/images/scrollbar.png
+%%QT_EXAMPLEDIR%%/demos/rssnews/doc/images/qtquick-demo-rssnews-small.png
+%%QT_EXAMPLEDIR%%/demos/rssnews/doc/src/rssnews.qdoc
+%%QT_EXAMPLEDIR%%/demos/rssnews/main.cpp
+%%QT_EXAMPLEDIR%%/demos/rssnews/rssnews.pro
+%%QT_EXAMPLEDIR%%/demos/rssnews/rssnews.qml
+%%QT_EXAMPLEDIR%%/demos/rssnews/rssnews.qmlproject
+%%QT_EXAMPLEDIR%%/demos/rssnews/rssnews.qrc
+%%QT_EXAMPLEDIR%%/demos/samegame/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/demos/samegame/content/Block.qml
+%%QT_EXAMPLEDIR%%/demos/samegame/content/BlockEmitter.qml
+%%QT_EXAMPLEDIR%%/demos/samegame/content/Button.qml
+%%QT_EXAMPLEDIR%%/demos/samegame/content/GameArea.qml
+%%QT_EXAMPLEDIR%%/demos/samegame/content/LogoAnimation.qml
+%%QT_EXAMPLEDIR%%/demos/samegame/content/MenuEmitter.qml
+%%QT_EXAMPLEDIR%%/demos/samegame/content/PaintEmitter.qml
+%%QT_EXAMPLEDIR%%/demos/samegame/content/PrimaryPack.qml
+%%QT_EXAMPLEDIR%%/demos/samegame/content/PuzzleBlock.qml
+%%QT_EXAMPLEDIR%%/demos/samegame/content/SamegameText.qml
+%%QT_EXAMPLEDIR%%/demos/samegame/content/Settings.qml
+%%QT_EXAMPLEDIR%%/demos/samegame/content/SimpleBlock.qml
+%%QT_EXAMPLEDIR%%/demos/samegame/content/SmokeText.qml
+%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/background-puzzle.png
+%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/background.png
+%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/bar.png
+%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/blue-puzzle.png
+%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/blue.png
+%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/bubble-highscore.png
+%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/bubble-puzzle.png
+%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/but-game-1.png
+%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/but-game-2.png
+%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/but-game-3.png
+%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/but-game-4.png
+%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/but-game-new.png
+%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/but-menu.png
+%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/but-puzzle-next.png
+%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/but-quit.png
+%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/green-puzzle.png
+%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/green.png
+%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/icon-fail.png
+%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/icon-ok.png
+%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/icon-time.png
+%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/logo-a.png
+%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/logo-e.png
+%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/logo-g.png
+%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/logo-m.png
+%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/logo-s.png
+%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/logo.png
+%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/particle-brick.png
+%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/particle-paint.png
+%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/particle-smoke.png
+%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/red-puzzle.png
+%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/red.png
+%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/text-highscore-new.png
+%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/text-highscore.png
+%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/text-no-winner.png
+%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/text-p1-go.png
+%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/text-p1-won.png
+%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/text-p1.png
+%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/text-p2-go.png
+%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/text-p2-won.png
+%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/text-p2.png
+%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/yellow-puzzle.png
+%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/yellow.png
+%%QT_EXAMPLEDIR%%/demos/samegame/content/levels/TemplateBase.qml
+%%QT_EXAMPLEDIR%%/demos/samegame/content/levels/level0.qml
+%%QT_EXAMPLEDIR%%/demos/samegame/content/levels/level1.qml
+%%QT_EXAMPLEDIR%%/demos/samegame/content/levels/level2.qml
+%%QT_EXAMPLEDIR%%/demos/samegame/content/levels/level3.qml
+%%QT_EXAMPLEDIR%%/demos/samegame/content/levels/level4.qml
+%%QT_EXAMPLEDIR%%/demos/samegame/content/levels/level5.qml
+%%QT_EXAMPLEDIR%%/demos/samegame/content/levels/level6.qml
+%%QT_EXAMPLEDIR%%/demos/samegame/content/levels/level7.qml
+%%QT_EXAMPLEDIR%%/demos/samegame/content/levels/level8.qml
+%%QT_EXAMPLEDIR%%/demos/samegame/content/levels/level9.qml
+%%QT_EXAMPLEDIR%%/demos/samegame/content/qmldir
+%%QT_EXAMPLEDIR%%/demos/samegame/content/samegame.js
+%%QT_EXAMPLEDIR%%/demos/samegame/doc/images/qtquick-demo-samegame-med-1.png
+%%QT_EXAMPLEDIR%%/demos/samegame/doc/images/qtquick-demo-samegame-med-2.png
+%%QT_EXAMPLEDIR%%/demos/samegame/doc/src/samegame.qdoc
+%%QT_EXAMPLEDIR%%/demos/samegame/main.cpp
+%%QT_EXAMPLEDIR%%/demos/samegame/samegame.pro
+%%QT_EXAMPLEDIR%%/demos/samegame/samegame.qml
+%%QT_EXAMPLEDIR%%/demos/samegame/samegame.qmlproject
+%%QT_EXAMPLEDIR%%/demos/samegame/samegame.qrc
+%%QT_EXAMPLEDIR%%/demos/stocqt/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/demos/stocqt/content/+windows/Settings.qml
+%%QT_EXAMPLEDIR%%/demos/stocqt/content/Banner.qml
+%%QT_EXAMPLEDIR%%/demos/stocqt/content/Button.qml
+%%QT_EXAMPLEDIR%%/demos/stocqt/content/CheckBox.qml
+%%QT_EXAMPLEDIR%%/demos/stocqt/content/Settings.qml
+%%QT_EXAMPLEDIR%%/demos/stocqt/content/StockChart.qml
+%%QT_EXAMPLEDIR%%/demos/stocqt/content/StockInfo.qml
+%%QT_EXAMPLEDIR%%/demos/stocqt/content/StockListDelegate.qml
+%%QT_EXAMPLEDIR%%/demos/stocqt/content/StockListModel.qml
+%%QT_EXAMPLEDIR%%/demos/stocqt/content/StockListView.qml
+%%QT_EXAMPLEDIR%%/demos/stocqt/content/StockModel.qml
+%%QT_EXAMPLEDIR%%/demos/stocqt/content/StockSettingsPanel.qml
+%%QT_EXAMPLEDIR%%/demos/stocqt/content/StockView.qml
+%%QT_EXAMPLEDIR%%/demos/stocqt/content/data/AAPL.csv
+%%QT_EXAMPLEDIR%%/demos/stocqt/content/data/ADSK.csv
+%%QT_EXAMPLEDIR%%/demos/stocqt/content/data/AMD.csv
+%%QT_EXAMPLEDIR%%/demos/stocqt/content/data/AMZN.csv
+%%QT_EXAMPLEDIR%%/demos/stocqt/content/data/CSCO.csv
+%%QT_EXAMPLEDIR%%/demos/stocqt/content/data/EA.csv
+%%QT_EXAMPLEDIR%%/demos/stocqt/content/data/EBAY.csv
+%%QT_EXAMPLEDIR%%/demos/stocqt/content/data/FB.csv
+%%QT_EXAMPLEDIR%%/demos/stocqt/content/data/GOOG.csv
+%%QT_EXAMPLEDIR%%/demos/stocqt/content/data/GOOGL.csv
+%%QT_EXAMPLEDIR%%/demos/stocqt/content/data/INTC.csv
+%%QT_EXAMPLEDIR%%/demos/stocqt/content/data/MSFT.csv
+%%QT_EXAMPLEDIR%%/demos/stocqt/content/data/NCLH.csv
+%%QT_EXAMPLEDIR%%/demos/stocqt/content/data/NFLX.csv
+%%QT_EXAMPLEDIR%%/demos/stocqt/content/data/NTAP.csv
+%%QT_EXAMPLEDIR%%/demos/stocqt/content/data/NVDA.csv
+%%QT_EXAMPLEDIR%%/demos/stocqt/content/data/PYPL.csv
+%%QT_EXAMPLEDIR%%/demos/stocqt/content/data/QCOM.csv
+%%QT_EXAMPLEDIR%%/demos/stocqt/content/data/TSLA.csv
+%%QT_EXAMPLEDIR%%/demos/stocqt/content/data/TXN.csv
+%%QT_EXAMPLEDIR%%/demos/stocqt/content/images/icon-left-arrow.png
+%%QT_EXAMPLEDIR%%/demos/stocqt/content/images/wheel-touch.png
+%%QT_EXAMPLEDIR%%/demos/stocqt/content/images/wheel.png
+%%QT_EXAMPLEDIR%%/demos/stocqt/content/qmldir
+%%QT_EXAMPLEDIR%%/demos/stocqt/doc/images/qtquick-demo-stocqt.png
+%%QT_EXAMPLEDIR%%/demos/stocqt/doc/src/stocqt.qdoc
+%%QT_EXAMPLEDIR%%/demos/stocqt/main.cpp
+%%QT_EXAMPLEDIR%%/demos/stocqt/stocqt.pro
+%%QT_EXAMPLEDIR%%/demos/stocqt/stocqt.qml
+%%QT_EXAMPLEDIR%%/demos/stocqt/stocqt.qmlproject
+%%QT_EXAMPLEDIR%%/demos/stocqt/stocqt.qrc
+%%QT_EXAMPLEDIR%%/demos/tweetsearch/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/demos/tweetsearch/content/FlipBar.qml
+%%QT_EXAMPLEDIR%%/demos/tweetsearch/content/LineInput.qml
+%%QT_EXAMPLEDIR%%/demos/tweetsearch/content/ListFooter.qml
+%%QT_EXAMPLEDIR%%/demos/tweetsearch/content/ListHeader.qml
+%%QT_EXAMPLEDIR%%/demos/tweetsearch/content/SearchDelegate.qml
+%%QT_EXAMPLEDIR%%/demos/tweetsearch/content/TweetDelegate.qml
+%%QT_EXAMPLEDIR%%/demos/tweetsearch/content/TweetsModel.qml
+%%QT_EXAMPLEDIR%%/demos/tweetsearch/content/resources/anonymous.png
+%%QT_EXAMPLEDIR%%/demos/tweetsearch/content/resources/bird-anim-sprites.png
+%%QT_EXAMPLEDIR%%/demos/tweetsearch/content/resources/icon-clear.png
+%%QT_EXAMPLEDIR%%/demos/tweetsearch/content/resources/icon-loading.png
+%%QT_EXAMPLEDIR%%/demos/tweetsearch/content/resources/icon-refresh.png
+%%QT_EXAMPLEDIR%%/demos/tweetsearch/content/resources/icon-search.png
+%%QT_EXAMPLEDIR%%/demos/tweetsearch/content/shaders/compile.bat
+%%QT_EXAMPLEDIR%%/demos/tweetsearch/content/shaders/effect.frag
+%%QT_EXAMPLEDIR%%/demos/tweetsearch/content/shaders/effect.frag.qsb
+%%QT_EXAMPLEDIR%%/demos/tweetsearch/content/shaders/effect.vert
+%%QT_EXAMPLEDIR%%/demos/tweetsearch/content/shaders/effect.vert.qsb
+%%QT_EXAMPLEDIR%%/demos/tweetsearch/content/tweetsearch.mjs
+%%QT_EXAMPLEDIR%%/demos/tweetsearch/doc/images/qtquick-demo-tweetsearch-med-1.png
+%%QT_EXAMPLEDIR%%/demos/tweetsearch/doc/images/qtquick-demo-tweetsearch-med-2.png
+%%QT_EXAMPLEDIR%%/demos/tweetsearch/doc/src/tweetsearch.qdoc
+%%QT_EXAMPLEDIR%%/demos/tweetsearch/main.cpp
+%%QT_EXAMPLEDIR%%/demos/tweetsearch/tweetsearch.pro
+%%QT_EXAMPLEDIR%%/demos/tweetsearch/tweetsearch.qml
+%%QT_EXAMPLEDIR%%/demos/tweetsearch/tweetsearch.qmlproject
+%%QT_EXAMPLEDIR%%/designer/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/designer/README
+%%QT_EXAMPLEDIR%%/designer/calculatorbuilder/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/designer/calculatorbuilder/calculatorbuilder.pro
+%%QT_EXAMPLEDIR%%/designer/calculatorbuilder/calculatorbuilder.qrc
+%%QT_EXAMPLEDIR%%/designer/calculatorbuilder/calculatorform.cpp
+%%QT_EXAMPLEDIR%%/designer/calculatorbuilder/calculatorform.h
+%%QT_EXAMPLEDIR%%/designer/calculatorbuilder/calculatorform.ui
+%%QT_EXAMPLEDIR%%/designer/calculatorbuilder/main.cpp
+%%QT_EXAMPLEDIR%%/designer/calculatorform/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/designer/calculatorform/calculatorform.cpp
+%%QT_EXAMPLEDIR%%/designer/calculatorform/calculatorform.h
+%%QT_EXAMPLEDIR%%/designer/calculatorform/calculatorform.pro
+%%QT_EXAMPLEDIR%%/designer/calculatorform/calculatorform.ui
+%%QT_EXAMPLEDIR%%/designer/calculatorform/main.cpp
+%%QT_EXAMPLEDIR%%/designer/containerextension/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/designer/containerextension/containerextension.pro
+%%QT_EXAMPLEDIR%%/designer/containerextension/multipagewidget.cpp
+%%QT_EXAMPLEDIR%%/designer/containerextension/multipagewidget.h
+%%QT_EXAMPLEDIR%%/designer/containerextension/multipagewidgetcontainerextension.cpp
+%%QT_EXAMPLEDIR%%/designer/containerextension/multipagewidgetcontainerextension.h
+%%QT_EXAMPLEDIR%%/designer/containerextension/multipagewidgetextensionfactory.cpp
+%%QT_EXAMPLEDIR%%/designer/containerextension/multipagewidgetextensionfactory.h
+%%QT_EXAMPLEDIR%%/designer/containerextension/multipagewidgetplugin.cpp
+%%QT_EXAMPLEDIR%%/designer/containerextension/multipagewidgetplugin.h
+%%QT_EXAMPLEDIR%%/designer/customwidgetplugin/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/designer/customwidgetplugin/analogclock.cpp
+%%QT_EXAMPLEDIR%%/designer/customwidgetplugin/analogclock.h
+%%QT_EXAMPLEDIR%%/designer/customwidgetplugin/customwidgetplugin.cpp
+%%QT_EXAMPLEDIR%%/designer/customwidgetplugin/customwidgetplugin.h
+%%QT_EXAMPLEDIR%%/designer/customwidgetplugin/customwidgetplugin.pro
+%%QT_EXAMPLEDIR%%/designer/designer.pro
+%%QT_EXAMPLEDIR%%/designer/doc/images/arthurplugin-demo.png
+%%QT_EXAMPLEDIR%%/designer/doc/images/calculatorbuilder-example.png
+%%QT_EXAMPLEDIR%%/designer/doc/images/calculatorform-example.png
+%%QT_EXAMPLEDIR%%/designer/doc/images/containerextension-example.png
+%%QT_EXAMPLEDIR%%/designer/doc/images/customwidgetplugin-example.png
+%%QT_EXAMPLEDIR%%/designer/doc/images/taskmenuextension-dialog.png
+%%QT_EXAMPLEDIR%%/designer/doc/images/taskmenuextension-example-faded.png
+%%QT_EXAMPLEDIR%%/designer/doc/images/taskmenuextension-example.png
+%%QT_EXAMPLEDIR%%/designer/doc/images/taskmenuextension-menu.png
+%%QT_EXAMPLEDIR%%/designer/doc/images/worldtimeclock-connection.png
+%%QT_EXAMPLEDIR%%/designer/doc/images/worldtimeclock-signalandslot.png
+%%QT_EXAMPLEDIR%%/designer/doc/images/worldtimeclockbuilder-example.png
+%%QT_EXAMPLEDIR%%/designer/doc/images/worldtimeclockplugin-example.png
+%%QT_EXAMPLEDIR%%/designer/doc/snippets/doc_src_examples_containerextension.pro
+%%QT_EXAMPLEDIR%%/designer/doc/snippets/doc_src_examples_customwidgetplugin.pro
+%%QT_EXAMPLEDIR%%/designer/doc/snippets/doc_src_examples_taskmenuextension.pro
+%%QT_EXAMPLEDIR%%/designer/doc/snippets/doc_src_examples_worldtimeclockplugin.pro
+%%QT_EXAMPLEDIR%%/designer/doc/src/calculatorbuilder.qdoc
+%%QT_EXAMPLEDIR%%/designer/doc/src/calculatorform.qdoc
+%%QT_EXAMPLEDIR%%/designer/doc/src/containerextension.qdoc
+%%QT_EXAMPLEDIR%%/designer/doc/src/customwidgetplugin.qdoc
+%%QT_EXAMPLEDIR%%/designer/doc/src/taskmenuextension.qdoc
+%%QT_EXAMPLEDIR%%/designer/doc/src/worldtimeclockbuilder.qdoc
+%%QT_EXAMPLEDIR%%/designer/doc/src/worldtimeclockplugin.qdoc
+%%QT_EXAMPLEDIR%%/designer/taskmenuextension/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/designer/taskmenuextension/taskmenuextension.pro
+%%QT_EXAMPLEDIR%%/designer/taskmenuextension/tictactoe.cpp
+%%QT_EXAMPLEDIR%%/designer/taskmenuextension/tictactoe.h
+%%QT_EXAMPLEDIR%%/designer/taskmenuextension/tictactoedialog.cpp
+%%QT_EXAMPLEDIR%%/designer/taskmenuextension/tictactoedialog.h
+%%QT_EXAMPLEDIR%%/designer/taskmenuextension/tictactoeplugin.cpp
+%%QT_EXAMPLEDIR%%/designer/taskmenuextension/tictactoeplugin.h
+%%QT_EXAMPLEDIR%%/designer/taskmenuextension/tictactoetaskmenu.cpp
+%%QT_EXAMPLEDIR%%/designer/taskmenuextension/tictactoetaskmenu.h
+%%QT_EXAMPLEDIR%%/designer/worldtimeclockbuilder/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/designer/worldtimeclockbuilder/form.ui
+%%QT_EXAMPLEDIR%%/designer/worldtimeclockbuilder/main.cpp
+%%QT_EXAMPLEDIR%%/designer/worldtimeclockbuilder/worldtimeclockbuilder.pro
+%%QT_EXAMPLEDIR%%/designer/worldtimeclockbuilder/worldtimeclockbuilder.qrc
+%%QT_EXAMPLEDIR%%/designer/worldtimeclockplugin/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/designer/worldtimeclockplugin/worldtimeclock.cpp
+%%QT_EXAMPLEDIR%%/designer/worldtimeclockplugin/worldtimeclock.h
+%%QT_EXAMPLEDIR%%/designer/worldtimeclockplugin/worldtimeclockplugin.cpp
+%%QT_EXAMPLEDIR%%/designer/worldtimeclockplugin/worldtimeclockplugin.h
+%%QT_EXAMPLEDIR%%/designer/worldtimeclockplugin/worldtimeclockplugin.pro
+%%QT_EXAMPLEDIR%%/embedded/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/embedded/digiflip/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/embedded/digiflip/digiflip.cpp
+%%QT_EXAMPLEDIR%%/embedded/digiflip/digiflip.pro
+%%QT_EXAMPLEDIR%%/embedded/embedded.pro
+%%QT_EXAMPLEDIR%%/embedded/flickable/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/embedded/flickable/flickable.cpp
+%%QT_EXAMPLEDIR%%/embedded/flickable/flickable.h
+%%QT_EXAMPLEDIR%%/embedded/flickable/flickable.pro
+%%QT_EXAMPLEDIR%%/embedded/flickable/main.cpp
+%%QT_EXAMPLEDIR%%/embedded/flightinfo/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/embedded/flightinfo/aircraft.png
+%%QT_EXAMPLEDIR%%/embedded/flightinfo/flightinfo.cpp
+%%QT_EXAMPLEDIR%%/embedded/flightinfo/flightinfo.pro
+%%QT_EXAMPLEDIR%%/embedded/flightinfo/flightinfo.qrc
+%%QT_EXAMPLEDIR%%/embedded/flightinfo/form.ui
+%%QT_EXAMPLEDIR%%/embedded/lightmaps/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/embedded/lightmaps/lightmaps.cpp
+%%QT_EXAMPLEDIR%%/embedded/lightmaps/lightmaps.h
+%%QT_EXAMPLEDIR%%/embedded/lightmaps/lightmaps.pro
+%%QT_EXAMPLEDIR%%/embedded/lightmaps/main.cpp
+%%QT_EXAMPLEDIR%%/embedded/lightmaps/mapzoom.cpp
+%%QT_EXAMPLEDIR%%/embedded/lightmaps/mapzoom.h
+%%QT_EXAMPLEDIR%%/embedded/lightmaps/slippymap.cpp
+%%QT_EXAMPLEDIR%%/embedded/lightmaps/slippymap.h
+%%QT_EXAMPLEDIR%%/embedded/raycasting/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/embedded/raycasting/raycasting.cpp
+%%QT_EXAMPLEDIR%%/embedded/raycasting/raycasting.pro
+%%QT_EXAMPLEDIR%%/embedded/raycasting/raycasting.qrc
+%%QT_EXAMPLEDIR%%/embedded/raycasting/textures.png
+%%QT_EXAMPLEDIR%%/embedded/styleexample/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/embedded/styleexample/files/add.png
+%%QT_EXAMPLEDIR%%/embedded/styleexample/files/application.qss
+%%QT_EXAMPLEDIR%%/embedded/styleexample/files/blue.qss
+%%QT_EXAMPLEDIR%%/embedded/styleexample/files/khaki.qss
+%%QT_EXAMPLEDIR%%/embedded/styleexample/files/nature_1.jpg
+%%QT_EXAMPLEDIR%%/embedded/styleexample/files/nostyle.qss
+%%QT_EXAMPLEDIR%%/embedded/styleexample/files/remove.png
+%%QT_EXAMPLEDIR%%/embedded/styleexample/files/transparent.qss
+%%QT_EXAMPLEDIR%%/embedded/styleexample/main.cpp
+%%QT_EXAMPLEDIR%%/embedded/styleexample/styleexample.pro
+%%QT_EXAMPLEDIR%%/embedded/styleexample/styleexample.qrc
+%%QT_EXAMPLEDIR%%/embedded/styleexample/stylewidget.cpp
+%%QT_EXAMPLEDIR%%/embedded/styleexample/stylewidget.h
+%%QT_EXAMPLEDIR%%/embedded/styleexample/stylewidget.ui
+%%QT_EXAMPLEDIR%%/examples.pro
+%%QT_EXAMPLEDIR%%/gui/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/gui/analogclock/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/gui/analogclock/analogclock.pro
+%%QT_EXAMPLEDIR%%/gui/analogclock/main.cpp
+%%QT_EXAMPLEDIR%%/gui/doc/images/analogclock-window-example.png
+%%QT_EXAMPLEDIR%%/gui/doc/images/analogclockwindow-viewport.png
+%%QT_EXAMPLEDIR%%/gui/doc/src/analogclockwindow.qdoc
+%%QT_EXAMPLEDIR%%/gui/doc/src/rasterwindow.qdoc
+%%QT_EXAMPLEDIR%%/gui/gui.pro
+%%QT_EXAMPLEDIR%%/gui/rasterwindow/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/gui/rasterwindow/main.cpp
+%%QT_EXAMPLEDIR%%/gui/rasterwindow/rasterwindow.cpp
+%%QT_EXAMPLEDIR%%/gui/rasterwindow/rasterwindow.h
+%%QT_EXAMPLEDIR%%/gui/rasterwindow/rasterwindow.pri
+%%QT_EXAMPLEDIR%%/gui/rasterwindow/rasterwindow.pro
+%%QT_EXAMPLEDIR%%/help/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/help/README
+%%QT_EXAMPLEDIR%%/help/contextsensitivehelp/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/help/contextsensitivehelp/contextsensitivehelp.pro
+%%QT_EXAMPLEDIR%%/help/contextsensitivehelp/docs/amount.html
+%%QT_EXAMPLEDIR%%/help/contextsensitivehelp/docs/filter.html
+%%QT_EXAMPLEDIR%%/help/contextsensitivehelp/docs/plants.html
+%%QT_EXAMPLEDIR%%/help/contextsensitivehelp/docs/rain.html
+%%QT_EXAMPLEDIR%%/help/contextsensitivehelp/docs/source.html
+%%QT_EXAMPLEDIR%%/help/contextsensitivehelp/docs/temperature.html
+%%QT_EXAMPLEDIR%%/help/contextsensitivehelp/docs/time.html
+%%QT_EXAMPLEDIR%%/help/contextsensitivehelp/docs/wateringmachine.qch
+%%QT_EXAMPLEDIR%%/help/contextsensitivehelp/docs/wateringmachine.qhc
+%%QT_EXAMPLEDIR%%/help/contextsensitivehelp/docs/wateringmachine.qhcp
+%%QT_EXAMPLEDIR%%/help/contextsensitivehelp/docs/wateringmachine.qhp
+%%QT_EXAMPLEDIR%%/help/contextsensitivehelp/helpbrowser.cpp
+%%QT_EXAMPLEDIR%%/help/contextsensitivehelp/helpbrowser.h
+%%QT_EXAMPLEDIR%%/help/contextsensitivehelp/main.cpp
+%%QT_EXAMPLEDIR%%/help/contextsensitivehelp/wateringconfigdialog.cpp
+%%QT_EXAMPLEDIR%%/help/contextsensitivehelp/wateringconfigdialog.h
+%%QT_EXAMPLEDIR%%/help/contextsensitivehelp/wateringconfigdialog.ui
+%%QT_EXAMPLEDIR%%/help/doc/src/contextsensitivehelp.qdoc
+%%QT_EXAMPLEDIR%%/help/help.pro
+%%QT_EXAMPLEDIR%%/httpserver/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/httpserver/addressbookserver/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/httpserver/addressbookserver/main.cpp
+%%QT_EXAMPLEDIR%%/httpserver/afterrequest/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/httpserver/afterrequest/afterrequest.pro
+%%QT_EXAMPLEDIR%%/httpserver/afterrequest/main.cpp
+%%QT_EXAMPLEDIR%%/httpserver/httpserver.pro
+%%QT_EXAMPLEDIR%%/httpserver/simple/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/httpserver/simple/assets.qrc
+%%QT_EXAMPLEDIR%%/httpserver/simple/assets/certificate.crt
+%%QT_EXAMPLEDIR%%/httpserver/simple/assets/private.key
+%%QT_EXAMPLEDIR%%/httpserver/simple/assets/qt-logo.png
+%%QT_EXAMPLEDIR%%/httpserver/simple/main.cpp
+%%QT_EXAMPLEDIR%%/httpserver/simple/simple.pro
+%%QT_EXAMPLEDIR%%/linguist/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/linguist/README
+%%QT_EXAMPLEDIR%%/linguist/arrowpad/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/linguist/arrowpad/arrowpad.cpp
+%%QT_EXAMPLEDIR%%/linguist/arrowpad/arrowpad.h
+%%QT_EXAMPLEDIR%%/linguist/arrowpad/arrowpad.pro
+%%QT_EXAMPLEDIR%%/linguist/arrowpad/main.cpp
+%%QT_EXAMPLEDIR%%/linguist/arrowpad/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/linguist/arrowpad/mainwindow.h
+%%QT_EXAMPLEDIR%%/linguist/doc/images/linguist-arrowpad_en.png
+%%QT_EXAMPLEDIR%%/linguist/doc/images/linguist-arrowpad_fr.png
+%%QT_EXAMPLEDIR%%/linguist/doc/images/linguist-arrowpad_nl.png
+%%QT_EXAMPLEDIR%%/linguist/doc/images/linguist-hellotr_en.png
+%%QT_EXAMPLEDIR%%/linguist/doc/images/linguist-hellotr_la.png
+%%QT_EXAMPLEDIR%%/linguist/doc/images/linguist-trollprint_10_en.png
+%%QT_EXAMPLEDIR%%/linguist/doc/images/linguist-trollprint_10_pt_bad.png
+%%QT_EXAMPLEDIR%%/linguist/doc/images/linguist-trollprint_10_pt_good.png
+%%QT_EXAMPLEDIR%%/linguist/doc/images/linguist-trollprint_11_en.png
+%%QT_EXAMPLEDIR%%/linguist/doc/images/linguist-trollprint_11_pt.png
+%%QT_EXAMPLEDIR%%/linguist/doc/snippets/doc_src_examples_arrowpad.cpp
+%%QT_EXAMPLEDIR%%/linguist/doc/snippets/doc_src_examples_arrowpad.qdoc
+%%QT_EXAMPLEDIR%%/linguist/doc/snippets/doc_src_examples_hellotr.qdoc
+%%QT_EXAMPLEDIR%%/linguist/doc/snippets/doc_src_examples_trollprint.cpp
+%%QT_EXAMPLEDIR%%/linguist/doc/src/arrowpad.qdoc
+%%QT_EXAMPLEDIR%%/linguist/doc/src/hellotr.qdoc
+%%QT_EXAMPLEDIR%%/linguist/doc/src/trollprint.qdoc
+%%QT_EXAMPLEDIR%%/linguist/hellotr/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/linguist/hellotr/hellotr.pro
+%%QT_EXAMPLEDIR%%/linguist/hellotr/main.cpp
+%%QT_EXAMPLEDIR%%/linguist/linguist.pro
+%%QT_EXAMPLEDIR%%/linguist/trollprint/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/linguist/trollprint/main.cpp
+%%QT_EXAMPLEDIR%%/linguist/trollprint/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/linguist/trollprint/mainwindow.h
+%%QT_EXAMPLEDIR%%/linguist/trollprint/printpanel.cpp
+%%QT_EXAMPLEDIR%%/linguist/trollprint/printpanel.h
+%%QT_EXAMPLEDIR%%/linguist/trollprint/trollprint.pro
+%%QT_EXAMPLEDIR%%/linguist/trollprint/trollprint_pt.ts
+%%QT_EXAMPLEDIR%%/mqtt/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/mqtt/consolepubsub/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/mqtt/consolepubsub/configuration.h
+%%QT_EXAMPLEDIR%%/mqtt/consolepubsub/consolepubsub.pro
+%%QT_EXAMPLEDIR%%/mqtt/consolepubsub/main_pub.cpp
+%%QT_EXAMPLEDIR%%/mqtt/consolepubsub/main_sub.cpp
+%%QT_EXAMPLEDIR%%/mqtt/consolepubsub/qtmqtt_pub.pro
+%%QT_EXAMPLEDIR%%/mqtt/consolepubsub/qtmqtt_sub.pro
+%%QT_EXAMPLEDIR%%/mqtt/doc/examples.qdoc
+%%QT_EXAMPLEDIR%%/mqtt/doc/images/quicksubscription.png
+%%QT_EXAMPLEDIR%%/mqtt/doc/images/simpleclient.png
+%%QT_EXAMPLEDIR%%/mqtt/doc/images/subscriptions.png
+%%QT_EXAMPLEDIR%%/mqtt/doc/quicksubscription.qdoc
+%%QT_EXAMPLEDIR%%/mqtt/doc/simpleclient.qdoc
+%%QT_EXAMPLEDIR%%/mqtt/doc/subscriptions.qdoc
+%%QT_EXAMPLEDIR%%/mqtt/doc/websocketsubscription.qdoc
+%%QT_EXAMPLEDIR%%/mqtt/mqtt.pro
+%%QT_EXAMPLEDIR%%/mqtt/quickpublication/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/mqtt/quickpublication/main.cpp
+%%QT_EXAMPLEDIR%%/mqtt/quickpublication/main.qml
+%%QT_EXAMPLEDIR%%/mqtt/quickpublication/qml.qrc
+%%QT_EXAMPLEDIR%%/mqtt/quickpublication/qmlmqttclient.cpp
+%%QT_EXAMPLEDIR%%/mqtt/quickpublication/qmlmqttclient.h
+%%QT_EXAMPLEDIR%%/mqtt/quickpublication/quickpublication.pro
+%%QT_EXAMPLEDIR%%/mqtt/quicksubscription/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/mqtt/quicksubscription/main.cpp
+%%QT_EXAMPLEDIR%%/mqtt/quicksubscription/main.qml
+%%QT_EXAMPLEDIR%%/mqtt/quicksubscription/qml.qrc
+%%QT_EXAMPLEDIR%%/mqtt/quicksubscription/qmlmqttclient.cpp
+%%QT_EXAMPLEDIR%%/mqtt/quicksubscription/qmlmqttclient.h
+%%QT_EXAMPLEDIR%%/mqtt/quicksubscription/quicksubscription.pro
+%%QT_EXAMPLEDIR%%/mqtt/simpleclient/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/mqtt/simpleclient/main.cpp
+%%QT_EXAMPLEDIR%%/mqtt/simpleclient/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/mqtt/simpleclient/mainwindow.h
+%%QT_EXAMPLEDIR%%/mqtt/simpleclient/mainwindow.ui
+%%QT_EXAMPLEDIR%%/mqtt/simpleclient/simpleclient.pro
+%%QT_EXAMPLEDIR%%/mqtt/subscriptions/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/mqtt/subscriptions/main.cpp
+%%QT_EXAMPLEDIR%%/mqtt/subscriptions/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/mqtt/subscriptions/mainwindow.h
+%%QT_EXAMPLEDIR%%/mqtt/subscriptions/mainwindow.ui
+%%QT_EXAMPLEDIR%%/mqtt/subscriptions/subscriptions.pro
+%%QT_EXAMPLEDIR%%/mqtt/subscriptions/subscriptionwindow.cpp
+%%QT_EXAMPLEDIR%%/mqtt/subscriptions/subscriptionwindow.h
+%%QT_EXAMPLEDIR%%/mqtt/subscriptions/subscriptionwindow.ui
+%%QT_EXAMPLEDIR%%/mqtt/websocketsubscription/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/mqtt/websocketsubscription/clientsubscription.cpp
+%%QT_EXAMPLEDIR%%/mqtt/websocketsubscription/clientsubscription.h
+%%QT_EXAMPLEDIR%%/mqtt/websocketsubscription/main.cpp
+%%QT_EXAMPLEDIR%%/mqtt/websocketsubscription/websocketiodevice.cpp
+%%QT_EXAMPLEDIR%%/mqtt/websocketsubscription/websocketiodevice.h
+%%QT_EXAMPLEDIR%%/mqtt/websocketsubscription/websocketsubscription.pro
+%%QT_EXAMPLEDIR%%/multimedia/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/multimedia/audiodecoder/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/multimedia/audiodecoder/audiodecoder.cpp
+%%QT_EXAMPLEDIR%%/multimedia/audiodecoder/audiodecoder.h
+%%QT_EXAMPLEDIR%%/multimedia/audiodecoder/audiodecoder.pro
+%%QT_EXAMPLEDIR%%/multimedia/audiodecoder/main.cpp
+%%QT_EXAMPLEDIR%%/multimedia/audiodevices/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/multimedia/audiodevices/audiodevices.cpp
+%%QT_EXAMPLEDIR%%/multimedia/audiodevices/audiodevices.h
+%%QT_EXAMPLEDIR%%/multimedia/audiodevices/audiodevices.pro
+%%QT_EXAMPLEDIR%%/multimedia/audiodevices/audiodevicesbase.ui
+%%QT_EXAMPLEDIR%%/multimedia/audiodevices/doc/images/audiodevices.png
+%%QT_EXAMPLEDIR%%/multimedia/audiodevices/doc/src/audiodevices.qdoc
+%%QT_EXAMPLEDIR%%/multimedia/audiodevices/main.cpp
+%%QT_EXAMPLEDIR%%/multimedia/audiooutput/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/multimedia/audiooutput/audiooutput.cpp
+%%QT_EXAMPLEDIR%%/multimedia/audiooutput/audiooutput.h
+%%QT_EXAMPLEDIR%%/multimedia/audiooutput/audiooutput.pro
+%%QT_EXAMPLEDIR%%/multimedia/audiooutput/doc/images/audiooutput-example.png
+%%QT_EXAMPLEDIR%%/multimedia/audiooutput/doc/src/audiooutput.qdoc
+%%QT_EXAMPLEDIR%%/multimedia/audiooutput/main.cpp
+%%QT_EXAMPLEDIR%%/multimedia/audiorecorder/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/multimedia/audiorecorder/Info.plist.in
+%%QT_EXAMPLEDIR%%/multimedia/audiorecorder/audiolevel.cpp
+%%QT_EXAMPLEDIR%%/multimedia/audiorecorder/audiolevel.h
+%%QT_EXAMPLEDIR%%/multimedia/audiorecorder/audiorecorder.cpp
+%%QT_EXAMPLEDIR%%/multimedia/audiorecorder/audiorecorder.h
+%%QT_EXAMPLEDIR%%/multimedia/audiorecorder/audiorecorder.pro
+%%QT_EXAMPLEDIR%%/multimedia/audiorecorder/audiorecorder.ui
+%%QT_EXAMPLEDIR%%/multimedia/audiorecorder/doc/images/audiorecorder.png
+%%QT_EXAMPLEDIR%%/multimedia/audiorecorder/doc/src/audiorecorder.qdoc
+%%QT_EXAMPLEDIR%%/multimedia/audiorecorder/main.cpp
+%%QT_EXAMPLEDIR%%/multimedia/audiosource/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/multimedia/audiosource/audiosource.cpp
+%%QT_EXAMPLEDIR%%/multimedia/audiosource/audiosource.h
+%%QT_EXAMPLEDIR%%/multimedia/audiosource/audiosource.pro
+%%QT_EXAMPLEDIR%%/multimedia/audiosource/doc/images/audiosource-example.png
+%%QT_EXAMPLEDIR%%/multimedia/audiosource/doc/src/audiosource.qdoc
+%%QT_EXAMPLEDIR%%/multimedia/audiosource/main.cpp
+%%QT_EXAMPLEDIR%%/multimedia/camera/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/multimedia/camera/android/AndroidManifest.xml
+%%QT_EXAMPLEDIR%%/multimedia/camera/camera.cpp
+%%QT_EXAMPLEDIR%%/multimedia/camera/camera.h
+%%QT_EXAMPLEDIR%%/multimedia/camera/camera.pro
+%%QT_EXAMPLEDIR%%/multimedia/camera/camera.qrc
+%%QT_EXAMPLEDIR%%/multimedia/camera/camera.ui
+%%QT_EXAMPLEDIR%%/multimedia/camera/camera_mobile.ui
+%%QT_EXAMPLEDIR%%/multimedia/camera/doc/images/camera-example.png
+%%QT_EXAMPLEDIR%%/multimedia/camera/doc/src/camera.qdoc
+%%QT_EXAMPLEDIR%%/multimedia/camera/images/shutter.svg
+%%QT_EXAMPLEDIR%%/multimedia/camera/imagesettings.cpp
+%%QT_EXAMPLEDIR%%/multimedia/camera/imagesettings.h
+%%QT_EXAMPLEDIR%%/multimedia/camera/imagesettings.ui
+%%QT_EXAMPLEDIR%%/multimedia/camera/ios/Info.plist.in
+%%QT_EXAMPLEDIR%%/multimedia/camera/macos/Info.plist.in
+%%QT_EXAMPLEDIR%%/multimedia/camera/main.cpp
+%%QT_EXAMPLEDIR%%/multimedia/camera/metadatadialog.cpp
+%%QT_EXAMPLEDIR%%/multimedia/camera/metadatadialog.h
+%%QT_EXAMPLEDIR%%/multimedia/camera/videosettings.cpp
+%%QT_EXAMPLEDIR%%/multimedia/camera/videosettings.h
+%%QT_EXAMPLEDIR%%/multimedia/camera/videosettings.ui
+%%QT_EXAMPLEDIR%%/multimedia/camera/videosettings_mobile.ui
+%%QT_EXAMPLEDIR%%/multimedia/declarative-camera/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/multimedia/declarative-camera/CameraButton.qml
+%%QT_EXAMPLEDIR%%/multimedia/declarative-camera/CameraListButton.qml
+%%QT_EXAMPLEDIR%%/multimedia/declarative-camera/CameraListPopup.qml
+%%QT_EXAMPLEDIR%%/multimedia/declarative-camera/CameraPropertyButton.qml
+%%QT_EXAMPLEDIR%%/multimedia/declarative-camera/CameraPropertyPopup.qml
+%%QT_EXAMPLEDIR%%/multimedia/declarative-camera/Info.plist
+%%QT_EXAMPLEDIR%%/multimedia/declarative-camera/Info.plist.in
+%%QT_EXAMPLEDIR%%/multimedia/declarative-camera/PhotoCaptureControls.qml
+%%QT_EXAMPLEDIR%%/multimedia/declarative-camera/PhotoPreview.qml
+%%QT_EXAMPLEDIR%%/multimedia/declarative-camera/Popup.qml
+%%QT_EXAMPLEDIR%%/multimedia/declarative-camera/VideoCaptureControls.qml
+%%QT_EXAMPLEDIR%%/multimedia/declarative-camera/VideoPreview.qml
+%%QT_EXAMPLEDIR%%/multimedia/declarative-camera/ZoomControl.qml
+%%QT_EXAMPLEDIR%%/multimedia/declarative-camera/declarative-camera.pro
+%%QT_EXAMPLEDIR%%/multimedia/declarative-camera/declarative-camera.qml
+%%QT_EXAMPLEDIR%%/multimedia/declarative-camera/declarative-camera.qmlproject
+%%QT_EXAMPLEDIR%%/multimedia/declarative-camera/declarative-camera.qrc
+%%QT_EXAMPLEDIR%%/multimedia/declarative-camera/doc/images/qml-camera.png
+%%QT_EXAMPLEDIR%%/multimedia/declarative-camera/doc/src/declarative-camera.qdoc
+%%QT_EXAMPLEDIR%%/multimedia/declarative-camera/images/camera_auto_mode.png
+%%QT_EXAMPLEDIR%%/multimedia/declarative-camera/images/camera_camera_setting.png
+%%QT_EXAMPLEDIR%%/multimedia/declarative-camera/images/camera_flash_auto.png
+%%QT_EXAMPLEDIR%%/multimedia/declarative-camera/images/camera_flash_fill.png
+%%QT_EXAMPLEDIR%%/multimedia/declarative-camera/images/camera_flash_off.png
+%%QT_EXAMPLEDIR%%/multimedia/declarative-camera/images/camera_flash_redeye.png
+%%QT_EXAMPLEDIR%%/multimedia/declarative-camera/images/camera_white_balance_cloudy.png
+%%QT_EXAMPLEDIR%%/multimedia/declarative-camera/images/camera_white_balance_flourescent.png
+%%QT_EXAMPLEDIR%%/multimedia/declarative-camera/images/camera_white_balance_incandescent.png
+%%QT_EXAMPLEDIR%%/multimedia/declarative-camera/images/camera_white_balance_sunny.png
+%%QT_EXAMPLEDIR%%/multimedia/declarative-camera/images/toolbutton.png
+%%QT_EXAMPLEDIR%%/multimedia/declarative-camera/images/toolbutton.sci
+%%QT_EXAMPLEDIR%%/multimedia/declarative-camera/qmlcamera.cpp
+%%QT_EXAMPLEDIR%%/multimedia/devices/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/multimedia/devices/devices.pro
+%%QT_EXAMPLEDIR%%/multimedia/devices/main.cpp
+%%QT_EXAMPLEDIR%%/multimedia/multimedia.pro
+%%QT_EXAMPLEDIR%%/multimedia/player/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/multimedia/player/doc/images/mediaplayerex.jpg
+%%QT_EXAMPLEDIR%%/multimedia/player/doc/src/player.qdoc
+%%QT_EXAMPLEDIR%%/multimedia/player/main.cpp
+%%QT_EXAMPLEDIR%%/multimedia/player/player.cpp
+%%QT_EXAMPLEDIR%%/multimedia/player/player.h
+%%QT_EXAMPLEDIR%%/multimedia/player/player.pro
+%%QT_EXAMPLEDIR%%/multimedia/player/playercontrols.cpp
+%%QT_EXAMPLEDIR%%/multimedia/player/playercontrols.h
+%%QT_EXAMPLEDIR%%/multimedia/player/playlistmodel.cpp
+%%QT_EXAMPLEDIR%%/multimedia/player/playlistmodel.h
+%%QT_EXAMPLEDIR%%/multimedia/player/qmediaplaylist.cpp
+%%QT_EXAMPLEDIR%%/multimedia/player/qmediaplaylist.h
+%%QT_EXAMPLEDIR%%/multimedia/player/qmediaplaylist_p.h
+%%QT_EXAMPLEDIR%%/multimedia/player/qplaylistfileparser.cpp
+%%QT_EXAMPLEDIR%%/multimedia/player/qplaylistfileparser_p.h
+%%QT_EXAMPLEDIR%%/multimedia/player/videowidget.cpp
+%%QT_EXAMPLEDIR%%/multimedia/player/videowidget.h
+%%QT_EXAMPLEDIR%%/multimedia/shared/shared.pri
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/Array.h
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/Array.hpp
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/DynArray.h
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/DynArray.hpp
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/FFTReal.dsp
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/FFTReal.dsw
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/FFTReal.h
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/FFTReal.hpp
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/FFTRealFixLen.h
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/FFTRealFixLen.hpp
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/FFTRealFixLenParam.h
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/FFTRealPassDirect.h
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/FFTRealPassDirect.hpp
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/FFTRealPassInverse.h
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/FFTRealPassInverse.hpp
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/FFTRealSelect.h
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/FFTRealSelect.hpp
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/FFTRealUseTrigo.h
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/FFTRealUseTrigo.hpp
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/OscSinCos.h
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/OscSinCos.hpp
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/TestAccuracy.h
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/TestAccuracy.hpp
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/TestHelperFixLen.h
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/TestHelperFixLen.hpp
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/TestHelperNormal.h
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/TestHelperNormal.hpp
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/TestSpeed.h
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/TestSpeed.hpp
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/TestWhiteNoiseGen.h
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/TestWhiteNoiseGen.hpp
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/bwins/fftrealu.def
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/def.h
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/eabi/fftrealu.def
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/fftreal.pas
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/fftreal.pro
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/fftreal_wrapper.cpp
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/fftreal_wrapper.h
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/license.txt
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/readme.txt
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/stopwatch/ClockCycleCounter.cpp
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/stopwatch/ClockCycleCounter.h
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/stopwatch/ClockCycleCounter.hpp
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/stopwatch/Int64.h
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/stopwatch/StopWatch.cpp
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/stopwatch/StopWatch.h
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/stopwatch/StopWatch.hpp
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/stopwatch/def.h
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/stopwatch/fnc.h
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/stopwatch/fnc.hpp
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/test.cpp
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/test_fnc.h
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/test_fnc.hpp
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/test_settings.h
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/testapp.dpr
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/README.txt
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/TODO.txt
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/app.pro
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/doc/images/spectrum-demo.png
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/doc/src/spectrum.qdoc
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/engine.cpp
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/engine.h
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/frequencyspectrum.cpp
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/frequencyspectrum.h
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/images/record.png
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/images/settings.png
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/levelmeter.cpp
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/levelmeter.h
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/main.cpp
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/mainwidget.cpp
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/mainwidget.h
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/progressbar.cpp
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/progressbar.h
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/settingsdialog.cpp
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/settingsdialog.h
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/spectrograph.cpp
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/spectrograph.h
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/spectrum.h
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/spectrum.pri
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/spectrum.pro
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/spectrum.qrc
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/spectrumanalyser.cpp
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/spectrumanalyser.h
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/tonegenerator.cpp
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/tonegenerator.h
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/tonegeneratordialog.cpp
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/tonegeneratordialog.h
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/utils.cpp
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/utils.h
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/waveform.cpp
+%%QT_EXAMPLEDIR%%/multimedia/spectrum/waveform.h
+%%QT_EXAMPLEDIR%%/multimedia/video/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/multimedia/video/mediaplayer/AudioControl.qml
+%%QT_EXAMPLEDIR%%/multimedia/video/mediaplayer/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/multimedia/video/mediaplayer/MetadataInfo.qml
+%%QT_EXAMPLEDIR%%/multimedia/video/mediaplayer/Mute_Icon.svg
+%%QT_EXAMPLEDIR%%/multimedia/video/mediaplayer/PlaybackControl.qml
+%%QT_EXAMPLEDIR%%/multimedia/video/mediaplayer/PlaybackRateControl.qml
+%%QT_EXAMPLEDIR%%/multimedia/video/mediaplayer/PlaybackSeekControl.qml
+%%QT_EXAMPLEDIR%%/multimedia/video/mediaplayer/PlayerMenuBar.qml
+%%QT_EXAMPLEDIR%%/multimedia/video/mediaplayer/Speaker_Icon.svg
+%%QT_EXAMPLEDIR%%/multimedia/video/mediaplayer/TracksInfo.qml
+%%QT_EXAMPLEDIR%%/multimedia/video/mediaplayer/doc/images/OqosZsDqvzQ.jpg
+%%QT_EXAMPLEDIR%%/multimedia/video/mediaplayer/doc/images/PlayerMenuBar.gif
+%%QT_EXAMPLEDIR%%/multimedia/video/mediaplayer/doc/images/architecture-overview.gif
+%%QT_EXAMPLEDIR%%/multimedia/video/mediaplayer/doc/images/audio-control.gif
+%%QT_EXAMPLEDIR%%/multimedia/video/mediaplayer/doc/images/meta-data.png
+%%QT_EXAMPLEDIR%%/multimedia/video/mediaplayer/doc/images/nHrBbW0H-pc.jpg
+%%QT_EXAMPLEDIR%%/multimedia/video/mediaplayer/doc/images/play-pause-stop.gif
+%%QT_EXAMPLEDIR%%/multimedia/video/mediaplayer/doc/images/playbackControlPanel.gif
+%%QT_EXAMPLEDIR%%/multimedia/video/mediaplayer/doc/images/qmlmediaplayer.jpg
+%%QT_EXAMPLEDIR%%/multimedia/video/mediaplayer/doc/images/sf_yv01UtIw.jpg
+%%QT_EXAMPLEDIR%%/multimedia/video/mediaplayer/doc/images/url.png
+%%QT_EXAMPLEDIR%%/multimedia/video/mediaplayer/doc/qmlmediaplayer.qdocconf
+%%QT_EXAMPLEDIR%%/multimedia/video/mediaplayer/doc/src/mediaplayer.qdoc
+%%QT_EXAMPLEDIR%%/multimedia/video/mediaplayer/main.cpp
+%%QT_EXAMPLEDIR%%/multimedia/video/mediaplayer/main.qml
+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/Info.plist.in
+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/doc/images/qmlvideo-menu.jpg
+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/doc/images/qmlvideo-overlay.jpg
+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/doc/src/qmlvideo.qdoc
+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/frequencymonitor.cpp
+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/frequencymonitor.h
+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/frequencymonitordeclarative.cpp
+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/images/folder.png
+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/images/leaves.jpg
+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/images/up.png
+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/main.cpp
+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/performancemonitor.cpp
+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/performancemonitor.h
+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/performancemonitordeclarative.cpp
+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/performancemonitordeclarative.h
+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qml/frequencymonitor/FrequencyItem.qml
+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qml/performancemonitor/PerformanceItem.qml
+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qml/qmlvideo/Button.qml
+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qml/qmlvideo/CameraBasic.qml
+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qml/qmlvideo/CameraDrag.qml
+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qml/qmlvideo/CameraDummy.qml
+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qml/qmlvideo/CameraFullScreen.qml
+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qml/qmlvideo/CameraFullScreenInverted.qml
+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qml/qmlvideo/CameraItem.qml
+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qml/qmlvideo/CameraMove.qml
+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qml/qmlvideo/CameraOverlay.qml
+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qml/qmlvideo/CameraResize.qml
+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qml/qmlvideo/CameraRotate.qml
+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qml/qmlvideo/CameraSpin.qml
+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qml/qmlvideo/Content.qml
+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qml/qmlvideo/ErrorDialog.qml
+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qml/qmlvideo/Scene.qml
+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qml/qmlvideo/SceneBasic.qml
+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qml/qmlvideo/SceneDrag.qml
+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qml/qmlvideo/SceneFullScreen.qml
+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qml/qmlvideo/SceneFullScreenInverted.qml
+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qml/qmlvideo/SceneMove.qml
+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qml/qmlvideo/SceneMulti.qml
+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qml/qmlvideo/SceneOverlay.qml
+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qml/qmlvideo/SceneResize.qml
+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qml/qmlvideo/SceneRotate.qml
+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qml/qmlvideo/SceneSelectionPanel.qml
+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qml/qmlvideo/SceneSpin.qml
+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qml/qmlvideo/SeekControl.qml
+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qml/qmlvideo/VideoBasic.qml
+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qml/qmlvideo/VideoDrag.qml
+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qml/qmlvideo/VideoDummy.qml
+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qml/qmlvideo/VideoFillMode.qml
+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qml/qmlvideo/VideoFullScreen.qml
+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qml/qmlvideo/VideoFullScreenInverted.qml
+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qml/qmlvideo/VideoItem.qml
+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qml/qmlvideo/VideoMetadata.qml
+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qml/qmlvideo/VideoMove.qml
+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qml/qmlvideo/VideoOverlay.qml
+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qml/qmlvideo/VideoPlaybackRate.qml
+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qml/qmlvideo/VideoResize.qml
+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qml/qmlvideo/VideoRotate.qml
+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qml/qmlvideo/VideoSeek.qml
+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qml/qmlvideo/VideoSpin.qml
+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qml/qmlvideo/main.qml
+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qmlvideo.png
+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qmlvideo.pro
+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qmlvideo.svg
+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/trace.h
+%%QT_EXAMPLEDIR%%/multimedia/video/recorder/AudioInputSelect.qml
+%%QT_EXAMPLEDIR%%/multimedia/video/recorder/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/multimedia/video/recorder/CameraSelect.qml
+%%QT_EXAMPLEDIR%%/multimedia/video/recorder/Controls.qml
+%%QT_EXAMPLEDIR%%/multimedia/video/recorder/Info.plist.in
+%%QT_EXAMPLEDIR%%/multimedia/video/recorder/MediaList.qml
+%%QT_EXAMPLEDIR%%/multimedia/video/recorder/Playback.qml
+%%QT_EXAMPLEDIR%%/multimedia/video/recorder/RecordButton.qml
+%%QT_EXAMPLEDIR%%/multimedia/video/recorder/SettingsEncoder.qml
+%%QT_EXAMPLEDIR%%/multimedia/video/recorder/SettingsMetaData.qml
+%%QT_EXAMPLEDIR%%/multimedia/video/recorder/Style.qml
+%%QT_EXAMPLEDIR%%/multimedia/video/recorder/StyleParameter.qml
+%%QT_EXAMPLEDIR%%/multimedia/video/recorder/StyleRectangle.qml
+%%QT_EXAMPLEDIR%%/multimedia/video/recorder/StyleSlider.qml
+%%QT_EXAMPLEDIR%%/multimedia/video/recorder/doc/images/qmlrecorder.jpg
+%%QT_EXAMPLEDIR%%/multimedia/video/recorder/doc/src/recorder.qdoc
+%%QT_EXAMPLEDIR%%/multimedia/video/recorder/main.cpp
+%%QT_EXAMPLEDIR%%/multimedia/video/recorder/main.qml
+%%QT_EXAMPLEDIR%%/multimedia/video/recorder/qmldir
+%%QT_EXAMPLEDIR%%/multimedia/video/video.pro
+%%QT_EXAMPLEDIR%%/multimedia/videographicsitem/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/multimedia/videographicsitem/doc/images/video-videographicsitem.png
+%%QT_EXAMPLEDIR%%/multimedia/videographicsitem/doc/src/videographicsitem.qdoc
+%%QT_EXAMPLEDIR%%/multimedia/videographicsitem/main.cpp
+%%QT_EXAMPLEDIR%%/multimedia/videographicsitem/videographicsitem.pro
+%%QT_EXAMPLEDIR%%/multimedia/videographicsitem/videoplayer.cpp
+%%QT_EXAMPLEDIR%%/multimedia/videographicsitem/videoplayer.h
+%%QT_EXAMPLEDIR%%/multimedia/videowidget/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/multimedia/videowidget/doc/images/video-videowidget.png
+%%QT_EXAMPLEDIR%%/multimedia/videowidget/doc/src/videowidget.qdoc
+%%QT_EXAMPLEDIR%%/multimedia/videowidget/main.cpp
+%%QT_EXAMPLEDIR%%/multimedia/videowidget/videoplayer.cpp
+%%QT_EXAMPLEDIR%%/multimedia/videowidget/videoplayer.h
+%%QT_EXAMPLEDIR%%/multimedia/videowidget/videowidget.pro
+%%QT_EXAMPLEDIR%%/network/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/network/README
+%%QT_EXAMPLEDIR%%/network/blockingfortuneclient/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/network/blockingfortuneclient/blockingclient.cpp
+%%QT_EXAMPLEDIR%%/network/blockingfortuneclient/blockingclient.h
+%%QT_EXAMPLEDIR%%/network/blockingfortuneclient/blockingfortuneclient.pro
+%%QT_EXAMPLEDIR%%/network/blockingfortuneclient/fortunethread.cpp
+%%QT_EXAMPLEDIR%%/network/blockingfortuneclient/fortunethread.h
+%%QT_EXAMPLEDIR%%/network/blockingfortuneclient/main.cpp
+%%QT_EXAMPLEDIR%%/network/broadcastreceiver/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/network/broadcastreceiver/broadcastreceiver.pro
+%%QT_EXAMPLEDIR%%/network/broadcastreceiver/main.cpp
+%%QT_EXAMPLEDIR%%/network/broadcastreceiver/receiver.cpp
+%%QT_EXAMPLEDIR%%/network/broadcastreceiver/receiver.h
+%%QT_EXAMPLEDIR%%/network/broadcastsender/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/network/broadcastsender/broadcastsender.pro
+%%QT_EXAMPLEDIR%%/network/broadcastsender/main.cpp
+%%QT_EXAMPLEDIR%%/network/broadcastsender/sender.cpp
+%%QT_EXAMPLEDIR%%/network/broadcastsender/sender.h
+%%QT_EXAMPLEDIR%%/network/dnslookup/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/network/dnslookup/dnslookup.cpp
+%%QT_EXAMPLEDIR%%/network/dnslookup/dnslookup.h
+%%QT_EXAMPLEDIR%%/network/dnslookup/dnslookup.pro
+%%QT_EXAMPLEDIR%%/network/doc/images/blockingfortuneclient-example.png
+%%QT_EXAMPLEDIR%%/network/doc/images/broadcastreceiver-example.png
+%%QT_EXAMPLEDIR%%/network/doc/images/broadcastsender-example.png
+%%QT_EXAMPLEDIR%%/network/doc/images/fortuneclient-example.png
+%%QT_EXAMPLEDIR%%/network/doc/images/fortuneserver-example.png
+%%QT_EXAMPLEDIR%%/network/doc/images/googlesuggest-example.png
+%%QT_EXAMPLEDIR%%/network/doc/images/http-example.png
+%%QT_EXAMPLEDIR%%/network/doc/images/loopback-example.png
+%%QT_EXAMPLEDIR%%/network/doc/images/multicastreceiver-example.png
+%%QT_EXAMPLEDIR%%/network/doc/images/multicastsender-example.png
+%%QT_EXAMPLEDIR%%/network/doc/images/network-chat-example.png
+%%QT_EXAMPLEDIR%%/network/doc/images/securesocketclient.png
+%%QT_EXAMPLEDIR%%/network/doc/images/securesocketclient2.png
+%%QT_EXAMPLEDIR%%/network/doc/images/secureudpclient-example.png
+%%QT_EXAMPLEDIR%%/network/doc/images/secureudpserver-example.png
+%%QT_EXAMPLEDIR%%/network/doc/images/threadedfortuneserver-example.png
+%%QT_EXAMPLEDIR%%/network/doc/images/torrent-example.png
+%%QT_EXAMPLEDIR%%/network/doc/src/blockingfortuneclient.qdoc
+%%QT_EXAMPLEDIR%%/network/doc/src/broadcastreceiver.qdoc
+%%QT_EXAMPLEDIR%%/network/doc/src/broadcastsender.qdoc
+%%QT_EXAMPLEDIR%%/network/doc/src/fortuneclient.qdoc
+%%QT_EXAMPLEDIR%%/network/doc/src/fortuneserver.qdoc
+%%QT_EXAMPLEDIR%%/network/doc/src/googlesuggest.qdoc
+%%QT_EXAMPLEDIR%%/network/doc/src/http.qdoc
+%%QT_EXAMPLEDIR%%/network/doc/src/loopback.qdoc
+%%QT_EXAMPLEDIR%%/network/doc/src/multicastreceiver.qdoc
+%%QT_EXAMPLEDIR%%/network/doc/src/multicastsender.qdoc
+%%QT_EXAMPLEDIR%%/network/doc/src/network-chat.qdoc
+%%QT_EXAMPLEDIR%%/network/doc/src/network-download.qdoc
+%%QT_EXAMPLEDIR%%/network/doc/src/network-downloadmanager.qdoc
+%%QT_EXAMPLEDIR%%/network/doc/src/securesocketclient.qdoc
+%%QT_EXAMPLEDIR%%/network/doc/src/secureudpclient.qdoc
+%%QT_EXAMPLEDIR%%/network/doc/src/secureudpserver.qdoc
+%%QT_EXAMPLEDIR%%/network/doc/src/threadedfortuneserver.qdoc
+%%QT_EXAMPLEDIR%%/network/doc/src/torrent.qdoc
+%%QT_EXAMPLEDIR%%/network/download/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/network/download/download.pro
+%%QT_EXAMPLEDIR%%/network/download/main.cpp
+%%QT_EXAMPLEDIR%%/network/downloadmanager/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/network/downloadmanager/downloadmanager.cpp
+%%QT_EXAMPLEDIR%%/network/downloadmanager/downloadmanager.h
+%%QT_EXAMPLEDIR%%/network/downloadmanager/downloadmanager.pro
+%%QT_EXAMPLEDIR%%/network/downloadmanager/main.cpp
+%%QT_EXAMPLEDIR%%/network/downloadmanager/textprogressbar.cpp
+%%QT_EXAMPLEDIR%%/network/downloadmanager/textprogressbar.h
+%%QT_EXAMPLEDIR%%/network/fortuneclient/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/network/fortuneclient/client.cpp
+%%QT_EXAMPLEDIR%%/network/fortuneclient/client.h
+%%QT_EXAMPLEDIR%%/network/fortuneclient/fortuneclient.pro
+%%QT_EXAMPLEDIR%%/network/fortuneclient/main.cpp
+%%QT_EXAMPLEDIR%%/network/fortuneserver/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/network/fortuneserver/fortuneserver.pro
+%%QT_EXAMPLEDIR%%/network/fortuneserver/main.cpp
+%%QT_EXAMPLEDIR%%/network/fortuneserver/server.cpp
+%%QT_EXAMPLEDIR%%/network/fortuneserver/server.h
+%%QT_EXAMPLEDIR%%/network/googlesuggest/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/network/googlesuggest/googlesuggest.cpp
+%%QT_EXAMPLEDIR%%/network/googlesuggest/googlesuggest.h
+%%QT_EXAMPLEDIR%%/network/googlesuggest/googlesuggest.pro
+%%QT_EXAMPLEDIR%%/network/googlesuggest/main.cpp
+%%QT_EXAMPLEDIR%%/network/googlesuggest/searchbox.cpp
+%%QT_EXAMPLEDIR%%/network/googlesuggest/searchbox.h
+%%QT_EXAMPLEDIR%%/network/http/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/network/http/authenticationdialog.ui
+%%QT_EXAMPLEDIR%%/network/http/http.pro
+%%QT_EXAMPLEDIR%%/network/http/httpwindow.cpp
+%%QT_EXAMPLEDIR%%/network/http/httpwindow.h
+%%QT_EXAMPLEDIR%%/network/http/main.cpp
+%%QT_EXAMPLEDIR%%/network/loopback/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/network/loopback/dialog.cpp
+%%QT_EXAMPLEDIR%%/network/loopback/dialog.h
+%%QT_EXAMPLEDIR%%/network/loopback/loopback.pro
+%%QT_EXAMPLEDIR%%/network/loopback/main.cpp
+%%QT_EXAMPLEDIR%%/network/multicastreceiver/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/network/multicastreceiver/main.cpp
+%%QT_EXAMPLEDIR%%/network/multicastreceiver/multicastreceiver.pro
+%%QT_EXAMPLEDIR%%/network/multicastreceiver/receiver.cpp
+%%QT_EXAMPLEDIR%%/network/multicastreceiver/receiver.h
+%%QT_EXAMPLEDIR%%/network/multicastsender/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/network/multicastsender/main.cpp
+%%QT_EXAMPLEDIR%%/network/multicastsender/multicastsender.pro
+%%QT_EXAMPLEDIR%%/network/multicastsender/sender.cpp
+%%QT_EXAMPLEDIR%%/network/multicastsender/sender.h
+%%QT_EXAMPLEDIR%%/network/multistreamclient/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/network/multistreamclient/chatconsumer.cpp
+%%QT_EXAMPLEDIR%%/network/multistreamclient/chatconsumer.h
+%%QT_EXAMPLEDIR%%/network/multistreamclient/client.cpp
+%%QT_EXAMPLEDIR%%/network/multistreamclient/client.h
+%%QT_EXAMPLEDIR%%/network/multistreamclient/consumer.h
+%%QT_EXAMPLEDIR%%/network/multistreamclient/main.cpp
+%%QT_EXAMPLEDIR%%/network/multistreamclient/movieconsumer.cpp
+%%QT_EXAMPLEDIR%%/network/multistreamclient/movieconsumer.h
+%%QT_EXAMPLEDIR%%/network/multistreamclient/multistreamclient.pro
+%%QT_EXAMPLEDIR%%/network/multistreamclient/timeconsumer.cpp
+%%QT_EXAMPLEDIR%%/network/multistreamclient/timeconsumer.h
+%%QT_EXAMPLEDIR%%/network/multistreamserver/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/network/multistreamserver/animation.gif
+%%QT_EXAMPLEDIR%%/network/multistreamserver/chatprovider.cpp
+%%QT_EXAMPLEDIR%%/network/multistreamserver/chatprovider.h
+%%QT_EXAMPLEDIR%%/network/multistreamserver/main.cpp
+%%QT_EXAMPLEDIR%%/network/multistreamserver/movieprovider.cpp
+%%QT_EXAMPLEDIR%%/network/multistreamserver/movieprovider.h
+%%QT_EXAMPLEDIR%%/network/multistreamserver/multistreamserver.pro
+%%QT_EXAMPLEDIR%%/network/multistreamserver/provider.h
+%%QT_EXAMPLEDIR%%/network/multistreamserver/server.cpp
+%%QT_EXAMPLEDIR%%/network/multistreamserver/server.h
+%%QT_EXAMPLEDIR%%/network/multistreamserver/timeprovider.cpp
+%%QT_EXAMPLEDIR%%/network/multistreamserver/timeprovider.h
+%%QT_EXAMPLEDIR%%/network/network-chat/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/network/network-chat/chatdialog.cpp
+%%QT_EXAMPLEDIR%%/network/network-chat/chatdialog.h
+%%QT_EXAMPLEDIR%%/network/network-chat/chatdialog.ui
+%%QT_EXAMPLEDIR%%/network/network-chat/client.cpp
+%%QT_EXAMPLEDIR%%/network/network-chat/client.h
+%%QT_EXAMPLEDIR%%/network/network-chat/connection.cpp
+%%QT_EXAMPLEDIR%%/network/network-chat/connection.h
+%%QT_EXAMPLEDIR%%/network/network-chat/main.cpp
+%%QT_EXAMPLEDIR%%/network/network-chat/network-chat.pro
+%%QT_EXAMPLEDIR%%/network/network-chat/peermanager.cpp
+%%QT_EXAMPLEDIR%%/network/network-chat/peermanager.h
+%%QT_EXAMPLEDIR%%/network/network-chat/server.cpp
+%%QT_EXAMPLEDIR%%/network/network-chat/server.h
+%%QT_EXAMPLEDIR%%/network/network.pro
+%%QT_EXAMPLEDIR%%/network/securesocketclient/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/network/securesocketclient/certificateinfo.cpp
+%%QT_EXAMPLEDIR%%/network/securesocketclient/certificateinfo.h
+%%QT_EXAMPLEDIR%%/network/securesocketclient/certificateinfo.ui
+%%QT_EXAMPLEDIR%%/network/securesocketclient/encrypted.png
+%%QT_EXAMPLEDIR%%/network/securesocketclient/main.cpp
+%%QT_EXAMPLEDIR%%/network/securesocketclient/securesocketclient.pro
+%%QT_EXAMPLEDIR%%/network/securesocketclient/securesocketclient.qrc
+%%QT_EXAMPLEDIR%%/network/securesocketclient/sslclient.cpp
+%%QT_EXAMPLEDIR%%/network/securesocketclient/sslclient.h
+%%QT_EXAMPLEDIR%%/network/securesocketclient/sslclient.ui
+%%QT_EXAMPLEDIR%%/network/securesocketclient/sslerrors.ui
+%%QT_EXAMPLEDIR%%/network/secureudpclient/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/network/secureudpclient/addressdialog.cpp
+%%QT_EXAMPLEDIR%%/network/secureudpclient/addressdialog.h
+%%QT_EXAMPLEDIR%%/network/secureudpclient/addressdialog.ui
+%%QT_EXAMPLEDIR%%/network/secureudpclient/association.cpp
+%%QT_EXAMPLEDIR%%/network/secureudpclient/association.h
+%%QT_EXAMPLEDIR%%/network/secureudpclient/main.cpp
+%%QT_EXAMPLEDIR%%/network/secureudpclient/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/network/secureudpclient/mainwindow.h
+%%QT_EXAMPLEDIR%%/network/secureudpclient/mainwindow.ui
+%%QT_EXAMPLEDIR%%/network/secureudpclient/secureudpclient.pro
+%%QT_EXAMPLEDIR%%/network/secureudpserver/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/network/secureudpserver/main.cpp
+%%QT_EXAMPLEDIR%%/network/secureudpserver/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/network/secureudpserver/mainwindow.h
+%%QT_EXAMPLEDIR%%/network/secureudpserver/mainwindow.ui
+%%QT_EXAMPLEDIR%%/network/secureudpserver/nicselector.cpp
+%%QT_EXAMPLEDIR%%/network/secureudpserver/nicselector.h
+%%QT_EXAMPLEDIR%%/network/secureudpserver/nicselector.ui
+%%QT_EXAMPLEDIR%%/network/secureudpserver/secureudpserver.pro
+%%QT_EXAMPLEDIR%%/network/secureudpserver/server.cpp
+%%QT_EXAMPLEDIR%%/network/secureudpserver/server.h
+%%QT_EXAMPLEDIR%%/network/shared/sctpchannels.h
+%%QT_EXAMPLEDIR%%/network/threadedfortuneserver/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/network/threadedfortuneserver/dialog.cpp
+%%QT_EXAMPLEDIR%%/network/threadedfortuneserver/dialog.h
+%%QT_EXAMPLEDIR%%/network/threadedfortuneserver/fortuneserver.cpp
+%%QT_EXAMPLEDIR%%/network/threadedfortuneserver/fortuneserver.h
+%%QT_EXAMPLEDIR%%/network/threadedfortuneserver/fortunethread.cpp
+%%QT_EXAMPLEDIR%%/network/threadedfortuneserver/fortunethread.h
+%%QT_EXAMPLEDIR%%/network/threadedfortuneserver/main.cpp
+%%QT_EXAMPLEDIR%%/network/threadedfortuneserver/threadedfortuneserver.pro
+%%QT_EXAMPLEDIR%%/network/torrent/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/network/torrent/addtorrentdialog.cpp
+%%QT_EXAMPLEDIR%%/network/torrent/addtorrentdialog.h
+%%QT_EXAMPLEDIR%%/network/torrent/addtorrentform.ui
+%%QT_EXAMPLEDIR%%/network/torrent/bencodeparser.cpp
+%%QT_EXAMPLEDIR%%/network/torrent/bencodeparser.h
+%%QT_EXAMPLEDIR%%/network/torrent/connectionmanager.cpp
+%%QT_EXAMPLEDIR%%/network/torrent/connectionmanager.h
+%%QT_EXAMPLEDIR%%/network/torrent/filemanager.cpp
+%%QT_EXAMPLEDIR%%/network/torrent/filemanager.h
+%%QT_EXAMPLEDIR%%/network/torrent/icons.qrc
+%%QT_EXAMPLEDIR%%/network/torrent/icons/1downarrow.png
+%%QT_EXAMPLEDIR%%/network/torrent/icons/1uparrow.png
+%%QT_EXAMPLEDIR%%/network/torrent/icons/bottom.png
+%%QT_EXAMPLEDIR%%/network/torrent/icons/edit_add.png
+%%QT_EXAMPLEDIR%%/network/torrent/icons/edit_remove.png
+%%QT_EXAMPLEDIR%%/network/torrent/icons/exit.png
+%%QT_EXAMPLEDIR%%/network/torrent/icons/peertopeer.png
+%%QT_EXAMPLEDIR%%/network/torrent/icons/player_pause.png
+%%QT_EXAMPLEDIR%%/network/torrent/icons/player_play.png
+%%QT_EXAMPLEDIR%%/network/torrent/icons/player_stop.png
+%%QT_EXAMPLEDIR%%/network/torrent/icons/stop.png
+%%QT_EXAMPLEDIR%%/network/torrent/main.cpp
+%%QT_EXAMPLEDIR%%/network/torrent/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/network/torrent/mainwindow.h
+%%QT_EXAMPLEDIR%%/network/torrent/metainfo.cpp
+%%QT_EXAMPLEDIR%%/network/torrent/metainfo.h
+%%QT_EXAMPLEDIR%%/network/torrent/peerwireclient.cpp
+%%QT_EXAMPLEDIR%%/network/torrent/peerwireclient.h
+%%QT_EXAMPLEDIR%%/network/torrent/ratecontroller.cpp
+%%QT_EXAMPLEDIR%%/network/torrent/ratecontroller.h
+%%QT_EXAMPLEDIR%%/network/torrent/torrent.pro
+%%QT_EXAMPLEDIR%%/network/torrent/torrentclient.cpp
+%%QT_EXAMPLEDIR%%/network/torrent/torrentclient.h
+%%QT_EXAMPLEDIR%%/network/torrent/torrentserver.cpp
+%%QT_EXAMPLEDIR%%/network/torrent/torrentserver.h
+%%QT_EXAMPLEDIR%%/network/torrent/trackerclient.cpp
+%%QT_EXAMPLEDIR%%/network/torrent/trackerclient.h
+%%QT_EXAMPLEDIR%%/nfc/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/nfc/annotatedurl/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/nfc/annotatedurl/Info.plist
+%%QT_EXAMPLEDIR%%/nfc/annotatedurl/android/AndroidManifest.xml
+%%QT_EXAMPLEDIR%%/nfc/annotatedurl/annotatedurl.cpp
+%%QT_EXAMPLEDIR%%/nfc/annotatedurl/annotatedurl.h
+%%QT_EXAMPLEDIR%%/nfc/annotatedurl/annotatedurl.pro
+%%QT_EXAMPLEDIR%%/nfc/annotatedurl/doc/images/annotatedurl.png
+%%QT_EXAMPLEDIR%%/nfc/annotatedurl/doc/images/annotatedurl2.png
+%%QT_EXAMPLEDIR%%/nfc/annotatedurl/doc/images/annotatedurl3.png
+%%QT_EXAMPLEDIR%%/nfc/annotatedurl/doc/src/annotatedurl.qdoc
+%%QT_EXAMPLEDIR%%/nfc/annotatedurl/main.cpp
+%%QT_EXAMPLEDIR%%/nfc/annotatedurl/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/nfc/annotatedurl/mainwindow.h
+%%QT_EXAMPLEDIR%%/nfc/ndefeditor/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/nfc/ndefeditor/Info.plist
+%%QT_EXAMPLEDIR%%/nfc/ndefeditor/android/AndroidManifest.xml
+%%QT_EXAMPLEDIR%%/nfc/ndefeditor/doc/images/ndefeditor.png
+%%QT_EXAMPLEDIR%%/nfc/ndefeditor/doc/src/ndefeditor.qdoc
+%%QT_EXAMPLEDIR%%/nfc/ndefeditor/main.cpp
+%%QT_EXAMPLEDIR%%/nfc/ndefeditor/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/nfc/ndefeditor/mainwindow.h
+%%QT_EXAMPLEDIR%%/nfc/ndefeditor/mainwindow.ui
+%%QT_EXAMPLEDIR%%/nfc/ndefeditor/mimeimagerecordeditor.cpp
+%%QT_EXAMPLEDIR%%/nfc/ndefeditor/mimeimagerecordeditor.h
+%%QT_EXAMPLEDIR%%/nfc/ndefeditor/mimeimagerecordeditor.ui
+%%QT_EXAMPLEDIR%%/nfc/ndefeditor/ndefeditor.pro
+%%QT_EXAMPLEDIR%%/nfc/ndefeditor/textrecordeditor.cpp
+%%QT_EXAMPLEDIR%%/nfc/ndefeditor/textrecordeditor.h
+%%QT_EXAMPLEDIR%%/nfc/ndefeditor/textrecordeditor.ui
+%%QT_EXAMPLEDIR%%/nfc/ndefeditor/urirecordeditor.cpp
+%%QT_EXAMPLEDIR%%/nfc/ndefeditor/urirecordeditor.h
+%%QT_EXAMPLEDIR%%/nfc/ndefeditor/urirecordeditor.ui
+%%QT_EXAMPLEDIR%%/nfc/nfc.pro
+%%QT_EXAMPLEDIR%%/oauth/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/oauth/oauth.pro
+%%QT_EXAMPLEDIR%%/oauth/redditclient/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/oauth/redditclient/conanfile.txt
+%%QT_EXAMPLEDIR%%/oauth/redditclient/doc/images/redditclient-example.png
+%%QT_EXAMPLEDIR%%/oauth/redditclient/doc/src/qtnetworkauth-redditclient.qdoc
+%%QT_EXAMPLEDIR%%/oauth/redditclient/main.cpp
+%%QT_EXAMPLEDIR%%/oauth/redditclient/redditclient.pro
+%%QT_EXAMPLEDIR%%/oauth/redditclient/redditmodel.cpp
+%%QT_EXAMPLEDIR%%/oauth/redditclient/redditmodel.h
+%%QT_EXAMPLEDIR%%/oauth/redditclient/redditwrapper.cpp
+%%QT_EXAMPLEDIR%%/oauth/redditclient/redditwrapper.h
+%%QT_EXAMPLEDIR%%/oauth/twittertimeline/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/oauth/twittertimeline/conanfile.txt
+%%QT_EXAMPLEDIR%%/oauth/twittertimeline/doc/images/twittertimeline-example.png
+%%QT_EXAMPLEDIR%%/oauth/twittertimeline/doc/src/qtnetworkauth-twittertimeline.qdoc
+%%QT_EXAMPLEDIR%%/oauth/twittertimeline/main.cpp
+%%QT_EXAMPLEDIR%%/oauth/twittertimeline/twitter.cpp
+%%QT_EXAMPLEDIR%%/oauth/twittertimeline/twitter.h
+%%QT_EXAMPLEDIR%%/oauth/twittertimeline/twitterdialog.ui
+%%QT_EXAMPLEDIR%%/oauth/twittertimeline/twittertimeline.pro
+%%QT_EXAMPLEDIR%%/oauth/twittertimeline/twittertimelinemodel.cpp
+%%QT_EXAMPLEDIR%%/oauth/twittertimeline/twittertimelinemodel.h
+%%QT_EXAMPLEDIR%%/opcua/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/opcua/doc/qtopcua-examples.qdoc
+%%QT_EXAMPLEDIR%%/opcua/opcua.pro
+%%QT_EXAMPLEDIR%%/opcua/opcuaviewer/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/opcua/opcuaviewer/certificatedialog.cpp
+%%QT_EXAMPLEDIR%%/opcua/opcuaviewer/certificatedialog.h
+%%QT_EXAMPLEDIR%%/opcua/opcuaviewer/certificatedialog.ui
+%%QT_EXAMPLEDIR%%/opcua/opcuaviewer/doc/images/opcuaviewer.png
+%%QT_EXAMPLEDIR%%/opcua/opcuaviewer/doc/opcuaviewer.qdoc
+%%QT_EXAMPLEDIR%%/opcua/opcuaviewer/main.cpp
+%%QT_EXAMPLEDIR%%/opcua/opcuaviewer/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/opcua/opcuaviewer/mainwindow.h
+%%QT_EXAMPLEDIR%%/opcua/opcuaviewer/mainwindow.ui
+%%QT_EXAMPLEDIR%%/opcua/opcuaviewer/opcuamodel.cpp
+%%QT_EXAMPLEDIR%%/opcua/opcuaviewer/opcuamodel.h
+%%QT_EXAMPLEDIR%%/opcua/opcuaviewer/opcuaviewer.pro
+%%QT_EXAMPLEDIR%%/opcua/opcuaviewer/pki/own/certs/opcuaviewer.der
+%%QT_EXAMPLEDIR%%/opcua/opcuaviewer/pki/own/private/opcuaviewer.pem
+%%QT_EXAMPLEDIR%%/opcua/opcuaviewer/pki/trusted/certs/3d8ec65c47524d6ad67bed912c19a895.der
+%%QT_EXAMPLEDIR%%/opcua/opcuaviewer/pki/trusted/certs/ca.der
+%%QT_EXAMPLEDIR%%/opcua/opcuaviewer/pki/trusted/certs/open62541-testserver.der
+%%QT_EXAMPLEDIR%%/opcua/opcuaviewer/pki/trusted/crl/ca.crl.pem
+%%QT_EXAMPLEDIR%%/opcua/opcuaviewer/treeitem.cpp
+%%QT_EXAMPLEDIR%%/opcua/opcuaviewer/treeitem.h
+%%QT_EXAMPLEDIR%%/opcua/waterpump/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/opcua/waterpump/simulationserver/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/opcua/waterpump/simulationserver/main.cpp
+%%QT_EXAMPLEDIR%%/opcua/waterpump/simulationserver/simulationserver.cpp
+%%QT_EXAMPLEDIR%%/opcua/waterpump/simulationserver/simulationserver.h
+%%QT_EXAMPLEDIR%%/opcua/waterpump/simulationserver/simulationserver.pro
+%%QT_EXAMPLEDIR%%/opcua/waterpump/waterpump-qml/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/opcua/waterpump/waterpump-qml/MachineDisplay.qml
+%%QT_EXAMPLEDIR%%/opcua/waterpump/waterpump-qml/Pump.qml
+%%QT_EXAMPLEDIR%%/opcua/waterpump/waterpump-qml/ServerControl.qml
+%%QT_EXAMPLEDIR%%/opcua/waterpump/waterpump-qml/Tank1Unit.qml
+%%QT_EXAMPLEDIR%%/opcua/waterpump/waterpump-qml/Tank2Unit.qml
+%%QT_EXAMPLEDIR%%/opcua/waterpump/waterpump-qml/TankDisplay.qml
+%%QT_EXAMPLEDIR%%/opcua/waterpump/waterpump-qml/ValueDisplay.qml
+%%QT_EXAMPLEDIR%%/opcua/waterpump/waterpump-qml/doc/images/tankexample.jpg
+%%QT_EXAMPLEDIR%%/opcua/waterpump/waterpump-qml/doc/waterpump-qml.qdoc
+%%QT_EXAMPLEDIR%%/opcua/waterpump/waterpump-qml/machine/Machine.qml
+%%QT_EXAMPLEDIR%%/opcua/waterpump/waterpump-qml/machine/Tank.qml
+%%QT_EXAMPLEDIR%%/opcua/waterpump/waterpump-qml/main.cpp
+%%QT_EXAMPLEDIR%%/opcua/waterpump/waterpump-qml/main.qml
+%%QT_EXAMPLEDIR%%/opcua/waterpump/waterpump-qml/qml.qrc
+%%QT_EXAMPLEDIR%%/opcua/waterpump/waterpump-qml/waterpump-qml.pro
+%%QT_EXAMPLEDIR%%/opcua/waterpump/waterpump-qmlcpp/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/opcua/waterpump/waterpump-qmlcpp/Pump.qml
+%%QT_EXAMPLEDIR%%/opcua/waterpump/waterpump-qmlcpp/ServerControl.qml
+%%QT_EXAMPLEDIR%%/opcua/waterpump/waterpump-qmlcpp/Tank.qml
+%%QT_EXAMPLEDIR%%/opcua/waterpump/waterpump-qmlcpp/Tank1Unit.qml
+%%QT_EXAMPLEDIR%%/opcua/waterpump/waterpump-qmlcpp/Tank2Unit.qml
+%%QT_EXAMPLEDIR%%/opcua/waterpump/waterpump-qmlcpp/TankSimulation.qml
+%%QT_EXAMPLEDIR%%/opcua/waterpump/waterpump-qmlcpp/ValueDisplay.qml
+%%QT_EXAMPLEDIR%%/opcua/waterpump/waterpump-qmlcpp/doc/images/tankexample.jpg
+%%QT_EXAMPLEDIR%%/opcua/waterpump/waterpump-qmlcpp/doc/waterpump-qmlcpp.qdoc
+%%QT_EXAMPLEDIR%%/opcua/waterpump/waterpump-qmlcpp/main.cpp
+%%QT_EXAMPLEDIR%%/opcua/waterpump/waterpump-qmlcpp/main.qml
+%%QT_EXAMPLEDIR%%/opcua/waterpump/waterpump-qmlcpp/opcuamachinebackend.cpp
+%%QT_EXAMPLEDIR%%/opcua/waterpump/waterpump-qmlcpp/opcuamachinebackend.h
+%%QT_EXAMPLEDIR%%/opcua/waterpump/waterpump-qmlcpp/qml.qrc
+%%QT_EXAMPLEDIR%%/opcua/waterpump/waterpump-qmlcpp/waterpump-qmlcpp.pro
+%%QT_EXAMPLEDIR%%/opcua/waterpump/waterpump.pro
+%%QT_EXAMPLEDIR%%/opcua/x509/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/opcua/x509/doc/x509.qdoc
+%%QT_EXAMPLEDIR%%/opcua/x509/main.cpp
+%%QT_EXAMPLEDIR%%/opcua/x509/x509.pro
+%%QT_EXAMPLEDIR%%/opengl/2dpainting/2dpainting.pro
+%%QT_EXAMPLEDIR%%/opengl/2dpainting/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/opengl/2dpainting/glwidget.cpp
+%%QT_EXAMPLEDIR%%/opengl/2dpainting/glwidget.h
+%%QT_EXAMPLEDIR%%/opengl/2dpainting/helper.cpp
+%%QT_EXAMPLEDIR%%/opengl/2dpainting/helper.h
+%%QT_EXAMPLEDIR%%/opengl/2dpainting/main.cpp
+%%QT_EXAMPLEDIR%%/opengl/2dpainting/widget.cpp
+%%QT_EXAMPLEDIR%%/opengl/2dpainting/widget.h
+%%QT_EXAMPLEDIR%%/opengl/2dpainting/window.cpp
+%%QT_EXAMPLEDIR%%/opengl/2dpainting/window.h
+%%QT_EXAMPLEDIR%%/opengl/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/opengl/README
+%%QT_EXAMPLEDIR%%/opengl/computegles31/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/opengl/computegles31/Qt-logo-medium.png
+%%QT_EXAMPLEDIR%%/opengl/computegles31/computegles31.pro
+%%QT_EXAMPLEDIR%%/opengl/computegles31/computegles31.qrc
+%%QT_EXAMPLEDIR%%/opengl/computegles31/glwindow.cpp
+%%QT_EXAMPLEDIR%%/opengl/computegles31/glwindow.h
+%%QT_EXAMPLEDIR%%/opengl/computegles31/main.cpp
+%%QT_EXAMPLEDIR%%/opengl/contextinfo/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/opengl/contextinfo/contextinfo.pro
+%%QT_EXAMPLEDIR%%/opengl/contextinfo/main.cpp
+%%QT_EXAMPLEDIR%%/opengl/contextinfo/renderwindow.cpp
+%%QT_EXAMPLEDIR%%/opengl/contextinfo/renderwindow.h
+%%QT_EXAMPLEDIR%%/opengl/contextinfo/widget.cpp
+%%QT_EXAMPLEDIR%%/opengl/contextinfo/widget.h
+%%QT_EXAMPLEDIR%%/opengl/cube/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/opengl/cube/cube.png
+%%QT_EXAMPLEDIR%%/opengl/cube/cube.pro
+%%QT_EXAMPLEDIR%%/opengl/cube/fshader.glsl
+%%QT_EXAMPLEDIR%%/opengl/cube/geometryengine.cpp
+%%QT_EXAMPLEDIR%%/opengl/cube/geometryengine.h
+%%QT_EXAMPLEDIR%%/opengl/cube/main.cpp
+%%QT_EXAMPLEDIR%%/opengl/cube/mainwidget.cpp
+%%QT_EXAMPLEDIR%%/opengl/cube/mainwidget.h
+%%QT_EXAMPLEDIR%%/opengl/cube/shaders.qrc
+%%QT_EXAMPLEDIR%%/opengl/cube/textures.qrc
+%%QT_EXAMPLEDIR%%/opengl/cube/vshader.glsl
+%%QT_EXAMPLEDIR%%/opengl/doc/images/2dpainting-example.png
+%%QT_EXAMPLEDIR%%/opengl/doc/images/cube.png
+%%QT_EXAMPLEDIR%%/opengl/doc/images/cube_faces.png
+%%QT_EXAMPLEDIR%%/opengl/doc/images/hellogl2-example.png
+%%QT_EXAMPLEDIR%%/opengl/doc/images/textures-example.png
+%%QT_EXAMPLEDIR%%/opengl/doc/src/2dpainting.qdoc
+%%QT_EXAMPLEDIR%%/opengl/doc/src/cube.qdoc
+%%QT_EXAMPLEDIR%%/opengl/doc/src/hellogl2.qdoc
+%%QT_EXAMPLEDIR%%/opengl/doc/src/openglwindow.qdoc
+%%QT_EXAMPLEDIR%%/opengl/doc/src/textures.qdoc
+%%QT_EXAMPLEDIR%%/opengl/hellogl2/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/opengl/hellogl2/glwidget.cpp
+%%QT_EXAMPLEDIR%%/opengl/hellogl2/glwidget.h
+%%QT_EXAMPLEDIR%%/opengl/hellogl2/hellogl2.pro
+%%QT_EXAMPLEDIR%%/opengl/hellogl2/logo.cpp
+%%QT_EXAMPLEDIR%%/opengl/hellogl2/logo.h
+%%QT_EXAMPLEDIR%%/opengl/hellogl2/main.cpp
+%%QT_EXAMPLEDIR%%/opengl/hellogl2/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/opengl/hellogl2/mainwindow.h
+%%QT_EXAMPLEDIR%%/opengl/hellogl2/window.cpp
+%%QT_EXAMPLEDIR%%/opengl/hellogl2/window.h
+%%QT_EXAMPLEDIR%%/opengl/hellogles3/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/opengl/hellogles3/doc/images/hellogles3-example.png
+%%QT_EXAMPLEDIR%%/opengl/hellogles3/doc/src/hellogles3.qdoc
+%%QT_EXAMPLEDIR%%/opengl/hellogles3/glwindow.cpp
+%%QT_EXAMPLEDIR%%/opengl/hellogles3/glwindow.h
+%%QT_EXAMPLEDIR%%/opengl/hellogles3/hellogles3.pro
+%%QT_EXAMPLEDIR%%/opengl/hellogles3/hellogles3.qrc
+%%QT_EXAMPLEDIR%%/opengl/hellogles3/main.cpp
+%%QT_EXAMPLEDIR%%/opengl/hellogles3/qtlogo.png
+%%QT_EXAMPLEDIR%%/opengl/hellowindow/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/opengl/hellowindow/hellowindow.cpp
+%%QT_EXAMPLEDIR%%/opengl/hellowindow/hellowindow.h
+%%QT_EXAMPLEDIR%%/opengl/hellowindow/hellowindow.pro
+%%QT_EXAMPLEDIR%%/opengl/hellowindow/main.cpp
+%%QT_EXAMPLEDIR%%/opengl/opengl.pro
+%%QT_EXAMPLEDIR%%/opengl/openglwindow/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/opengl/openglwindow/main.cpp
+%%QT_EXAMPLEDIR%%/opengl/openglwindow/openglwindow.cpp
+%%QT_EXAMPLEDIR%%/opengl/openglwindow/openglwindow.h
+%%QT_EXAMPLEDIR%%/opengl/openglwindow/openglwindow.pri
+%%QT_EXAMPLEDIR%%/opengl/openglwindow/openglwindow.pro
+%%QT_EXAMPLEDIR%%/opengl/paintedwindow/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/opengl/paintedwindow/main.cpp
+%%QT_EXAMPLEDIR%%/opengl/paintedwindow/paintedwindow.cpp
+%%QT_EXAMPLEDIR%%/opengl/paintedwindow/paintedwindow.h
+%%QT_EXAMPLEDIR%%/opengl/paintedwindow/paintedwindow.pro
+%%QT_EXAMPLEDIR%%/opengl/qopenglwidget/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/opengl/qopenglwidget/bubble.cpp
+%%QT_EXAMPLEDIR%%/opengl/qopenglwidget/bubble.h
+%%QT_EXAMPLEDIR%%/opengl/qopenglwidget/glwidget.cpp
+%%QT_EXAMPLEDIR%%/opengl/qopenglwidget/glwidget.h
+%%QT_EXAMPLEDIR%%/opengl/qopenglwidget/main.cpp
+%%QT_EXAMPLEDIR%%/opengl/qopenglwidget/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/opengl/qopenglwidget/mainwindow.h
+%%QT_EXAMPLEDIR%%/opengl/qopenglwidget/qopenglwidget.pro
+%%QT_EXAMPLEDIR%%/opengl/qopenglwidget/qt.png
+%%QT_EXAMPLEDIR%%/opengl/qopenglwidget/texture.qrc
+%%QT_EXAMPLEDIR%%/opengl/qopenglwindow/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/opengl/qopenglwindow/background.frag
+%%QT_EXAMPLEDIR%%/opengl/qopenglwindow/background_renderer.cpp
+%%QT_EXAMPLEDIR%%/opengl/qopenglwindow/background_renderer.h
+%%QT_EXAMPLEDIR%%/opengl/qopenglwindow/main.cpp
+%%QT_EXAMPLEDIR%%/opengl/qopenglwindow/qopenglwindow.pro
+%%QT_EXAMPLEDIR%%/opengl/qopenglwindow/shaders.qrc
+%%QT_EXAMPLEDIR%%/opengl/textures/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/opengl/textures/glwidget.cpp
+%%QT_EXAMPLEDIR%%/opengl/textures/glwidget.h
+%%QT_EXAMPLEDIR%%/opengl/textures/images/side1.png
+%%QT_EXAMPLEDIR%%/opengl/textures/images/side2.png
+%%QT_EXAMPLEDIR%%/opengl/textures/images/side3.png
+%%QT_EXAMPLEDIR%%/opengl/textures/images/side4.png
+%%QT_EXAMPLEDIR%%/opengl/textures/images/side5.png
+%%QT_EXAMPLEDIR%%/opengl/textures/images/side6.png
+%%QT_EXAMPLEDIR%%/opengl/textures/main.cpp
+%%QT_EXAMPLEDIR%%/opengl/textures/textures.pro
+%%QT_EXAMPLEDIR%%/opengl/textures/textures.qrc
+%%QT_EXAMPLEDIR%%/opengl/textures/window.cpp
+%%QT_EXAMPLEDIR%%/opengl/textures/window.h
+%%QT_EXAMPLEDIR%%/opengl/threadedqopenglwidget/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/opengl/threadedqopenglwidget/glwidget.cpp
+%%QT_EXAMPLEDIR%%/opengl/threadedqopenglwidget/glwidget.h
+%%QT_EXAMPLEDIR%%/opengl/threadedqopenglwidget/main.cpp
+%%QT_EXAMPLEDIR%%/opengl/threadedqopenglwidget/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/opengl/threadedqopenglwidget/mainwindow.h
+%%QT_EXAMPLEDIR%%/opengl/threadedqopenglwidget/renderer.cpp
+%%QT_EXAMPLEDIR%%/opengl/threadedqopenglwidget/renderer.h
+%%QT_EXAMPLEDIR%%/opengl/threadedqopenglwidget/threadedqopenglwidget.pro
+%%QT_EXAMPLEDIR%%/pdf/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/pdf/multipage/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/pdf/multipage/doc/src/multipage.qdoc
+%%QT_EXAMPLEDIR%%/pdf/multipage/main.cpp
+%%QT_EXAMPLEDIR%%/pdf/multipage/multipage.pro
+%%QT_EXAMPLEDIR%%/pdf/multipage/pdfapplication.cpp
+%%QT_EXAMPLEDIR%%/pdf/multipage/pdfapplication.h
+%%QT_EXAMPLEDIR%%/pdf/multipage/resources/document-open.svg
+%%QT_EXAMPLEDIR%%/pdf/multipage/resources/edit-clear.svg
+%%QT_EXAMPLEDIR%%/pdf/multipage/resources/edit-copy.svg
+%%QT_EXAMPLEDIR%%/pdf/multipage/resources/edit-select-all.svg
+%%QT_EXAMPLEDIR%%/pdf/multipage/resources/go-down-search.svg
+%%QT_EXAMPLEDIR%%/pdf/multipage/resources/go-next-view-page.svg
+%%QT_EXAMPLEDIR%%/pdf/multipage/resources/go-previous-view-page.svg
+%%QT_EXAMPLEDIR%%/pdf/multipage/resources/go-up-search.svg
+%%QT_EXAMPLEDIR%%/pdf/multipage/resources/macos/Info.plist
+%%QT_EXAMPLEDIR%%/pdf/multipage/resources/multipage.icns
+%%QT_EXAMPLEDIR%%/pdf/multipage/resources/rotate-left.svg
+%%QT_EXAMPLEDIR%%/pdf/multipage/resources/rotate-right.svg
+%%QT_EXAMPLEDIR%%/pdf/multipage/resources/sidebar-collapse-left.svg
+%%QT_EXAMPLEDIR%%/pdf/multipage/resources/sidebar-expand-left.svg
+%%QT_EXAMPLEDIR%%/pdf/multipage/resources/test.pdf
+%%QT_EXAMPLEDIR%%/pdf/multipage/resources/zoom-fit-best.svg
+%%QT_EXAMPLEDIR%%/pdf/multipage/resources/zoom-fit-width.svg
+%%QT_EXAMPLEDIR%%/pdf/multipage/resources/zoom-in.svg
+%%QT_EXAMPLEDIR%%/pdf/multipage/resources/zoom-original.svg
+%%QT_EXAMPLEDIR%%/pdf/multipage/resources/zoom-out.svg
+%%QT_EXAMPLEDIR%%/pdf/multipage/viewer.qml
+%%QT_EXAMPLEDIR%%/pdf/multipage/viewer.qrc
+%%QT_EXAMPLEDIR%%/pdf/pdf.pro
+%%QT_EXAMPLEDIR%%/pdf/pdfviewer/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/pdf/pdfviewer/main.cpp
+%%QT_EXAMPLEDIR%%/pdf/pdfviewer/pdfviewer.pro
+%%QT_EXAMPLEDIR%%/pdf/pdfviewer/resources/document-open.svg
+%%QT_EXAMPLEDIR%%/pdf/pdfviewer/resources/edit-clear.svg
+%%QT_EXAMPLEDIR%%/pdf/pdfviewer/resources/edit-copy.svg
+%%QT_EXAMPLEDIR%%/pdf/pdfviewer/resources/edit-select-all.svg
+%%QT_EXAMPLEDIR%%/pdf/pdfviewer/resources/go-down-search.svg
+%%QT_EXAMPLEDIR%%/pdf/pdfviewer/resources/go-next-view-page.svg
+%%QT_EXAMPLEDIR%%/pdf/pdfviewer/resources/go-previous-view-page.svg
+%%QT_EXAMPLEDIR%%/pdf/pdfviewer/resources/go-up-search.svg
+%%QT_EXAMPLEDIR%%/pdf/pdfviewer/resources/rotate-left.svg
+%%QT_EXAMPLEDIR%%/pdf/pdfviewer/resources/rotate-right.svg
+%%QT_EXAMPLEDIR%%/pdf/pdfviewer/resources/test.pdf
+%%QT_EXAMPLEDIR%%/pdf/pdfviewer/resources/zoom-fit-best.svg
+%%QT_EXAMPLEDIR%%/pdf/pdfviewer/resources/zoom-fit-width.svg
+%%QT_EXAMPLEDIR%%/pdf/pdfviewer/resources/zoom-in.svg
+%%QT_EXAMPLEDIR%%/pdf/pdfviewer/resources/zoom-original.svg
+%%QT_EXAMPLEDIR%%/pdf/pdfviewer/resources/zoom-out.svg
+%%QT_EXAMPLEDIR%%/pdf/pdfviewer/viewer.qml
+%%QT_EXAMPLEDIR%%/pdf/pdfviewer/viewer.qrc
+%%QT_EXAMPLEDIR%%/pdfwidgets/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/pdfwidgets/pdfviewer/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/pdfwidgets/pdfviewer/doc/src/pdfviewer.qdoc
+%%QT_EXAMPLEDIR%%/pdfwidgets/pdfviewer/images/document-open.svgz
+%%QT_EXAMPLEDIR%%/pdfwidgets/pdfviewer/images/go-next-view-page.svgz
+%%QT_EXAMPLEDIR%%/pdfwidgets/pdfviewer/images/go-next-view.svgz
+%%QT_EXAMPLEDIR%%/pdfwidgets/pdfviewer/images/go-previous-view-page.svgz
+%%QT_EXAMPLEDIR%%/pdfwidgets/pdfviewer/images/go-previous-view.svgz
+%%QT_EXAMPLEDIR%%/pdfwidgets/pdfviewer/images/zoom-fit-best.svgz
+%%QT_EXAMPLEDIR%%/pdfwidgets/pdfviewer/images/zoom-fit-width.svgz
+%%QT_EXAMPLEDIR%%/pdfwidgets/pdfviewer/images/zoom-in.svgz
+%%QT_EXAMPLEDIR%%/pdfwidgets/pdfviewer/images/zoom-original.svgz
+%%QT_EXAMPLEDIR%%/pdfwidgets/pdfviewer/images/zoom-out.svgz
+%%QT_EXAMPLEDIR%%/pdfwidgets/pdfviewer/images/zoom-previous.svgz
+%%QT_EXAMPLEDIR%%/pdfwidgets/pdfviewer/main.cpp
+%%QT_EXAMPLEDIR%%/pdfwidgets/pdfviewer/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/pdfwidgets/pdfviewer/mainwindow.h
+%%QT_EXAMPLEDIR%%/pdfwidgets/pdfviewer/mainwindow.ui
+%%QT_EXAMPLEDIR%%/pdfwidgets/pdfviewer/pdfviewer.pro
+%%QT_EXAMPLEDIR%%/pdfwidgets/pdfviewer/resources.qrc
+%%QT_EXAMPLEDIR%%/pdfwidgets/pdfviewer/zoomselector.cpp
+%%QT_EXAMPLEDIR%%/pdfwidgets/pdfviewer/zoomselector.h
+%%QT_EXAMPLEDIR%%/pdfwidgets/pdfwidgets.pro
+%%QT_EXAMPLEDIR%%/positioning/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/positioning/geoflickr/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/positioning/geoflickr/doc/images/qml-flickr-1.jpg
+%%QT_EXAMPLEDIR%%/positioning/geoflickr/doc/src/geoflickr.qdoc
+%%QT_EXAMPLEDIR%%/positioning/geoflickr/flickr-90.qml
+%%QT_EXAMPLEDIR%%/positioning/geoflickr/flickr.qml
+%%QT_EXAMPLEDIR%%/positioning/geoflickr/flickr.qrc
+%%QT_EXAMPLEDIR%%/positioning/geoflickr/flickrcommon/Progress.qml
+%%QT_EXAMPLEDIR%%/positioning/geoflickr/flickrcommon/RestModel.qml
+%%QT_EXAMPLEDIR%%/positioning/geoflickr/flickrcommon/ScrollBar.qml
+%%QT_EXAMPLEDIR%%/positioning/geoflickr/flickrcommon/Slider.qml
+%%QT_EXAMPLEDIR%%/positioning/geoflickr/flickrmobile/Button.qml
+%%QT_EXAMPLEDIR%%/positioning/geoflickr/flickrmobile/GeoTab.qml
+%%QT_EXAMPLEDIR%%/positioning/geoflickr/flickrmobile/GridDelegate.qml
+%%QT_EXAMPLEDIR%%/positioning/geoflickr/flickrmobile/ImageDetails.qml
+%%QT_EXAMPLEDIR%%/positioning/geoflickr/flickrmobile/ListDelegate.qml
+%%QT_EXAMPLEDIR%%/positioning/geoflickr/flickrmobile/TitleBar.qml
+%%QT_EXAMPLEDIR%%/positioning/geoflickr/flickrmobile/ToolBar.qml
+%%QT_EXAMPLEDIR%%/positioning/geoflickr/flickrmobile/images/gloss.png
+%%QT_EXAMPLEDIR%%/positioning/geoflickr/flickrmobile/images/lineedit.png
+%%QT_EXAMPLEDIR%%/positioning/geoflickr/flickrmobile/images/lineedit.sci
+%%QT_EXAMPLEDIR%%/positioning/geoflickr/flickrmobile/images/moon.png
+%%QT_EXAMPLEDIR%%/positioning/geoflickr/flickrmobile/images/quit.png
+%%QT_EXAMPLEDIR%%/positioning/geoflickr/flickrmobile/images/star.png
+%%QT_EXAMPLEDIR%%/positioning/geoflickr/flickrmobile/images/stripes.png
+%%QT_EXAMPLEDIR%%/positioning/geoflickr/flickrmobile/images/sun.png
+%%QT_EXAMPLEDIR%%/positioning/geoflickr/flickrmobile/images/titlebar.png
+%%QT_EXAMPLEDIR%%/positioning/geoflickr/flickrmobile/images/titlebar.sci
+%%QT_EXAMPLEDIR%%/positioning/geoflickr/flickrmobile/images/toolbutton.png
+%%QT_EXAMPLEDIR%%/positioning/geoflickr/flickrmobile/images/toolbutton.sci
+%%QT_EXAMPLEDIR%%/positioning/geoflickr/flickrmobile/nmealog.txt
+%%QT_EXAMPLEDIR%%/positioning/geoflickr/geoflickr.pro
+%%QT_EXAMPLEDIR%%/positioning/geoflickr/geoflickr.qmlproject
+%%QT_EXAMPLEDIR%%/positioning/geoflickr/qmllocationflickr.cpp
+%%QT_EXAMPLEDIR%%/positioning/logfilepositionsource/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/positioning/logfilepositionsource/clientapplication.cpp
+%%QT_EXAMPLEDIR%%/positioning/logfilepositionsource/clientapplication.h
+%%QT_EXAMPLEDIR%%/positioning/logfilepositionsource/doc/src/logfilepositionsource.qdoc
+%%QT_EXAMPLEDIR%%/positioning/logfilepositionsource/logfile.qrc
+%%QT_EXAMPLEDIR%%/positioning/logfilepositionsource/logfilepositionsource.cpp
+%%QT_EXAMPLEDIR%%/positioning/logfilepositionsource/logfilepositionsource.h
+%%QT_EXAMPLEDIR%%/positioning/logfilepositionsource/logfilepositionsource.pro
+%%QT_EXAMPLEDIR%%/positioning/logfilepositionsource/main.cpp
+%%QT_EXAMPLEDIR%%/positioning/logfilepositionsource/simplelog.txt
+%%QT_EXAMPLEDIR%%/positioning/positioning.pro
+%%QT_EXAMPLEDIR%%/positioning/satelliteinfo/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/positioning/satelliteinfo/doc/images/example-satelliteinfo.png
+%%QT_EXAMPLEDIR%%/positioning/satelliteinfo/doc/src/satelliteinfo.qdoc
+%%QT_EXAMPLEDIR%%/positioning/satelliteinfo/main.cpp
+%%QT_EXAMPLEDIR%%/positioning/satelliteinfo/satelliteinfo.pro
+%%QT_EXAMPLEDIR%%/positioning/satelliteinfo/satelliteinfo.qml
+%%QT_EXAMPLEDIR%%/positioning/satelliteinfo/satelliteinfo.qrc
+%%QT_EXAMPLEDIR%%/positioning/satelliteinfo/satellitemodel.cpp
+%%QT_EXAMPLEDIR%%/positioning/satelliteinfo/satellitemodel.h
+%%QT_EXAMPLEDIR%%/positioning/weatherinfo/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/positioning/weatherinfo/appmodel.cpp
+%%QT_EXAMPLEDIR%%/positioning/weatherinfo/appmodel.h
+%%QT_EXAMPLEDIR%%/positioning/weatherinfo/components/BigForecastIcon.qml
+%%QT_EXAMPLEDIR%%/positioning/weatherinfo/components/ForecastIcon.qml
+%%QT_EXAMPLEDIR%%/positioning/weatherinfo/components/WeatherIcon.qml
+%%QT_EXAMPLEDIR%%/positioning/weatherinfo/doc/images/example-weatherinfo.png
+%%QT_EXAMPLEDIR%%/positioning/weatherinfo/doc/src/weatherinfo.qdoc
+%%QT_EXAMPLEDIR%%/positioning/weatherinfo/icons/README.txt
+%%QT_EXAMPLEDIR%%/positioning/weatherinfo/icons/qt_attribution.json
+%%QT_EXAMPLEDIR%%/positioning/weatherinfo/icons/weather-few-clouds.png
+%%QT_EXAMPLEDIR%%/positioning/weatherinfo/icons/weather-fog.png
+%%QT_EXAMPLEDIR%%/positioning/weatherinfo/icons/weather-haze.png
+%%QT_EXAMPLEDIR%%/positioning/weatherinfo/icons/weather-icy.png
+%%QT_EXAMPLEDIR%%/positioning/weatherinfo/icons/weather-overcast.png
+%%QT_EXAMPLEDIR%%/positioning/weatherinfo/icons/weather-showers-scattered.png
+%%QT_EXAMPLEDIR%%/positioning/weatherinfo/icons/weather-showers.png
+%%QT_EXAMPLEDIR%%/positioning/weatherinfo/icons/weather-sleet.png
+%%QT_EXAMPLEDIR%%/positioning/weatherinfo/icons/weather-snow.png
+%%QT_EXAMPLEDIR%%/positioning/weatherinfo/icons/weather-storm.png
+%%QT_EXAMPLEDIR%%/positioning/weatherinfo/icons/weather-sunny-very-few-clouds.png
+%%QT_EXAMPLEDIR%%/positioning/weatherinfo/icons/weather-sunny.png
+%%QT_EXAMPLEDIR%%/positioning/weatherinfo/icons/weather-thundershower.png
+%%QT_EXAMPLEDIR%%/positioning/weatherinfo/ios/Info.plist
+%%QT_EXAMPLEDIR%%/positioning/weatherinfo/main.cpp
+%%QT_EXAMPLEDIR%%/positioning/weatherinfo/openweathermapbackend.cpp
+%%QT_EXAMPLEDIR%%/positioning/weatherinfo/openweathermapbackend.h
+%%QT_EXAMPLEDIR%%/positioning/weatherinfo/providerbackend.cpp
+%%QT_EXAMPLEDIR%%/positioning/weatherinfo/providerbackend.h
+%%QT_EXAMPLEDIR%%/positioning/weatherinfo/weatherapibackend.cpp
+%%QT_EXAMPLEDIR%%/positioning/weatherinfo/weatherapibackend.h
+%%QT_EXAMPLEDIR%%/positioning/weatherinfo/weatherinfo.pro
+%%QT_EXAMPLEDIR%%/positioning/weatherinfo/weatherinfo.qml
+%%QT_EXAMPLEDIR%%/positioning/weatherinfo/weatherinfo.qrc
+%%QT_EXAMPLEDIR%%/qmake/precompile/main.cpp
+%%QT_EXAMPLEDIR%%/qmake/precompile/mydialog.cpp
+%%QT_EXAMPLEDIR%%/qmake/precompile/mydialog.h
+%%QT_EXAMPLEDIR%%/qmake/precompile/mydialog.ui
+%%QT_EXAMPLEDIR%%/qmake/precompile/myobject.cpp
+%%QT_EXAMPLEDIR%%/qmake/precompile/myobject.h
+%%QT_EXAMPLEDIR%%/qmake/precompile/precompile.pro
+%%QT_EXAMPLEDIR%%/qmake/precompile/stable.h
+%%QT_EXAMPLEDIR%%/qmake/precompile/util.cpp
+%%QT_EXAMPLEDIR%%/qmake/tutorial/hello.cpp
+%%QT_EXAMPLEDIR%%/qmake/tutorial/hello.h
+%%QT_EXAMPLEDIR%%/qmake/tutorial/hellounix.cpp
+%%QT_EXAMPLEDIR%%/qmake/tutorial/hellowin.cpp
+%%QT_EXAMPLEDIR%%/qmake/tutorial/main.cpp
+%%QT_EXAMPLEDIR%%/qml/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qml/doc/src/qml-extending.qdoc
+%%QT_EXAMPLEDIR%%/qml/dynamicscene/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qml/dynamicscene/GenericSceneItem.qml
+%%QT_EXAMPLEDIR%%/qml/dynamicscene/PaletteItem.qml
+%%QT_EXAMPLEDIR%%/qml/dynamicscene/PerspectiveItem.qml
+%%QT_EXAMPLEDIR%%/qml/dynamicscene/Sun.qml
+%%QT_EXAMPLEDIR%%/qml/dynamicscene/doc/images/qml-dynamicscene-example.png
+%%QT_EXAMPLEDIR%%/qml/dynamicscene/doc/src/dynamicscene.qdoc
+%%QT_EXAMPLEDIR%%/qml/dynamicscene/dynamicscene.pro
+%%QT_EXAMPLEDIR%%/qml/dynamicscene/dynamicscene.qml
+%%QT_EXAMPLEDIR%%/qml/dynamicscene/dynamicscene.qmlproject
+%%QT_EXAMPLEDIR%%/qml/dynamicscene/dynamicscene.qrc
+%%QT_EXAMPLEDIR%%/qml/dynamicscene/images/NOTE
+%%QT_EXAMPLEDIR%%/qml/dynamicscene/images/face-smile.png
+%%QT_EXAMPLEDIR%%/qml/dynamicscene/images/moon.png
+%%QT_EXAMPLEDIR%%/qml/dynamicscene/images/rabbit_brown.png
+%%QT_EXAMPLEDIR%%/qml/dynamicscene/images/rabbit_bw.png
+%%QT_EXAMPLEDIR%%/qml/dynamicscene/images/star.png
+%%QT_EXAMPLEDIR%%/qml/dynamicscene/images/sun.png
+%%QT_EXAMPLEDIR%%/qml/dynamicscene/images/tree_s.png
+%%QT_EXAMPLEDIR%%/qml/dynamicscene/itemCreation.js
+%%QT_EXAMPLEDIR%%/qml/dynamicscene/main.cpp
+%%QT_EXAMPLEDIR%%/qml/locale/locale.qml
+%%QT_EXAMPLEDIR%%/qml/networkaccessmanagerfactory/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qml/networkaccessmanagerfactory/doc/src/networkaccessmanagerfactory.qdoc
+%%QT_EXAMPLEDIR%%/qml/networkaccessmanagerfactory/main.cpp
+%%QT_EXAMPLEDIR%%/qml/networkaccessmanagerfactory/networkaccessmanagerfactory.pro
+%%QT_EXAMPLEDIR%%/qml/networkaccessmanagerfactory/networkaccessmanagerfactory.qmlproject
+%%QT_EXAMPLEDIR%%/qml/networkaccessmanagerfactory/networkaccessmanagerfactory.qrc
+%%QT_EXAMPLEDIR%%/qml/networkaccessmanagerfactory/view.qml
+%%QT_EXAMPLEDIR%%/qml/qml-i18n/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qml/qml-i18n/doc/images/qml-i18n-example.png
+%%QT_EXAMPLEDIR%%/qml/qml-i18n/doc/src/i18n.qdoc
+%%QT_EXAMPLEDIR%%/qml/qml-i18n/i18n/base.ts
+%%QT_EXAMPLEDIR%%/qml/qml-i18n/i18n/qml_en.ts
+%%QT_EXAMPLEDIR%%/qml/qml-i18n/i18n/qml_en_AU.ts
+%%QT_EXAMPLEDIR%%/qml/qml-i18n/i18n/qml_fr.ts
+%%QT_EXAMPLEDIR%%/qml/qml-i18n/main.cpp
+%%QT_EXAMPLEDIR%%/qml/qml-i18n/qml-i18n.pro
+%%QT_EXAMPLEDIR%%/qml/qml-i18n/qml-i18n.qml
+%%QT_EXAMPLEDIR%%/qml/qml-i18n/qml-i18n.qmlproject
+%%QT_EXAMPLEDIR%%/qml/qml-i18n/qml-i18n.qrc
+%%QT_EXAMPLEDIR%%/qml/qml.pro
+%%QT_EXAMPLEDIR%%/qml/qmldom/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qml/qmldom/qmldomloadeditwrite.cpp
+%%QT_EXAMPLEDIR%%/qml/qmlextensionplugins/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qml/qmlextensionplugins/doc/images/qml-plugins-example.png
+%%QT_EXAMPLEDIR%%/qml/qmlextensionplugins/doc/src/qmlpluginex.qdoc
+%%QT_EXAMPLEDIR%%/qml/qmlextensionplugins/imports/TimeExample/Clock.qml
+%%QT_EXAMPLEDIR%%/qml/qmlextensionplugins/imports/TimeExample/center.png
+%%QT_EXAMPLEDIR%%/qml/qmlextensionplugins/imports/TimeExample/clock.png
+%%QT_EXAMPLEDIR%%/qml/qmlextensionplugins/imports/TimeExample/hour.png
+%%QT_EXAMPLEDIR%%/qml/qmlextensionplugins/imports/TimeExample/minute.png
+%%QT_EXAMPLEDIR%%/qml/qmlextensionplugins/imports/TimeExample/qmldir
+%%QT_EXAMPLEDIR%%/qml/qmlextensionplugins/plugin.cpp
+%%QT_EXAMPLEDIR%%/qml/qmlextensionplugins/plugins.qml
+%%QT_EXAMPLEDIR%%/qml/qmlextensionplugins/plugins.qmlproject
+%%QT_EXAMPLEDIR%%/qml/qmlextensionplugins/qmlextensionplugins.pro
+%%QT_EXAMPLEDIR%%/qml/qmlextensionplugins/timemodel.cpp
+%%QT_EXAMPLEDIR%%/qml/qmlextensionplugins/timemodel.h
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/adding/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/adding/adding.pro
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/adding/adding.qrc
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/adding/example.qml
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/adding/main.cpp
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/adding/person.cpp
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/adding/person.h
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/attached/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/attached/attached.pro
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/attached/attached.qrc
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/attached/birthdayparty.cpp
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/attached/birthdayparty.h
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/attached/example.qml
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/attached/main.cpp
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/attached/person.cpp
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/attached/person.h
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/binding/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/binding/binding.pro
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/binding/binding.qrc
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/binding/birthdayparty.cpp
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/binding/birthdayparty.h
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/binding/example.qml
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/binding/happybirthdaysong.cpp
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/binding/happybirthdaysong.h
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/binding/main.cpp
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/binding/person.cpp
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/binding/person.h
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/coercion/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/coercion/birthdayparty.cpp
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/coercion/birthdayparty.h
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/coercion/coercion.pro
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/coercion/coercion.qrc
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/coercion/example.qml
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/coercion/main.cpp
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/coercion/person.cpp
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/coercion/person.h
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/default/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/default/birthdayparty.cpp
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/default/birthdayparty.h
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/default/default.pro
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/default/default.qrc
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/default/example.qml
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/default/main.cpp
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/default/person.cpp
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/default/person.h
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/extended/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/extended/example.qml
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/extended/extended.pro
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/extended/extended.qrc
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/extended/lineedit.cpp
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/extended/lineedit.h
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/extended/main.cpp
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/grouped/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/grouped/birthdayparty.cpp
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/grouped/birthdayparty.h
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/grouped/example.qml
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/grouped/grouped.pro
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/grouped/grouped.qrc
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/grouped/main.cpp
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/grouped/person.cpp
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/grouped/person.h
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/methods/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/methods/birthdayparty.cpp
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/methods/birthdayparty.h
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/methods/example.qml
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/methods/main.cpp
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/methods/methods.pro
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/methods/methods.qrc
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/methods/person.cpp
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/methods/person.h
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/properties/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/properties/birthdayparty.cpp
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/properties/birthdayparty.h
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/properties/example.qml
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/properties/main.cpp
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/properties/person.cpp
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/properties/person.h
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/properties/properties.pro
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/properties/properties.qrc
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/referenceexamples.pro
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/referenceexamples.qmlproject
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/signal/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/signal/birthdayparty.cpp
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/signal/birthdayparty.h
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/signal/example.qml
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/signal/main.cpp
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/signal/person.cpp
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/signal/person.h
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/signal/signal.pro
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/signal/signal.qrc
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/valuesource/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/valuesource/birthdayparty.cpp
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/valuesource/birthdayparty.h
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/valuesource/example.qml
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/valuesource/happybirthdaysong.cpp
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/valuesource/happybirthdaysong.h
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/valuesource/main.cpp
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/valuesource/person.cpp
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/valuesource/person.h
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/valuesource/valuesource.pro
+%%QT_EXAMPLEDIR%%/qml/referenceexamples/valuesource/valuesource.qrc
+%%QT_EXAMPLEDIR%%/qml/shell/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qml/shell/main.cpp
+%%QT_EXAMPLEDIR%%/qml/shell/shell.pro
+%%QT_EXAMPLEDIR%%/qml/tutorials/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter1-basics/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter1-basics/app.qml
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter1-basics/chapter1-basics.pro
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter1-basics/chapter1-basics.qrc
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter1-basics/main.cpp
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter1-basics/piechart.cpp
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter1-basics/piechart.h
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter2-methods/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter2-methods/app.qml
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter2-methods/chapter2-methods.pro
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter2-methods/chapter2-methods.qrc
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter2-methods/main.cpp
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter2-methods/piechart.cpp
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter2-methods/piechart.h
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter3-bindings/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter3-bindings/app.qml
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter3-bindings/chapter3-bindings.pro
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter3-bindings/chapter3-bindings.qrc
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter3-bindings/main.cpp
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter3-bindings/piechart.cpp
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter3-bindings/piechart.h
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter4-customPropertyTypes/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter4-customPropertyTypes/app.qml
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter4-customPropertyTypes/chapter4-customPropertyTypes.pro
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter4-customPropertyTypes/chapter4-customPropertyTypes.qrc
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter4-customPropertyTypes/main.cpp
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter4-customPropertyTypes/piechart.cpp
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter4-customPropertyTypes/piechart.h
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter4-customPropertyTypes/pieslice.cpp
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter4-customPropertyTypes/pieslice.h
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter5-listproperties/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter5-listproperties/app.qml
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter5-listproperties/chapter5-listproperties.pro
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter5-listproperties/chapter5-listproperties.qrc
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter5-listproperties/main.cpp
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter5-listproperties/piechart.cpp
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter5-listproperties/piechart.h
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter5-listproperties/pieslice.cpp
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter5-listproperties/pieslice.h
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter6-plugins/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter6-plugins/Charts/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter6-plugins/Charts/Charts.pro
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter6-plugins/Charts/chartsplugin.h
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter6-plugins/Charts/piechart.cpp
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter6-plugins/Charts/piechart.h
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter6-plugins/Charts/pieslice.cpp
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter6-plugins/Charts/pieslice.h
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter6-plugins/Charts/qmldir
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter6-plugins/app.pro
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter6-plugins/app.qml
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter6-plugins/app.qrc
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter6-plugins/chapter6-plugins.pro
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter6-plugins/main.cpp
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/extending-qml.pro
+%%QT_EXAMPLEDIR%%/qml/tutorials/tutorials.pro
+%%QT_EXAMPLEDIR%%/qml/xmlhttprequest/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qml/xmlhttprequest/data.xml
+%%QT_EXAMPLEDIR%%/qml/xmlhttprequest/doc/images/qml-xmlhttprequest-example.png
+%%QT_EXAMPLEDIR%%/qml/xmlhttprequest/doc/src/xmlhttprequest.qdoc
+%%QT_EXAMPLEDIR%%/qml/xmlhttprequest/main.cpp
+%%QT_EXAMPLEDIR%%/qml/xmlhttprequest/methods.js
+%%QT_EXAMPLEDIR%%/qml/xmlhttprequest/xmlhttprequest.pro
+%%QT_EXAMPLEDIR%%/qml/xmlhttprequest/xmlhttprequest.qml
+%%QT_EXAMPLEDIR%%/qml/xmlhttprequest/xmlhttprequest.qmlproject
+%%QT_EXAMPLEDIR%%/qml/xmlhttprequest/xmlhttprequest.qrc
+%%QT_EXAMPLEDIR%%/qmltest/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qmltest/qmltest.pro
+%%QT_EXAMPLEDIR%%/qmltest/qmltest/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qmltest/qmltest/qmltest.pro
+%%QT_EXAMPLEDIR%%/qmltest/qmltest/tst_basic.qml
+%%QT_EXAMPLEDIR%%/qmltest/qmltest/tst_item.qml
+%%QT_EXAMPLEDIR%%/qmltest/qmltest/tst_qmltest.cpp
+%%QT_EXAMPLEDIR%%/qpa/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qpa/qpa.pro
+%%QT_EXAMPLEDIR%%/qpa/qrasterwindow/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qpa/qrasterwindow/main.cpp
+%%QT_EXAMPLEDIR%%/qpa/qrasterwindow/qrasterwindow.pro
+%%QT_EXAMPLEDIR%%/qpa/windows/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qpa/windows/main.cpp
+%%QT_EXAMPLEDIR%%/qpa/windows/window.cpp
+%%QT_EXAMPLEDIR%%/qpa/windows/window.h
+%%QT_EXAMPLEDIR%%/qpa/windows/windows.pro
+%%QT_EXAMPLEDIR%%/qt3d/3d-text/3d-text.pro
+%%QT_EXAMPLEDIR%%/qt3d/3d-text/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qt3d/3d-text/main.cpp
+%%QT_EXAMPLEDIR%%/qt3d/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qt3d/advancedcustommaterial/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qt3d/advancedcustommaterial/SceneRoot.qml
+%%QT_EXAMPLEDIR%%/qt3d/advancedcustommaterial/Water.qml
+%%QT_EXAMPLEDIR%%/qt3d/advancedcustommaterial/WaterMaterial.qml
+%%QT_EXAMPLEDIR%%/qt3d/advancedcustommaterial/advancedcustommaterial.pro
+%%QT_EXAMPLEDIR%%/qt3d/advancedcustommaterial/doc/images/advanced-custom-material.jpg
+%%QT_EXAMPLEDIR%%/qt3d/advancedcustommaterial/doc/src/advancedcustommaterial.qdoc
+%%QT_EXAMPLEDIR%%/qt3d/advancedcustommaterial/main.cpp
+%%QT_EXAMPLEDIR%%/qt3d/advancedcustommaterial/main.qml
+%%QT_EXAMPLEDIR%%/qt3d/advancedcustommaterial/models.qrc
+%%QT_EXAMPLEDIR%%/qt3d/advancedcustommaterial/models/waterPlane.obj
+%%QT_EXAMPLEDIR%%/qt3d/advancedcustommaterial/qml.qrc
+%%QT_EXAMPLEDIR%%/qt3d/advancedcustommaterial/shaders.qrc
+%%QT_EXAMPLEDIR%%/qt3d/advancedcustommaterial/shaders/es2/water.frag
+%%QT_EXAMPLEDIR%%/qt3d/advancedcustommaterial/shaders/es2/water.vert
+%%QT_EXAMPLEDIR%%/qt3d/advancedcustommaterial/shaders/gl3/water.frag
+%%QT_EXAMPLEDIR%%/qt3d/advancedcustommaterial/shaders/gl3/water.vert
+%%QT_EXAMPLEDIR%%/qt3d/advancedcustommaterial/shaders/rhi/water.frag
+%%QT_EXAMPLEDIR%%/qt3d/advancedcustommaterial/shaders/rhi/water.vert
+%%QT_EXAMPLEDIR%%/qt3d/advancedcustommaterial/textures.qrc
+%%QT_EXAMPLEDIR%%/qt3d/advancedcustommaterial/textures/WaterDiffuse.jpg
+%%QT_EXAMPLEDIR%%/qt3d/advancedcustommaterial/textures/WaterNormal.jpg
+%%QT_EXAMPLEDIR%%/qt3d/advancedcustommaterial/textures/WaterSpecular.jpg
+%%QT_EXAMPLEDIR%%/qt3d/advancedcustommaterial/textures/Waterwave.jpg
+%%QT_EXAMPLEDIR%%/qt3d/advancedcustommaterial/textures/foam.jpg
+%%QT_EXAMPLEDIR%%/qt3d/advancedcustommaterial/textures/sky.jpg
+%%QT_EXAMPLEDIR%%/qt3d/anaglyph-rendering/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qt3d/anaglyph-rendering/StereoCamera.qml
+%%QT_EXAMPLEDIR%%/qt3d/anaglyph-rendering/StereoFrameGraph.qml
+%%QT_EXAMPLEDIR%%/qt3d/anaglyph-rendering/anaglyph-rendering.pro
+%%QT_EXAMPLEDIR%%/qt3d/anaglyph-rendering/main.cpp
+%%QT_EXAMPLEDIR%%/qt3d/anaglyph-rendering/main.qml
+%%QT_EXAMPLEDIR%%/qt3d/anaglyph-rendering/resources.qrc
+%%QT_EXAMPLEDIR%%/qt3d/audio-visualizer-qml/BarEntity.qml
+%%QT_EXAMPLEDIR%%/qt3d/audio-visualizer-qml/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qt3d/audio-visualizer-qml/Visualizer.qml
+%%QT_EXAMPLEDIR%%/qt3d/audio-visualizer-qml/audio-visualizer-qml.pro
+%%QT_EXAMPLEDIR%%/qt3d/audio-visualizer-qml/audio-visualizer-qml.qrc
+%%QT_EXAMPLEDIR%%/qt3d/audio-visualizer-qml/doc/images/audio-visualizer-qml-example.png
+%%QT_EXAMPLEDIR%%/qt3d/audio-visualizer-qml/doc/src/audio-visualizer-qml.qdoc
+%%QT_EXAMPLEDIR%%/qt3d/audio-visualizer-qml/images/albumcover.png
+%%QT_EXAMPLEDIR%%/qt3d/audio-visualizer-qml/images/demotitle.png
+%%QT_EXAMPLEDIR%%/qt3d/audio-visualizer-qml/images/normalmap.png
+%%QT_EXAMPLEDIR%%/qt3d/audio-visualizer-qml/images/pausehoverpressed.png
+%%QT_EXAMPLEDIR%%/qt3d/audio-visualizer-qml/images/pausenormal.png
+%%QT_EXAMPLEDIR%%/qt3d/audio-visualizer-qml/images/playhoverpressed.png
+%%QT_EXAMPLEDIR%%/qt3d/audio-visualizer-qml/images/playnormal.png
+%%QT_EXAMPLEDIR%%/qt3d/audio-visualizer-qml/images/songtitle.png
+%%QT_EXAMPLEDIR%%/qt3d/audio-visualizer-qml/images/stopdisabled.png
+%%QT_EXAMPLEDIR%%/qt3d/audio-visualizer-qml/images/stophoverpressed.png
+%%QT_EXAMPLEDIR%%/qt3d/audio-visualizer-qml/images/stopnormal.png
+%%QT_EXAMPLEDIR%%/qt3d/audio-visualizer-qml/main.cpp
+%%QT_EXAMPLEDIR%%/qt3d/audio-visualizer-qml/main.qml
+%%QT_EXAMPLEDIR%%/qt3d/audio-visualizer-qml/meshes/circle.obj
+%%QT_EXAMPLEDIR%%/qt3d/audio-visualizer-qml/meshes/progressbar.obj
+%%QT_EXAMPLEDIR%%/qt3d/audio-visualizer-qml/music/tiltshifted_lost_neon_sun.mp3
+%%QT_EXAMPLEDIR%%/qt3d/audio-visualizer-qml/music/visualization.raw
+%%QT_EXAMPLEDIR%%/qt3d/audio-visualizer-qml/touchsettings.cpp
+%%QT_EXAMPLEDIR%%/qt3d/audio-visualizer-qml/touchsettings.h
+%%QT_EXAMPLEDIR%%/qt3d/basicshapes-cpp/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qt3d/basicshapes-cpp/basicshapes-cpp.pro
+%%QT_EXAMPLEDIR%%/qt3d/basicshapes-cpp/doc/images/basicshapes-cpp-example.jpg
+%%QT_EXAMPLEDIR%%/qt3d/basicshapes-cpp/doc/src/basicshapes.qdoc
+%%QT_EXAMPLEDIR%%/qt3d/basicshapes-cpp/main.cpp
+%%QT_EXAMPLEDIR%%/qt3d/basicshapes-cpp/scenemodifier.cpp
+%%QT_EXAMPLEDIR%%/qt3d/basicshapes-cpp/scenemodifier.h
+%%QT_EXAMPLEDIR%%/qt3d/compute-particles/CMakeLists.txt
+%%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/shaders/gl43/particles.comp
+%%QT_EXAMPLEDIR%%/qt3d/compute-particles/shaders/gl43/particles.frag
+%%QT_EXAMPLEDIR%%/qt3d/compute-particles/shaders/gl43/particles.vert
+%%QT_EXAMPLEDIR%%/qt3d/compute-particles/shaders/gl45/particles.comp
+%%QT_EXAMPLEDIR%%/qt3d/compute-particles/shaders/gl45/particles.frag
+%%QT_EXAMPLEDIR%%/qt3d/compute-particles/shaders/gl45/particles.vert
+%%QT_EXAMPLEDIR%%/qt3d/controls/CMakeLists.txt
+%%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/controlsunderlay/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qt3d/controlsunderlay/Logo.qml
+%%QT_EXAMPLEDIR%%/qt3d/controlsunderlay/Qt_logo.obj
+%%QT_EXAMPLEDIR%%/qt3d/controlsunderlay/controls.qrc
+%%QT_EXAMPLEDIR%%/qt3d/controlsunderlay/controlsunderlay.pro
+%%QT_EXAMPLEDIR%%/qt3d/controlsunderlay/main.cpp
+%%QT_EXAMPLEDIR%%/qt3d/controlsunderlay/main.qml
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/LICENSE
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/cubemaps/default/default_irradiance.dds
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/cubemaps/default/default_specular.dds
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/cubemaps/miramar/README.TXT
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/cubemaps/miramar/miramar_negx.webp
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/cubemaps/miramar/miramar_negy.webp
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/cubemaps/miramar/miramar_negz.webp
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/cubemaps/miramar/miramar_posx.webp
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/cubemaps/miramar/miramar_posy.webp
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/cubemaps/miramar/miramar_posz.webp
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/cubemaps/miramar/qt_attribution.json
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/envmaps/cedar-bridge/cedar_bridge_irradiance.dds
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/envmaps/cedar-bridge/cedar_bridge_specular.dds
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/gltf/2.0/RiggedFigure/RiggedFigure.gltf
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/gltf/2.0/RiggedFigure/RiggedFigure0.bin
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/gltf/2.0/RiggedSimple/RiggedSimple.gltf
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/gltf/2.0/RiggedSimple/RiggedSimple0.bin
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/gltf/LICENSE.md
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/gltf/wine/LICENSE.md
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/gltf/wine/Wood_Cherry_Original_.jpg
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/gltf/wine/_2004_old_vine_zinfandel_btl_xlg.jpg
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/gltf/wine/artezin_bottle.jpg
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/gltf/wine/qt_attribution.json
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/gltf/wine/wine.bin
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/gltf/wine/wine.dae
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/gltf/wine/wine.gltf
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/gltf/wine/wine0FS.glsl
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/gltf/wine/wine0VS.glsl
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/gltf/wine/wine1FS.glsl
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/gltf/wine/wine1VS.glsl
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/gltf/wine/wine2FS.glsl
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/gltf/wine/wine2VS.glsl
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/gltf/wine/wine3FS.glsl
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/gltf/wine/wine3VS.glsl
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/obj/ball.obj
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/obj/material-sphere.obj
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/obj/plane-10x10.obj
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/obj/qt_attribution.json
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/obj/toyplane.obj
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/obj/trefoil.obj
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/test_scene.dae
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/textures/aluminium_random_brushed/aluminium_random_brushed_basecolor.png
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/textures/aluminium_random_brushed/aluminium_random_brushed_metallic.png
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/textures/aluminium_random_brushed/aluminium_random_brushed_normal.png
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/textures/aluminium_random_brushed/aluminium_random_brushed_roughness.png
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/textures/american_walnut_crown_cut/american_walnut_crown_cut_basecolor.png
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/textures/american_walnut_crown_cut/american_walnut_crown_cut_metallic.png
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/textures/american_walnut_crown_cut/american_walnut_crown_cut_normal.png
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/textures/american_walnut_crown_cut/american_walnut_crown_cut_roughness.png
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/textures/ceramic_small_diamond/ceramic_small_diamond_ambient_occlusion.png
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/textures/ceramic_small_diamond/ceramic_small_diamond_basecolor.png
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/textures/ceramic_small_diamond/ceramic_small_diamond_metallic.png
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/textures/ceramic_small_diamond/ceramic_small_diamond_normal.png
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/textures/ceramic_small_diamond/ceramic_small_diamond_roughness.png
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/textures/ceramic_tiles_brown_tomato/ceramic_tiles_brown_tomato_basecolor.png
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/textures/ceramic_tiles_brown_tomato/ceramic_tiles_brown_tomato_metallic.png
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/textures/ceramic_tiles_brown_tomato/ceramic_tiles_brown_tomato_normal.png
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/textures/ceramic_tiles_brown_tomato/ceramic_tiles_brown_tomato_roughness.png
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/textures/copper_brushed/copper_brushed_basecolor.png
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/textures/copper_brushed/copper_brushed_metallic.png
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/textures/copper_brushed/copper_brushed_normal.png
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/textures/copper_brushed/copper_brushed_roughness.png
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/textures/gold_leaf_waste/gold_leaf_waste_basecolor.png
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/textures/gold_leaf_waste/gold_leaf_waste_metallic.png
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/textures/gold_leaf_waste/gold_leaf_waste_normal.png
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/textures/gold_leaf_waste/gold_leaf_waste_roughness.png
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/textures/no-ao.png
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/textures/pattern_09/readme.txt
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/cubemaps.qrc
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/envmaps.qrc
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/gltf.qrc
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/obj.qrc
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/test_scene.qrc
+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/textures.qrc
+%%QT_EXAMPLEDIR%%/qt3d/examples.pri
+%%QT_EXAMPLEDIR%%/qt3d/instanced-arrays-qml/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qt3d/instanced-arrays-qml/gl3/instanced.frag
+%%QT_EXAMPLEDIR%%/qt3d/instanced-arrays-qml/gl3/instanced.vert
+%%QT_EXAMPLEDIR%%/qt3d/instanced-arrays-qml/gl45/instanced.frag
+%%QT_EXAMPLEDIR%%/qt3d/instanced-arrays-qml/gl45/instanced.vert
+%%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
+%%QT_EXAMPLEDIR%%/qt3d/instanced-arrays-qml/instanced-arrays-qml.qrc
+%%QT_EXAMPLEDIR%%/qt3d/instanced-arrays-qml/main.cpp
+%%QT_EXAMPLEDIR%%/qt3d/instanced-arrays-qml/main.qml
+%%QT_EXAMPLEDIR%%/qt3d/lights/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qt3d/lights/PlaneEntity.qml
+%%QT_EXAMPLEDIR%%/qt3d/lights/SimpleForwardRenderer.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/multiviewport/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qt3d/multiviewport/Gear_scene.dae
+%%QT_EXAMPLEDIR%%/qt3d/multiviewport/QuadViewportFrameGraph.qml
+%%QT_EXAMPLEDIR%%/qt3d/multiviewport/SimpleCamera.qml
+%%QT_EXAMPLEDIR%%/qt3d/multiviewport/doc/images/multiviewport-qml-example.jpg
+%%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/pbr-materials/BasicCamera.qml
+%%QT_EXAMPLEDIR%%/qt3d/pbr-materials/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qt3d/pbr-materials/Lights.qml
+%%QT_EXAMPLEDIR%%/qt3d/pbr-materials/TrefoilKnot.qml
+%%QT_EXAMPLEDIR%%/qt3d/pbr-materials/doc/images/pbr-materials.png
+%%QT_EXAMPLEDIR%%/qt3d/pbr-materials/doc/src/materials.qdoc
+%%QT_EXAMPLEDIR%%/qt3d/pbr-materials/main.cpp
+%%QT_EXAMPLEDIR%%/qt3d/pbr-materials/main.qml
+%%QT_EXAMPLEDIR%%/qt3d/pbr-materials/materials.qrc
+%%QT_EXAMPLEDIR%%/qt3d/pbr-materials/pbr-materials.pro
+%%QT_EXAMPLEDIR%%/qt3d/phong-cubes/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qt3d/phong-cubes/CubeEntity.qml
+%%QT_EXAMPLEDIR%%/qt3d/phong-cubes/main.cpp
+%%QT_EXAMPLEDIR%%/qt3d/phong-cubes/main.qml
+%%QT_EXAMPLEDIR%%/qt3d/phong-cubes/phong-cubes.pro
+%%QT_EXAMPLEDIR%%/qt3d/phong-cubes/phong-cubes.qrc
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/AppleTVInput.qml
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/CMakeLists.txt
+%%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/PlanetEffect.qml
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/PlanetFrameGraph.qml
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/PlanetMaterial.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
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/android/res/drawable-mdpi/icon.png
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/doc/images/planets-qml-example.jpg
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/doc/src/planets-qml.qdoc
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/images/earth.png
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/images/jupiter.png
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/images/mars.png
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/images/mercury.png
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/images/nasa/license.txt
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/images/nasa/qt_attribution.json
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/images/nasa/uranusringcolortrans.png
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/images/neptune.png
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/images/saturn.png
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/images/solarsystemscope/earthcloudmapcolortrans.png
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/images/solarsystemscope/earthcloudmapspec.jpg
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/images/solarsystemscope/earthmap2k.jpg
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/images/solarsystemscope/earthnormal2k.jpg
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/images/solarsystemscope/earthspec2k.jpg
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/images/solarsystemscope/galaxy_starfield.jpg
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/images/solarsystemscope/jupitermap.jpg
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/images/solarsystemscope/license.txt
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/images/solarsystemscope/marsmap2k.jpg
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/images/solarsystemscope/marsnormal2k.jpg
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/images/solarsystemscope/mercurymap.jpg
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/images/solarsystemscope/mercurynormal.jpg
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/images/solarsystemscope/moonmap2k.jpg
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/images/solarsystemscope/moonnormal2k.jpg
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/images/solarsystemscope/neptunemap.jpg
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/images/solarsystemscope/qt_attribution.json
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/images/solarsystemscope/saturnmap.jpg
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/images/solarsystemscope/saturnringcolortrans.png
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/images/solarsystemscope/sunmap.jpg
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/images/solarsystemscope/uranusmap.jpg
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/images/solarsystemscope/venusmap.jpg
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/images/solarsystemscope/venusnormal.jpg
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/images/sun.png
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/images/uranus.png
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/images/venus.png
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/main.cpp
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/meshes/ring.obj
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/meshes/starfield.obj
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/networkcontroller.cpp
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/networkcontroller.h
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/planets-qml-images.qrc
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/planets-qml.pro
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/planets-qml.qrc
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/planets-watchos/PlanetsClient WatchKit App/Assets.xcassets/AppIcon.appiconset/Contents.json
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/planets-watchos/PlanetsClient WatchKit App/Assets.xcassets/AppIcon.appiconset/home_icon.png
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/planets-watchos/PlanetsClient WatchKit App/Assets.xcassets/Contents.json
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/planets-watchos/PlanetsClient WatchKit App/Base.lproj/Interface.storyboard
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/planets-watchos/PlanetsClient WatchKit App/Info.plist
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/planets-watchos/PlanetsClient WatchKit Extension/Assets.xcassets/Complication.complicationset/Circular.imageset/Contents.json
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/planets-watchos/PlanetsClient WatchKit Extension/Assets.xcassets/Complication.complicationset/Contents.json
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/planets-watchos/PlanetsClient WatchKit Extension/Assets.xcassets/Complication.complicationset/Extra Large.imageset/Contents.json
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/planets-watchos/PlanetsClient WatchKit Extension/Assets.xcassets/Complication.complicationset/Modular.imageset/Contents.json
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/planets-watchos/PlanetsClient WatchKit Extension/Assets.xcassets/Complication.complicationset/Utilitarian.imageset/Contents.json
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/planets-watchos/PlanetsClient WatchKit Extension/ExtensionDelegate.h
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/planets-watchos/PlanetsClient WatchKit Extension/ExtensionDelegate.m
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/planets-watchos/PlanetsClient WatchKit Extension/Info.plist
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/planets-watchos/PlanetsClient WatchKit Extension/InterfaceController.h
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/planets-watchos/PlanetsClient WatchKit Extension/InterfaceController.m
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/planets-watchos/PlanetsClient.xcodeproj/project.pbxproj
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/planets-watchos/PlanetsClient.xcodeproj/project.xcworkspace/contents.xcworkspacedata
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/planets-watchos/PlanetsClient/AppDelegate.h
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/planets-watchos/PlanetsClient/AppDelegate.m
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/planets-watchos/PlanetsClient/Assets.xcassets/AppIcon.appiconset/Contents.json
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/planets-watchos/PlanetsClient/Assets.xcassets/AppIcon.appiconset/icon120.png
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/planets-watchos/PlanetsClient/Assets.xcassets/AppIcon.appiconset/icon180.png
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/planets-watchos/PlanetsClient/Base.lproj/LaunchScreen.storyboard
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/planets-watchos/PlanetsClient/Base.lproj/Main.storyboard
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/planets-watchos/PlanetsClient/Info.plist
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/planets-watchos/PlanetsClient/ViewController.h
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/planets-watchos/PlanetsClient/ViewController.m
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/planets-watchos/PlanetsClient/main.m
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/planets.js
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/shaders/es2/planetD.frag
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/shaders/es2/planetD.vert
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/shaders/es2/planetDB.frag
+%%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/planets-qml/shaders/gl3/sun.frag
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/shaders/gl3/sun.vert
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/shaders/rhi/planetD.frag
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/shaders/rhi/planetD.vert
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/shaders/rhi/planetDB.frag
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/shaders/rhi/planetDB.vert
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/shaders/rhi/planetDS.frag
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/shaders/rhi/planetDSB.frag
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/shaders/rhi/planetDShadow.frag
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/shaders/rhi/planetDShadow.vert
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/shaders/rhi/shadowmap.frag
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/shaders/rhi/shadowmap.vert
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/shaders/rhi/sun.frag
+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/shaders/rhi/sun.vert
+%%QT_EXAMPLEDIR%%/qt3d/qardboard/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qt3d/qardboard/Info.plist
+%%QT_EXAMPLEDIR%%/qt3d/qardboard/PlacedEntity.qml
+%%QT_EXAMPLEDIR%%/qt3d/qardboard/QardboardCamera.qml
+%%QT_EXAMPLEDIR%%/qt3d/qardboard/QardboardFrameGraph.qml
+%%QT_EXAMPLEDIR%%/qt3d/qardboard/QardboardRootEntity.qml
+%%QT_EXAMPLEDIR%%/qt3d/qardboard/QardboardScene3D.qml
+%%QT_EXAMPLEDIR%%/qt3d/qardboard/abstractdeviceorientation.cpp
+%%QT_EXAMPLEDIR%%/qt3d/qardboard/abstractdeviceorientation.h
+%%QT_EXAMPLEDIR%%/qt3d/qardboard/dummydeviceorientation.cpp
+%%QT_EXAMPLEDIR%%/qt3d/qardboard/dummydeviceorientation.h
+%%QT_EXAMPLEDIR%%/qt3d/qardboard/iosdeviceorientation.h
+%%QT_EXAMPLEDIR%%/qt3d/qardboard/iosdeviceorientation.mm
+%%QT_EXAMPLEDIR%%/qt3d/qardboard/iosdeviceorientation_p.h
+%%QT_EXAMPLEDIR%%/qt3d/qardboard/iosdeviceorientation_p.mm
+%%QT_EXAMPLEDIR%%/qt3d/qardboard/main.cpp
+%%QT_EXAMPLEDIR%%/qt3d/qardboard/main.qml
+%%QT_EXAMPLEDIR%%/qt3d/qardboard/qardboard.pro
+%%QT_EXAMPLEDIR%%/qt3d/qardboard/resources.qrc
+%%QT_EXAMPLEDIR%%/qt3d/qgltf/CMakeLists.txt
+%%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/scene2d/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qt3d/scene2d/LogoControls.qml
+%%QT_EXAMPLEDIR%%/qt3d/scene2d/Qt_logo.obj
+%%QT_EXAMPLEDIR%%/qt3d/scene2d/doc/images/scene2d.png
+%%QT_EXAMPLEDIR%%/qt3d/scene2d/doc/src/scene2d.qdoc
+%%QT_EXAMPLEDIR%%/qt3d/scene2d/main.cpp
+%%QT_EXAMPLEDIR%%/qt3d/scene2d/main.qml
+%%QT_EXAMPLEDIR%%/qt3d/scene2d/scene2d.pro
+%%QT_EXAMPLEDIR%%/qt3d/scene2d/scene2d.qrc
+%%QT_EXAMPLEDIR%%/qt3d/scene3d/AnimatedEntity.qml
+%%QT_EXAMPLEDIR%%/qt3d/scene3d/CMakeLists.txt
+%%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
+%%QT_EXAMPLEDIR%%/qt3d/scene3d/scene3d.pro
+%%QT_EXAMPLEDIR%%/qt3d/scene3d/scene3d.qrc
+%%QT_EXAMPLEDIR%%/qt3d/shadow-map-qml/AdsEffect.qml
+%%QT_EXAMPLEDIR%%/qt3d/shadow-map-qml/AdsMaterial.qml
+%%QT_EXAMPLEDIR%%/qt3d/shadow-map-qml/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qt3d/shadow-map-qml/GroundPlane.qml
+%%QT_EXAMPLEDIR%%/qt3d/shadow-map-qml/ShadowMapFrameGraph.qml
+%%QT_EXAMPLEDIR%%/qt3d/shadow-map-qml/ShadowMapLight.qml
+%%QT_EXAMPLEDIR%%/qt3d/shadow-map-qml/Toyplane.qml
+%%QT_EXAMPLEDIR%%/qt3d/shadow-map-qml/Trefoil.qml
+%%QT_EXAMPLEDIR%%/qt3d/shadow-map-qml/doc/images/shadowmapping-depth.png
+%%QT_EXAMPLEDIR%%/qt3d/shadow-map-qml/doc/images/shadowmapping-qt3d.png
+%%QT_EXAMPLEDIR%%/qt3d/shadow-map-qml/doc/src/shadow-map-qml.qdoc
+%%QT_EXAMPLEDIR%%/qt3d/shadow-map-qml/main.cpp
+%%QT_EXAMPLEDIR%%/qt3d/shadow-map-qml/main.qml
+%%QT_EXAMPLEDIR%%/qt3d/shadow-map-qml/shaders/ads.frag
+%%QT_EXAMPLEDIR%%/qt3d/shadow-map-qml/shaders/ads.vert
+%%QT_EXAMPLEDIR%%/qt3d/shadow-map-qml/shaders/es3/ads.frag
+%%QT_EXAMPLEDIR%%/qt3d/shadow-map-qml/shaders/es3/ads.vert
+%%QT_EXAMPLEDIR%%/qt3d/shadow-map-qml/shaders/es3/shadowmap.frag
+%%QT_EXAMPLEDIR%%/qt3d/shadow-map-qml/shaders/es3/shadowmap.vert
+%%QT_EXAMPLEDIR%%/qt3d/shadow-map-qml/shaders/rhi/ads.frag
+%%QT_EXAMPLEDIR%%/qt3d/shadow-map-qml/shaders/rhi/ads.vert
+%%QT_EXAMPLEDIR%%/qt3d/shadow-map-qml/shaders/rhi/shadowmap.frag
+%%QT_EXAMPLEDIR%%/qt3d/shadow-map-qml/shaders/rhi/shadowmap.vert
+%%QT_EXAMPLEDIR%%/qt3d/shadow-map-qml/shaders/shadowmap.frag
+%%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/CMakeLists.txt
+%%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/CMakeLists.txt
+%%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/simplecustommaterial/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qt3d/simplecustommaterial/PlaneModel.qml
+%%QT_EXAMPLEDIR%%/qt3d/simplecustommaterial/SceneRoot.qml
+%%QT_EXAMPLEDIR%%/qt3d/simplecustommaterial/SimpleMaterial.qml
+%%QT_EXAMPLEDIR%%/qt3d/simplecustommaterial/doc/images/simple-custom-material.jpg
+%%QT_EXAMPLEDIR%%/qt3d/simplecustommaterial/doc/src/simplecustommaterial.qdoc
+%%QT_EXAMPLEDIR%%/qt3d/simplecustommaterial/main.cpp
+%%QT_EXAMPLEDIR%%/qt3d/simplecustommaterial/main.qml
+%%QT_EXAMPLEDIR%%/qt3d/simplecustommaterial/models.qrc
+%%QT_EXAMPLEDIR%%/qt3d/simplecustommaterial/qml.qrc
+%%QT_EXAMPLEDIR%%/qt3d/simplecustommaterial/shaders.qrc
+%%QT_EXAMPLEDIR%%/qt3d/simplecustommaterial/shaders/es2/simpleColor.frag
+%%QT_EXAMPLEDIR%%/qt3d/simplecustommaterial/shaders/es2/simpleColor.vert
+%%QT_EXAMPLEDIR%%/qt3d/simplecustommaterial/shaders/gl3/simpleColor.frag
+%%QT_EXAMPLEDIR%%/qt3d/simplecustommaterial/shaders/gl3/simpleColor.vert
+%%QT_EXAMPLEDIR%%/qt3d/simplecustommaterial/shaders/gl45/simpleColor.frag
+%%QT_EXAMPLEDIR%%/qt3d/simplecustommaterial/shaders/gl45/simpleColor.vert
+%%QT_EXAMPLEDIR%%/qt3d/simplecustommaterial/simplecustommaterial.pro
+%%QT_EXAMPLEDIR%%/qt3d/simplecustommaterial/textures.qrc
+%%QT_EXAMPLEDIR%%/qt3d/torus-qml/main.qml
+%%QT_EXAMPLEDIR%%/qt3d/wave/Background.qml
+%%QT_EXAMPLEDIR%%/qt3d/wave/BackgroundEffect.qml
+%%QT_EXAMPLEDIR%%/qt3d/wave/BasicCamera.qml
+%%QT_EXAMPLEDIR%%/qt3d/wave/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qt3d/wave/Wave.qml
+%%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
+%%QT_EXAMPLEDIR%%/qt3d/wave/shaders/background.frag
+%%QT_EXAMPLEDIR%%/qt3d/wave/shaders/background.vert
+%%QT_EXAMPLEDIR%%/qt3d/wave/shaders/ribbon.frag
+%%QT_EXAMPLEDIR%%/qt3d/wave/shaders/ribbon.vert
+%%QT_EXAMPLEDIR%%/qt3d/wave/shaders/ribbonwireframe.frag
+%%QT_EXAMPLEDIR%%/qt3d/wave/shaders/robustwireframe.geom
+%%QT_EXAMPLEDIR%%/qt3d/wave/wave.pro
+%%QT_EXAMPLEDIR%%/qt3d/wave/wave.qrc
+%%QT_EXAMPLEDIR%%/qt3d/widgets-scene3d/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qt3d/widgets-scene3d/doc/images/widgets-scene3d.png
+%%QT_EXAMPLEDIR%%/qt3d/widgets-scene3d/doc/src/widgets-scene3d.qdoc
+%%QT_EXAMPLEDIR%%/qt3d/widgets-scene3d/main.cpp
+%%QT_EXAMPLEDIR%%/qt3d/widgets-scene3d/widgets-scene3d.pro
+%%QT_EXAMPLEDIR%%/qt3d/widgets-scene3d/widgets-scene3d.qrc
+%%QT_EXAMPLEDIR%%/qt3d/wireframe/BasicCamera.qml
+%%QT_EXAMPLEDIR%%/qt3d/wireframe/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qt3d/wireframe/TrefoilKnot.qml
+%%QT_EXAMPLEDIR%%/qt3d/wireframe/WireframeEffect.qml
+%%QT_EXAMPLEDIR%%/qt3d/wireframe/WireframeMaterial.qml
+%%QT_EXAMPLEDIR%%/qt3d/wireframe/doc/images/qt3d-wireframe-rendering.png
+%%QT_EXAMPLEDIR%%/qt3d/wireframe/doc/src/wireframe.qdoc
+%%QT_EXAMPLEDIR%%/qt3d/wireframe/main.cpp
+%%QT_EXAMPLEDIR%%/qt3d/wireframe/main.qml
+%%QT_EXAMPLEDIR%%/qt3d/wireframe/shaders/robustwireframe.frag
+%%QT_EXAMPLEDIR%%/qt3d/wireframe/shaders/robustwireframe.geom
+%%QT_EXAMPLEDIR%%/qt3d/wireframe/shaders/robustwireframe.vert
+%%QT_EXAMPLEDIR%%/qt3d/wireframe/wireframe.pro
+%%QT_EXAMPLEDIR%%/qt3d/wireframe/wireframe.qrc
+%%QT_EXAMPLEDIR%%/qtconcurrent/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qtconcurrent/README
+%%QT_EXAMPLEDIR%%/qtconcurrent/imagescaling/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qtconcurrent/imagescaling/doc/images/imagescaling_example.png
+%%QT_EXAMPLEDIR%%/qtconcurrent/imagescaling/doc/src/qtconcurrent-imagescaling.qdoc
+%%QT_EXAMPLEDIR%%/qtconcurrent/imagescaling/downloaddialog.cpp
+%%QT_EXAMPLEDIR%%/qtconcurrent/imagescaling/downloaddialog.h
+%%QT_EXAMPLEDIR%%/qtconcurrent/imagescaling/downloaddialog.ui
+%%QT_EXAMPLEDIR%%/qtconcurrent/imagescaling/imagescaling.cpp
+%%QT_EXAMPLEDIR%%/qtconcurrent/imagescaling/imagescaling.h
+%%QT_EXAMPLEDIR%%/qtconcurrent/imagescaling/imagescaling.pro
+%%QT_EXAMPLEDIR%%/qtconcurrent/imagescaling/main.cpp
+%%QT_EXAMPLEDIR%%/qtconcurrent/map/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qtconcurrent/map/doc/src/qtconcurrent-map.qdoc
+%%QT_EXAMPLEDIR%%/qtconcurrent/map/main.cpp
+%%QT_EXAMPLEDIR%%/qtconcurrent/map/map.pro
+%%QT_EXAMPLEDIR%%/qtconcurrent/progressdialog/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qtconcurrent/progressdialog/doc/images/qtconcurrent-progressdialog.png
+%%QT_EXAMPLEDIR%%/qtconcurrent/progressdialog/doc/src/qtconcurrent-progressdialog.qdoc
+%%QT_EXAMPLEDIR%%/qtconcurrent/progressdialog/main.cpp
+%%QT_EXAMPLEDIR%%/qtconcurrent/progressdialog/progressdialog.pro
+%%QT_EXAMPLEDIR%%/qtconcurrent/qtconcurrent.pro
+%%QT_EXAMPLEDIR%%/qtconcurrent/runfunction/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qtconcurrent/runfunction/doc/src/qtconcurrent-runfunction.qdoc
+%%QT_EXAMPLEDIR%%/qtconcurrent/runfunction/main.cpp
+%%QT_EXAMPLEDIR%%/qtconcurrent/runfunction/runfunction.pro
+%%QT_EXAMPLEDIR%%/qtconcurrent/wordcount/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qtconcurrent/wordcount/doc/src/qtconcurrent-wordcount.qdoc
+%%QT_EXAMPLEDIR%%/qtconcurrent/wordcount/main.cpp
+%%QT_EXAMPLEDIR%%/qtconcurrent/wordcount/wordcount.pro
+%%QT_EXAMPLEDIR%%/qtestlib/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qtestlib/README
+%%QT_EXAMPLEDIR%%/qtestlib/qtestlib.pro
+%%QT_EXAMPLEDIR%%/qtestlib/tutorial1/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qtestlib/tutorial1/testqstring.cpp
+%%QT_EXAMPLEDIR%%/qtestlib/tutorial1/tutorial1.pro
+%%QT_EXAMPLEDIR%%/qtestlib/tutorial2/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qtestlib/tutorial2/testqstring.cpp
+%%QT_EXAMPLEDIR%%/qtestlib/tutorial2/tutorial2.pro
+%%QT_EXAMPLEDIR%%/qtestlib/tutorial3/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qtestlib/tutorial3/testgui.cpp
+%%QT_EXAMPLEDIR%%/qtestlib/tutorial3/tutorial3.pro
+%%QT_EXAMPLEDIR%%/qtestlib/tutorial4/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qtestlib/tutorial4/testgui.cpp
+%%QT_EXAMPLEDIR%%/qtestlib/tutorial4/tutorial4.pro
+%%QT_EXAMPLEDIR%%/qtestlib/tutorial5/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qtestlib/tutorial5/benchmarking.cpp
+%%QT_EXAMPLEDIR%%/qtestlib/tutorial5/tutorial5.pro
+%%QT_EXAMPLEDIR%%/quick/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/animation/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/animation/animation.pro
+%%QT_EXAMPLEDIR%%/quick/animation/animation.qml
+%%QT_EXAMPLEDIR%%/quick/animation/animation.qmlproject
+%%QT_EXAMPLEDIR%%/quick/animation/animation.qrc
+%%QT_EXAMPLEDIR%%/quick/animation/basics/animators.qml
+%%QT_EXAMPLEDIR%%/quick/animation/basics/color-animation.qml
+%%QT_EXAMPLEDIR%%/quick/animation/basics/images/face-smile.png
+%%QT_EXAMPLEDIR%%/quick/animation/basics/images/moon.png
+%%QT_EXAMPLEDIR%%/quick/animation/basics/images/shadow.png
+%%QT_EXAMPLEDIR%%/quick/animation/basics/images/star.png
+%%QT_EXAMPLEDIR%%/quick/animation/basics/images/sun.png
+%%QT_EXAMPLEDIR%%/quick/animation/basics/property-animation.qml
+%%QT_EXAMPLEDIR%%/quick/animation/behaviors/FocusRect.qml
+%%QT_EXAMPLEDIR%%/quick/animation/behaviors/SideRect.qml
+%%QT_EXAMPLEDIR%%/quick/animation/behaviors/behavior-example.qml
+%%QT_EXAMPLEDIR%%/quick/animation/behaviors/tvtennis.qml
+%%QT_EXAMPLEDIR%%/quick/animation/behaviors/wigglytext.qml
+%%QT_EXAMPLEDIR%%/quick/animation/doc/images/qml-animations-example.png
+%%QT_EXAMPLEDIR%%/quick/animation/doc/src/animation.qdoc
+%%QT_EXAMPLEDIR%%/quick/animation/easing/easing.qml
+%%QT_EXAMPLEDIR%%/quick/animation/main.cpp
+%%QT_EXAMPLEDIR%%/quick/animation/pathanimation/pathanimation.qml
+%%QT_EXAMPLEDIR%%/quick/animation/pathinterpolator/pathinterpolator.qml
+%%QT_EXAMPLEDIR%%/quick/animation/states/qt-logo.png
+%%QT_EXAMPLEDIR%%/quick/animation/states/states.qml
+%%QT_EXAMPLEDIR%%/quick/animation/states/transitions.qml
+%%QT_EXAMPLEDIR%%/quick/canvas/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/canvas/LabeledSlider.qml
+%%QT_EXAMPLEDIR%%/quick/canvas/bezierCurve/bezierCurve.qml
+%%QT_EXAMPLEDIR%%/quick/canvas/canvas.pro
+%%QT_EXAMPLEDIR%%/quick/canvas/canvas.qml
+%%QT_EXAMPLEDIR%%/quick/canvas/canvas.qrc
+%%QT_EXAMPLEDIR%%/quick/canvas/clip/clip.qml
+%%QT_EXAMPLEDIR%%/quick/canvas/contents/qt-logo.png
+%%QT_EXAMPLEDIR%%/quick/canvas/doc/images/qml-canvas-example.png
+%%QT_EXAMPLEDIR%%/quick/canvas/doc/src/canvas.qdoc
+%%QT_EXAMPLEDIR%%/quick/canvas/main.cpp
+%%QT_EXAMPLEDIR%%/quick/canvas/quadraticCurveTo/quadraticCurveTo.qml
+%%QT_EXAMPLEDIR%%/quick/canvas/roundedrect/roundedrect.qml
+%%QT_EXAMPLEDIR%%/quick/canvas/smile/smile.qml
+%%QT_EXAMPLEDIR%%/quick/canvas/squircle/squircle.png
+%%QT_EXAMPLEDIR%%/quick/canvas/squircle/squircle.qml
+%%QT_EXAMPLEDIR%%/quick/canvas/tiger/tiger.js
+%%QT_EXAMPLEDIR%%/quick/canvas/tiger/tiger.qml
+%%QT_EXAMPLEDIR%%/quick/customitems/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/customitems/customitems.pro
+%%QT_EXAMPLEDIR%%/quick/customitems/dialcontrol/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/customitems/dialcontrol/Dial.qml
+%%QT_EXAMPLEDIR%%/quick/customitems/dialcontrol/QuitButton.qml
+%%QT_EXAMPLEDIR%%/quick/customitems/dialcontrol/background.png
+%%QT_EXAMPLEDIR%%/quick/customitems/dialcontrol/dialcontrol.pro
+%%QT_EXAMPLEDIR%%/quick/customitems/dialcontrol/dialcontrol.qml
+%%QT_EXAMPLEDIR%%/quick/customitems/dialcontrol/dialcontrol.qmlproject
+%%QT_EXAMPLEDIR%%/quick/customitems/dialcontrol/dialcontrol.qrc
+%%QT_EXAMPLEDIR%%/quick/customitems/dialcontrol/doc/images/qml-dialcontrol-example.png
+%%QT_EXAMPLEDIR%%/quick/customitems/dialcontrol/doc/src/dialcontrol.qdoc
+%%QT_EXAMPLEDIR%%/quick/customitems/dialcontrol/main.cpp
+%%QT_EXAMPLEDIR%%/quick/customitems/dialcontrol/needle.png
+%%QT_EXAMPLEDIR%%/quick/customitems/dialcontrol/needle_shadow.png
+%%QT_EXAMPLEDIR%%/quick/customitems/dialcontrol/overlay.png
+%%QT_EXAMPLEDIR%%/quick/customitems/dialcontrol/quit.png
+%%QT_EXAMPLEDIR%%/quick/customitems/flipable/5_heart.png
+%%QT_EXAMPLEDIR%%/quick/customitems/flipable/9_club.png
+%%QT_EXAMPLEDIR%%/quick/customitems/flipable/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/customitems/flipable/Card.qml
+%%QT_EXAMPLEDIR%%/quick/customitems/flipable/back.png
+%%QT_EXAMPLEDIR%%/quick/customitems/flipable/doc/images/qml-flipable-example.png
+%%QT_EXAMPLEDIR%%/quick/customitems/flipable/doc/src/flipable.qdoc
+%%QT_EXAMPLEDIR%%/quick/customitems/flipable/flipable.pro
+%%QT_EXAMPLEDIR%%/quick/customitems/flipable/flipable.qml
+%%QT_EXAMPLEDIR%%/quick/customitems/flipable/flipable.qmlproject
+%%QT_EXAMPLEDIR%%/quick/customitems/flipable/flipable.qrc
+%%QT_EXAMPLEDIR%%/quick/customitems/flipable/main.cpp
+%%QT_EXAMPLEDIR%%/quick/customitems/maskedmousearea/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/customitems/maskedmousearea/images/cloud_1.png
+%%QT_EXAMPLEDIR%%/quick/customitems/maskedmousearea/images/cloud_2.png
+%%QT_EXAMPLEDIR%%/quick/customitems/maskedmousearea/images/moon.png
+%%QT_EXAMPLEDIR%%/quick/customitems/maskedmousearea/main.cpp
+%%QT_EXAMPLEDIR%%/quick/customitems/maskedmousearea/maskedmousearea.cpp
+%%QT_EXAMPLEDIR%%/quick/customitems/maskedmousearea/maskedmousearea.h
+%%QT_EXAMPLEDIR%%/quick/customitems/maskedmousearea/maskedmousearea.pro
+%%QT_EXAMPLEDIR%%/quick/customitems/maskedmousearea/maskedmousearea.qml
+%%QT_EXAMPLEDIR%%/quick/customitems/maskedmousearea/maskedmousearea.qmlproject
+%%QT_EXAMPLEDIR%%/quick/customitems/maskedmousearea/maskedmousearea.qrc
+%%QT_EXAMPLEDIR%%/quick/customitems/painteditem/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/customitems/painteditem/TextBalloon/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/customitems/painteditem/TextBalloon/plugin.h
+%%QT_EXAMPLEDIR%%/quick/customitems/painteditem/TextBalloon/qmldir
+%%QT_EXAMPLEDIR%%/quick/customitems/painteditem/TextBalloon/textballoon.cpp
+%%QT_EXAMPLEDIR%%/quick/customitems/painteditem/TextBalloon/textballoon.h
+%%QT_EXAMPLEDIR%%/quick/customitems/painteditem/TextBalloon/textballoon.pro
+%%QT_EXAMPLEDIR%%/quick/customitems/painteditem/TextBalloon/textballoon.qrc
+%%QT_EXAMPLEDIR%%/quick/customitems/painteditem/doc/images/declarative-textballoons_example.png
+%%QT_EXAMPLEDIR%%/quick/customitems/painteditem/doc/src/textballoons.qdoc
+%%QT_EXAMPLEDIR%%/quick/customitems/painteditem/main.cpp
+%%QT_EXAMPLEDIR%%/quick/customitems/painteditem/painteditem.pro
+%%QT_EXAMPLEDIR%%/quick/customitems/painteditem/painteditem.qrc
+%%QT_EXAMPLEDIR%%/quick/customitems/painteditem/textballoons.qml
+%%QT_EXAMPLEDIR%%/quick/customitems/painteditem/textballoonuser.pro
+%%QT_EXAMPLEDIR%%/quick/customitems/progressbar/content/ProgressBar.qml
+%%QT_EXAMPLEDIR%%/quick/customitems/progressbar/content/background.png
+%%QT_EXAMPLEDIR%%/quick/customitems/progressbar/main.qml
+%%QT_EXAMPLEDIR%%/quick/customitems/scrollbar/ScrollBar.qml
+%%QT_EXAMPLEDIR%%/quick/customitems/scrollbar/doc/images/qml-scrollbar-example.png
+%%QT_EXAMPLEDIR%%/quick/customitems/scrollbar/doc/src/scrollbar.qdoc
+%%QT_EXAMPLEDIR%%/quick/customitems/scrollbar/main.cpp
+%%QT_EXAMPLEDIR%%/quick/customitems/scrollbar/main.qml
+%%QT_EXAMPLEDIR%%/quick/customitems/scrollbar/pics/niagara_falls.jpg
+%%QT_EXAMPLEDIR%%/quick/customitems/scrollbar/scrollbar.pro
+%%QT_EXAMPLEDIR%%/quick/customitems/scrollbar/scrollbar.qmlproject
+%%QT_EXAMPLEDIR%%/quick/customitems/scrollbar/scrollbar.qrc
+%%QT_EXAMPLEDIR%%/quick/customitems/searchbox/SearchBox.qml
+%%QT_EXAMPLEDIR%%/quick/customitems/searchbox/images/clear.png
+%%QT_EXAMPLEDIR%%/quick/customitems/searchbox/images/lineedit-bg-focus.png
+%%QT_EXAMPLEDIR%%/quick/customitems/searchbox/images/lineedit-bg.png
+%%QT_EXAMPLEDIR%%/quick/customitems/searchbox/main.cpp
+%%QT_EXAMPLEDIR%%/quick/customitems/searchbox/main.qml
+%%QT_EXAMPLEDIR%%/quick/customitems/searchbox/searchbox.pro
+%%QT_EXAMPLEDIR%%/quick/customitems/searchbox/searchbox.qmlproject
+%%QT_EXAMPLEDIR%%/quick/customitems/searchbox/searchbox.qrc
+%%QT_EXAMPLEDIR%%/quick/customitems/slideswitch/content/Switch.qml
+%%QT_EXAMPLEDIR%%/quick/customitems/slideswitch/content/background.png
+%%QT_EXAMPLEDIR%%/quick/customitems/slideswitch/content/background.svg
+%%QT_EXAMPLEDIR%%/quick/customitems/slideswitch/content/knob.png
+%%QT_EXAMPLEDIR%%/quick/customitems/slideswitch/content/knob.svg
+%%QT_EXAMPLEDIR%%/quick/customitems/slideswitch/doc/src/example-slideswitch.qdoc
+%%QT_EXAMPLEDIR%%/quick/customitems/slideswitch/slideswitch.qml
+%%QT_EXAMPLEDIR%%/quick/customitems/spinner/content/Spinner.qml
+%%QT_EXAMPLEDIR%%/quick/customitems/spinner/content/spinner-bg.png
+%%QT_EXAMPLEDIR%%/quick/customitems/spinner/content/spinner-select.png
+%%QT_EXAMPLEDIR%%/quick/customitems/spinner/main.cpp
+%%QT_EXAMPLEDIR%%/quick/customitems/spinner/main.qml
+%%QT_EXAMPLEDIR%%/quick/customitems/spinner/spinner.pro
+%%QT_EXAMPLEDIR%%/quick/customitems/spinner/spinner.qmlproject
+%%QT_EXAMPLEDIR%%/quick/customitems/spinner/spinner.qrc
+%%QT_EXAMPLEDIR%%/quick/customitems/tabwidget/TabWidget.qml
+%%QT_EXAMPLEDIR%%/quick/customitems/tabwidget/doc/images/qml-tabwidget-example.png
+%%QT_EXAMPLEDIR%%/quick/customitems/tabwidget/doc/images/tab.png
+%%QT_EXAMPLEDIR%%/quick/customitems/tabwidget/doc/src/tabwidget.qdoc
+%%QT_EXAMPLEDIR%%/quick/customitems/tabwidget/main.cpp
+%%QT_EXAMPLEDIR%%/quick/customitems/tabwidget/main.qml
+%%QT_EXAMPLEDIR%%/quick/customitems/tabwidget/tabwidget.pro
+%%QT_EXAMPLEDIR%%/quick/customitems/tabwidget/tabwidget.qmlproject
+%%QT_EXAMPLEDIR%%/quick/customitems/tabwidget/tabwidget.qrc
+%%QT_EXAMPLEDIR%%/quick/delegatechooser/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/delegatechooser/delegatechooser.pro
+%%QT_EXAMPLEDIR%%/quick/delegatechooser/delegatechooser.qml
+%%QT_EXAMPLEDIR%%/quick/delegatechooser/main.cpp
+%%QT_EXAMPLEDIR%%/quick/delegatechooser/qml.qrc
+%%QT_EXAMPLEDIR%%/quick/draganddrop/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/draganddrop/doc/images/qml-draganddrop-example.png
+%%QT_EXAMPLEDIR%%/quick/draganddrop/doc/src/draganddrop.qdoc
+%%QT_EXAMPLEDIR%%/quick/draganddrop/draganddrop.pro
+%%QT_EXAMPLEDIR%%/quick/draganddrop/draganddrop.qml
+%%QT_EXAMPLEDIR%%/quick/draganddrop/draganddrop.qmlproject
+%%QT_EXAMPLEDIR%%/quick/draganddrop/draganddrop.qrc
+%%QT_EXAMPLEDIR%%/quick/draganddrop/main.cpp
+%%QT_EXAMPLEDIR%%/quick/draganddrop/tiles/DragTile.qml
+%%QT_EXAMPLEDIR%%/quick/draganddrop/tiles/DropTile.qml
+%%QT_EXAMPLEDIR%%/quick/draganddrop/tiles/tiles.qml
+%%QT_EXAMPLEDIR%%/quick/draganddrop/views/Icon.qml
+%%QT_EXAMPLEDIR%%/quick/draganddrop/views/gridview.qml
+%%QT_EXAMPLEDIR%%/quick/embeddedinwidgets/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/embeddedinwidgets/embeddedinwidgets.pro
+%%QT_EXAMPLEDIR%%/quick/embeddedinwidgets/embeddedinwidgets.qrc
+%%QT_EXAMPLEDIR%%/quick/embeddedinwidgets/main.cpp
+%%QT_EXAMPLEDIR%%/quick/embeddedinwidgets/main.qml
+%%QT_EXAMPLEDIR%%/quick/embeddedinwidgets/reflect.frag
+%%QT_EXAMPLEDIR%%/quick/embeddedinwidgets/reflect.frag.qsb
+%%QT_EXAMPLEDIR%%/quick/externaldraganddrop/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/externaldraganddrop/DragAndDropTextItem.qml
+%%QT_EXAMPLEDIR%%/quick/externaldraganddrop/doc/images/qml-dnd2-example.png
+%%QT_EXAMPLEDIR%%/quick/externaldraganddrop/doc/src/externaldraganddrop.qdoc
+%%QT_EXAMPLEDIR%%/quick/externaldraganddrop/externaldraganddrop.pro
+%%QT_EXAMPLEDIR%%/quick/externaldraganddrop/externaldraganddrop.qml
+%%QT_EXAMPLEDIR%%/quick/externaldraganddrop/externaldraganddrop.qmlproject
+%%QT_EXAMPLEDIR%%/quick/externaldraganddrop/externaldraganddrop.qrc
+%%QT_EXAMPLEDIR%%/quick/externaldraganddrop/main.cpp
+%%QT_EXAMPLEDIR%%/quick/imageelements/BorderImageSelector.qml
+%%QT_EXAMPLEDIR%%/quick/imageelements/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/imageelements/ImageCell.qml
+%%QT_EXAMPLEDIR%%/quick/imageelements/MyBorderImage.qml
+%%QT_EXAMPLEDIR%%/quick/imageelements/ShadowRectangle.qml
+%%QT_EXAMPLEDIR%%/quick/imageelements/animatedimage.qml
+%%QT_EXAMPLEDIR%%/quick/imageelements/animatedsprite.qml
+%%QT_EXAMPLEDIR%%/quick/imageelements/borderimage.qml
+%%QT_EXAMPLEDIR%%/quick/imageelements/doc/images/qml-imageelements-example.png
+%%QT_EXAMPLEDIR%%/quick/imageelements/doc/src/imageelements.qdoc
+%%QT_EXAMPLEDIR%%/quick/imageelements/framestepping.qml
+%%QT_EXAMPLEDIR%%/quick/imageelements/image.qml
+%%QT_EXAMPLEDIR%%/quick/imageelements/imageelements.pro
+%%QT_EXAMPLEDIR%%/quick/imageelements/imageelements.qml
+%%QT_EXAMPLEDIR%%/quick/imageelements/imageelements.qmlproject
+%%QT_EXAMPLEDIR%%/quick/imageelements/imageelements.qrc
+%%QT_EXAMPLEDIR%%/quick/imageelements/main.cpp
+%%QT_EXAMPLEDIR%%/quick/imageelements/multiframeborderimage.qml
+%%QT_EXAMPLEDIR%%/quick/imageelements/pics/BearSheet.png
+%%QT_EXAMPLEDIR%%/quick/imageelements/pics/Uniflow_steam_engine.gif
+%%QT_EXAMPLEDIR%%/quick/imageelements/pics/arrow.png
+%%QT_EXAMPLEDIR%%/quick/imageelements/pics/bw.png
+%%QT_EXAMPLEDIR%%/quick/imageelements/pics/colors-round.sci
+%%QT_EXAMPLEDIR%%/quick/imageelements/pics/colors-stretch.sci
+%%QT_EXAMPLEDIR%%/quick/imageelements/pics/colors.png
+%%QT_EXAMPLEDIR%%/quick/imageelements/pics/multi.ico
+%%QT_EXAMPLEDIR%%/quick/imageelements/pics/qt-logo.png
+%%QT_EXAMPLEDIR%%/quick/imageelements/pics/shadow.png
+%%QT_EXAMPLEDIR%%/quick/imageelements/pics/speaker.png
+%%QT_EXAMPLEDIR%%/quick/imageelements/shadows.qml
+%%QT_EXAMPLEDIR%%/quick/imageelements/spritesequence.qml
+%%QT_EXAMPLEDIR%%/quick/imageprovider/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/imageprovider/ImageProviderCore/qmldir
+%%QT_EXAMPLEDIR%%/quick/imageprovider/doc/images/qml-imageprovider-example.png
+%%QT_EXAMPLEDIR%%/quick/imageprovider/doc/src/imageprovider.qdoc
+%%QT_EXAMPLEDIR%%/quick/imageprovider/imageprovider-example.qml
+%%QT_EXAMPLEDIR%%/quick/imageprovider/imageprovider.cpp
+%%QT_EXAMPLEDIR%%/quick/imageprovider/imageprovider.pro
+%%QT_EXAMPLEDIR%%/quick/imageprovider/imageprovider.qmlproject
+%%QT_EXAMPLEDIR%%/quick/imageresponseprovider/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/imageresponseprovider/ImageResponseProviderCore/qmldir
+%%QT_EXAMPLEDIR%%/quick/imageresponseprovider/doc/src/imageresponseprovider.qdoc
+%%QT_EXAMPLEDIR%%/quick/imageresponseprovider/imageresponseprovider-example.qml
+%%QT_EXAMPLEDIR%%/quick/imageresponseprovider/imageresponseprovider.cpp
+%%QT_EXAMPLEDIR%%/quick/imageresponseprovider/imageresponseprovider.pro
+%%QT_EXAMPLEDIR%%/quick/imageresponseprovider/imageresponseprovider.qmlproject
+%%QT_EXAMPLEDIR%%/quick/keyinteraction/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/keyinteraction/ContextMenu.qml
+%%QT_EXAMPLEDIR%%/quick/keyinteraction/GridMenu.qml
+%%QT_EXAMPLEDIR%%/quick/keyinteraction/ListMenu.qml
+%%QT_EXAMPLEDIR%%/quick/keyinteraction/ListViewDelegate.qml
+%%QT_EXAMPLEDIR%%/quick/keyinteraction/TabMenu.qml
+%%QT_EXAMPLEDIR%%/quick/keyinteraction/doc/images/qml-keyinteraction-example.png
+%%QT_EXAMPLEDIR%%/quick/keyinteraction/doc/src/keyinteraction.qdoc
+%%QT_EXAMPLEDIR%%/quick/keyinteraction/focus.qml
+%%QT_EXAMPLEDIR%%/quick/keyinteraction/images/arrow.png
+%%QT_EXAMPLEDIR%%/quick/keyinteraction/images/qt-logo.png
+%%QT_EXAMPLEDIR%%/quick/keyinteraction/keyinteraction.pro
+%%QT_EXAMPLEDIR%%/quick/keyinteraction/keyinteraction.qml
+%%QT_EXAMPLEDIR%%/quick/keyinteraction/keyinteraction.qmlproject
+%%QT_EXAMPLEDIR%%/quick/keyinteraction/keyinteraction.qrc
+%%QT_EXAMPLEDIR%%/quick/keyinteraction/main.cpp
+%%QT_EXAMPLEDIR%%/quick/layouts/CMakeLists.txt
+%%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/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/localstorage/Database.js
+%%QT_EXAMPLEDIR%%/quick/localstorage/Header.qml
+%%QT_EXAMPLEDIR%%/quick/localstorage/MyDelegate.qml
+%%QT_EXAMPLEDIR%%/quick/localstorage/MyModel.qml
+%%QT_EXAMPLEDIR%%/quick/localstorage/doc/src/localstorage.qdoc
+%%QT_EXAMPLEDIR%%/quick/localstorage/localstorage.pro
+%%QT_EXAMPLEDIR%%/quick/localstorage/localstorage.qml
+%%QT_EXAMPLEDIR%%/quick/localstorage/localstorage.qrc
+%%QT_EXAMPLEDIR%%/quick/localstorage/main.cpp
+%%QT_EXAMPLEDIR%%/quick/models/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/models/abstractitemmodel/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/models/abstractitemmodel/abstractitemmodel.pro
+%%QT_EXAMPLEDIR%%/quick/models/abstractitemmodel/abstractitemmodel.qrc
+%%QT_EXAMPLEDIR%%/quick/models/abstractitemmodel/doc/images/qml-abstractitemmodel-example.png
+%%QT_EXAMPLEDIR%%/quick/models/abstractitemmodel/doc/src/abstractitemmodel-example.qdoc
+%%QT_EXAMPLEDIR%%/quick/models/abstractitemmodel/main.cpp
+%%QT_EXAMPLEDIR%%/quick/models/abstractitemmodel/model.cpp
+%%QT_EXAMPLEDIR%%/quick/models/abstractitemmodel/model.h
+%%QT_EXAMPLEDIR%%/quick/models/abstractitemmodel/view.qml
+%%QT_EXAMPLEDIR%%/quick/models/models.pro
+%%QT_EXAMPLEDIR%%/quick/models/objectlistmodel/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/models/objectlistmodel/dataobject.cpp
+%%QT_EXAMPLEDIR%%/quick/models/objectlistmodel/dataobject.h
+%%QT_EXAMPLEDIR%%/quick/models/objectlistmodel/doc/images/qml-objectlistmodel-example.png
+%%QT_EXAMPLEDIR%%/quick/models/objectlistmodel/doc/src/objectlistmodel-example.qdoc
+%%QT_EXAMPLEDIR%%/quick/models/objectlistmodel/main.cpp
+%%QT_EXAMPLEDIR%%/quick/models/objectlistmodel/objectlistmodel.pro
+%%QT_EXAMPLEDIR%%/quick/models/objectlistmodel/objectlistmodel.qrc
+%%QT_EXAMPLEDIR%%/quick/models/objectlistmodel/view.qml
+%%QT_EXAMPLEDIR%%/quick/models/stringlistmodel/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/models/stringlistmodel/doc/images/qml-stringlistmodel-example.png
+%%QT_EXAMPLEDIR%%/quick/models/stringlistmodel/doc/src/stringlistmodel-example.qdoc
+%%QT_EXAMPLEDIR%%/quick/models/stringlistmodel/main.cpp
+%%QT_EXAMPLEDIR%%/quick/models/stringlistmodel/stringlistmodel.pro
+%%QT_EXAMPLEDIR%%/quick/models/stringlistmodel/stringlistmodel.qrc
+%%QT_EXAMPLEDIR%%/quick/models/stringlistmodel/view.qml
+%%QT_EXAMPLEDIR%%/quick/mousearea/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/mousearea/doc/images/qml-mousearea-example.png
+%%QT_EXAMPLEDIR%%/quick/mousearea/doc/src/mousearea.qdoc
+%%QT_EXAMPLEDIR%%/quick/mousearea/main.cpp
+%%QT_EXAMPLEDIR%%/quick/mousearea/mousearea-wheel-example.qml
+%%QT_EXAMPLEDIR%%/quick/mousearea/mousearea.pro
+%%QT_EXAMPLEDIR%%/quick/mousearea/mousearea.qml
+%%QT_EXAMPLEDIR%%/quick/mousearea/mousearea.qmlproject
+%%QT_EXAMPLEDIR%%/quick/mousearea/mousearea.qrc
+%%QT_EXAMPLEDIR%%/quick/particles/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/particles/affectors/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/particles/affectors/GreyButton.qml
+%%QT_EXAMPLEDIR%%/quick/particles/affectors/affectors.pro
+%%QT_EXAMPLEDIR%%/quick/particles/affectors/affectors.qml
+%%QT_EXAMPLEDIR%%/quick/particles/affectors/affectors.qmlproject
+%%QT_EXAMPLEDIR%%/quick/particles/affectors/affectors.qrc
+%%QT_EXAMPLEDIR%%/quick/particles/affectors/age.qml
+%%QT_EXAMPLEDIR%%/quick/particles/affectors/attractor.qml
+%%QT_EXAMPLEDIR%%/quick/particles/affectors/customaffector.qml
+%%QT_EXAMPLEDIR%%/quick/particles/affectors/doc/images/qml-affectors-example.png
+%%QT_EXAMPLEDIR%%/quick/particles/affectors/doc/src/affectors.qdoc
+%%QT_EXAMPLEDIR%%/quick/particles/affectors/friction.qml
+%%QT_EXAMPLEDIR%%/quick/particles/affectors/gravity.qml
+%%QT_EXAMPLEDIR%%/quick/particles/affectors/groupgoal.qml
+%%QT_EXAMPLEDIR%%/quick/particles/affectors/images/_explo.png
+%%QT_EXAMPLEDIR%%/quick/particles/affectors/images/backgroundLeaves.jpg
+%%QT_EXAMPLEDIR%%/quick/particles/affectors/images/candle.png
+%%QT_EXAMPLEDIR%%/quick/particles/affectors/images/finalfrontier.png
+%%QT_EXAMPLEDIR%%/quick/particles/affectors/images/matchmask.png
+%%QT_EXAMPLEDIR%%/quick/particles/affectors/images/meteor.png
+%%QT_EXAMPLEDIR%%/quick/particles/affectors/images/nullRock.png
+%%QT_EXAMPLEDIR%%/quick/particles/affectors/images/particleA.png
+%%QT_EXAMPLEDIR%%/quick/particles/affectors/images/realLeaf1.png
+%%QT_EXAMPLEDIR%%/quick/particles/affectors/images/realLeaf2.png
+%%QT_EXAMPLEDIR%%/quick/particles/affectors/images/realLeaf3.png
+%%QT_EXAMPLEDIR%%/quick/particles/affectors/images/realLeaf4.png
+%%QT_EXAMPLEDIR%%/quick/particles/affectors/images/rocket.png
+%%QT_EXAMPLEDIR%%/quick/particles/affectors/images/rocket2.png
+%%QT_EXAMPLEDIR%%/quick/particles/affectors/images/snowflake.png
+%%QT_EXAMPLEDIR%%/quick/particles/affectors/main.cpp
+%%QT_EXAMPLEDIR%%/quick/particles/affectors/move.qml
+%%QT_EXAMPLEDIR%%/quick/particles/affectors/spritegoal.qml
+%%QT_EXAMPLEDIR%%/quick/particles/affectors/turbulence.qml
+%%QT_EXAMPLEDIR%%/quick/particles/affectors/wander.qml
+%%QT_EXAMPLEDIR%%/quick/particles/emitters/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/particles/emitters/burstandpulse.qml
+%%QT_EXAMPLEDIR%%/quick/particles/emitters/customemitter.qml
+%%QT_EXAMPLEDIR%%/quick/particles/emitters/doc/images/qml-emitters-example.png
+%%QT_EXAMPLEDIR%%/quick/particles/emitters/doc/src/emitters.qdoc
+%%QT_EXAMPLEDIR%%/quick/particles/emitters/emitmask.qml
+%%QT_EXAMPLEDIR%%/quick/particles/emitters/emitters.pro
+%%QT_EXAMPLEDIR%%/quick/particles/emitters/emitters.qml
+%%QT_EXAMPLEDIR%%/quick/particles/emitters/emitters.qmlproject
+%%QT_EXAMPLEDIR%%/quick/particles/emitters/emitters.qrc
+%%QT_EXAMPLEDIR%%/quick/particles/emitters/images/portal_bg.png
+%%QT_EXAMPLEDIR%%/quick/particles/emitters/images/starfish_mask.png
+%%QT_EXAMPLEDIR%%/quick/particles/emitters/main.cpp
+%%QT_EXAMPLEDIR%%/quick/particles/emitters/maximumemitted.qml
+%%QT_EXAMPLEDIR%%/quick/particles/emitters/shapeanddirection.qml
+%%QT_EXAMPLEDIR%%/quick/particles/emitters/trailemitter.qml
+%%QT_EXAMPLEDIR%%/quick/particles/emitters/velocityfrommotion.qml
+%%QT_EXAMPLEDIR%%/quick/particles/imageparticle/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/particles/imageparticle/allatonce.qml
+%%QT_EXAMPLEDIR%%/quick/particles/imageparticle/colored.qml
+%%QT_EXAMPLEDIR%%/quick/particles/imageparticle/colortable.qml
+%%QT_EXAMPLEDIR%%/quick/particles/imageparticle/deformation.qml
+%%QT_EXAMPLEDIR%%/quick/particles/imageparticle/doc/images/qml-imageparticle-example.png
+%%QT_EXAMPLEDIR%%/quick/particles/imageparticle/doc/src/imageparticle.qdoc
+%%QT_EXAMPLEDIR%%/quick/particles/imageparticle/imageparticle.pro
+%%QT_EXAMPLEDIR%%/quick/particles/imageparticle/imageparticle.qml
+%%QT_EXAMPLEDIR%%/quick/particles/imageparticle/imageparticle.qmlproject
+%%QT_EXAMPLEDIR%%/quick/particles/imageparticle/imageparticle.qrc
+%%QT_EXAMPLEDIR%%/quick/particles/imageparticle/images/bear_tiles.png
+%%QT_EXAMPLEDIR%%/quick/particles/imageparticle/images/colortable.png
+%%QT_EXAMPLEDIR%%/quick/particles/imageparticle/images/flower.png
+%%QT_EXAMPLEDIR%%/quick/particles/imageparticle/images/starfish_0.png
+%%QT_EXAMPLEDIR%%/quick/particles/imageparticle/images/starfish_1.png
+%%QT_EXAMPLEDIR%%/quick/particles/imageparticle/images/starfish_2.png
+%%QT_EXAMPLEDIR%%/quick/particles/imageparticle/images/starfish_3.png
+%%QT_EXAMPLEDIR%%/quick/particles/imageparticle/images/starfish_4.png
+%%QT_EXAMPLEDIR%%/quick/particles/imageparticle/main.cpp
+%%QT_EXAMPLEDIR%%/quick/particles/imageparticle/rotation.qml
+%%QT_EXAMPLEDIR%%/quick/particles/imageparticle/sharing.qml
+%%QT_EXAMPLEDIR%%/quick/particles/imageparticle/sprites.qml
+%%QT_EXAMPLEDIR%%/quick/particles/itemparticle/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/particles/itemparticle/delegates.qml
+%%QT_EXAMPLEDIR%%/quick/particles/itemparticle/images/rocket.png
+%%QT_EXAMPLEDIR%%/quick/particles/itemparticle/itemparticle.pro
+%%QT_EXAMPLEDIR%%/quick/particles/itemparticle/itemparticle.qml
+%%QT_EXAMPLEDIR%%/quick/particles/itemparticle/itemparticle.qrc
+%%QT_EXAMPLEDIR%%/quick/particles/itemparticle/main.cpp
+%%QT_EXAMPLEDIR%%/quick/particles/itemparticle/script.js
+%%QT_EXAMPLEDIR%%/quick/particles/particles.pro
+%%QT_EXAMPLEDIR%%/quick/particles/system/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/particles/system/doc/images/qml-system-example.png
+%%QT_EXAMPLEDIR%%/quick/particles/system/doc/src/system.qdoc
+%%QT_EXAMPLEDIR%%/quick/particles/system/dynamiccomparison.qml
+%%QT_EXAMPLEDIR%%/quick/particles/system/dynamicemitters.qml
+%%QT_EXAMPLEDIR%%/quick/particles/system/images/particle2.png
+%%QT_EXAMPLEDIR%%/quick/particles/system/images/particle3.png
+%%QT_EXAMPLEDIR%%/quick/particles/system/images/sparkleSize.png
+%%QT_EXAMPLEDIR%%/quick/particles/system/main.cpp
+%%QT_EXAMPLEDIR%%/quick/particles/system/multiplepainters.qml
+%%QT_EXAMPLEDIR%%/quick/particles/system/startstop.qml
+%%QT_EXAMPLEDIR%%/quick/particles/system/system.pro
+%%QT_EXAMPLEDIR%%/quick/particles/system/system.qml
+%%QT_EXAMPLEDIR%%/quick/particles/system/system.qmlproject
+%%QT_EXAMPLEDIR%%/quick/particles/system/system.qrc
+%%QT_EXAMPLEDIR%%/quick/particles/system/timedgroupchanges.qml
+%%QT_EXAMPLEDIR%%/quick/pointerhandlers/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/pointerhandlers/components/Button.qml
+%%QT_EXAMPLEDIR%%/quick/pointerhandlers/components/CheckBox.qml
+%%QT_EXAMPLEDIR%%/quick/pointerhandlers/components/FakeFlickable.qml
+%%QT_EXAMPLEDIR%%/quick/pointerhandlers/components/FlashAnimation.qml
+%%QT_EXAMPLEDIR%%/quick/pointerhandlers/components/LeftDrawer.qml
+%%QT_EXAMPLEDIR%%/quick/pointerhandlers/components/MomentumAnimation.qml
+%%QT_EXAMPLEDIR%%/quick/pointerhandlers/components/MouseFeedbackSprite.qml
+%%QT_EXAMPLEDIR%%/quick/pointerhandlers/components/QuadPieMenu.qml
+%%QT_EXAMPLEDIR%%/quick/pointerhandlers/components/ScrollBar.qml
+%%QT_EXAMPLEDIR%%/quick/pointerhandlers/components/Slider.qml
+%%QT_EXAMPLEDIR%%/quick/pointerhandlers/components/TouchpointFeedbackSprite.qml
+%%QT_EXAMPLEDIR%%/quick/pointerhandlers/components/images/checkmark.png
+%%QT_EXAMPLEDIR%%/quick/pointerhandlers/components/images/fingersprite.png
+%%QT_EXAMPLEDIR%%/quick/pointerhandlers/components/images/mixer-knob.png
+%%QT_EXAMPLEDIR%%/quick/pointerhandlers/components/images/mouse.png
+%%QT_EXAMPLEDIR%%/quick/pointerhandlers/components/images/mouse_left.png
+%%QT_EXAMPLEDIR%%/quick/pointerhandlers/components/images/mouse_middle.png
+%%QT_EXAMPLEDIR%%/quick/pointerhandlers/components/images/mouse_right.png
+%%QT_EXAMPLEDIR%%/quick/pointerhandlers/components/images/mouse_wheel_ridges.png
+%%QT_EXAMPLEDIR%%/quick/pointerhandlers/fakeFlickable.qml
+%%QT_EXAMPLEDIR%%/quick/pointerhandlers/flingAnimation.qml
+%%QT_EXAMPLEDIR%%/quick/pointerhandlers/images/arrowhead.png
+%%QT_EXAMPLEDIR%%/quick/pointerhandlers/images/balloon.png
+%%QT_EXAMPLEDIR%%/quick/pointerhandlers/images/cursor-airbrush.png
+%%QT_EXAMPLEDIR%%/quick/pointerhandlers/images/cursor-eraser.png
+%%QT_EXAMPLEDIR%%/quick/pointerhandlers/images/cursor-felt-marker.png
+%%QT_EXAMPLEDIR%%/quick/pointerhandlers/images/cursor-pencil.png
+%%QT_EXAMPLEDIR%%/quick/pointerhandlers/images/fighter.png
+%%QT_EXAMPLEDIR%%/quick/pointerhandlers/images/grabbing-location.svg
+%%QT_EXAMPLEDIR%%/quick/pointerhandlers/images/joystick-outer-case-pov.jpg
+%%QT_EXAMPLEDIR%%/quick/pointerhandlers/images/map.svgz
+%%QT_EXAMPLEDIR%%/quick/pointerhandlers/images/missile.png
+%%QT_EXAMPLEDIR%%/quick/pointerhandlers/images/redball.png
+%%QT_EXAMPLEDIR%%/quick/pointerhandlers/joystick.qml
+%%QT_EXAMPLEDIR%%/quick/pointerhandlers/main.cpp
+%%QT_EXAMPLEDIR%%/quick/pointerhandlers/map.qml
+%%QT_EXAMPLEDIR%%/quick/pointerhandlers/mixer.qml
+%%QT_EXAMPLEDIR%%/quick/pointerhandlers/multibuttons.qml
+%%QT_EXAMPLEDIR%%/quick/pointerhandlers/pieMenu.qml
+%%QT_EXAMPLEDIR%%/quick/pointerhandlers/pinchHandler.qml
+%%QT_EXAMPLEDIR%%/quick/pointerhandlers/pointerhandlers.pro
+%%QT_EXAMPLEDIR%%/quick/pointerhandlers/pointerhandlers.qml
+%%QT_EXAMPLEDIR%%/quick/pointerhandlers/qml.qrc
+%%QT_EXAMPLEDIR%%/quick/pointerhandlers/sidebar.qml
+%%QT_EXAMPLEDIR%%/quick/pointerhandlers/singlePointHandlerProperties.qml
+%%QT_EXAMPLEDIR%%/quick/pointerhandlers/tabletCanvasDrawing.qml
+%%QT_EXAMPLEDIR%%/quick/pointerhandlers/tapHandler.qml
+%%QT_EXAMPLEDIR%%/quick/pointerhandlers/tapWithModifiers.qml
+%%QT_EXAMPLEDIR%%/quick/positioners/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/positioners/doc/images/qml-positioners-example.png
+%%QT_EXAMPLEDIR%%/quick/positioners/doc/src/positioners.qdoc
+%%QT_EXAMPLEDIR%%/quick/positioners/main.cpp
+%%QT_EXAMPLEDIR%%/quick/positioners/positioners-attachedproperties.qml
+%%QT_EXAMPLEDIR%%/quick/positioners/positioners-transitions.qml
+%%QT_EXAMPLEDIR%%/quick/positioners/positioners.pro
+%%QT_EXAMPLEDIR%%/quick/positioners/positioners.qml
+%%QT_EXAMPLEDIR%%/quick/positioners/positioners.qmlproject
+%%QT_EXAMPLEDIR%%/quick/positioners/positioners.qrc
+%%QT_EXAMPLEDIR%%/quick/quick-accessibility/Button.qml
+%%QT_EXAMPLEDIR%%/quick/quick-accessibility/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/quick-accessibility/Checkbox.qml
+%%QT_EXAMPLEDIR%%/quick/quick-accessibility/Slider.qml
+%%QT_EXAMPLEDIR%%/quick/quick-accessibility/accessibility.qml
+%%QT_EXAMPLEDIR%%/quick/quick-accessibility/accessibility.qmlproject
+%%QT_EXAMPLEDIR%%/quick/quick-accessibility/accessibility.qrc
+%%QT_EXAMPLEDIR%%/quick/quick-accessibility/doc/src/accessibility.qdoc
+%%QT_EXAMPLEDIR%%/quick/quick-accessibility/main.cpp
+%%QT_EXAMPLEDIR%%/quick/quick-accessibility/quick-accessibility.pro
+%%QT_EXAMPLEDIR%%/quick/quick.pro
+%%QT_EXAMPLEDIR%%/quick/quickwidgets/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/quickwidgets/qquickwidgetversuswindow_opengl/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/quickwidgets/qquickwidgetversuswindow_opengl/doc/images/qquickwidgetversuswindow-opengl-example.jpg
+%%QT_EXAMPLEDIR%%/quick/quickwidgets/qquickwidgetversuswindow_opengl/doc/src/qquickwidgetversuswindow_opengl.qdoc
+%%QT_EXAMPLEDIR%%/quick/quickwidgets/qquickwidgetversuswindow_opengl/fbitem.cpp
+%%QT_EXAMPLEDIR%%/quick/quickwidgets/qquickwidgetversuswindow_opengl/fbitem.h
+%%QT_EXAMPLEDIR%%/quick/quickwidgets/qquickwidgetversuswindow_opengl/logo.cpp
+%%QT_EXAMPLEDIR%%/quick/quickwidgets/qquickwidgetversuswindow_opengl/logo.h
+%%QT_EXAMPLEDIR%%/quick/quickwidgets/qquickwidgetversuswindow_opengl/main.cpp
+%%QT_EXAMPLEDIR%%/quick/quickwidgets/qquickwidgetversuswindow_opengl/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/quick/quickwidgets/qquickwidgetversuswindow_opengl/mainwindow.h
+%%QT_EXAMPLEDIR%%/quick/quickwidgets/qquickwidgetversuswindow_opengl/qquickwidgetversuswindow_opengl.pro
+%%QT_EXAMPLEDIR%%/quick/quickwidgets/qquickwidgetversuswindow_opengl/qquickwidgetversuswindow_opengl.qrc
+%%QT_EXAMPLEDIR%%/quick/quickwidgets/qquickwidgetversuswindow_opengl/test.qml
+%%QT_EXAMPLEDIR%%/quick/quickwidgets/qquickwidgetversuswindow_opengl/wobble.frag
+%%QT_EXAMPLEDIR%%/quick/quickwidgets/qquickwidgetversuswindow_opengl/wobble.frag.qsb
+%%QT_EXAMPLEDIR%%/quick/quickwidgets/quickwidget/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/quickwidgets/quickwidget/doc/images/qtquickwidgets-example.png
+%%QT_EXAMPLEDIR%%/quick/quickwidgets/quickwidget/doc/src/quickwidget.qdoc
+%%QT_EXAMPLEDIR%%/quick/quickwidgets/quickwidget/main.cpp
+%%QT_EXAMPLEDIR%%/quick/quickwidgets/quickwidget/quickwidget.pro
+%%QT_EXAMPLEDIR%%/quick/quickwidgets/quickwidget/quickwidget.qrc
+%%QT_EXAMPLEDIR%%/quick/quickwidgets/quickwidget/rotatingsquare.qml
+%%QT_EXAMPLEDIR%%/quick/quickwidgets/quickwidgets.pro
+%%QT_EXAMPLEDIR%%/quick/rendercontrol/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/rendercontrol/rendercontrol.pro
+%%QT_EXAMPLEDIR%%/quick/rendercontrol/rendercontrol_d3d11/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/rendercontrol/rendercontrol_d3d11/buildshaders.bat
+%%QT_EXAMPLEDIR%%/quick/rendercontrol/rendercontrol_d3d11/demo.qml
+%%QT_EXAMPLEDIR%%/quick/rendercontrol/rendercontrol_d3d11/doc/images/rendercontrol-d3d11-example.jpg
+%%QT_EXAMPLEDIR%%/quick/rendercontrol/rendercontrol_d3d11/doc/src/rendercontrol_d3d11.qdoc
+%%QT_EXAMPLEDIR%%/quick/rendercontrol/rendercontrol_d3d11/engine.cpp
+%%QT_EXAMPLEDIR%%/quick/rendercontrol/rendercontrol_d3d11/engine.h
+%%QT_EXAMPLEDIR%%/quick/rendercontrol/rendercontrol_d3d11/main.cpp
+%%QT_EXAMPLEDIR%%/quick/rendercontrol/rendercontrol_d3d11/quad.frag
+%%QT_EXAMPLEDIR%%/quick/rendercontrol/rendercontrol_d3d11/quad.frag.inc
+%%QT_EXAMPLEDIR%%/quick/rendercontrol/rendercontrol_d3d11/quad.vert
+%%QT_EXAMPLEDIR%%/quick/rendercontrol/rendercontrol_d3d11/quad.vert.inc
+%%QT_EXAMPLEDIR%%/quick/rendercontrol/rendercontrol_d3d11/rendercontrol.qrc
+%%QT_EXAMPLEDIR%%/quick/rendercontrol/rendercontrol_d3d11/rendercontrol_d3d11.pro
+%%QT_EXAMPLEDIR%%/quick/rendercontrol/rendercontrol_d3d11/window.cpp
+%%QT_EXAMPLEDIR%%/quick/rendercontrol/rendercontrol_d3d11/window.h
+%%QT_EXAMPLEDIR%%/quick/rendercontrol/rendercontrol_opengl/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/rendercontrol/rendercontrol_opengl/cuberenderer.cpp
+%%QT_EXAMPLEDIR%%/quick/rendercontrol/rendercontrol_opengl/cuberenderer.h
+%%QT_EXAMPLEDIR%%/quick/rendercontrol/rendercontrol_opengl/demo.qml
+%%QT_EXAMPLEDIR%%/quick/rendercontrol/rendercontrol_opengl/doc/images/rendercontrol-opengl-example.jpg
+%%QT_EXAMPLEDIR%%/quick/rendercontrol/rendercontrol_opengl/doc/src/rendercontrol_opengl.qdoc
+%%QT_EXAMPLEDIR%%/quick/rendercontrol/rendercontrol_opengl/main.cpp
+%%QT_EXAMPLEDIR%%/quick/rendercontrol/rendercontrol_opengl/rendercontrol.qrc
+%%QT_EXAMPLEDIR%%/quick/rendercontrol/rendercontrol_opengl/rendercontrol_opengl.pro
+%%QT_EXAMPLEDIR%%/quick/rendercontrol/rendercontrol_opengl/window_singlethreaded.cpp
+%%QT_EXAMPLEDIR%%/quick/rendercontrol/rendercontrol_opengl/window_singlethreaded.h
+%%QT_EXAMPLEDIR%%/quick/righttoleft/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/righttoleft/doc/images/qml-righttoleft-example.png
+%%QT_EXAMPLEDIR%%/quick/righttoleft/doc/src/righttoleft.qdoc
+%%QT_EXAMPLEDIR%%/quick/righttoleft/layoutdirection/layoutdirection.qml
+%%QT_EXAMPLEDIR%%/quick/righttoleft/layoutdirection/layoutdirection.qmlproject
+%%QT_EXAMPLEDIR%%/quick/righttoleft/layoutmirroring/layoutmirroring.qml
+%%QT_EXAMPLEDIR%%/quick/righttoleft/layoutmirroring/layoutmirroring.qmlproject
+%%QT_EXAMPLEDIR%%/quick/righttoleft/main.cpp
+%%QT_EXAMPLEDIR%%/quick/righttoleft/righttoleft.pro
+%%QT_EXAMPLEDIR%%/quick/righttoleft/righttoleft.qml
+%%QT_EXAMPLEDIR%%/quick/righttoleft/righttoleft.qmlproject
+%%QT_EXAMPLEDIR%%/quick/righttoleft/righttoleft.qrc
+%%QT_EXAMPLEDIR%%/quick/righttoleft/textalignment/textalignment.qml
+%%QT_EXAMPLEDIR%%/quick/righttoleft/textalignment/textalignment.qmlproject
+%%QT_EXAMPLEDIR%%/quick/scenegraph/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/scenegraph/customgeometry/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/scenegraph/customgeometry/beziercurve.cpp
+%%QT_EXAMPLEDIR%%/quick/scenegraph/customgeometry/beziercurve.h
+%%QT_EXAMPLEDIR%%/quick/scenegraph/customgeometry/customgeometry.pro
+%%QT_EXAMPLEDIR%%/quick/scenegraph/customgeometry/customgeometry.qrc
+%%QT_EXAMPLEDIR%%/quick/scenegraph/customgeometry/doc/images/custom-geometry-example.png
+%%QT_EXAMPLEDIR%%/quick/scenegraph/customgeometry/doc/src/customgeometry.qdoc
+%%QT_EXAMPLEDIR%%/quick/scenegraph/customgeometry/main.cpp
+%%QT_EXAMPLEDIR%%/quick/scenegraph/customgeometry/main.qml
+%%QT_EXAMPLEDIR%%/quick/scenegraph/custommaterial/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/scenegraph/custommaterial/customitem.cpp
+%%QT_EXAMPLEDIR%%/quick/scenegraph/custommaterial/customitem.h
+%%QT_EXAMPLEDIR%%/quick/scenegraph/custommaterial/custommaterial.pro
+%%QT_EXAMPLEDIR%%/quick/scenegraph/custommaterial/custommaterial.qrc
+%%QT_EXAMPLEDIR%%/quick/scenegraph/custommaterial/doc/images/custom-material-example.jpg
+%%QT_EXAMPLEDIR%%/quick/scenegraph/custommaterial/doc/src/custommaterial.qdoc
+%%QT_EXAMPLEDIR%%/quick/scenegraph/custommaterial/main.cpp
+%%QT_EXAMPLEDIR%%/quick/scenegraph/custommaterial/main.qml
+%%QT_EXAMPLEDIR%%/quick/scenegraph/custommaterial/shaders/mandelbrot.frag
+%%QT_EXAMPLEDIR%%/quick/scenegraph/custommaterial/shaders/mandelbrot.frag.qsb
+%%QT_EXAMPLEDIR%%/quick/scenegraph/custommaterial/shaders/mandelbrot.vert
+%%QT_EXAMPLEDIR%%/quick/scenegraph/custommaterial/shaders/mandelbrot.vert.qsb
+%%QT_EXAMPLEDIR%%/quick/scenegraph/d3d11underqml/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/scenegraph/d3d11underqml/d3d11squircle.cpp
+%%QT_EXAMPLEDIR%%/quick/scenegraph/d3d11underqml/d3d11squircle.h
+%%QT_EXAMPLEDIR%%/quick/scenegraph/d3d11underqml/d3d11underqml.pro
+%%QT_EXAMPLEDIR%%/quick/scenegraph/d3d11underqml/d3d11underqml.qrc
+%%QT_EXAMPLEDIR%%/quick/scenegraph/d3d11underqml/doc/images/d3d11underqml-example.jpg
+%%QT_EXAMPLEDIR%%/quick/scenegraph/d3d11underqml/doc/src/d3d11underqml.qdoc
+%%QT_EXAMPLEDIR%%/quick/scenegraph/d3d11underqml/main.cpp
+%%QT_EXAMPLEDIR%%/quick/scenegraph/d3d11underqml/main.qml
+%%QT_EXAMPLEDIR%%/quick/scenegraph/d3d11underqml/squircle.frag
+%%QT_EXAMPLEDIR%%/quick/scenegraph/d3d11underqml/squircle.vert
+%%QT_EXAMPLEDIR%%/quick/scenegraph/fboitem/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/scenegraph/fboitem/doc/images/fboitem-example.jpg
+%%QT_EXAMPLEDIR%%/quick/scenegraph/fboitem/doc/src/fboitem.qdoc
+%%QT_EXAMPLEDIR%%/quick/scenegraph/fboitem/fboinsgrenderer.cpp
+%%QT_EXAMPLEDIR%%/quick/scenegraph/fboitem/fboinsgrenderer.h
+%%QT_EXAMPLEDIR%%/quick/scenegraph/fboitem/fboitem.pro
+%%QT_EXAMPLEDIR%%/quick/scenegraph/fboitem/fboitem.qrc
+%%QT_EXAMPLEDIR%%/quick/scenegraph/fboitem/main.cpp
+%%QT_EXAMPLEDIR%%/quick/scenegraph/fboitem/main.qml
+%%QT_EXAMPLEDIR%%/quick/scenegraph/fboitem/shaders/checker.frag
+%%QT_EXAMPLEDIR%%/quick/scenegraph/fboitem/shaders/checker.frag.qsb
+%%QT_EXAMPLEDIR%%/quick/scenegraph/graph/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/scenegraph/graph/doc/images/graph-example.jpg
+%%QT_EXAMPLEDIR%%/quick/scenegraph/graph/doc/src/graph.qdoc
+%%QT_EXAMPLEDIR%%/quick/scenegraph/graph/graph.cpp
+%%QT_EXAMPLEDIR%%/quick/scenegraph/graph/graph.h
+%%QT_EXAMPLEDIR%%/quick/scenegraph/graph/graph.pro
+%%QT_EXAMPLEDIR%%/quick/scenegraph/graph/graph.qrc
+%%QT_EXAMPLEDIR%%/quick/scenegraph/graph/gridnode.cpp
+%%QT_EXAMPLEDIR%%/quick/scenegraph/graph/gridnode.h
+%%QT_EXAMPLEDIR%%/quick/scenegraph/graph/linenode.cpp
+%%QT_EXAMPLEDIR%%/quick/scenegraph/graph/linenode.h
+%%QT_EXAMPLEDIR%%/quick/scenegraph/graph/main.cpp
+%%QT_EXAMPLEDIR%%/quick/scenegraph/graph/main.qml
+%%QT_EXAMPLEDIR%%/quick/scenegraph/graph/noisynode.cpp
+%%QT_EXAMPLEDIR%%/quick/scenegraph/graph/noisynode.h
+%%QT_EXAMPLEDIR%%/quick/scenegraph/graph/shaders/compile.bat
+%%QT_EXAMPLEDIR%%/quick/scenegraph/graph/shaders/line.frag
+%%QT_EXAMPLEDIR%%/quick/scenegraph/graph/shaders/line.frag.qsb
+%%QT_EXAMPLEDIR%%/quick/scenegraph/graph/shaders/line.vert
+%%QT_EXAMPLEDIR%%/quick/scenegraph/graph/shaders/line.vert.qsb
+%%QT_EXAMPLEDIR%%/quick/scenegraph/graph/shaders/noisy.frag
+%%QT_EXAMPLEDIR%%/quick/scenegraph/graph/shaders/noisy.frag.qsb
+%%QT_EXAMPLEDIR%%/quick/scenegraph/graph/shaders/noisy.vert
+%%QT_EXAMPLEDIR%%/quick/scenegraph/graph/shaders/noisy.vert.qsb
+%%QT_EXAMPLEDIR%%/quick/scenegraph/metaltextureimport/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/scenegraph/metaltextureimport/doc/images/metaltextureimport-example.jpg
+%%QT_EXAMPLEDIR%%/quick/scenegraph/metaltextureimport/doc/src/metaltextureimport.qdoc
+%%QT_EXAMPLEDIR%%/quick/scenegraph/metaltextureimport/main.cpp
+%%QT_EXAMPLEDIR%%/quick/scenegraph/metaltextureimport/main.qml
+%%QT_EXAMPLEDIR%%/quick/scenegraph/metaltextureimport/metaltextureimport.h
+%%QT_EXAMPLEDIR%%/quick/scenegraph/metaltextureimport/metaltextureimport.mm
+%%QT_EXAMPLEDIR%%/quick/scenegraph/metaltextureimport/metaltextureimport.pro
+%%QT_EXAMPLEDIR%%/quick/scenegraph/metaltextureimport/metaltextureimport.qrc
+%%QT_EXAMPLEDIR%%/quick/scenegraph/metaltextureimport/squircle.frag
+%%QT_EXAMPLEDIR%%/quick/scenegraph/metaltextureimport/squircle.vert
+%%QT_EXAMPLEDIR%%/quick/scenegraph/metalunderqml/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/scenegraph/metalunderqml/doc/images/metalunderqml-example.jpg
+%%QT_EXAMPLEDIR%%/quick/scenegraph/metalunderqml/doc/src/metalunderqml.qdoc
+%%QT_EXAMPLEDIR%%/quick/scenegraph/metalunderqml/main.cpp
+%%QT_EXAMPLEDIR%%/quick/scenegraph/metalunderqml/main.qml
+%%QT_EXAMPLEDIR%%/quick/scenegraph/metalunderqml/metalsquircle.h
+%%QT_EXAMPLEDIR%%/quick/scenegraph/metalunderqml/metalsquircle.mm
+%%QT_EXAMPLEDIR%%/quick/scenegraph/metalunderqml/metalunderqml.pro
+%%QT_EXAMPLEDIR%%/quick/scenegraph/metalunderqml/metalunderqml.qrc
+%%QT_EXAMPLEDIR%%/quick/scenegraph/metalunderqml/squircle.frag
+%%QT_EXAMPLEDIR%%/quick/scenegraph/metalunderqml/squircle.vert
+%%QT_EXAMPLEDIR%%/quick/scenegraph/openglunderqml/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/scenegraph/openglunderqml/doc/images/openglunderqml-example.jpg
+%%QT_EXAMPLEDIR%%/quick/scenegraph/openglunderqml/doc/src/openglunderqml.qdoc
+%%QT_EXAMPLEDIR%%/quick/scenegraph/openglunderqml/main.cpp
+%%QT_EXAMPLEDIR%%/quick/scenegraph/openglunderqml/main.qml
+%%QT_EXAMPLEDIR%%/quick/scenegraph/openglunderqml/openglunderqml.pro
+%%QT_EXAMPLEDIR%%/quick/scenegraph/openglunderqml/openglunderqml.qrc
+%%QT_EXAMPLEDIR%%/quick/scenegraph/openglunderqml/squircle.cpp
+%%QT_EXAMPLEDIR%%/quick/scenegraph/openglunderqml/squircle.h
+%%QT_EXAMPLEDIR%%/quick/scenegraph/scenegraph.pro
+%%QT_EXAMPLEDIR%%/quick/scenegraph/shared/logorenderer.cpp
+%%QT_EXAMPLEDIR%%/quick/scenegraph/shared/logorenderer.h
+%%QT_EXAMPLEDIR%%/quick/scenegraph/shared/squircle_rhi.frag
+%%QT_EXAMPLEDIR%%/quick/scenegraph/shared/squircle_rhi.vert
+%%QT_EXAMPLEDIR%%/quick/scenegraph/threadedanimation/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/scenegraph/threadedanimation/main.cpp
+%%QT_EXAMPLEDIR%%/quick/scenegraph/threadedanimation/main.qml
+%%QT_EXAMPLEDIR%%/quick/scenegraph/threadedanimation/spinner.cpp
+%%QT_EXAMPLEDIR%%/quick/scenegraph/threadedanimation/spinner.h
+%%QT_EXAMPLEDIR%%/quick/scenegraph/threadedanimation/spinner.png
+%%QT_EXAMPLEDIR%%/quick/scenegraph/threadedanimation/threadedanimation.pro
+%%QT_EXAMPLEDIR%%/quick/scenegraph/threadedanimation/threadedanimation.qrc
+%%QT_EXAMPLEDIR%%/quick/scenegraph/twotextureproviders/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/scenegraph/twotextureproviders/doc/images/twotextureproviders-example.jpg
+%%QT_EXAMPLEDIR%%/quick/scenegraph/twotextureproviders/doc/src/twotextureproviders.qdoc
+%%QT_EXAMPLEDIR%%/quick/scenegraph/twotextureproviders/main.cpp
+%%QT_EXAMPLEDIR%%/quick/scenegraph/twotextureproviders/main.qml
+%%QT_EXAMPLEDIR%%/quick/scenegraph/twotextureproviders/shaders/checker.frag
+%%QT_EXAMPLEDIR%%/quick/scenegraph/twotextureproviders/shaders/checker.frag.qsb
+%%QT_EXAMPLEDIR%%/quick/scenegraph/twotextureproviders/shaders/xorblender.frag
+%%QT_EXAMPLEDIR%%/quick/scenegraph/twotextureproviders/shaders/xorblender.frag.qsb
+%%QT_EXAMPLEDIR%%/quick/scenegraph/twotextureproviders/shaders/xorblender.vert
+%%QT_EXAMPLEDIR%%/quick/scenegraph/twotextureproviders/shaders/xorblender.vert.qsb
+%%QT_EXAMPLEDIR%%/quick/scenegraph/twotextureproviders/twotextureproviders.pro
+%%QT_EXAMPLEDIR%%/quick/scenegraph/twotextureproviders/twotextureproviders.qrc
+%%QT_EXAMPLEDIR%%/quick/scenegraph/twotextureproviders/xorblender.cpp
+%%QT_EXAMPLEDIR%%/quick/scenegraph/twotextureproviders/xorblender.h
+%%QT_EXAMPLEDIR%%/quick/scenegraph/vulkantextureimport/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/scenegraph/vulkantextureimport/doc/images/vulkantextureimport-example.jpg
+%%QT_EXAMPLEDIR%%/quick/scenegraph/vulkantextureimport/doc/src/vulkantextureimport.qdoc
+%%QT_EXAMPLEDIR%%/quick/scenegraph/vulkantextureimport/main.cpp
+%%QT_EXAMPLEDIR%%/quick/scenegraph/vulkantextureimport/main.qml
+%%QT_EXAMPLEDIR%%/quick/scenegraph/vulkantextureimport/squircle.frag.spv
+%%QT_EXAMPLEDIR%%/quick/scenegraph/vulkantextureimport/squircle.vert.spv
+%%QT_EXAMPLEDIR%%/quick/scenegraph/vulkantextureimport/vulkantextureimport.cpp
+%%QT_EXAMPLEDIR%%/quick/scenegraph/vulkantextureimport/vulkantextureimport.h
+%%QT_EXAMPLEDIR%%/quick/scenegraph/vulkantextureimport/vulkantextureimport.pro
+%%QT_EXAMPLEDIR%%/quick/scenegraph/vulkantextureimport/vulkantextureimport.qrc
+%%QT_EXAMPLEDIR%%/quick/scenegraph/vulkanunderqml/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/scenegraph/vulkanunderqml/doc/images/vulkanunderqml-example.jpg
+%%QT_EXAMPLEDIR%%/quick/scenegraph/vulkanunderqml/doc/src/vulkanunderqml.qdoc
+%%QT_EXAMPLEDIR%%/quick/scenegraph/vulkanunderqml/main.cpp
+%%QT_EXAMPLEDIR%%/quick/scenegraph/vulkanunderqml/main.qml
+%%QT_EXAMPLEDIR%%/quick/scenegraph/vulkanunderqml/squircle.frag.spv
+%%QT_EXAMPLEDIR%%/quick/scenegraph/vulkanunderqml/squircle.vert.spv
+%%QT_EXAMPLEDIR%%/quick/scenegraph/vulkanunderqml/vulkansquircle.cpp
+%%QT_EXAMPLEDIR%%/quick/scenegraph/vulkanunderqml/vulkansquircle.h
+%%QT_EXAMPLEDIR%%/quick/scenegraph/vulkanunderqml/vulkanunderqml.pro
+%%QT_EXAMPLEDIR%%/quick/scenegraph/vulkanunderqml/vulkanunderqml.qrc
+%%QT_EXAMPLEDIR%%/quick/shadereffects/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/shadereffects/content/face-smile.png
+%%QT_EXAMPLEDIR%%/quick/shadereffects/content/qt-logo.png
+%%QT_EXAMPLEDIR%%/quick/shadereffects/content/shaders/blur.frag
+%%QT_EXAMPLEDIR%%/quick/shadereffects/content/shaders/blur.frag.qsb
+%%QT_EXAMPLEDIR%%/quick/shadereffects/content/shaders/colorize.frag
+%%QT_EXAMPLEDIR%%/quick/shadereffects/content/shaders/colorize.frag.qsb
+%%QT_EXAMPLEDIR%%/quick/shadereffects/content/shaders/genie.vert
+%%QT_EXAMPLEDIR%%/quick/shadereffects/content/shaders/genie.vert.qsb
+%%QT_EXAMPLEDIR%%/quick/shadereffects/content/shaders/outline.frag
+%%QT_EXAMPLEDIR%%/quick/shadereffects/content/shaders/outline.frag.qsb
+%%QT_EXAMPLEDIR%%/quick/shadereffects/content/shaders/shadow.frag
+%%QT_EXAMPLEDIR%%/quick/shadereffects/content/shaders/shadow.frag.qsb
+%%QT_EXAMPLEDIR%%/quick/shadereffects/content/shaders/wobble.frag
+%%QT_EXAMPLEDIR%%/quick/shadereffects/content/shaders/wobble.frag.qsb
+%%QT_EXAMPLEDIR%%/quick/shadereffects/doc/images/qml-shadereffects-example.png
+%%QT_EXAMPLEDIR%%/quick/shadereffects/doc/src/shadereffects.qdoc
+%%QT_EXAMPLEDIR%%/quick/shadereffects/main.cpp
+%%QT_EXAMPLEDIR%%/quick/shadereffects/shadereffects.pro
+%%QT_EXAMPLEDIR%%/quick/shadereffects/shadereffects.qml
+%%QT_EXAMPLEDIR%%/quick/shadereffects/shadereffects.qmlproject
+%%QT_EXAMPLEDIR%%/quick/shadereffects/shadereffects.qrc
+%%QT_EXAMPLEDIR%%/quick/shapes/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/shapes/arcDirection.qml
+%%QT_EXAMPLEDIR%%/quick/shapes/arcRotation.qml
+%%QT_EXAMPLEDIR%%/quick/shapes/capStyles.qml
+%%QT_EXAMPLEDIR%%/quick/shapes/clippedtigers.qml
+%%QT_EXAMPLEDIR%%/quick/shapes/cubicCurve.qml
+%%QT_EXAMPLEDIR%%/quick/shapes/dashPattern.qml
+%%QT_EXAMPLEDIR%%/quick/shapes/doc/images/qml-shapes-example.png
+%%QT_EXAMPLEDIR%%/quick/shapes/doc/src/shapes.qdoc
+%%QT_EXAMPLEDIR%%/quick/shapes/ellipticalArcs.qml
+%%QT_EXAMPLEDIR%%/quick/shapes/fillRules.qml
+%%QT_EXAMPLEDIR%%/quick/shapes/gradientSpreadModes.qml
+%%QT_EXAMPLEDIR%%/quick/shapes/interactive.qml
+%%QT_EXAMPLEDIR%%/quick/shapes/joinStyles.qml
+%%QT_EXAMPLEDIR%%/quick/shapes/largeOrSmallArc.qml
+%%QT_EXAMPLEDIR%%/quick/shapes/linearGradient.qml
+%%QT_EXAMPLEDIR%%/quick/shapes/main.cpp
+%%QT_EXAMPLEDIR%%/quick/shapes/main.qml
+%%QT_EXAMPLEDIR%%/quick/shapes/quadraticCurve.qml
+%%QT_EXAMPLEDIR%%/quick/shapes/radialGradient.qml
+%%QT_EXAMPLEDIR%%/quick/shapes/sampling.qml
+%%QT_EXAMPLEDIR%%/quick/shapes/shapegallery.qml
+%%QT_EXAMPLEDIR%%/quick/shapes/shapes.pro
+%%QT_EXAMPLEDIR%%/quick/shapes/shapes.qrc
+%%QT_EXAMPLEDIR%%/quick/shapes/strokeOrFill.qml
+%%QT_EXAMPLEDIR%%/quick/shapes/tapableTriangle.qml
+%%QT_EXAMPLEDIR%%/quick/shapes/text.qml
+%%QT_EXAMPLEDIR%%/quick/shapes/tiger.qml
+%%QT_EXAMPLEDIR%%/quick/shapes/tigerLoader.qml
+%%QT_EXAMPLEDIR%%/quick/shared/Button.qml
+%%QT_EXAMPLEDIR%%/quick/shared/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/shared/CheckBox.qml
+%%QT_EXAMPLEDIR%%/quick/shared/FlickrRssModel.qml
+%%QT_EXAMPLEDIR%%/quick/shared/Images.qml
+%%QT_EXAMPLEDIR%%/quick/shared/Label.qml
+%%QT_EXAMPLEDIR%%/quick/shared/LauncherList.qml
+%%QT_EXAMPLEDIR%%/quick/shared/QtBundleQmlModuleForMacOS.cmake
+%%QT_EXAMPLEDIR%%/quick/shared/README
+%%QT_EXAMPLEDIR%%/quick/shared/SimpleLauncherDelegate.qml
+%%QT_EXAMPLEDIR%%/quick/shared/Slider.qml
+%%QT_EXAMPLEDIR%%/quick/shared/TabSet.qml
+%%QT_EXAMPLEDIR%%/quick/shared/TextField.qml
+%%QT_EXAMPLEDIR%%/quick/shared/images/back.png
+%%QT_EXAMPLEDIR%%/quick/shared/images/checkmark.png
+%%QT_EXAMPLEDIR%%/quick/shared/images/next.png
+%%QT_EXAMPLEDIR%%/quick/shared/images/qt-logo.png
+%%QT_EXAMPLEDIR%%/quick/shared/images/slider_handle.png
+%%QT_EXAMPLEDIR%%/quick/shared/images/tab.png
+%%QT_EXAMPLEDIR%%/quick/shared/qmldir
+%%QT_EXAMPLEDIR%%/quick/shared/quick_shared.qrc
+%%QT_EXAMPLEDIR%%/quick/shared/shared.h
+%%QT_EXAMPLEDIR%%/quick/shared/shared.qrc
+%%QT_EXAMPLEDIR%%/quick/tableview/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/tableview/gameoflife/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/tableview/gameoflife/doc/images/gameoflife.png
+%%QT_EXAMPLEDIR%%/quick/tableview/gameoflife/doc/src/gameoflife.qdoc
+%%QT_EXAMPLEDIR%%/quick/tableview/gameoflife/gameoflife.pro
+%%QT_EXAMPLEDIR%%/quick/tableview/gameoflife/gameoflifemodel.cpp
+%%QT_EXAMPLEDIR%%/quick/tableview/gameoflife/gameoflifemodel.h
+%%QT_EXAMPLEDIR%%/quick/tableview/gameoflife/gosperglidergun.cells
+%%QT_EXAMPLEDIR%%/quick/tableview/gameoflife/main.cpp
+%%QT_EXAMPLEDIR%%/quick/tableview/gameoflife/main.qml
+%%QT_EXAMPLEDIR%%/quick/tableview/pixelator/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/tableview/pixelator/doc/images/qt-pixelator.png
+%%QT_EXAMPLEDIR%%/quick/tableview/pixelator/doc/src/pixelator.qdoc
+%%QT_EXAMPLEDIR%%/quick/tableview/pixelator/imagemodel.cpp
+%%QT_EXAMPLEDIR%%/quick/tableview/pixelator/imagemodel.h
+%%QT_EXAMPLEDIR%%/quick/tableview/pixelator/main.cpp
+%%QT_EXAMPLEDIR%%/quick/tableview/pixelator/main.qml
+%%QT_EXAMPLEDIR%%/quick/tableview/pixelator/pixelator.pro
+%%QT_EXAMPLEDIR%%/quick/tableview/pixelator/qt.png
+%%QT_EXAMPLEDIR%%/quick/tableview/tableview.pro
+%%QT_EXAMPLEDIR%%/quick/text/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/text/doc/images/qml-text-example.png
+%%QT_EXAMPLEDIR%%/quick/text/doc/src/text.qdoc
+%%QT_EXAMPLEDIR%%/quick/text/fonts/availableFonts.qml
+%%QT_EXAMPLEDIR%%/quick/text/fonts/banner.qml
+%%QT_EXAMPLEDIR%%/quick/text/fonts/content/fonts/tarzeau_ocr_a.ttf
+%%QT_EXAMPLEDIR%%/quick/text/fonts/fonts.qml
+%%QT_EXAMPLEDIR%%/quick/text/fonts/hello.qml
+%%QT_EXAMPLEDIR%%/quick/text/imgtag/TextWithImage.qml
+%%QT_EXAMPLEDIR%%/quick/text/imgtag/images/face-sad.png
+%%QT_EXAMPLEDIR%%/quick/text/imgtag/images/face-smile-big.png
+%%QT_EXAMPLEDIR%%/quick/text/imgtag/images/face-smile.png
+%%QT_EXAMPLEDIR%%/quick/text/imgtag/images/heart200.png
+%%QT_EXAMPLEDIR%%/quick/text/imgtag/images/qtlogo.png
+%%QT_EXAMPLEDIR%%/quick/text/imgtag/images/starfish_2.png
+%%QT_EXAMPLEDIR%%/quick/text/imgtag/imgtag.qml
+%%QT_EXAMPLEDIR%%/quick/text/main.cpp
+%%QT_EXAMPLEDIR%%/quick/text/styledtext-layout.qml
+%%QT_EXAMPLEDIR%%/quick/text/text.pro
+%%QT_EXAMPLEDIR%%/quick/text/text.qml
+%%QT_EXAMPLEDIR%%/quick/text/text.qmlproject
+%%QT_EXAMPLEDIR%%/quick/text/text.qrc
+%%QT_EXAMPLEDIR%%/quick/text/textselection/pics/endHandle.png
+%%QT_EXAMPLEDIR%%/quick/text/textselection/pics/endHandle.sci
+%%QT_EXAMPLEDIR%%/quick/text/textselection/pics/startHandle.png
+%%QT_EXAMPLEDIR%%/quick/text/textselection/pics/startHandle.sci
+%%QT_EXAMPLEDIR%%/quick/text/textselection/textselection.qml
+%%QT_EXAMPLEDIR%%/quick/threading/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/threading/doc/images/qml-threading-example.png
+%%QT_EXAMPLEDIR%%/quick/threading/doc/src/threading.qdoc
+%%QT_EXAMPLEDIR%%/quick/threading/main.cpp
+%%QT_EXAMPLEDIR%%/quick/threading/threadedlistmodel/dataloader.mjs
+%%QT_EXAMPLEDIR%%/quick/threading/threadedlistmodel/doc/src/threadedlistmodel.qdoc
+%%QT_EXAMPLEDIR%%/quick/threading/threadedlistmodel/threadedlistmodel.qmlproject
+%%QT_EXAMPLEDIR%%/quick/threading/threadedlistmodel/timedisplay.qml
+%%QT_EXAMPLEDIR%%/quick/threading/threading.pro
+%%QT_EXAMPLEDIR%%/quick/threading/threading.qml
+%%QT_EXAMPLEDIR%%/quick/threading/threading.qmlproject
+%%QT_EXAMPLEDIR%%/quick/threading/threading.qrc
+%%QT_EXAMPLEDIR%%/quick/threading/workerscript/Spinner.qml
+%%QT_EXAMPLEDIR%%/quick/threading/workerscript/workerscript.mjs
+%%QT_EXAMPLEDIR%%/quick/threading/workerscript/workerscript.qml
+%%QT_EXAMPLEDIR%%/quick/threading/workerscript/workerscript.qmlproject
+%%QT_EXAMPLEDIR%%/quick/touchinteraction/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/touchinteraction/doc/images/qml-touchinteraction-example.png
+%%QT_EXAMPLEDIR%%/quick/touchinteraction/doc/src/touchinteraction.qdoc
+%%QT_EXAMPLEDIR%%/quick/touchinteraction/flickable/Panel.qml
+%%QT_EXAMPLEDIR%%/quick/touchinteraction/flickable/basic-flickable.qml
+%%QT_EXAMPLEDIR%%/quick/touchinteraction/flickable/cork.jpg
+%%QT_EXAMPLEDIR%%/quick/touchinteraction/flickable/corkboards.qml
+%%QT_EXAMPLEDIR%%/quick/touchinteraction/flickable/note-yellow.png
+%%QT_EXAMPLEDIR%%/quick/touchinteraction/flickable/tack.png
+%%QT_EXAMPLEDIR%%/quick/touchinteraction/main.cpp
+%%QT_EXAMPLEDIR%%/quick/touchinteraction/multipointtouch/AugmentedTouchPoint.qml
+%%QT_EXAMPLEDIR%%/quick/touchinteraction/multipointtouch/Bear0.png
+%%QT_EXAMPLEDIR%%/quick/touchinteraction/multipointtouch/Bear1.png
+%%QT_EXAMPLEDIR%%/quick/touchinteraction/multipointtouch/Bear2.png
+%%QT_EXAMPLEDIR%%/quick/touchinteraction/multipointtouch/Bear3.png
+%%QT_EXAMPLEDIR%%/quick/touchinteraction/multipointtouch/BearB.png
+%%QT_EXAMPLEDIR%%/quick/touchinteraction/multipointtouch/BearWhackParticleSystem.qml
+%%QT_EXAMPLEDIR%%/quick/touchinteraction/multipointtouch/ParticleFlame.qml
+%%QT_EXAMPLEDIR%%/quick/touchinteraction/multipointtouch/bearwhack.qml
+%%QT_EXAMPLEDIR%%/quick/touchinteraction/multipointtouch/blur-circle.png
+%%QT_EXAMPLEDIR%%/quick/touchinteraction/multipointtouch/blur-circle3.png
+%%QT_EXAMPLEDIR%%/quick/touchinteraction/multipointtouch/heart-blur.png
+%%QT_EXAMPLEDIR%%/quick/touchinteraction/multipointtouch/multiflame.qml
+%%QT_EXAMPLEDIR%%/quick/touchinteraction/multipointtouch/title.png
+%%QT_EXAMPLEDIR%%/quick/touchinteraction/pincharea/flickresize.qml
+%%QT_EXAMPLEDIR%%/quick/touchinteraction/pincharea/qt-logo.jpg
+%%QT_EXAMPLEDIR%%/quick/touchinteraction/touchinteraction.pro
+%%QT_EXAMPLEDIR%%/quick/touchinteraction/touchinteraction.qml
+%%QT_EXAMPLEDIR%%/quick/touchinteraction/touchinteraction.qmlproject
+%%QT_EXAMPLEDIR%%/quick/touchinteraction/touchinteraction.qrc
+%%QT_EXAMPLEDIR%%/quick/tutorials/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview1/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview1/PetsModel.qml
+%%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview1/dynamicview.qml
+%%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview1/dynamicview1.pro
+%%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview1/dynamicview1.qmlproject
+%%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview1/dynamicview1.qrc
+%%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview1/main.cpp
+%%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview2/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview2/PetsModel.qml
+%%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview2/dynamicview.qml
+%%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview2/dynamicview2.pro
+%%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview2/dynamicview2.qmlproject
+%%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview2/dynamicview2.qrc
+%%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview2/main.cpp
+%%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview3/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview3/PetsModel.qml
+%%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview3/dynamicview.qml
+%%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview3/dynamicview3.pro
+%%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview3/dynamicview3.qmlproject
+%%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview3/dynamicview3.qrc
+%%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview3/main.cpp
+%%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview4/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview4/ListSelector.qml
+%%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview4/PetsModel.qml
+%%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview4/dynamicview.qml
+%%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview4/dynamicview4.pro
+%%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview4/dynamicview4.qmlproject
+%%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview4/dynamicview4.qrc
+%%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview4/main.cpp
+%%QT_EXAMPLEDIR%%/quick/tutorials/helloworld/Cell.qml
+%%QT_EXAMPLEDIR%%/quick/tutorials/helloworld/tutorial1.qml
+%%QT_EXAMPLEDIR%%/quick/tutorials/helloworld/tutorial2.qml
+%%QT_EXAMPLEDIR%%/quick/tutorials/helloworld/tutorial3.qml
+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame1/Block.qml
+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame1/Button.qml
+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame1/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame1/main.cpp
+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame1/pics/background.jpg
+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame1/pics/redStone.png
+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame1/samegame.qml
+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame1/samegame1.pro
+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame1/samegame1.qmlproject
+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame1/samegame1.qrc
+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame2/Block.qml
+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame2/Button.qml
+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame2/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame2/main.cpp
+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame2/pics/background.jpg
+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame2/pics/redStone.png
+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame2/samegame.js
+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame2/samegame.qml
+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame2/samegame2.pro
+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame2/samegame2.qmlproject
+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame2/samegame2.qrc
+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame3/Block.qml
+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame3/Button.qml
+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame3/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame3/Dialog.qml
+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame3/main.cpp
+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame3/pics/background.jpg
+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame3/pics/blueStone.png
+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame3/pics/greenStone.png
+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame3/pics/redStone.png
+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame3/samegame.js
+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame3/samegame.qml
+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame3/samegame3.pro
+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame3/samegame3.qmlproject
+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame3/samegame3.qrc
+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame4/BoomBlock.qml
+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame4/Button.qml
+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame4/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame4/Dialog.qml
+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame4/highscores/README
+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame4/highscores/score_data.xml
+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame4/highscores/score_style.xsl
+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame4/highscores/scores.php
+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame4/main.cpp
+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame4/pics/background.jpg
+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame4/pics/blueStar.png
+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame4/pics/blueStone.png
+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame4/pics/greenStar.png
+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame4/pics/greenStone.png
+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame4/pics/redStar.png
+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame4/pics/redStone.png
+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame4/samegame.js
+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame4/samegame.qml
+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame4/samegame4.pro
+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame4/samegame4.qmlproject
+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame4/samegame4.qrc
+%%QT_EXAMPLEDIR%%/quick/tutorials/tutorials.pro
+%%QT_EXAMPLEDIR%%/quick/views/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/views/delegatemodel/delegatemodel.qmlproject
+%%QT_EXAMPLEDIR%%/quick/views/delegatemodel/dragselection.qml
+%%QT_EXAMPLEDIR%%/quick/views/delegatemodel/flipable.pro
+%%QT_EXAMPLEDIR%%/quick/views/delegatemodel/flipable.qrc
+%%QT_EXAMPLEDIR%%/quick/views/delegatemodel/main.cpp
+%%QT_EXAMPLEDIR%%/quick/views/delegatemodel/slideshow.qml
+%%QT_EXAMPLEDIR%%/quick/views/doc/images/qml-modelviews-example.png
+%%QT_EXAMPLEDIR%%/quick/views/doc/src/views.qdoc
+%%QT_EXAMPLEDIR%%/quick/views/gridview/gridview-example.qml
+%%QT_EXAMPLEDIR%%/quick/views/gridview/pics/AddressBook_48.png
+%%QT_EXAMPLEDIR%%/quick/views/gridview/pics/AudioPlayer_48.png
+%%QT_EXAMPLEDIR%%/quick/views/gridview/pics/Camera_48.png
+%%QT_EXAMPLEDIR%%/quick/views/gridview/pics/DateBook_48.png
+%%QT_EXAMPLEDIR%%/quick/views/gridview/pics/EMail_48.png
+%%QT_EXAMPLEDIR%%/quick/views/gridview/pics/TodoList_48.png
+%%QT_EXAMPLEDIR%%/quick/views/gridview/pics/VideoPlayer_48.png
+%%QT_EXAMPLEDIR%%/quick/views/listview/content/PetsModel.qml
+%%QT_EXAMPLEDIR%%/quick/views/listview/content/PressAndHoldButton.qml
+%%QT_EXAMPLEDIR%%/quick/views/listview/content/RecipesModel.qml
+%%QT_EXAMPLEDIR%%/quick/views/listview/content/SmallText.qml
+%%QT_EXAMPLEDIR%%/quick/views/listview/content/TextButton.qml
+%%QT_EXAMPLEDIR%%/quick/views/listview/content/ToggleButton.qml
+%%QT_EXAMPLEDIR%%/quick/views/listview/content/pics/arrow-down.png
+%%QT_EXAMPLEDIR%%/quick/views/listview/content/pics/arrow-up.png
+%%QT_EXAMPLEDIR%%/quick/views/listview/content/pics/fruit-salad.jpg
+%%QT_EXAMPLEDIR%%/quick/views/listview/content/pics/hamburger.jpg
+%%QT_EXAMPLEDIR%%/quick/views/listview/content/pics/lemonade.jpg
+%%QT_EXAMPLEDIR%%/quick/views/listview/content/pics/list-delete.png
+%%QT_EXAMPLEDIR%%/quick/views/listview/content/pics/minus-sign.png
+%%QT_EXAMPLEDIR%%/quick/views/listview/content/pics/moreDown.png
+%%QT_EXAMPLEDIR%%/quick/views/listview/content/pics/moreUp.png
+%%QT_EXAMPLEDIR%%/quick/views/listview/content/pics/pancakes.jpg
+%%QT_EXAMPLEDIR%%/quick/views/listview/content/pics/plus-sign.png
+%%QT_EXAMPLEDIR%%/quick/views/listview/content/pics/vegetable-soup.jpg
+%%QT_EXAMPLEDIR%%/quick/views/listview/displaymargin.qml
+%%QT_EXAMPLEDIR%%/quick/views/listview/dynamiclist.qml
+%%QT_EXAMPLEDIR%%/quick/views/listview/expandingdelegates.qml
+%%QT_EXAMPLEDIR%%/quick/views/listview/highlight.qml
+%%QT_EXAMPLEDIR%%/quick/views/listview/highlightranges.qml
+%%QT_EXAMPLEDIR%%/quick/views/listview/sections.qml
+%%QT_EXAMPLEDIR%%/quick/views/main.cpp
+%%QT_EXAMPLEDIR%%/quick/views/objectmodel/objectmodel.qml
+%%QT_EXAMPLEDIR%%/quick/views/package/Delegate.qml
+%%QT_EXAMPLEDIR%%/quick/views/package/view.qml
+%%QT_EXAMPLEDIR%%/quick/views/pathview/pathview-example.qml
+%%QT_EXAMPLEDIR%%/quick/views/pathview/pics/AddressBook_48.png
+%%QT_EXAMPLEDIR%%/quick/views/pathview/pics/AudioPlayer_48.png
+%%QT_EXAMPLEDIR%%/quick/views/pathview/pics/Camera_48.png
+%%QT_EXAMPLEDIR%%/quick/views/pathview/pics/DateBook_48.png
+%%QT_EXAMPLEDIR%%/quick/views/pathview/pics/EMail_48.png
+%%QT_EXAMPLEDIR%%/quick/views/pathview/pics/TodoList_48.png
+%%QT_EXAMPLEDIR%%/quick/views/pathview/pics/VideoPlayer_48.png
+%%QT_EXAMPLEDIR%%/quick/views/views.pro
+%%QT_EXAMPLEDIR%%/quick/views/views.qml
+%%QT_EXAMPLEDIR%%/quick/views/views.qmlproject
+%%QT_EXAMPLEDIR%%/quick/views/views.qrc
+%%QT_EXAMPLEDIR%%/quick/window/AllScreens.qml
+%%QT_EXAMPLEDIR%%/quick/window/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/window/CurrentScreen.qml
+%%QT_EXAMPLEDIR%%/quick/window/Splash.qml
+%%QT_EXAMPLEDIR%%/quick/window/doc/images/qml-window-example.png
+%%QT_EXAMPLEDIR%%/quick/window/doc/src/window.qdoc
+%%QT_EXAMPLEDIR%%/quick/window/main.cpp
+%%QT_EXAMPLEDIR%%/quick/window/resources/icon.icns
+%%QT_EXAMPLEDIR%%/quick/window/resources/icon.ico
+%%QT_EXAMPLEDIR%%/quick/window/resources/icon.svg
+%%QT_EXAMPLEDIR%%/quick/window/resources/icon64.png
+%%QT_EXAMPLEDIR%%/quick/window/resources/window.rc
+%%QT_EXAMPLEDIR%%/quick/window/window.pro
+%%QT_EXAMPLEDIR%%/quick/window/window.qml
+%%QT_EXAMPLEDIR%%/quick/window/window.qrc
+%%QT_EXAMPLEDIR%%/quick3d/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick3d/antialiasing/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick3d/antialiasing/antialiasing.pro
+%%QT_EXAMPLEDIR%%/quick3d/antialiasing/doc/images/antialiasing-example.png
+%%QT_EXAMPLEDIR%%/quick3d/antialiasing/doc/src/antialiasing.qdoc
+%%QT_EXAMPLEDIR%%/quick3d/antialiasing/main.cpp
+%%QT_EXAMPLEDIR%%/quick3d/antialiasing/main.qml
+%%QT_EXAMPLEDIR%%/quick3d/antialiasing/qml.qrc
+%%QT_EXAMPLEDIR%%/quick3d/bakedlightmap/Box.qml
+%%QT_EXAMPLEDIR%%/quick3d/bakedlightmap/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick3d/bakedlightmap/bakedlightmap.pro
+%%QT_EXAMPLEDIR%%/quick3d/bakedlightmap/box.mesh
+%%QT_EXAMPLEDIR%%/quick3d/bakedlightmap/box_copyright.txt
+%%QT_EXAMPLEDIR%%/quick3d/bakedlightmap/doc/images/bakedlightmap-example.jpg
+%%QT_EXAMPLEDIR%%/quick3d/bakedlightmap/doc/src/qtquick3d-example-bakedlightmap.qdoc
+%%QT_EXAMPLEDIR%%/quick3d/bakedlightmap/main.cpp
+%%QT_EXAMPLEDIR%%/quick3d/bakedlightmap/main.qml
+%%QT_EXAMPLEDIR%%/quick3d/bakedlightmap/qlm_box.exr
+%%QT_EXAMPLEDIR%%/quick3d/bakedlightmap/qlm_list.txt
+%%QT_EXAMPLEDIR%%/quick3d/bakedlightmap/qml.qrc
+%%QT_EXAMPLEDIR%%/quick3d/customeffect/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick3d/customeffect/checkers2.png
+%%QT_EXAMPLEDIR%%/quick3d/customeffect/customeffect.pro
+%%QT_EXAMPLEDIR%%/quick3d/customeffect/doc/images/customeffect-example.jpg
+%%QT_EXAMPLEDIR%%/quick3d/customeffect/doc/src/qtquick3d-examples-customeffect.qdoc
+%%QT_EXAMPLEDIR%%/quick3d/customeffect/effect.frag
+%%QT_EXAMPLEDIR%%/quick3d/customeffect/effect2.frag
+%%QT_EXAMPLEDIR%%/quick3d/customeffect/effect2.vert
+%%QT_EXAMPLEDIR%%/quick3d/customeffect/main.cpp
+%%QT_EXAMPLEDIR%%/quick3d/customeffect/main.qml
+%%QT_EXAMPLEDIR%%/quick3d/customeffect/qml.qrc
+%%QT_EXAMPLEDIR%%/quick3d/customeffect/qt_logo_rect.png
+%%QT_EXAMPLEDIR%%/quick3d/customgeometry/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick3d/customgeometry/customgeometry.pro
+%%QT_EXAMPLEDIR%%/quick3d/customgeometry/doc/images/customgeometry-example.jpg
+%%QT_EXAMPLEDIR%%/quick3d/customgeometry/doc/src/qtquick3d-examples-customgeometry.qdoc
+%%QT_EXAMPLEDIR%%/quick3d/customgeometry/examplegeometry.cpp
+%%QT_EXAMPLEDIR%%/quick3d/customgeometry/examplegeometry.h
+%%QT_EXAMPLEDIR%%/quick3d/customgeometry/main.cpp
+%%QT_EXAMPLEDIR%%/quick3d/customgeometry/main.qml
+%%QT_EXAMPLEDIR%%/quick3d/customgeometry/qt_logo_rect.png
+%%QT_EXAMPLEDIR%%/quick3d/customgeometry/resources.qrc
+%%QT_EXAMPLEDIR%%/quick3d/custominstancing/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick3d/custominstancing/cppinstancetable.cpp
+%%QT_EXAMPLEDIR%%/quick3d/custominstancing/cppinstancetable.h
+%%QT_EXAMPLEDIR%%/quick3d/custominstancing/cubeMaterial.frag
+%%QT_EXAMPLEDIR%%/quick3d/custominstancing/cubeMaterial.vert
+%%QT_EXAMPLEDIR%%/quick3d/custominstancing/custominstancing.pro
+%%QT_EXAMPLEDIR%%/quick3d/custominstancing/doc/images/custominstancing.jpg
+%%QT_EXAMPLEDIR%%/quick3d/custominstancing/doc/src/custominstancing.qdoc
+%%QT_EXAMPLEDIR%%/quick3d/custominstancing/main.cpp
+%%QT_EXAMPLEDIR%%/quick3d/custominstancing/main.qml
+%%QT_EXAMPLEDIR%%/quick3d/custominstancing/qml.qrc
+%%QT_EXAMPLEDIR%%/quick3d/custommaterial/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick3d/custommaterial/custommaterial.pro
+%%QT_EXAMPLEDIR%%/quick3d/custommaterial/doc/images/custommaterial-example.jpg
+%%QT_EXAMPLEDIR%%/quick3d/custommaterial/doc/src/qtquick3d-examples-custommaterial.qdoc
+%%QT_EXAMPLEDIR%%/quick3d/custommaterial/main.cpp
+%%QT_EXAMPLEDIR%%/quick3d/custommaterial/main.qml
+%%QT_EXAMPLEDIR%%/quick3d/custommaterial/maps/OpenfootageNET_lowerAustria01-1024.hdr
+%%QT_EXAMPLEDIR%%/quick3d/custommaterial/material_customlights.frag
+%%QT_EXAMPLEDIR%%/quick3d/custommaterial/material_customspecular.frag
+%%QT_EXAMPLEDIR%%/quick3d/custommaterial/material_distortion.vert
+%%QT_EXAMPLEDIR%%/quick3d/custommaterial/material_metallic.frag
+%%QT_EXAMPLEDIR%%/quick3d/custommaterial/material_simple.frag
+%%QT_EXAMPLEDIR%%/quick3d/custommaterial/material_transparent.frag
+%%QT_EXAMPLEDIR%%/quick3d/custommaterial/materials.qrc
+%%QT_EXAMPLEDIR%%/quick3d/custommaterial/qml.qrc
+%%QT_EXAMPLEDIR%%/quick3d/custommaterial/screen.frag
+%%QT_EXAMPLEDIR%%/quick3d/custommaterial/weirdShape.mesh
+%%QT_EXAMPLEDIR%%/quick3d/custommorphing/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick3d/custommorphing/custommorphing.pro
+%%QT_EXAMPLEDIR%%/quick3d/custommorphing/doc/images/custommorphing.png
+%%QT_EXAMPLEDIR%%/quick3d/custommorphing/doc/images/partialderivatives.png
+%%QT_EXAMPLEDIR%%/quick3d/custommorphing/doc/src/custommorphing.qdoc
+%%QT_EXAMPLEDIR%%/quick3d/custommorphing/main.cpp
+%%QT_EXAMPLEDIR%%/quick3d/custommorphing/main.qml
+%%QT_EXAMPLEDIR%%/quick3d/custommorphing/morphgeometry.cpp
+%%QT_EXAMPLEDIR%%/quick3d/custommorphing/morphgeometry.h
+%%QT_EXAMPLEDIR%%/quick3d/custommorphing/qml.qrc
+%%QT_EXAMPLEDIR%%/quick3d/customshaders/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick3d/customshaders/ExampleMaterial.qml
+%%QT_EXAMPLEDIR%%/quick3d/customshaders/MaterialControl.qml
+%%QT_EXAMPLEDIR%%/quick3d/customshaders/customshaders.pro
+%%QT_EXAMPLEDIR%%/quick3d/customshaders/doc/images/customshaders-example.jpg
+%%QT_EXAMPLEDIR%%/quick3d/customshaders/doc/src/qtquick3d-examples-customshaders.qdoc
+%%QT_EXAMPLEDIR%%/quick3d/customshaders/example.frag
+%%QT_EXAMPLEDIR%%/quick3d/customshaders/example.vert
+%%QT_EXAMPLEDIR%%/quick3d/customshaders/example_tex.frag
+%%QT_EXAMPLEDIR%%/quick3d/customshaders/main.cpp
+%%QT_EXAMPLEDIR%%/quick3d/customshaders/main.qml
+%%QT_EXAMPLEDIR%%/quick3d/customshaders/qt_logo.png
+%%QT_EXAMPLEDIR%%/quick3d/customshaders/resources.qrc
+%%QT_EXAMPLEDIR%%/quick3d/dynamiccreation/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick3d/dynamiccreation/WeirdShape.qml
+%%QT_EXAMPLEDIR%%/quick3d/dynamiccreation/doc/images/dynamiccreation-example.png
+%%QT_EXAMPLEDIR%%/quick3d/dynamiccreation/doc/src/qtquick3d-examples-dynamiccreation.qdoc
+%%QT_EXAMPLEDIR%%/quick3d/dynamiccreation/dynamiccreation.pro
+%%QT_EXAMPLEDIR%%/quick3d/dynamiccreation/main.cpp
+%%QT_EXAMPLEDIR%%/quick3d/dynamiccreation/main.qml
+%%QT_EXAMPLEDIR%%/quick3d/dynamiccreation/qml.qrc
+%%QT_EXAMPLEDIR%%/quick3d/dynamiccreation/weirdShape.mesh
+%%QT_EXAMPLEDIR%%/quick3d/dynamictexture/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick3d/dynamictexture/CorkBoards.qml
+%%QT_EXAMPLEDIR%%/quick3d/dynamictexture/Doors.qml
+%%QT_EXAMPLEDIR%%/quick3d/dynamictexture/content/Panel.qml
+%%QT_EXAMPLEDIR%%/quick3d/dynamictexture/content/cork.jpg
+%%QT_EXAMPLEDIR%%/quick3d/dynamictexture/content/note-yellow.png
+%%QT_EXAMPLEDIR%%/quick3d/dynamictexture/content/tack.png
+%%QT_EXAMPLEDIR%%/quick3d/dynamictexture/doc/images/dynamictexture.png
+%%QT_EXAMPLEDIR%%/quick3d/dynamictexture/doc/src/dynamictexture.qdoc
+%%QT_EXAMPLEDIR%%/quick3d/dynamictexture/dynamictexture.pro
+%%QT_EXAMPLEDIR%%/quick3d/dynamictexture/main.cpp
+%%QT_EXAMPLEDIR%%/quick3d/dynamictexture/main.qml
+%%QT_EXAMPLEDIR%%/quick3d/dynamictexture/meshes/door1.mesh
+%%QT_EXAMPLEDIR%%/quick3d/dynamictexture/meshes/door2.mesh
+%%QT_EXAMPLEDIR%%/quick3d/dynamictexture/meshes/wall.mesh
+%%QT_EXAMPLEDIR%%/quick3d/dynamictexture/qml.qrc
+%%QT_EXAMPLEDIR%%/quick3d/effects/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick3d/effects/CustomEffect.qml
+%%QT_EXAMPLEDIR%%/quick3d/effects/EffectBox.qml
+%%QT_EXAMPLEDIR%%/quick3d/effects/EffectColor.qml
+%%QT_EXAMPLEDIR%%/quick3d/effects/EffectSlider.qml
+%%QT_EXAMPLEDIR%%/quick3d/effects/SettingsGroup.qml
+%%QT_EXAMPLEDIR%%/quick3d/effects/cork.jpg
+%%QT_EXAMPLEDIR%%/quick3d/effects/doc/images/effects-example.jpg
+%%QT_EXAMPLEDIR%%/quick3d/effects/doc/src/qtquick3d-examples-effects.qdoc
+%%QT_EXAMPLEDIR%%/quick3d/effects/effects.pro
+%%QT_EXAMPLEDIR%%/quick3d/effects/main.cpp
+%%QT_EXAMPLEDIR%%/quick3d/effects/main.qml
+%%QT_EXAMPLEDIR%%/quick3d/effects/qml.qrc
+%%QT_EXAMPLEDIR%%/quick3d/effects/texture.png
+%%QT_EXAMPLEDIR%%/quick3d/hellocube/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick3d/hellocube/doc/images/hellocube.png
+%%QT_EXAMPLEDIR%%/quick3d/hellocube/doc/src/hellocube.qdoc
+%%QT_EXAMPLEDIR%%/quick3d/hellocube/hellocube.pro
+%%QT_EXAMPLEDIR%%/quick3d/hellocube/main.cpp
+%%QT_EXAMPLEDIR%%/quick3d/hellocube/main.qml
+%%QT_EXAMPLEDIR%%/quick3d/hellocube/qml.qrc
+%%QT_EXAMPLEDIR%%/quick3d/hellocube/qt_logo.png
+%%QT_EXAMPLEDIR%%/quick3d/helloqtquick3d/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick3d/helloqtquick3d/helloqtquick3d.pro
+%%QT_EXAMPLEDIR%%/quick3d/helloqtquick3d/imageinstancetable.cpp
+%%QT_EXAMPLEDIR%%/quick3d/helloqtquick3d/imageinstancetable.h
+%%QT_EXAMPLEDIR%%/quick3d/helloqtquick3d/main.cpp
+%%QT_EXAMPLEDIR%%/quick3d/helloqtquick3d/main.qml
+%%QT_EXAMPLEDIR%%/quick3d/helloqtquick3d/oldqtlogo.mesh
+%%QT_EXAMPLEDIR%%/quick3d/helloqtquick3d/qml.qrc
+%%QT_EXAMPLEDIR%%/quick3d/helloqtquick3d/qt_logo.png
+%%QT_EXAMPLEDIR%%/quick3d/instancing/Asteroid.qml
+%%QT_EXAMPLEDIR%%/quick3d/instancing/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick3d/instancing/SimpleSpaceship.qml
+%%QT_EXAMPLEDIR%%/quick3d/instancing/doc/images/instancing.jpg
+%%QT_EXAMPLEDIR%%/quick3d/instancing/doc/src/instancing.qdoc
+%%QT_EXAMPLEDIR%%/quick3d/instancing/instancing.pro
+%%QT_EXAMPLEDIR%%/quick3d/instancing/main.cpp
+%%QT_EXAMPLEDIR%%/quick3d/instancing/main.qml
+%%QT_EXAMPLEDIR%%/quick3d/instancing/meshes/asteroid.mesh
+%%QT_EXAMPLEDIR%%/quick3d/instancing/meshes/ship.mesh
+%%QT_EXAMPLEDIR%%/quick3d/instancing/qml.qrc
+%%QT_EXAMPLEDIR%%/quick3d/intro/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick3d/intro/doc/images/intro.png
+%%QT_EXAMPLEDIR%%/quick3d/intro/doc/src/intro.qdoc
+%%QT_EXAMPLEDIR%%/quick3d/intro/intro.pro
+%%QT_EXAMPLEDIR%%/quick3d/intro/main.cpp
+%%QT_EXAMPLEDIR%%/quick3d/intro/main.qml
+%%QT_EXAMPLEDIR%%/quick3d/intro/qml.qrc
+%%QT_EXAMPLEDIR%%/quick3d/lights/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick3d/lights/CustomCheckBox.qml
+%%QT_EXAMPLEDIR%%/quick3d/lights/CustomSlider.qml
+%%QT_EXAMPLEDIR%%/quick3d/lights/RotatingTeaPot.qml
+%%QT_EXAMPLEDIR%%/quick3d/lights/custom.vert
+%%QT_EXAMPLEDIR%%/quick3d/lights/doc/images/lights-example.png
+%%QT_EXAMPLEDIR%%/quick3d/lights/doc/src/qtquick3d-examples-lights.qdoc
+%%QT_EXAMPLEDIR%%/quick3d/lights/lights.pro
+%%QT_EXAMPLEDIR%%/quick3d/lights/main.cpp
+%%QT_EXAMPLEDIR%%/quick3d/lights/main.qml
+%%QT_EXAMPLEDIR%%/quick3d/lights/qml.qrc
+%%QT_EXAMPLEDIR%%/quick3d/lights/teapot.mesh
+%%QT_EXAMPLEDIR%%/quick3d/lights/white.png
+%%QT_EXAMPLEDIR%%/quick3d/morphing/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick3d/morphing/RealSlider.qml
+%%QT_EXAMPLEDIR%%/quick3d/morphing/doc/images/blender.jpg
+%%QT_EXAMPLEDIR%%/quick3d/morphing/doc/images/morphing.png
+%%QT_EXAMPLEDIR%%/quick3d/morphing/doc/src/morphing.qdoc
+%%QT_EXAMPLEDIR%%/quick3d/morphing/main.cpp
+%%QT_EXAMPLEDIR%%/quick3d/morphing/main.qml
+%%QT_EXAMPLEDIR%%/quick3d/morphing/morphing.pro
+%%QT_EXAMPLEDIR%%/quick3d/morphing/qml.qrc
+%%QT_EXAMPLEDIR%%/quick3d/morphing/suzanne.mesh
+%%QT_EXAMPLEDIR%%/quick3d/offlineshaders/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick3d/offlineshaders/MaterialRed.qml
+%%QT_EXAMPLEDIR%%/quick3d/offlineshaders/MaterialRedExtended.qml
+%%QT_EXAMPLEDIR%%/quick3d/offlineshaders/main.cpp
+%%QT_EXAMPLEDIR%%/quick3d/offlineshaders/main.qml
+%%QT_EXAMPLEDIR%%/quick3d/offlineshaders/maps/metallic/basecolor.jpg
+%%QT_EXAMPLEDIR%%/quick3d/offlineshaders/materials.qrc
+%%QT_EXAMPLEDIR%%/quick3d/offlineshaders/offlineshaders.pro
+%%QT_EXAMPLEDIR%%/quick3d/offlineshaders/qml.qrc
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/doc/images/particles3d-loggingview.jpg
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/doc/images/particles3d-settings.jpg
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/doc/images/particles3d-snowing.jpg
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/doc/images/particles3d-testbed.jpg
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/doc/src/qtquick3d-examples-particles3d.qdoc
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/main.cpp
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/particles3d.pro
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/qml.qrc
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/qml/AlignedParticles.qml
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/qml/AnimatedSprite.qml
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/qml/AttractorShapes.qml
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/qml/ColorfulParticles.qml
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/qml/CustomCheckBox.qml
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/qml/CustomLabel.qml
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/qml/CustomSelectionBox.qml
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/qml/CustomSlider.qml
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/qml/DynamicBursts.qml
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/qml/EmitAndBurst.qml
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/qml/EmitterCustomShapes.qml
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/qml/EmitterShapes.qml
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/qml/FadingInOut.qml
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/qml/Fire.qml
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/qml/HeartTrail.qml
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/qml/Lights.qml
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/qml/LineParticles.qml
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/qml/LoggingView.qml
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/qml/ModelBlendParticles.qml
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/qml/ModelShape.qml
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/qml/OceanSpider.qml
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/qml/QtLogoAnimation.qml
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/qml/SettingsView.qml
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/qml/Snowing.qml
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/qml/Sorting.qml
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/qml/Speedometer.qml
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/qml/StartupView.qml
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/qml/SystemPlayPause.qml
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/qml/TrailEmitterBurst.qml
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/qml/data/heart_4096.cbor
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/qml/data/qt_logo_in_4096.cbor
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/qml/data/qt_logo_out_4096.cbor
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/qml/images/arrow_icon.png
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/qml/images/bear_black.png
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/qml/images/colorTable.png
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/qml/images/color_table2.png
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/qml/images/color_table3.png
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/qml/images/color_table4.png
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/qml/images/color_table5.png
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/qml/images/dot.png
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/qml/images/dust.png
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/qml/images/explosion_01_strip13.png
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/qml/images/icon_interval.png
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/qml/images/icon_logging.png
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/qml/images/icon_pause.png
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/qml/images/icon_play.png
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/qml/images/icon_settings.png
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/qml/images/leather_n.png
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/qml/images/license.txt
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/qml/images/qt_logo.png
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/qml/images/qt_logo2.png
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/qml/images/qt_logo2_n.png
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/qml/images/smoke.png
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/qml/images/smoke_sprite.png
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/qml/images/snowflake.png
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/qml/images/speedometer_labels.png
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/qml/images/sphere.png
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/qml/images/sprite_09.png
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/qml/images/star.png
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/qml/images/star2.png
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/qml/images/star3.png
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/qml/main.qml
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/qml/meshes/meter_background.mesh
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/qml/meshes/meter_edge.mesh
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/qml/meshes/oldqtlogo.mesh
+%%QT_EXAMPLEDIR%%/quick3d/particles3d/qml/meshes/suzanne.mesh
+%%QT_EXAMPLEDIR%%/quick3d/picking/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick3d/picking/doc/images/picking-example.png
+%%QT_EXAMPLEDIR%%/quick3d/picking/doc/src/qtquick3d-examples-picking.qdoc
+%%QT_EXAMPLEDIR%%/quick3d/picking/main.cpp
+%%QT_EXAMPLEDIR%%/quick3d/picking/main.qml
+%%QT_EXAMPLEDIR%%/quick3d/picking/maps/roughness.jpg
+%%QT_EXAMPLEDIR%%/quick3d/picking/materials.qrc
+%%QT_EXAMPLEDIR%%/quick3d/picking/picking.pro
+%%QT_EXAMPLEDIR%%/quick3d/picking/qml.qrc
+%%QT_EXAMPLEDIR%%/quick3d/principledmaterial/AlphaPane.qml
+%%QT_EXAMPLEDIR%%/quick3d/principledmaterial/BackgroundCurtain.qml
+%%QT_EXAMPLEDIR%%/quick3d/principledmaterial/BasicsPane.qml
+%%QT_EXAMPLEDIR%%/quick3d/principledmaterial/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick3d/principledmaterial/ClearcoatPane.qml
+%%QT_EXAMPLEDIR%%/quick3d/principledmaterial/DemoPane.qml
+%%QT_EXAMPLEDIR%%/quick3d/principledmaterial/DetailsPane.qml
+%%QT_EXAMPLEDIR%%/quick3d/principledmaterial/MarkdownLabel.qml
+%%QT_EXAMPLEDIR%%/quick3d/principledmaterial/RefractionPane.qml
+%%QT_EXAMPLEDIR%%/quick3d/principledmaterial/SpecialPane.qml
+%%QT_EXAMPLEDIR%%/quick3d/principledmaterial/TextureSourceControl.qml
+%%QT_EXAMPLEDIR%%/quick3d/principledmaterial/VerticalSectionSeparator.qml
+%%QT_EXAMPLEDIR%%/quick3d/principledmaterial/assets.qrc
+%%QT_EXAMPLEDIR%%/quick3d/principledmaterial/doc/images/principledmaterial-example.png
+%%QT_EXAMPLEDIR%%/quick3d/principledmaterial/doc/src/qtquick3d-examples-principledmaterial.qdoc
+%%QT_EXAMPLEDIR%%/quick3d/principledmaterial/imagehelper.cpp
+%%QT_EXAMPLEDIR%%/quick3d/principledmaterial/imagehelper.h
+%%QT_EXAMPLEDIR%%/quick3d/principledmaterial/main.cpp
+%%QT_EXAMPLEDIR%%/quick3d/principledmaterial/main.qml
+%%QT_EXAMPLEDIR%%/quick3d/principledmaterial/maps/OpenfootageNET_garage-1024.hdr
+%%QT_EXAMPLEDIR%%/quick3d/principledmaterial/maps/alpha_gradient.png
+%%QT_EXAMPLEDIR%%/quick3d/principledmaterial/maps/curtain_normal.jpg
+%%QT_EXAMPLEDIR%%/quick3d/principledmaterial/maps/grid.png
+%%QT_EXAMPLEDIR%%/quick3d/principledmaterial/maps/metallic/basecolor.jpg
+%%QT_EXAMPLEDIR%%/quick3d/principledmaterial/maps/metallic/metallic.jpg
+%%QT_EXAMPLEDIR%%/quick3d/principledmaterial/maps/metallic/normal.jpg
+%%QT_EXAMPLEDIR%%/quick3d/principledmaterial/maps/metallic/roughness.jpg
+%%QT_EXAMPLEDIR%%/quick3d/principledmaterial/maps/monkey_ao.jpg
+%%QT_EXAMPLEDIR%%/quick3d/principledmaterial/maps/monkey_thickness.jpg
+%%QT_EXAMPLEDIR%%/quick3d/principledmaterial/maps/noise.png
+%%QT_EXAMPLEDIR%%/quick3d/principledmaterial/maps/normal_stamp.png
+%%QT_EXAMPLEDIR%%/quick3d/principledmaterial/maps/small_envmap.jpg
+%%QT_EXAMPLEDIR%%/quick3d/principledmaterial/maps/tilepattern.png
+%%QT_EXAMPLEDIR%%/quick3d/principledmaterial/meshes/curtain.mesh
+%%QT_EXAMPLEDIR%%/quick3d/principledmaterial/meshes/frame.mesh
+%%QT_EXAMPLEDIR%%/quick3d/principledmaterial/meshes/logo_lines.mesh
+%%QT_EXAMPLEDIR%%/quick3d/principledmaterial/meshes/logo_points.mesh
+%%QT_EXAMPLEDIR%%/quick3d/principledmaterial/meshes/suzanne.mesh
+%%QT_EXAMPLEDIR%%/quick3d/principledmaterial/principledmaterial.pro
+%%QT_EXAMPLEDIR%%/quick3d/principledmaterial/qml.qrc
+%%QT_EXAMPLEDIR%%/quick3d/proceduraltexture/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick3d/proceduraltexture/doc/images/proceduraltexture-example.jpg
+%%QT_EXAMPLEDIR%%/quick3d/proceduraltexture/doc/src/qtquick3d-examples-proceduraltexture.qdoc
+%%QT_EXAMPLEDIR%%/quick3d/proceduraltexture/gradienttexture.cpp
+%%QT_EXAMPLEDIR%%/quick3d/proceduraltexture/gradienttexture.h
+%%QT_EXAMPLEDIR%%/quick3d/proceduraltexture/main.cpp
+%%QT_EXAMPLEDIR%%/quick3d/proceduraltexture/main.qml
+%%QT_EXAMPLEDIR%%/quick3d/proceduraltexture/proceduraltexture.pro
+%%QT_EXAMPLEDIR%%/quick3d/proceduraltexture/qml.qrc
+%%QT_EXAMPLEDIR%%/quick3d/quick3d.pro
+%%QT_EXAMPLEDIR%%/quick3d/quickball/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick3d/quickball/doc/images/quickball-ball.png
+%%QT_EXAMPLEDIR%%/quick3d/quickball/doc/images/quickball-example.jpg
+%%QT_EXAMPLEDIR%%/quick3d/quickball/doc/images/quickball-world.png
+%%QT_EXAMPLEDIR%%/quick3d/quickball/doc/src/qtquick3d-examples-quickball.qdoc
+%%QT_EXAMPLEDIR%%/quick3d/quickball/images/ball.jpg
+%%QT_EXAMPLEDIR%%/quick3d/quickball/images/ball_icon.png
+%%QT_EXAMPLEDIR%%/quick3d/quickball/images/ball_n.jpg
+%%QT_EXAMPLEDIR%%/quick3d/quickball/images/grass.jpg
+%%QT_EXAMPLEDIR%%/quick3d/quickball/images/grass_n.jpg
+%%QT_EXAMPLEDIR%%/quick3d/quickball/images/particle.png
+%%QT_EXAMPLEDIR%%/quick3d/quickball/images/qt_logo.jpg
+%%QT_EXAMPLEDIR%%/quick3d/quickball/images/qt_logo_n.jpg
+%%QT_EXAMPLEDIR%%/quick3d/quickball/images/quickball.png
+%%QT_EXAMPLEDIR%%/quick3d/quickball/images/sky.jpg
+%%QT_EXAMPLEDIR%%/quick3d/quickball/main.cpp
+%%QT_EXAMPLEDIR%%/quick3d/quickball/main.qml
+%%QT_EXAMPLEDIR%%/quick3d/quickball/qml.qrc
+%%QT_EXAMPLEDIR%%/quick3d/quickball/quickball.pro
+%%QT_EXAMPLEDIR%%/quick3d/quickitems/Built_with_Qt_RGB_logo_vertical.png
+%%QT_EXAMPLEDIR%%/quick3d/quickitems/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick3d/quickitems/doc/images/quickitems-example.png
+%%QT_EXAMPLEDIR%%/quick3d/quickitems/doc/src/qtquick3d-examples-quickitems.qdoc
+%%QT_EXAMPLEDIR%%/quick3d/quickitems/main.cpp
+%%QT_EXAMPLEDIR%%/quick3d/quickitems/main.qml
+%%QT_EXAMPLEDIR%%/quick3d/quickitems/qml.qrc
+%%QT_EXAMPLEDIR%%/quick3d/quickitems/quickitems.pro
+%%QT_EXAMPLEDIR%%/quick3d/reflectionprobes/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick3d/reflectionprobes/SettingsPanel.qml
+%%QT_EXAMPLEDIR%%/quick3d/reflectionprobes/doc/images/reflectionprobes-example.jpg
+%%QT_EXAMPLEDIR%%/quick3d/reflectionprobes/doc/src/reflectionprobes.qdoc
+%%QT_EXAMPLEDIR%%/quick3d/reflectionprobes/main.cpp
+%%QT_EXAMPLEDIR%%/quick3d/reflectionprobes/main.qml
+%%QT_EXAMPLEDIR%%/quick3d/reflectionprobes/materials.qrc
+%%QT_EXAMPLEDIR%%/quick3d/reflectionprobes/qml.qrc
+%%QT_EXAMPLEDIR%%/quick3d/reflectionprobes/reflectionprobes.pro
+%%QT_EXAMPLEDIR%%/quick3d/reflectionprobes/res/OpenfootageNET_lowerAustria01-1024.hdr
+%%QT_EXAMPLEDIR%%/quick3d/reflectionprobes/res/snowflake.png
+%%QT_EXAMPLEDIR%%/quick3d/robotarm/Backend/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick3d/robotarm/Backend/animatedparam.cpp
+%%QT_EXAMPLEDIR%%/quick3d/robotarm/Backend/animatedparam.h
+%%QT_EXAMPLEDIR%%/quick3d/robotarm/Backend/backend.cpp
+%%QT_EXAMPLEDIR%%/quick3d/robotarm/Backend/backend.h
+%%QT_EXAMPLEDIR%%/quick3d/robotarm/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick3d/robotarm/RobotArm.qmlproject
+%%QT_EXAMPLEDIR%%/quick3d/robotarm/backend_mock/Backend/BackendMock.qml
+%%QT_EXAMPLEDIR%%/quick3d/robotarm/backend_mock/Backend/qmldir
+%%QT_EXAMPLEDIR%%/quick3d/robotarm/content/App.qml
+%%QT_EXAMPLEDIR%%/quick3d/robotarm/content/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick3d/robotarm/content/LabeledSlider.ui.qml
+%%QT_EXAMPLEDIR%%/quick3d/robotarm/content/MainScreen.ui.qml
+%%QT_EXAMPLEDIR%%/quick3d/robotarm/content/NodeIndicator.qml
+%%QT_EXAMPLEDIR%%/quick3d/robotarm/content/RoboticArm.ui.qml
+%%QT_EXAMPLEDIR%%/quick3d/robotarm/content/Toggle.ui.qml
+%%QT_EXAMPLEDIR%%/quick3d/robotarm/content/fonts/fonts.txt
+%%QT_EXAMPLEDIR%%/quick3d/robotarm/content/maps/qt.png
+%%QT_EXAMPLEDIR%%/quick3d/robotarm/content/meshes/arm.mesh
+%%QT_EXAMPLEDIR%%/quick3d/robotarm/content/meshes/base.mesh
+%%QT_EXAMPLEDIR%%/quick3d/robotarm/content/meshes/forearm.mesh
+%%QT_EXAMPLEDIR%%/quick3d/robotarm/content/meshes/hand.mesh
+%%QT_EXAMPLEDIR%%/quick3d/robotarm/content/meshes/hand_grab_b.mesh
+%%QT_EXAMPLEDIR%%/quick3d/robotarm/content/meshes/hand_grab_b_hinge_1.mesh
+%%QT_EXAMPLEDIR%%/quick3d/robotarm/content/meshes/hand_grab_b_hinge_2.mesh
+%%QT_EXAMPLEDIR%%/quick3d/robotarm/content/meshes/hand_grab_t.mesh
+%%QT_EXAMPLEDIR%%/quick3d/robotarm/content/meshes/hand_grab_t_hinge_1.mesh
+%%QT_EXAMPLEDIR%%/quick3d/robotarm/content/meshes/hand_grab_t_hinge_2.mesh
+%%QT_EXAMPLEDIR%%/quick3d/robotarm/content/meshes/hand_hinge.mesh
+%%QT_EXAMPLEDIR%%/quick3d/robotarm/content/meshes/root.mesh
+%%QT_EXAMPLEDIR%%/quick3d/robotarm/doc/images/robotarm-example.png
+%%QT_EXAMPLEDIR%%/quick3d/robotarm/doc/src/qtquick3d-examples-robotarm.qdoc
+%%QT_EXAMPLEDIR%%/quick3d/robotarm/imports/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick3d/robotarm/imports/RobotArm/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick3d/robotarm/imports/RobotArm/Constants.qml
+%%QT_EXAMPLEDIR%%/quick3d/robotarm/imports/RobotArm/designer/plugin.metainfo
+%%QT_EXAMPLEDIR%%/quick3d/robotarm/imports/RobotArm/qmldir
+%%QT_EXAMPLEDIR%%/quick3d/robotarm/main.qml
+%%QT_EXAMPLEDIR%%/quick3d/robotarm/qmlmodules
+%%QT_EXAMPLEDIR%%/quick3d/robotarm/qtquickcontrols2.conf
+%%QT_EXAMPLEDIR%%/quick3d/robotarm/src/app_environment.h
+%%QT_EXAMPLEDIR%%/quick3d/robotarm/src/import_qml_plugins.h
+%%QT_EXAMPLEDIR%%/quick3d/robotarm/src/main.cpp
+%%QT_EXAMPLEDIR%%/quick3d/runtimeloader/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick3d/runtimeloader/doc/images/runtimeloader-example.jpg
+%%QT_EXAMPLEDIR%%/quick3d/runtimeloader/doc/src/qtquick3d-examples-runtimeloader.qdoc
+%%QT_EXAMPLEDIR%%/quick3d/runtimeloader/main.cpp
+%%QT_EXAMPLEDIR%%/quick3d/runtimeloader/main.qml
+%%QT_EXAMPLEDIR%%/quick3d/runtimeloader/qml.qrc
+%%QT_EXAMPLEDIR%%/quick3d/runtimeloader/runtimeloader.pro
+%%QT_EXAMPLEDIR%%/quick3d/screenspacereflections/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick3d/screenspacereflections/ScreenSpaceReflections.qml
+%%QT_EXAMPLEDIR%%/quick3d/screenspacereflections/doc/images/screenspacereflections-example.jpg
+%%QT_EXAMPLEDIR%%/quick3d/screenspacereflections/doc/src/screenspacereflections.qdoc
+%%QT_EXAMPLEDIR%%/quick3d/screenspacereflections/main.cpp
+%%QT_EXAMPLEDIR%%/quick3d/screenspacereflections/main.qml
+%%QT_EXAMPLEDIR%%/quick3d/screenspacereflections/maps/OpenfootageNET_lowerAustria01-1024.hdr
+%%QT_EXAMPLEDIR%%/quick3d/screenspacereflections/material_screenspacereflections.frag
+%%QT_EXAMPLEDIR%%/quick3d/screenspacereflections/materials.qrc
+%%QT_EXAMPLEDIR%%/quick3d/screenspacereflections/qml.qrc
+%%QT_EXAMPLEDIR%%/quick3d/screenspacereflections/qt_logo_rect.png
+%%QT_EXAMPLEDIR%%/quick3d/screenspacereflections/screenspacereflections.pro
+%%QT_EXAMPLEDIR%%/quick3d/skinning/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick3d/skinning/SimpleSkinning.qml
+%%QT_EXAMPLEDIR%%/quick3d/skinning/SimpleSkinningNew.qml
+%%QT_EXAMPLEDIR%%/quick3d/skinning/doc/images/inverseBindPoses.png
+%%QT_EXAMPLEDIR%%/quick3d/skinning/doc/images/inverseBindPoses2.png
+%%QT_EXAMPLEDIR%%/quick3d/skinning/doc/images/jointinfo.png
+%%QT_EXAMPLEDIR%%/quick3d/skinning/doc/images/jointinfo2.png
+%%QT_EXAMPLEDIR%%/quick3d/skinning/doc/images/skinning.png
+%%QT_EXAMPLEDIR%%/quick3d/skinning/doc/images/vertexinfo.png
+%%QT_EXAMPLEDIR%%/quick3d/skinning/doc/src/skinning.qdoc
+%%QT_EXAMPLEDIR%%/quick3d/skinning/main.cpp
+%%QT_EXAMPLEDIR%%/quick3d/skinning/main.qml
+%%QT_EXAMPLEDIR%%/quick3d/skinning/qml.qrc
+%%QT_EXAMPLEDIR%%/quick3d/skinning/skingeometry.cpp
+%%QT_EXAMPLEDIR%%/quick3d/skinning/skingeometry.h
+%%QT_EXAMPLEDIR%%/quick3d/skinning/skinning.pro
+%%QT_EXAMPLEDIR%%/quick3d/submeshes/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick3d/submeshes/doc/images/submeshes-example.png
+%%QT_EXAMPLEDIR%%/quick3d/submeshes/doc/images/submeshes-example1.png
+%%QT_EXAMPLEDIR%%/quick3d/submeshes/doc/images/submeshes-example2.png
+%%QT_EXAMPLEDIR%%/quick3d/submeshes/doc/src/qtquick3d-examples-submeshes.qdoc
+%%QT_EXAMPLEDIR%%/quick3d/submeshes/main.cpp
+%%QT_EXAMPLEDIR%%/quick3d/submeshes/meshes.qrc
+%%QT_EXAMPLEDIR%%/quick3d/submeshes/meshes/distortedcube.mesh
+%%QT_EXAMPLEDIR%%/quick3d/submeshes/qml.qrc
+%%QT_EXAMPLEDIR%%/quick3d/submeshes/qml/DistortedCube.qml
+%%QT_EXAMPLEDIR%%/quick3d/submeshes/qml/main.qml
+%%QT_EXAMPLEDIR%%/quick3d/submeshes/submeshes.pro
+%%QT_EXAMPLEDIR%%/quick3d/view3d/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick3d/view3d/doc/images/view3d-example.png
+%%QT_EXAMPLEDIR%%/quick3d/view3d/doc/src/qtquick3d-examples-view3d.qdoc
+%%QT_EXAMPLEDIR%%/quick3d/view3d/main.cpp
+%%QT_EXAMPLEDIR%%/quick3d/view3d/main.qml
+%%QT_EXAMPLEDIR%%/quick3d/view3d/qml.qrc
+%%QT_EXAMPLEDIR%%/quick3d/view3d/teapot.mesh
+%%QT_EXAMPLEDIR%%/quick3d/view3d/view3d.pro
+%%QT_EXAMPLEDIR%%/quick3dphysics/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick3dphysics/cannon/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick3dphysics/cannon/Crosshair.qml
+%%QT_EXAMPLEDIR%%/quick3dphysics/cannon/box.qml
+%%QT_EXAMPLEDIR%%/quick3dphysics/cannon/cannon.pro
+%%QT_EXAMPLEDIR%%/quick3dphysics/cannon/doc/images/cannon-example.jpg
+%%QT_EXAMPLEDIR%%/quick3dphysics/cannon/doc/src/qtquick3dphysics-examples-cannon.qdoc
+%%QT_EXAMPLEDIR%%/quick3dphysics/cannon/main.cpp
+%%QT_EXAMPLEDIR%%/quick3dphysics/cannon/main.qml
+%%QT_EXAMPLEDIR%%/quick3dphysics/cannon/qml.qrc
+%%QT_EXAMPLEDIR%%/quick3dphysics/cannon/sphere.qml
+%%QT_EXAMPLEDIR%%/quick3dphysics/compoundshapes/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick3dphysics/compoundshapes/CapsuleLink.qml
+%%QT_EXAMPLEDIR%%/quick3dphysics/compoundshapes/MeshLink.qml
+%%QT_EXAMPLEDIR%%/quick3dphysics/compoundshapes/compoundshapes.pro
+%%QT_EXAMPLEDIR%%/quick3dphysics/compoundshapes/doc/images/compoundshapes-example-capsulelink.jpg
+%%QT_EXAMPLEDIR%%/quick3dphysics/compoundshapes/doc/images/compoundshapes-example-meshlink.jpg
+%%QT_EXAMPLEDIR%%/quick3dphysics/compoundshapes/doc/images/compoundshapes-example.jpg
+%%QT_EXAMPLEDIR%%/quick3dphysics/compoundshapes/doc/src/qtquick3dphysics-examples-compoundshapes.qdoc
+%%QT_EXAMPLEDIR%%/quick3dphysics/compoundshapes/main.cpp
+%%QT_EXAMPLEDIR%%/quick3dphysics/compoundshapes/main.qml
+%%QT_EXAMPLEDIR%%/quick3dphysics/compoundshapes/meshes/ring.mesh
+%%QT_EXAMPLEDIR%%/quick3dphysics/compoundshapes/meshes/segmentedRing_001.mesh
+%%QT_EXAMPLEDIR%%/quick3dphysics/compoundshapes/meshes/segmentedRing_002.mesh
+%%QT_EXAMPLEDIR%%/quick3dphysics/compoundshapes/meshes/segmentedRing_003.mesh
+%%QT_EXAMPLEDIR%%/quick3dphysics/compoundshapes/meshes/segmentedRing_004.mesh
+%%QT_EXAMPLEDIR%%/quick3dphysics/compoundshapes/meshes/segmentedRing_005.mesh
+%%QT_EXAMPLEDIR%%/quick3dphysics/compoundshapes/meshes/segmentedRing_006.mesh
+%%QT_EXAMPLEDIR%%/quick3dphysics/compoundshapes/meshes/segmentedRing_007.mesh
+%%QT_EXAMPLEDIR%%/quick3dphysics/compoundshapes/meshes/segmentedRing_008.mesh
+%%QT_EXAMPLEDIR%%/quick3dphysics/compoundshapes/meshes/segmentedRing_009.mesh
+%%QT_EXAMPLEDIR%%/quick3dphysics/compoundshapes/meshes/segmentedRing_010.mesh
+%%QT_EXAMPLEDIR%%/quick3dphysics/compoundshapes/meshes/segmentedRing_011.mesh
+%%QT_EXAMPLEDIR%%/quick3dphysics/compoundshapes/meshes/segmentedRing_012.mesh
+%%QT_EXAMPLEDIR%%/quick3dphysics/compoundshapes/qml.qrc
+%%QT_EXAMPLEDIR%%/quick3dphysics/compoundshapes/resources.qrc
+%%QT_EXAMPLEDIR%%/quick3dphysics/compoundshapes/ring.glb
+%%QT_EXAMPLEDIR%%/quick3dphysics/customshapes/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick3dphysics/customshapes/customshapes.pro
+%%QT_EXAMPLEDIR%%/quick3dphysics/customshapes/doc/images/customshapes-example.jpg
+%%QT_EXAMPLEDIR%%/quick3dphysics/customshapes/doc/src/qtquick3dphysics-examples-customshapes.qdoc
+%%QT_EXAMPLEDIR%%/quick3dphysics/customshapes/main.cpp
+%%QT_EXAMPLEDIR%%/quick3dphysics/customshapes/main.qml
+%%QT_EXAMPLEDIR%%/quick3dphysics/customshapes/maps/cloth-heightmap.png
+%%QT_EXAMPLEDIR%%/quick3dphysics/customshapes/maps/numbers-normal.png
+%%QT_EXAMPLEDIR%%/quick3dphysics/customshapes/maps/numbers.png
+%%QT_EXAMPLEDIR%%/quick3dphysics/customshapes/maps/weave.png
+%%QT_EXAMPLEDIR%%/quick3dphysics/customshapes/meshes/cup.mesh
+%%QT_EXAMPLEDIR%%/quick3dphysics/customshapes/meshes/dodecahedron.mesh
+%%QT_EXAMPLEDIR%%/quick3dphysics/customshapes/meshes/icosahedron.mesh
+%%QT_EXAMPLEDIR%%/quick3dphysics/customshapes/meshes/octahedron.mesh
+%%QT_EXAMPLEDIR%%/quick3dphysics/customshapes/meshes/simpleCup.mesh
+%%QT_EXAMPLEDIR%%/quick3dphysics/customshapes/meshes/tetrahedron.mesh
+%%QT_EXAMPLEDIR%%/quick3dphysics/customshapes/meshes/tower.mesh
+%%QT_EXAMPLEDIR%%/quick3dphysics/customshapes/qml.qrc
+%%QT_EXAMPLEDIR%%/quick3dphysics/customshapes/resources.qrc
+%%QT_EXAMPLEDIR%%/quick3dphysics/impeller/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick3dphysics/impeller/doc/images/impeller-example.jpg
+%%QT_EXAMPLEDIR%%/quick3dphysics/impeller/doc/src/qtquick3dphysics-examples-impeller.qdoc
+%%QT_EXAMPLEDIR%%/quick3dphysics/impeller/impeller.pro
+%%QT_EXAMPLEDIR%%/quick3dphysics/impeller/main.cpp
+%%QT_EXAMPLEDIR%%/quick3dphysics/impeller/main.qml
+%%QT_EXAMPLEDIR%%/quick3dphysics/impeller/qml.qrc
+%%QT_EXAMPLEDIR%%/quick3dphysics/mass/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick3dphysics/mass/RolyPoly.qml
+%%QT_EXAMPLEDIR%%/quick3dphysics/mass/doc/images/mass-example.jpg
+%%QT_EXAMPLEDIR%%/quick3dphysics/mass/doc/src/qtquick3dphysics-examples-mass.qdoc
+%%QT_EXAMPLEDIR%%/quick3dphysics/mass/main.cpp
+%%QT_EXAMPLEDIR%%/quick3dphysics/mass/main.qml
+%%QT_EXAMPLEDIR%%/quick3dphysics/mass/mass.pro
+%%QT_EXAMPLEDIR%%/quick3dphysics/mass/qml.qrc
+%%QT_EXAMPLEDIR%%/quick3dphysics/mass/sphere.qml
+%%QT_EXAMPLEDIR%%/quick3dphysics/material/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick3dphysics/material/doc/images/material-example.jpg
+%%QT_EXAMPLEDIR%%/quick3dphysics/material/doc/src/qtquick3dphysics-examples-material.qdoc
+%%QT_EXAMPLEDIR%%/quick3dphysics/material/main.cpp
+%%QT_EXAMPLEDIR%%/quick3dphysics/material/main.qml
+%%QT_EXAMPLEDIR%%/quick3dphysics/material/material.pro
+%%QT_EXAMPLEDIR%%/quick3dphysics/material/qml.qrc
+%%QT_EXAMPLEDIR%%/quick3dphysics/quick3dphysics.pro
+%%QT_EXAMPLEDIR%%/quick3dphysics/simple/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick3dphysics/simple/doc/images/simple-example.jpg
+%%QT_EXAMPLEDIR%%/quick3dphysics/simple/doc/src/qtquick3dphysics-examples-simple.qdoc
+%%QT_EXAMPLEDIR%%/quick3dphysics/simple/main.cpp
+%%QT_EXAMPLEDIR%%/quick3dphysics/simple/main.qml
+%%QT_EXAMPLEDIR%%/quick3dphysics/simple/qml.qrc
+%%QT_EXAMPLEDIR%%/quick3dphysics/simple/simple.pro
+%%QT_EXAMPLEDIR%%/quickcontrols2/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter1/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter1/chapter1.pro
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter1/main.cpp
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter1/main.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter1/qtquickcontrols2.conf
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter2/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter2/chapter2.pro
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter2/images/Albert_Einstein.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter2/images/Albert_Einstein@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter2/images/Albert_Einstein@3x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter2/images/Albert_Einstein@4x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter2/images/Ernest_Hemingway.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter2/images/Ernest_Hemingway@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter2/images/Ernest_Hemingway@3x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter2/images/Ernest_Hemingway@4x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter2/images/Hans_Gude.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter2/images/Hans_Gude@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter2/images/Hans_Gude@3x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter2/images/Hans_Gude@4x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter2/images/images.qrc
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter2/main.cpp
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter2/main.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter2/qtquickcontrols2.conf
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter3/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter3/ContactPage.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter3/ConversationPage.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter3/chapter3.pro
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter3/images/Albert_Einstein.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter3/images/Albert_Einstein@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter3/images/Albert_Einstein@3x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter3/images/Albert_Einstein@4x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter3/images/Ernest_Hemingway.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter3/images/Ernest_Hemingway@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter3/images/Ernest_Hemingway@3x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter3/images/Ernest_Hemingway@4x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter3/images/Hans_Gude.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter3/images/Hans_Gude@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter3/images/Hans_Gude@3x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter3/images/Hans_Gude@4x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter3/images/images.qrc
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter3/main.cpp
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter3/main.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter3/qtquickcontrols2.conf
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter4/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter4/ContactPage.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter4/ConversationPage.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter4/chapter4.pro
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter4/images/Albert_Einstein.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter4/images/Albert_Einstein@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter4/images/Albert_Einstein@3x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter4/images/Albert_Einstein@4x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter4/images/Ernest_Hemingway.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter4/images/Ernest_Hemingway@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter4/images/Ernest_Hemingway@3x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter4/images/Ernest_Hemingway@4x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter4/images/Hans_Gude.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter4/images/Hans_Gude@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter4/images/Hans_Gude@3x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter4/images/Hans_Gude@4x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter4/images/images.qrc
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter4/main.cpp
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter4/main.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter4/qtquickcontrols2.conf
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter4/sqlcontactmodel.cpp
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter4/sqlcontactmodel.h
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter4/sqlconversationmodel.cpp
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter4/sqlconversationmodel.h
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter5/+Material/ChatToolBar.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter5/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter5/ChatToolBar.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter5/ContactPage.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter5/ConversationPage.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter5/chapter5.pro
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter5/images/Albert_Einstein.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter5/images/Albert_Einstein@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter5/images/Albert_Einstein@3x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter5/images/Albert_Einstein@4x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter5/images/Ernest_Hemingway.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter5/images/Ernest_Hemingway@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter5/images/Ernest_Hemingway@3x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter5/images/Ernest_Hemingway@4x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter5/images/Hans_Gude.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter5/images/Hans_Gude@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter5/images/Hans_Gude@3x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter5/images/Hans_Gude@4x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter5/images/images.qrc
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter5/main.cpp
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter5/main.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter5/qtquickcontrols2.conf
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter5/sqlcontactmodel.cpp
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter5/sqlcontactmodel.h
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter5/sqlconversationmodel.cpp
+%%QT_EXAMPLEDIR%%/quickcontrols2/chattutorial/chapter5/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/contactlist/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quickcontrols2/contactlist/ContactDelegate.ui.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/contactlist/ContactDialog.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/contactlist/ContactForm.ui.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/contactlist/ContactView.ui.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/contactlist/SectionDelegate.ui.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/contactlist/contactlist.pro
+%%QT_EXAMPLEDIR%%/quickcontrols2/contactlist/contactlist.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/contactlist/contactmodel.cpp
+%%QT_EXAMPLEDIR%%/quickcontrols2/contactlist/contactmodel.h
+%%QT_EXAMPLEDIR%%/quickcontrols2/contactlist/designer/Backend/ContactModel.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/contactlist/designer/Backend/qmldir
+%%QT_EXAMPLEDIR%%/quickcontrols2/contactlist/doc/images/qtquickcontrols2-contactlist.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/contactlist/doc/src/qtquickcontrols2-contactlist.qdoc
+%%QT_EXAMPLEDIR%%/quickcontrols2/contactlist/main.cpp
+%%QT_EXAMPLEDIR%%/quickcontrols2/eventcalendar/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quickcontrols2/eventcalendar/MonthGridDelegate.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/eventcalendar/doc/images/qtquickcalendar-eventcalendar.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/eventcalendar/doc/src/qtquickcontrols2-eventcalendar.qdoc
+%%QT_EXAMPLEDIR%%/quickcontrols2/eventcalendar/event.h
+%%QT_EXAMPLEDIR%%/quickcontrols2/eventcalendar/eventcalendar.cpp
+%%QT_EXAMPLEDIR%%/quickcontrols2/eventcalendar/eventcalendar.pro
+%%QT_EXAMPLEDIR%%/quickcontrols2/eventcalendar/eventcalendar.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/eventcalendar/eventmodel.cpp
+%%QT_EXAMPLEDIR%%/quickcontrols2/eventcalendar/eventmodel.h
+%%QT_EXAMPLEDIR%%/quickcontrols2/eventcalendar/qmldir
+%%QT_EXAMPLEDIR%%/quickcontrols2/eventcalendar/qtquickcontrols2.conf
+%%QT_EXAMPLEDIR%%/quickcontrols2/eventcalendar/sqleventdatabase.cpp
+%%QT_EXAMPLEDIR%%/quickcontrols2/eventcalendar/sqleventdatabase.h
+%%QT_EXAMPLEDIR%%/quickcontrols2/flatstyle/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quickcontrols2/flatstyle/MainForm.ui.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/flatstyle/doc/images/qtquickcontrols2-flatstyle-creator.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/flatstyle/doc/images/qtquickcontrols2-flatstyle.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/flatstyle/doc/src/qtquickcontrols2-flatstyle.qdoc
+%%QT_EXAMPLEDIR%%/quickcontrols2/flatstyle/flatstyle.pro
+%%QT_EXAMPLEDIR%%/quickcontrols2/flatstyle/flatstyle.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/flatstyle/flatstyle.qmlproject
+%%QT_EXAMPLEDIR%%/quickcontrols2/flatstyle/imports/Flat/Button.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/flatstyle/imports/Flat/CheckBox.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/flatstyle/imports/Flat/Switch.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/flatstyle/imports/Flat/qmldir
+%%QT_EXAMPLEDIR%%/quickcontrols2/flatstyle/imports/Theme/Theme.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/flatstyle/imports/Theme/qmldir
+%%QT_EXAMPLEDIR%%/quickcontrols2/flatstyle/main.cpp
+%%QT_EXAMPLEDIR%%/quickcontrols2/flatstyle/qtquickcontrols2.conf
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/+Material/ToolBar.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/ToolBar.qml
+%%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/icons/gallery/20x20/back.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/icons/gallery/20x20/drawer.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/icons/gallery/20x20/menu.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/icons/gallery/20x20@2/back.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/icons/gallery/20x20@2/drawer.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/icons/gallery/20x20@2/menu.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/icons/gallery/20x20@3/back.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/icons/gallery/20x20@3/drawer.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/icons/gallery/20x20@3/menu.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/icons/gallery/20x20@4/back.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/icons/gallery/20x20@4/drawer.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/icons/gallery/20x20@4/menu.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/icons/gallery/index.theme
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/images/arrow.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/images/arrow@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/images/arrow@3x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/images/arrow@4x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/images/arrows.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/images/arrows@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/images/arrows@3x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/images/arrows@4x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/images/qt-logo.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/images/qt-logo@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/images/qt-logo@3x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/images/qt-logo@4x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/pages/BusyIndicatorPage.qml
+%%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/DelayButtonPage.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/pages/DelegatePage.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/pages/DialPage.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/pages/DialogPage.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/pages/FramePage.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/pages/GroupBoxPage.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/pages/PageIndicatorPage.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/pages/ProgressBarPage.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/pages/RadioButtonPage.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/pages/RangeSliderPage.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/pages/ScrollBarPage.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/pages/ScrollIndicatorPage.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/pages/ScrollablePage.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/pages/SliderPage.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/pages/SpinBoxPage.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/pages/StackViewPage.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/pages/SwipeViewPage.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/pages/SwitchPage.qml
+%%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/qmldir
+%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/qtquickcontrols2.conf
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/automotive.cpp
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/automotive.pro
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/doc/images/qtquickcontrols2-automotive.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/doc/src/qtquickcontrols2-automotive.qdoc
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/icons/automotive/44x44/air-con.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/icons/automotive/44x44/command.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/icons/automotive/44x44/message.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/icons/automotive/44x44/music.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/icons/automotive/44x44/seats.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/icons/automotive/44x44/settings.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/icons/automotive/44x44/statistics.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/icons/automotive/44x44/windows.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/icons/automotive/44x44@2/air-con.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/icons/automotive/44x44@2/command.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/icons/automotive/44x44@2/message.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/icons/automotive/44x44@2/music.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/icons/automotive/44x44@2/navigation.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/icons/automotive/44x44@2/seats.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/icons/automotive/44x44@2/settings.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/icons/automotive/44x44@2/statistics.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/icons/automotive/44x44@2/windows.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/icons/automotive/icons.svg
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/icons/automotive/index.theme
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/icons/car.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/icons/car@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/icons/icons.qrc
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/icons/warning.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/icons/warning@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/icons/weather.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/icons/weather@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/applicationwindow-background.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/applicationwindow-background@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/button-background-checked-hovered.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/button-background-checked-hovered@2x.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/button-background-checked.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/button-background-checked@2x.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/button-background-hovered.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/button-background-hovered@2x.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/button-background-pressed.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/button-background-pressed@2x.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/button-background.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/button-background@2x.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/dial-background-hovered.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/dial-background-hovered@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/dial-background-pressed.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/dial-background-pressed@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/dial-background.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/dial-background@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/dial-handle-pressed.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/dial-handle-pressed@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/dial-handle.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/dial-handle@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/frame-background.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/frame-background@2x.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/imagine-assets.qrc
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/itemdelegate-background-checked.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/itemdelegate-background-checked@2x.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/itemdelegate-background-hovered.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/itemdelegate-background-hovered@2x.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/itemdelegate-background-pressed.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/itemdelegate-background-pressed@2x.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/itemdelegate-background.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/itemdelegate-background@2x.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/radiobutton-indicator-checked-hovered.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/radiobutton-indicator-checked-hovered@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/radiobutton-indicator-checked-pressed.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/radiobutton-indicator-checked-pressed@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/radiobutton-indicator-checked.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/radiobutton-indicator-checked@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/radiobutton-indicator-hovered.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/radiobutton-indicator-hovered@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/radiobutton-indicator-pressed.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/radiobutton-indicator-pressed@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/radiobutton-indicator.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/radiobutton-indicator@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/scrollindicator-handle.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/scrollindicator-handle@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/slider-background-horizontal.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/slider-background-horizontal@2x.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/slider-handle-hovered.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/slider-handle-hovered@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/slider-handle-pressed.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/slider-handle-pressed@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/slider-handle.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/slider-handle@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/slider-progress-horizontal-pressed.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/slider-progress-horizontal-pressed@2x.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/slider-progress-horizontal.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/slider-progress-horizontal@2x.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/switchdelegate-background.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/switchdelegate-background@2x.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/switchdelegate-handle-checked-hovered.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/switchdelegate-handle-checked-hovered@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/switchdelegate-handle-checked.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/switchdelegate-handle-checked@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/switchdelegate-handle-hovered.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/switchdelegate-handle-hovered@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/switchdelegate-handle-pressed.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/switchdelegate-handle-pressed@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/switchdelegate-handle.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/switchdelegate-handle@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/switchdelegate-indicator-pressed.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/switchdelegate-indicator-pressed@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/switchdelegate-indicator.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/switchdelegate-indicator@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/toolseparator-separator-vertical.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/toolseparator-separator-vertical@2x.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/qml/FeatureButton.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/qml/LargeLabel.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/qml/automotive.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/qml/qml.qrc
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/qtquickcontrols2.conf
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/doc/images/qtquickcontrols2-musicplayer.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/doc/src/qtquickcontrols2-musicplayer.qdoc
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/icons.qrc
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/bluetooth.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/cart.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/cloud.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/favorite.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/filter.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/folder.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/message.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/music.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/next.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/pause.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/power.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/previous.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/repeat.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/save.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/settings.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/shuffle.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/stop.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/bluetooth.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/cart.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/cloud.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/favorite.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/filter.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/folder.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/grid.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/message.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/music.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/next.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/pause.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/power.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/previous.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/repeat.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/save.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/settings.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/shuffle.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/stop.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/icons.svg
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/index.theme
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/images/album-cover.jpg
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/applicationwindow-background.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/button-background-checked-hovered.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/button-background-checked-hovered@2x.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/button-background-checked.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/button-background-checked@2x.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/button-background-disabled.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/button-background-disabled@2x.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/button-background-hovered.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/button-background-hovered@2x.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/button-background-pressed.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/button-background-pressed@2x.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/button-background.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/button-background@2x.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/combobox-background-hovered.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/combobox-background-hovered@2x.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/combobox-background-open.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/combobox-background-open@2x.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/combobox-background-pressed.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/combobox-background-pressed@2x.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/combobox-background.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/combobox-background@2x.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/combobox-indicator-hovered.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/combobox-indicator-hovered@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/combobox-indicator-open.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/combobox-indicator-open@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/combobox-indicator-pressed.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/combobox-indicator-pressed@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/combobox-indicator.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/combobox-indicator@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/combobox-popup.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/combobox-popup@2x.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/dial-background-hovered.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/dial-background-hovered@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/dial-background-pressed.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/dial-background-pressed@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/dial-background.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/dial-background@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/dial-handle-pressed.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/dial-handle-pressed@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/dial-handle.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/dial-handle@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/frame-background.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/frame-background@2x.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/imagine-assets.qrc
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/itemdelegate-background-checked.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/itemdelegate-background-checked@2x.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/itemdelegate-background-disabled.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/itemdelegate-background-disabled@2x.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/itemdelegate-background-hovered.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/itemdelegate-background-hovered@2x.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/itemdelegate-background-pressed.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/itemdelegate-background-pressed@2x.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/itemdelegate-background.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/itemdelegate-background@2x.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/roundbutton-background-checked-hovered.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/roundbutton-background-checked-hovered@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/roundbutton-background-checked.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/roundbutton-background-checked@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/roundbutton-background-disabled.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/roundbutton-background-disabled@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/roundbutton-background-hovered.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/roundbutton-background-hovered@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/roundbutton-background-pressed.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/roundbutton-background-pressed@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/roundbutton-background.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/roundbutton-background@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/scrollbar-handle-interactive-hovered.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/scrollbar-handle-interactive-hovered@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/scrollbar-handle-interactive-pressed.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/scrollbar-handle-interactive-pressed@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/scrollbar-handle-interactive.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/scrollbar-handle-interactive@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/slider-background-horizontal-disabled.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/slider-background-horizontal-disabled@2x.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/slider-background-horizontal.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/slider-background-horizontal@2x.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/slider-background-vertical-disabled.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/slider-background-vertical-disabled@2x.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/slider-background-vertical.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/slider-background-vertical@2x.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/slider-handle-disabled.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/slider-handle-disabled@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/slider-handle-hovered.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/slider-handle-hovered@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/slider-handle.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/slider-handle@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/slider-progress-horizontal.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/slider-progress-horizontal@2x.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/slider-progress-vertical-disabled.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/slider-progress-vertical-disabled@2x.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/slider-progress-vertical.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/slider-progress-vertical@2x.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/textfield-background-disabled.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/textfield-background-disabled@2x.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/textfield-background.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/textfield-background@2x.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/toolbar-background.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/toolbar-background@2x.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/toolbutton-background-checked-hovered.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/toolbutton-background-checked-hovered@2x.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/toolbutton-background-checked.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/toolbutton-background-checked@2x.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/toolbutton-background-hovered.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/toolbutton-background-hovered@2x.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/toolbutton-background-pressed.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/toolbutton-background-pressed@2x.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/toolbutton-background.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/toolbutton-background@2x.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/tooltip-background.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/tooltip-background@2x.9.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/musicplayer.cpp
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/musicplayer.pro
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/musicplayer.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/qtquickcontrols2.conf
+%%QT_EXAMPLEDIR%%/quickcontrols2/ios/todolist/AppSettings.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/ios/todolist/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quickcontrols2/ios/todolist/Database.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/ios/todolist/FontSizePage.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/ios/todolist/HomePage.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/ios/todolist/MaxTasksPage.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/ios/todolist/NavBar.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/ios/todolist/ProjectPage.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/ios/todolist/SettingsPage.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/ios/todolist/ToggleCompletedTasksPage.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/ios/todolist/doc/images/qtquickcontrols2-todolist.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/ios/todolist/doc/src/qtquickcontrols2-todolist.qdoc
+%%QT_EXAMPLEDIR%%/quickcontrols2/ios/todolist/images/add-new.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/ios/todolist/images/add-new@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/ios/todolist/images/add-new@3x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/ios/todolist/images/back-white.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/ios/todolist/images/back-white@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/ios/todolist/images/back-white@3x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/ios/todolist/images/back.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/ios/todolist/images/back@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/ios/todolist/images/back@3x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/ios/todolist/images/close-white.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/ios/todolist/images/close-white@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/ios/todolist/images/close-white@3x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/ios/todolist/images/close.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/ios/todolist/images/close@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/ios/todolist/images/close@3x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/ios/todolist/images/plus-math.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/ios/todolist/images/plus-math@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/ios/todolist/images/plus-math@3x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/ios/todolist/images/settings.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/ios/todolist/images/settings@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/ios/todolist/images/settings@3x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/ios/todolist/main.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/ios/todolist/qmldir
+%%QT_EXAMPLEDIR%%/quickcontrols2/ios/todolist/src/main.cpp
+%%QT_EXAMPLEDIR%%/quickcontrols2/ios/todolist/todolist.pro
+%%QT_EXAMPLEDIR%%/quickcontrols2/quickcontrols2.pro
+%%QT_EXAMPLEDIR%%/quickcontrols2/sidepanel/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quickcontrols2/sidepanel/doc/images/qtquickcontrols2-sidepanel-landscape.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/sidepanel/doc/images/qtquickcontrols2-sidepanel-portrait.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/sidepanel/doc/src/qtquickcontrols2-sidepanel.qdoc
+%%QT_EXAMPLEDIR%%/quickcontrols2/sidepanel/images/qt-logo.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/sidepanel/images/qt-logo@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/sidepanel/images/qt-logo@3x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/sidepanel/images/qt-logo@4x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/sidepanel/qtquickcontrols2.conf
+%%QT_EXAMPLEDIR%%/quickcontrols2/sidepanel/sidepanel.cpp
+%%QT_EXAMPLEDIR%%/quickcontrols2/sidepanel/sidepanel.pro
+%%QT_EXAMPLEDIR%%/quickcontrols2/sidepanel/sidepanel.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/swipetoremove/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quickcontrols2/swipetoremove/doc/images/qtquickcontrols2-swipetoremove.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/swipetoremove/doc/src/qtquickcontrols2-swipetoremove.qdoc
+%%QT_EXAMPLEDIR%%/quickcontrols2/swipetoremove/fonts/LICENSE.txt
+%%QT_EXAMPLEDIR%%/quickcontrols2/swipetoremove/fonts/fontello.ttf
+%%QT_EXAMPLEDIR%%/quickcontrols2/swipetoremove/swipetoremove.cpp
+%%QT_EXAMPLEDIR%%/quickcontrols2/swipetoremove/swipetoremove.pro
+%%QT_EXAMPLEDIR%%/quickcontrols2/swipetoremove/swipetoremove.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/texteditor/+touch/texteditor.html
+%%QT_EXAMPLEDIR%%/quickcontrols2/texteditor/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quickcontrols2/texteditor/creatorKateHighlighter.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/texteditor/doc/images/qtquickcontrols2-texteditor-desktop.jpg
+%%QT_EXAMPLEDIR%%/quickcontrols2/texteditor/doc/images/qtquickcontrols2-texteditor-touch.jpg
+%%QT_EXAMPLEDIR%%/quickcontrols2/texteditor/doc/src/qtquickcontrols2-texteditor.qdoc
+%%QT_EXAMPLEDIR%%/quickcontrols2/texteditor/documenthandler.cpp
+%%QT_EXAMPLEDIR%%/quickcontrols2/texteditor/documenthandler.h
+%%QT_EXAMPLEDIR%%/quickcontrols2/texteditor/einstein.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/texteditor/example.md
+%%QT_EXAMPLEDIR%%/quickcontrols2/texteditor/fonts/fontello.ttf
+%%QT_EXAMPLEDIR%%/quickcontrols2/texteditor/images/qt-logo.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/texteditor/qml/+touch/texteditor.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/texteditor/qml/texteditor.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/texteditor/red.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/texteditor/texteditor.cpp
+%%QT_EXAMPLEDIR%%/quickcontrols2/texteditor/texteditor.html
+%%QT_EXAMPLEDIR%%/quickcontrols2/texteditor/texteditor.pro
+%%QT_EXAMPLEDIR%%/quickcontrols2/texteditor/texteditor.qrc
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/doc/images/qtquickcontrols2-wearable.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/doc/src/qtquickcontrols2-wearable.qdoc
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/icons/wearable/36x36/alarms.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/icons/wearable/36x36/fitness.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/icons/wearable/36x36/navigation.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/icons/wearable/36x36/notifications.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/icons/wearable/36x36/settings.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/icons/wearable/36x36/weather.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/icons/wearable/36x36/worldclock.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/icons/wearable/36x36@2/alarms.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/icons/wearable/36x36@2/fitness.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/icons/wearable/36x36@2/navigation.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/icons/wearable/36x36@2/notifications.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/icons/wearable/36x36@2/settings.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/icons/wearable/36x36@2/weather.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/icons/wearable/36x36@2/worldclock.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/icons/wearable/index.theme
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/images/back.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/images/back@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/images/back@3x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/images/back@4x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/images/background-dark.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/images/background-light.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/images/home.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/images/home@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/images/home@3x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/images/home@4x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Alarms/AlarmsPage.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/DemoMode.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/DemoModeIndicator.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Fitness/FitnessPage.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Fitness/fitness.js
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Fitness/images/man-running-dark.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Fitness/images/man-running-dark@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Fitness/images/man-running-light.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Fitness/images/man-running-light@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Fitness/images/man-walking-dark.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Fitness/images/man-walking-dark@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Fitness/images/man-walking-light.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Fitness/images/man-walking-light@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/LauncherPage.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/NaviButton.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Navigation/NavigationPage.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Navigation/RouteElement.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Navigation/images/end.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Navigation/images/end@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Navigation/images/leftturn-dark.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Navigation/images/leftturn-dark@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Navigation/images/leftturn-light.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Navigation/images/leftturn-light@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Navigation/images/marker.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Navigation/images/navigation-dark.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Navigation/images/navigation-dark@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Navigation/images/navigation-light.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Navigation/images/navigation-light@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Navigation/images/rightturn-dark.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Navigation/images/rightturn-dark@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Navigation/images/rightturn-light.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Navigation/images/rightturn-light@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Navigation/images/start.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Navigation/images/start@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Navigation/images/straight-dark.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Navigation/images/straight-dark@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Navigation/images/straight-light.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Navigation/images/straight-light@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Navigation/images/uturn.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Navigation/images/uturn@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Navigation/navigation.js
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Navigation/walk_route.json
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Notifications/NotificationsPage.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Notifications/images/avatarf-dark.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Notifications/images/avatarf-dark@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Notifications/images/avatarf-light.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Notifications/images/avatarf-light@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Notifications/images/avatarm-dark.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Notifications/images/avatarm-dark@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Notifications/images/avatarm-light.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Notifications/images/avatarm-light@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Notifications/images/missedcall-dark.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Notifications/images/missedcall-dark@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Notifications/images/missedcall-light.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Notifications/images/missedcall-light@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Notifications/notifications.js
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Settings/SettingsPage.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Settings/images/bluetooth-dark.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Settings/images/bluetooth-dark@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Settings/images/bluetooth-light.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Settings/images/bluetooth-light@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Settings/images/brightness-dark.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Settings/images/brightness-dark@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Settings/images/brightness-light.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Settings/images/brightness-light@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Settings/images/demo-mode-dark.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Settings/images/demo-mode-dark@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Settings/images/demo-mode-light.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Settings/images/demo-mode-light@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Settings/images/demo-mode-white.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Settings/images/demo-mode-white@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Settings/images/demo-mode.svg
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Settings/images/theme-dark.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Settings/images/theme-dark@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Settings/images/theme-light.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Settings/images/theme-light@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Settings/images/theme.svg
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Settings/images/wifi-dark.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Settings/images/wifi-dark@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Settings/images/wifi-light.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Settings/images/wifi-light@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Style/PageIndicator.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Style/Slider.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Style/Switch.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Style/UIStyle.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Style/qmldir
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/SwipeViewPage.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Weather/WeatherPage.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Weather/images/humidity-dark.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Weather/images/humidity-dark@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Weather/images/humidity-light.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Weather/images/humidity-light@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Weather/images/pressure-dark.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Weather/images/pressure-dark@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Weather/images/pressure-light.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Weather/images/pressure-light@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Weather/images/sunrise-dark.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Weather/images/sunrise-dark@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Weather/images/sunrise-light.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Weather/images/sunrise-light@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Weather/images/sunset-dark.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Weather/images/sunset-dark@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Weather/images/sunset-light.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Weather/images/sunset-light@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Weather/images/temperature-dark.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Weather/images/temperature-dark@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Weather/images/temperature-light.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Weather/images/temperature-light@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Weather/images/wind-dark.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Weather/images/wind-dark@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Weather/images/wind-light.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Weather/images/wind-light@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Weather/weather.js
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Weather/weather.json
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/WorldClock/Clock.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/WorldClock/WorldClockPage.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/WorldClock/images/center.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/WorldClock/images/center@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/WorldClock/images/clock-night.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/WorldClock/images/clock-night@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/WorldClock/images/clock.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/WorldClock/images/second.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/WorldClock/images/second@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/WorldClock/images/swissdaydial.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/WorldClock/images/swissdaydial@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/WorldClock/images/swissdayhour.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/WorldClock/images/swissdayhour@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/WorldClock/images/swissdayminute.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/WorldClock/images/swissdayminute@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/WorldClock/images/swissnightdial.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/WorldClock/images/swissnightdial@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/WorldClock/images/swissnighthour.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/WorldClock/images/swissnighthour@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/WorldClock/images/swissnightminute.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/WorldClock/images/swissnightminute@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/WorldClock/images/swissseconds.png
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/wearable.cpp
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/wearable.pro
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/wearable.qml
+%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/wearable.qrc
+%%QT_EXAMPLEDIR%%/remoteobjects/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/remoteobjects/clientapp/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/remoteobjects/clientapp/clientapp.pro
+%%QT_EXAMPLEDIR%%/remoteobjects/clientapp/clientapp.qrc
+%%QT_EXAMPLEDIR%%/remoteobjects/clientapp/main.cpp
+%%QT_EXAMPLEDIR%%/remoteobjects/clientapp/qml/plugins.qml
+%%QT_EXAMPLEDIR%%/remoteobjects/clientapp/qml/plugins0.qml
+%%QT_EXAMPLEDIR%%/remoteobjects/clientapp/qml/plugins1.qml
+%%QT_EXAMPLEDIR%%/remoteobjects/clientapp/qml/plugins2.qml
+%%QT_EXAMPLEDIR%%/remoteobjects/cppclient/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/remoteobjects/cppclient/cppclient.pro
+%%QT_EXAMPLEDIR%%/remoteobjects/cppclient/main.cpp
+%%QT_EXAMPLEDIR%%/remoteobjects/cppclient/timemodel.rep
+%%QT_EXAMPLEDIR%%/remoteobjects/modelviewclient/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/remoteobjects/modelviewclient/doc/src/modelviewclient.qdoc
+%%QT_EXAMPLEDIR%%/remoteobjects/modelviewclient/main.cpp
+%%QT_EXAMPLEDIR%%/remoteobjects/modelviewclient/modelviewclient.pro
+%%QT_EXAMPLEDIR%%/remoteobjects/modelviewserver/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/remoteobjects/modelviewserver/doc/src/modelviewserver.qdoc
+%%QT_EXAMPLEDIR%%/remoteobjects/modelviewserver/main.cpp
+%%QT_EXAMPLEDIR%%/remoteobjects/modelviewserver/modelviewserver.pro
+%%QT_EXAMPLEDIR%%/remoteobjects/plugins/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/remoteobjects/plugins/imports/TimeExample/Clock.qml
+%%QT_EXAMPLEDIR%%/remoteobjects/plugins/imports/TimeExample/center.png
+%%QT_EXAMPLEDIR%%/remoteobjects/plugins/imports/TimeExample/clock.png
+%%QT_EXAMPLEDIR%%/remoteobjects/plugins/imports/TimeExample/hour.png
+%%QT_EXAMPLEDIR%%/remoteobjects/plugins/imports/TimeExample/minute.png
+%%QT_EXAMPLEDIR%%/remoteobjects/plugins/imports/TimeExample/qmldir
+%%QT_EXAMPLEDIR%%/remoteobjects/plugins/plugin.cpp
+%%QT_EXAMPLEDIR%%/remoteobjects/plugins/plugins.pro
+%%QT_EXAMPLEDIR%%/remoteobjects/plugins/plugins.qml
+%%QT_EXAMPLEDIR%%/remoteobjects/plugins/plugins0.qml
+%%QT_EXAMPLEDIR%%/remoteobjects/plugins/plugins1.qml
+%%QT_EXAMPLEDIR%%/remoteobjects/plugins/plugins2.qml
+%%QT_EXAMPLEDIR%%/remoteobjects/qmlmodelviewclient/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/remoteobjects/qmlmodelviewclient/doc/src/qmlmodelviewclient.qdoc
+%%QT_EXAMPLEDIR%%/remoteobjects/qmlmodelviewclient/main.cpp
+%%QT_EXAMPLEDIR%%/remoteobjects/qmlmodelviewclient/main.qml
+%%QT_EXAMPLEDIR%%/remoteobjects/qmlmodelviewclient/qml.qrc
+%%QT_EXAMPLEDIR%%/remoteobjects/qmlmodelviewclient/qmlmodelviewclient.pro
+%%QT_EXAMPLEDIR%%/remoteobjects/remoteobjects.pro
+%%QT_EXAMPLEDIR%%/remoteobjects/remoteobjects_server/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/remoteobjects/remoteobjects_server/main.cpp
+%%QT_EXAMPLEDIR%%/remoteobjects/remoteobjects_server/remoteobjects_server.pro
+%%QT_EXAMPLEDIR%%/remoteobjects/remoteobjects_server/timemodel.cpp
+%%QT_EXAMPLEDIR%%/remoteobjects/remoteobjects_server/timemodel.h
+%%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/directconnectclient/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/directconnectclient/client.cpp
+%%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/directconnectclient/client.h
+%%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/directconnectclient/directconnectclient.pro
+%%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/directconnectclient/main.cpp
+%%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/directconnectclient/simpleswitch.rep
+%%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/directconnectdynamicclient/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/directconnectdynamicclient/directconnectdynamicclient.pro
+%%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/directconnectdynamicclient/dynamicclient.cpp
+%%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/directconnectdynamicclient/dynamicclient.h
+%%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/directconnectdynamicclient/main.cpp
+%%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/directconnectserver/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/directconnectserver/directconnectserver.pro
+%%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/directconnectserver/main.cpp
+%%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/directconnectserver/simpleswitch.cpp
+%%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/directconnectserver/simpleswitch.h
+%%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/directconnectserver/simpleswitch.rep
+%%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/registryconnectedclient/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/registryconnectedclient/dynamicclient.cpp
+%%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/registryconnectedclient/dynamicclient.h
+%%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/registryconnectedclient/main.cpp
+%%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/registryconnectedclient/registryconnectedclient.pro
+%%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/registryconnectedserver/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/registryconnectedserver/main.cpp
+%%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/registryconnectedserver/registryconnectedserver.pro
+%%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/registryconnectedserver/simpleswitch.cpp
+%%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/registryconnectedserver/simpleswitch.h
+%%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/registryconnectedserver/simpleswitch.rep
+%%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/simpleswitch.pro
+%%QT_EXAMPLEDIR%%/remoteobjects/ssl/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/remoteobjects/ssl/doc/src/ssl.qdoc
+%%QT_EXAMPLEDIR%%/remoteobjects/ssl/ssl.pro
+%%QT_EXAMPLEDIR%%/remoteobjects/ssl/sslcppclient/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/remoteobjects/ssl/sslcppclient/main.cpp
+%%QT_EXAMPLEDIR%%/remoteobjects/ssl/sslcppclient/sslcppclient.pro
+%%QT_EXAMPLEDIR%%/remoteobjects/ssl/sslcppclient/timemodel.rep
+%%QT_EXAMPLEDIR%%/remoteobjects/ssl/sslserver/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/remoteobjects/ssl/sslserver/cert/cert.qrc
+%%QT_EXAMPLEDIR%%/remoteobjects/ssl/sslserver/cert/client.crt
+%%QT_EXAMPLEDIR%%/remoteobjects/ssl/sslserver/cert/client.key
+%%QT_EXAMPLEDIR%%/remoteobjects/ssl/sslserver/cert/readme
+%%QT_EXAMPLEDIR%%/remoteobjects/ssl/sslserver/cert/rootCA.key
+%%QT_EXAMPLEDIR%%/remoteobjects/ssl/sslserver/cert/rootCA.pem
+%%QT_EXAMPLEDIR%%/remoteobjects/ssl/sslserver/cert/rootCA.srl
+%%QT_EXAMPLEDIR%%/remoteobjects/ssl/sslserver/cert/server.crt
+%%QT_EXAMPLEDIR%%/remoteobjects/ssl/sslserver/cert/server.key
+%%QT_EXAMPLEDIR%%/remoteobjects/ssl/sslserver/main.cpp
+%%QT_EXAMPLEDIR%%/remoteobjects/ssl/sslserver/sslserver.cpp
+%%QT_EXAMPLEDIR%%/remoteobjects/ssl/sslserver/sslserver.h
+%%QT_EXAMPLEDIR%%/remoteobjects/ssl/sslserver/sslserver.pro
+%%QT_EXAMPLEDIR%%/remoteobjects/ssl/sslserver/timemodel.cpp
+%%QT_EXAMPLEDIR%%/remoteobjects/ssl/sslserver/timemodel.h
+%%QT_EXAMPLEDIR%%/remoteobjects/timemodel.rep
+%%QT_EXAMPLEDIR%%/remoteobjects/websockets/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/remoteobjects/websockets/common/cert/cert.qrc
+%%QT_EXAMPLEDIR%%/remoteobjects/websockets/common/cert/client.crt
+%%QT_EXAMPLEDIR%%/remoteobjects/websockets/common/cert/client.key
+%%QT_EXAMPLEDIR%%/remoteobjects/websockets/common/cert/readme
+%%QT_EXAMPLEDIR%%/remoteobjects/websockets/common/cert/rootCA.key
+%%QT_EXAMPLEDIR%%/remoteobjects/websockets/common/cert/rootCA.pem
+%%QT_EXAMPLEDIR%%/remoteobjects/websockets/common/cert/rootCA.srl
+%%QT_EXAMPLEDIR%%/remoteobjects/websockets/common/cert/server.crt
+%%QT_EXAMPLEDIR%%/remoteobjects/websockets/common/cert/server.key
+%%QT_EXAMPLEDIR%%/remoteobjects/websockets/common/common.pri
+%%QT_EXAMPLEDIR%%/remoteobjects/websockets/common/websocketiodevice.cpp
+%%QT_EXAMPLEDIR%%/remoteobjects/websockets/common/websocketiodevice.h
+%%QT_EXAMPLEDIR%%/remoteobjects/websockets/doc/src/websocket.qdoc
+%%QT_EXAMPLEDIR%%/remoteobjects/websockets/websockets.pro
+%%QT_EXAMPLEDIR%%/remoteobjects/websockets/wsclient/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/remoteobjects/websockets/wsclient/main.cpp
+%%QT_EXAMPLEDIR%%/remoteobjects/websockets/wsclient/wsclient.pro
+%%QT_EXAMPLEDIR%%/remoteobjects/websockets/wsserver/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/remoteobjects/websockets/wsserver/main.cpp
+%%QT_EXAMPLEDIR%%/remoteobjects/websockets/wsserver/wsserver.pro
+%%QT_EXAMPLEDIR%%/scxml/CMakeLists.txt
+%%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/CMakeLists.txt
+%%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/CMakeLists.txt
+%%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/ftpclient/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/scxml/ftpclient/doc/images/ftpclient-statechart.png
+%%QT_EXAMPLEDIR%%/scxml/ftpclient/doc/src/ftpclient.qdoc
+%%QT_EXAMPLEDIR%%/scxml/ftpclient/ftpclient.pro
+%%QT_EXAMPLEDIR%%/scxml/ftpclient/ftpcontrolchannel.cpp
+%%QT_EXAMPLEDIR%%/scxml/ftpclient/ftpcontrolchannel.h
+%%QT_EXAMPLEDIR%%/scxml/ftpclient/ftpdatachannel.cpp
+%%QT_EXAMPLEDIR%%/scxml/ftpclient/ftpdatachannel.h
+%%QT_EXAMPLEDIR%%/scxml/ftpclient/main.cpp
+%%QT_EXAMPLEDIR%%/scxml/ftpclient/simpleftp.scxml
+%%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/CMakeLists.txt
+%%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/CMakeLists.txt
+%%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-ecmascript-data-model.qdocinc
+%%QT_EXAMPLEDIR%%/scxml/mediaplayer-common/doc/src/mediaplayer-widgets-connecting-to-states.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/CMakeLists.txt
+%%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/CMakeLists.txt
+%%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/CMakeLists.txt
+%%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/CMakeLists.txt
+%%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/CMakeLists.txt
+%%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/CMakeLists.txt
+%%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/sudoku/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/scxml/sudoku/data/nearly-solved-sudoku.data
+%%QT_EXAMPLEDIR%%/scxml/sudoku/data/sudoku.data
+%%QT_EXAMPLEDIR%%/scxml/sudoku/doc/images/sudoku.png
+%%QT_EXAMPLEDIR%%/scxml/sudoku/doc/src/sudoku.qdoc
+%%QT_EXAMPLEDIR%%/scxml/sudoku/main.cpp
+%%QT_EXAMPLEDIR%%/scxml/sudoku/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/scxml/sudoku/mainwindow.h
+%%QT_EXAMPLEDIR%%/scxml/sudoku/sudoku.js
+%%QT_EXAMPLEDIR%%/scxml/sudoku/sudoku.pro
+%%QT_EXAMPLEDIR%%/scxml/sudoku/sudoku.qrc
+%%QT_EXAMPLEDIR%%/scxml/sudoku/sudoku.scxml
+%%QT_EXAMPLEDIR%%/scxml/trafficlight-common/Button.qml
+%%QT_EXAMPLEDIR%%/scxml/trafficlight-common/Lights.ui.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/CMakeLists.txt
+%%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-simple/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-simple/Light.qml
+%%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-simple/TrafficLight.qml
+%%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-simple/doc/images/trafficlight.png
+%%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-simple/doc/src/trafficlight-qml-simple.qdoc
+%%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-simple/trafficlight-qml-simple.cpp
+%%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-simple/trafficlight-qml-simple.pro
+%%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-simple/trafficlight-qml-simple.qrc
+%%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-static/CMakeLists.txt
+%%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/CMakeLists.txt
+%%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/CMakeLists.txt
+%%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/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/sensors/accelbubble/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/sensors/accelbubble/Info.plist
+%%QT_EXAMPLEDIR%%/sensors/accelbubble/accelbubble.pro
+%%QT_EXAMPLEDIR%%/sensors/accelbubble/accelbubble.qml
+%%QT_EXAMPLEDIR%%/sensors/accelbubble/accelbubble.qrc
+%%QT_EXAMPLEDIR%%/sensors/accelbubble/android/AndroidManifest.xml
+%%QT_EXAMPLEDIR%%/sensors/accelbubble/content/Bluebubble.svg
+%%QT_EXAMPLEDIR%%/sensors/accelbubble/doc/images/accelbubble.png
+%%QT_EXAMPLEDIR%%/sensors/accelbubble/doc/src/accelbubble.qdoc
+%%QT_EXAMPLEDIR%%/sensors/accelbubble/main.cpp
+%%QT_EXAMPLEDIR%%/sensors/grue/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/sensors/grue/console_app/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/sensors/grue/console_app/console_app.pro
+%%QT_EXAMPLEDIR%%/sensors/grue/console_app/main.cpp
+%%QT_EXAMPLEDIR%%/sensors/grue/doc/images/qtsensors-examples-grue.png
+%%QT_EXAMPLEDIR%%/sensors/grue/doc/src/grue.qdoc
+%%QT_EXAMPLEDIR%%/sensors/grue/grue.png
+%%QT_EXAMPLEDIR%%/sensors/grue/grue.pro
+%%QT_EXAMPLEDIR%%/sensors/grue/grue.qml
+%%QT_EXAMPLEDIR%%/sensors/grue/grue.xcf
+%%QT_EXAMPLEDIR%%/sensors/grue/grue_plugin_import_custom.cpp
+%%QT_EXAMPLEDIR%%/sensors/grue/icon.xcf
+%%QT_EXAMPLEDIR%%/sensors/grue/main.cpp
+%%QT_EXAMPLEDIR%%/sensors/grue/plugin/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/sensors/grue/plugin/gruesensor.cpp
+%%QT_EXAMPLEDIR%%/sensors/grue/plugin/gruesensor.h
+%%QT_EXAMPLEDIR%%/sensors/grue/plugin/gruesensor_p.h
+%%QT_EXAMPLEDIR%%/sensors/grue/plugin/gruesensorimpl.cpp
+%%QT_EXAMPLEDIR%%/sensors/grue/plugin/gruesensorimpl.h
+%%QT_EXAMPLEDIR%%/sensors/grue/plugin/main.cpp
+%%QT_EXAMPLEDIR%%/sensors/grue/plugin/plugin.json
+%%QT_EXAMPLEDIR%%/sensors/grue/plugin/plugin.pro
+%%QT_EXAMPLEDIR%%/sensors/grue/qml.pro
+%%QT_EXAMPLEDIR%%/sensors/grue/qml.qrc
+%%QT_EXAMPLEDIR%%/sensors/grue/qmlgruesensor.cpp
+%%QT_EXAMPLEDIR%%/sensors/grue/qmlgruesensor.h
+%%QT_EXAMPLEDIR%%/sensors/grue/use_grue_static_plugin.pri
+%%QT_EXAMPLEDIR%%/sensors/maze/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/sensors/maze/Congratulation.qml
+%%QT_EXAMPLEDIR%%/sensors/maze/Info.plist
+%%QT_EXAMPLEDIR%%/sensors/maze/LabyrinthSquare.qml
+%%QT_EXAMPLEDIR%%/sensors/maze/Mouse.qml
+%%QT_EXAMPLEDIR%%/sensors/maze/android/AndroidManifest.xml
+%%QT_EXAMPLEDIR%%/sensors/maze/components/ApplicationWindow.qml
+%%QT_EXAMPLEDIR%%/sensors/maze/components/Button.qml
+%%QT_EXAMPLEDIR%%/sensors/maze/components/images/button_background_disabled.png
+%%QT_EXAMPLEDIR%%/sensors/maze/components/images/button_background_normal.png
+%%QT_EXAMPLEDIR%%/sensors/maze/components/images/button_background_pressed.png
+%%QT_EXAMPLEDIR%%/sensors/maze/content/00.png
+%%QT_EXAMPLEDIR%%/sensors/maze/content/01.png
+%%QT_EXAMPLEDIR%%/sensors/maze/content/cheese.png
+%%QT_EXAMPLEDIR%%/sensors/maze/content/cheeseeating.gif
+%%QT_EXAMPLEDIR%%/sensors/maze/content/congratulations.gif
+%%QT_EXAMPLEDIR%%/sensors/maze/content/mouse_down.gif
+%%QT_EXAMPLEDIR%%/sensors/maze/content/start.png
+%%QT_EXAMPLEDIR%%/sensors/maze/doc/src/maze.qdoc
+%%QT_EXAMPLEDIR%%/sensors/maze/lib.js
+%%QT_EXAMPLEDIR%%/sensors/maze/main.cpp
+%%QT_EXAMPLEDIR%%/sensors/maze/maze.pro
+%%QT_EXAMPLEDIR%%/sensors/maze/maze.qml
+%%QT_EXAMPLEDIR%%/sensors/maze/maze.qrc
+%%QT_EXAMPLEDIR%%/sensors/qmlqtsensors/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/sensors/qmlqtsensors/components/ApplicationWindow.qml
+%%QT_EXAMPLEDIR%%/sensors/qmlqtsensors/components/Button.qml
+%%QT_EXAMPLEDIR%%/sensors/qmlqtsensors/components/Divider.qml
+%%QT_EXAMPLEDIR%%/sensors/qmlqtsensors/components/images/button_background_disabled.png
+%%QT_EXAMPLEDIR%%/sensors/qmlqtsensors/components/images/button_background_normal.png
+%%QT_EXAMPLEDIR%%/sensors/qmlqtsensors/components/images/button_background_pressed.png
+%%QT_EXAMPLEDIR%%/sensors/qmlqtsensors/doc/src/qmlqtsensors.qdoc
+%%QT_EXAMPLEDIR%%/sensors/qmlqtsensors/main.cpp
+%%QT_EXAMPLEDIR%%/sensors/qmlqtsensors/qmlqtsensors.pro
+%%QT_EXAMPLEDIR%%/sensors/qmlqtsensors/qmlqtsensors.qml
+%%QT_EXAMPLEDIR%%/sensors/qmlqtsensors/qmlqtsensors.qrc
+%%QT_EXAMPLEDIR%%/sensors/qmlsensorgestures/Button.qml
+%%QT_EXAMPLEDIR%%/sensors/qmlsensorgestures/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/sensors/qmlsensorgestures/GestureList.qml
+%%QT_EXAMPLEDIR%%/sensors/qmlsensorgestures/GestureView.qml
+%%QT_EXAMPLEDIR%%/sensors/qmlsensorgestures/GesturesView.qml
+%%QT_EXAMPLEDIR%%/sensors/qmlsensorgestures/doc/src/qmlsensorgestures.qdoc
+%%QT_EXAMPLEDIR%%/sensors/qmlsensorgestures/main.cpp
+%%QT_EXAMPLEDIR%%/sensors/qmlsensorgestures/plugin/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/sensors/qmlsensorgestures/plugin/plugin.pro
+%%QT_EXAMPLEDIR%%/sensors/qmlsensorgestures/plugin/qcountergestureplugin.cpp
+%%QT_EXAMPLEDIR%%/sensors/qmlsensorgestures/plugin/qcountergestureplugin.h
+%%QT_EXAMPLEDIR%%/sensors/qmlsensorgestures/plugin/qcounterrecognizer.cpp
+%%QT_EXAMPLEDIR%%/sensors/qmlsensorgestures/plugin/qcounterrecognizer.h
+%%QT_EXAMPLEDIR%%/sensors/qmlsensorgestures/qml.pro
+%%QT_EXAMPLEDIR%%/sensors/qmlsensorgestures/qml.qrc
+%%QT_EXAMPLEDIR%%/sensors/qmlsensorgestures/qmlsensorgestures.pro
+%%QT_EXAMPLEDIR%%/sensors/qmlsensorgestures/qmlsensorgestures.qml
+%%QT_EXAMPLEDIR%%/sensors/sensor_explorer/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/sensors/sensor_explorer/doc/images/qtsensors-examples-sensor-explorer.png
+%%QT_EXAMPLEDIR%%/sensors/sensor_explorer/doc/src/sensor_explorer.qdoc
+%%QT_EXAMPLEDIR%%/sensors/sensor_explorer/main.cpp
+%%QT_EXAMPLEDIR%%/sensors/sensor_explorer/qml.qrc
+%%QT_EXAMPLEDIR%%/sensors/sensor_explorer/sensor_explorer.pro
+%%QT_EXAMPLEDIR%%/sensors/sensor_explorer/sensor_explorer.qml
+%%QT_EXAMPLEDIR%%/sensors/sensor_explorer/sensormodels.cpp
+%%QT_EXAMPLEDIR%%/sensors/sensor_explorer/sensormodels.h
+%%QT_EXAMPLEDIR%%/sensors/sensorgestures/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/sensors/sensorgestures/doc/images/sensorgesturecpp.png
+%%QT_EXAMPLEDIR%%/sensors/sensorgestures/doc/src/sensorgestures.qdoc
+%%QT_EXAMPLEDIR%%/sensors/sensorgestures/main.cpp
+%%QT_EXAMPLEDIR%%/sensors/sensorgestures/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/sensors/sensorgestures/mainwindow.h
+%%QT_EXAMPLEDIR%%/sensors/sensorgestures/mainwindow.ui
+%%QT_EXAMPLEDIR%%/sensors/sensorgestures/sensorgestures.pro
+%%QT_EXAMPLEDIR%%/sensors/sensors.pro
+%%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/Info.plist
+%%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/accelerometer.qml
+%%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/android/AndroidManifest.xml
+%%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/compass.qml
+%%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/doc/images/sensorsshowcase-gyroscope.png
+%%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/doc/images/sensorsshowcase-mainview.png
+%%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/doc/src/sensorsshowcase.qdoc
+%%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/gyroscope.qml
+%%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/images/compass.svg
+%%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/images/magnet.svg
+%%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/images/qt_logo.png
+%%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/magnetometer.qml
+%%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/main.cpp
+%%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/proximity.qml
+%%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/sensorsshowcase.pro
+%%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/sensorsshowcase.qml
+%%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/sensorsshowcase.qrc
+%%QT_EXAMPLEDIR%%/sensors/shakeit/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/sensors/shakeit/audio/loopy2a_mono.wav
+%%QT_EXAMPLEDIR%%/sensors/shakeit/audio/phone.wav
+%%QT_EXAMPLEDIR%%/sensors/shakeit/content/triangle.png
+%%QT_EXAMPLEDIR%%/sensors/shakeit/content/triangle2.png
+%%QT_EXAMPLEDIR%%/sensors/shakeit/content/triangle3.png
+%%QT_EXAMPLEDIR%%/sensors/shakeit/doc/images/shakeit.png
+%%QT_EXAMPLEDIR%%/sensors/shakeit/doc/src/shakeit.qdoc
+%%QT_EXAMPLEDIR%%/sensors/shakeit/main.cpp
+%%QT_EXAMPLEDIR%%/sensors/shakeit/shakeit.pro
+%%QT_EXAMPLEDIR%%/sensors/shakeit/shakeit.qml
+%%QT_EXAMPLEDIR%%/sensors/shakeit/shakeit.qrc
+%%QT_EXAMPLEDIR%%/sensors/stub.h
+%%QT_EXAMPLEDIR%%/serialbus/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/serialbus/can/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/serialbus/can/bitratebox.cpp
+%%QT_EXAMPLEDIR%%/serialbus/can/bitratebox.h
+%%QT_EXAMPLEDIR%%/serialbus/can/can.pro
+%%QT_EXAMPLEDIR%%/serialbus/can/can.qrc
+%%QT_EXAMPLEDIR%%/serialbus/can/canbusdeviceinfobox.cpp
+%%QT_EXAMPLEDIR%%/serialbus/can/canbusdeviceinfobox.h
+%%QT_EXAMPLEDIR%%/serialbus/can/canbusdeviceinfobox.ui
+%%QT_EXAMPLEDIR%%/serialbus/can/canbusdeviceinfodialog.cpp
+%%QT_EXAMPLEDIR%%/serialbus/can/canbusdeviceinfodialog.h
+%%QT_EXAMPLEDIR%%/serialbus/can/canbusdeviceinfodialog.ui
+%%QT_EXAMPLEDIR%%/serialbus/can/common.h
+%%QT_EXAMPLEDIR%%/serialbus/can/connectdialog.cpp
+%%QT_EXAMPLEDIR%%/serialbus/can/connectdialog.h
+%%QT_EXAMPLEDIR%%/serialbus/can/connectdialog.ui
+%%QT_EXAMPLEDIR%%/serialbus/can/images/application-exit.png
+%%QT_EXAMPLEDIR%%/serialbus/can/images/clear.png
+%%QT_EXAMPLEDIR%%/serialbus/can/images/connect.png
+%%QT_EXAMPLEDIR%%/serialbus/can/images/disconnect.png
+%%QT_EXAMPLEDIR%%/serialbus/can/main.cpp
+%%QT_EXAMPLEDIR%%/serialbus/can/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/serialbus/can/mainwindow.h
+%%QT_EXAMPLEDIR%%/serialbus/can/mainwindow.ui
+%%QT_EXAMPLEDIR%%/serialbus/can/receivedframesmodel.cpp
+%%QT_EXAMPLEDIR%%/serialbus/can/receivedframesmodel.h
+%%QT_EXAMPLEDIR%%/serialbus/can/receivedframesview.cpp
+%%QT_EXAMPLEDIR%%/serialbus/can/receivedframesview.h
+%%QT_EXAMPLEDIR%%/serialbus/can/sendframebox.cpp
+%%QT_EXAMPLEDIR%%/serialbus/can/sendframebox.h
+%%QT_EXAMPLEDIR%%/serialbus/can/sendframebox.ui
+%%QT_EXAMPLEDIR%%/serialbus/modbus/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/serialbus/modbus/client/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/serialbus/modbus/client/client.pro
+%%QT_EXAMPLEDIR%%/serialbus/modbus/client/client.qrc
+%%QT_EXAMPLEDIR%%/serialbus/modbus/client/doc/images/modbusclient.png
+%%QT_EXAMPLEDIR%%/serialbus/modbus/client/doc/src/modbusclient.qdoc
+%%QT_EXAMPLEDIR%%/serialbus/modbus/client/images/application-exit.png
+%%QT_EXAMPLEDIR%%/serialbus/modbus/client/images/connect.png
+%%QT_EXAMPLEDIR%%/serialbus/modbus/client/images/disconnect.png
+%%QT_EXAMPLEDIR%%/serialbus/modbus/client/images/settings.png
+%%QT_EXAMPLEDIR%%/serialbus/modbus/client/main.cpp
+%%QT_EXAMPLEDIR%%/serialbus/modbus/client/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/serialbus/modbus/client/mainwindow.h
+%%QT_EXAMPLEDIR%%/serialbus/modbus/client/mainwindow.ui
+%%QT_EXAMPLEDIR%%/serialbus/modbus/client/settingsdialog.cpp
+%%QT_EXAMPLEDIR%%/serialbus/modbus/client/settingsdialog.h
+%%QT_EXAMPLEDIR%%/serialbus/modbus/client/settingsdialog.ui
+%%QT_EXAMPLEDIR%%/serialbus/modbus/client/writeregistermodel.cpp
+%%QT_EXAMPLEDIR%%/serialbus/modbus/client/writeregistermodel.h
+%%QT_EXAMPLEDIR%%/serialbus/modbus/custom/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/serialbus/modbus/custom/custom.pro
+%%QT_EXAMPLEDIR%%/serialbus/modbus/custom/doc/images/custom.png
+%%QT_EXAMPLEDIR%%/serialbus/modbus/custom/doc/src/custom.qdoc
+%%QT_EXAMPLEDIR%%/serialbus/modbus/custom/images.qrc
+%%QT_EXAMPLEDIR%%/serialbus/modbus/custom/images/application-exit.png
+%%QT_EXAMPLEDIR%%/serialbus/modbus/custom/images/connect.png
+%%QT_EXAMPLEDIR%%/serialbus/modbus/custom/images/disconnect.png
+%%QT_EXAMPLEDIR%%/serialbus/modbus/custom/images/settings.png
+%%QT_EXAMPLEDIR%%/serialbus/modbus/custom/main.cpp
+%%QT_EXAMPLEDIR%%/serialbus/modbus/custom/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/serialbus/modbus/custom/mainwindow.h
+%%QT_EXAMPLEDIR%%/serialbus/modbus/custom/mainwindow.ui
+%%QT_EXAMPLEDIR%%/serialbus/modbus/custom/modbusclient.cpp
+%%QT_EXAMPLEDIR%%/serialbus/modbus/custom/modbusclient.h
+%%QT_EXAMPLEDIR%%/serialbus/modbus/custom/modbusserver.cpp
+%%QT_EXAMPLEDIR%%/serialbus/modbus/custom/modbusserver.h
+%%QT_EXAMPLEDIR%%/serialbus/modbus/custom/registermodel.cpp
+%%QT_EXAMPLEDIR%%/serialbus/modbus/custom/registermodel.h
+%%QT_EXAMPLEDIR%%/serialbus/modbus/modbus.pro
+%%QT_EXAMPLEDIR%%/serialbus/modbus/server/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/serialbus/modbus/server/doc/images/modbusserver.png
+%%QT_EXAMPLEDIR%%/serialbus/modbus/server/doc/src/modbusserver.qdoc
+%%QT_EXAMPLEDIR%%/serialbus/modbus/server/images/application-exit.png
+%%QT_EXAMPLEDIR%%/serialbus/modbus/server/images/connect.png
+%%QT_EXAMPLEDIR%%/serialbus/modbus/server/images/disconnect.png
+%%QT_EXAMPLEDIR%%/serialbus/modbus/server/images/settings.png
+%%QT_EXAMPLEDIR%%/serialbus/modbus/server/main.cpp
+%%QT_EXAMPLEDIR%%/serialbus/modbus/server/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/serialbus/modbus/server/mainwindow.h
+%%QT_EXAMPLEDIR%%/serialbus/modbus/server/mainwindow.ui
+%%QT_EXAMPLEDIR%%/serialbus/modbus/server/server.pro
+%%QT_EXAMPLEDIR%%/serialbus/modbus/server/server.qrc
+%%QT_EXAMPLEDIR%%/serialbus/modbus/server/settingsdialog.cpp
+%%QT_EXAMPLEDIR%%/serialbus/modbus/server/settingsdialog.h
+%%QT_EXAMPLEDIR%%/serialbus/modbus/server/settingsdialog.ui
+%%QT_EXAMPLEDIR%%/serialbus/serialbus.pro
+%%QT_EXAMPLEDIR%%/serialport/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/serialport/blockingreceiver/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/serialport/blockingreceiver/blockingreceiver.pro
+%%QT_EXAMPLEDIR%%/serialport/blockingreceiver/dialog.cpp
+%%QT_EXAMPLEDIR%%/serialport/blockingreceiver/dialog.h
+%%QT_EXAMPLEDIR%%/serialport/blockingreceiver/main.cpp
+%%QT_EXAMPLEDIR%%/serialport/blockingreceiver/receiverthread.cpp
+%%QT_EXAMPLEDIR%%/serialport/blockingreceiver/receiverthread.h
+%%QT_EXAMPLEDIR%%/serialport/blockingsender/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/serialport/blockingsender/blockingsender.pro
+%%QT_EXAMPLEDIR%%/serialport/blockingsender/dialog.cpp
+%%QT_EXAMPLEDIR%%/serialport/blockingsender/dialog.h
+%%QT_EXAMPLEDIR%%/serialport/blockingsender/main.cpp
+%%QT_EXAMPLEDIR%%/serialport/blockingsender/senderthread.cpp
+%%QT_EXAMPLEDIR%%/serialport/blockingsender/senderthread.h
+%%QT_EXAMPLEDIR%%/serialport/cenumerator/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/serialport/cenumerator/cenumerator.pro
+%%QT_EXAMPLEDIR%%/serialport/cenumerator/main.cpp
+%%QT_EXAMPLEDIR%%/serialport/creaderasync/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/serialport/creaderasync/creaderasync.pro
+%%QT_EXAMPLEDIR%%/serialport/creaderasync/main.cpp
+%%QT_EXAMPLEDIR%%/serialport/creaderasync/serialportreader.cpp
+%%QT_EXAMPLEDIR%%/serialport/creaderasync/serialportreader.h
+%%QT_EXAMPLEDIR%%/serialport/creadersync/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/serialport/creadersync/creadersync.pro
+%%QT_EXAMPLEDIR%%/serialport/creadersync/main.cpp
+%%QT_EXAMPLEDIR%%/serialport/cwriterasync/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/serialport/cwriterasync/cwriterasync.pro
+%%QT_EXAMPLEDIR%%/serialport/cwriterasync/main.cpp
+%%QT_EXAMPLEDIR%%/serialport/cwriterasync/serialportwriter.cpp
+%%QT_EXAMPLEDIR%%/serialport/cwriterasync/serialportwriter.h
+%%QT_EXAMPLEDIR%%/serialport/cwritersync/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/serialport/cwritersync/cwritersync.pro
+%%QT_EXAMPLEDIR%%/serialport/cwritersync/main.cpp
+%%QT_EXAMPLEDIR%%/serialport/doc/blockingreceiver.qdoc
+%%QT_EXAMPLEDIR%%/serialport/doc/blockingsender.qdoc
+%%QT_EXAMPLEDIR%%/serialport/doc/cenumerator.qdoc
+%%QT_EXAMPLEDIR%%/serialport/doc/creaderasync.qdoc
+%%QT_EXAMPLEDIR%%/serialport/doc/creadersync.qdoc
+%%QT_EXAMPLEDIR%%/serialport/doc/cwriterasync.qdoc
+%%QT_EXAMPLEDIR%%/serialport/doc/cwritersync.qdoc
+%%QT_EXAMPLEDIR%%/serialport/doc/enumerator.qdoc
+%%QT_EXAMPLEDIR%%/serialport/doc/terminal.qdoc
+%%QT_EXAMPLEDIR%%/serialport/enumerator/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/serialport/enumerator/enumerator.pro
+%%QT_EXAMPLEDIR%%/serialport/enumerator/main.cpp
+%%QT_EXAMPLEDIR%%/serialport/receiver/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/serialport/receiver/dialog.cpp
+%%QT_EXAMPLEDIR%%/serialport/receiver/dialog.h
+%%QT_EXAMPLEDIR%%/serialport/receiver/main.cpp
+%%QT_EXAMPLEDIR%%/serialport/receiver/receiver.pro
+%%QT_EXAMPLEDIR%%/serialport/sender/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/serialport/sender/dialog.cpp
+%%QT_EXAMPLEDIR%%/serialport/sender/dialog.h
+%%QT_EXAMPLEDIR%%/serialport/sender/main.cpp
+%%QT_EXAMPLEDIR%%/serialport/sender/sender.pro
+%%QT_EXAMPLEDIR%%/serialport/serialport.pro
+%%QT_EXAMPLEDIR%%/serialport/terminal/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/serialport/terminal/console.cpp
+%%QT_EXAMPLEDIR%%/serialport/terminal/console.h
+%%QT_EXAMPLEDIR%%/serialport/terminal/images/application-exit.png
+%%QT_EXAMPLEDIR%%/serialport/terminal/images/clear.png
+%%QT_EXAMPLEDIR%%/serialport/terminal/images/connect.png
+%%QT_EXAMPLEDIR%%/serialport/terminal/images/disconnect.png
+%%QT_EXAMPLEDIR%%/serialport/terminal/images/settings.png
+%%QT_EXAMPLEDIR%%/serialport/terminal/main.cpp
+%%QT_EXAMPLEDIR%%/serialport/terminal/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/serialport/terminal/mainwindow.h
+%%QT_EXAMPLEDIR%%/serialport/terminal/mainwindow.ui
+%%QT_EXAMPLEDIR%%/serialport/terminal/settingsdialog.cpp
+%%QT_EXAMPLEDIR%%/serialport/terminal/settingsdialog.h
+%%QT_EXAMPLEDIR%%/serialport/terminal/settingsdialog.ui
+%%QT_EXAMPLEDIR%%/serialport/terminal/terminal.pro
+%%QT_EXAMPLEDIR%%/serialport/terminal/terminal.qrc
+%%QT_EXAMPLEDIR%%/spatialaudio/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/spatialaudio/audiopanning/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/spatialaudio/audiopanning/audiopanning.pro
+%%QT_EXAMPLEDIR%%/spatialaudio/audiopanning/doc/images/audiopanning-example.png
+%%QT_EXAMPLEDIR%%/spatialaudio/audiopanning/doc/src/audiopanning.qdoc
+%%QT_EXAMPLEDIR%%/spatialaudio/audiopanning/main.cpp
+%%QT_EXAMPLEDIR%%/spatialaudio/spatialaudio.pro
+%%QT_EXAMPLEDIR%%/speech/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/speech/hello_speak/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/speech/hello_speak/doc/images/hellospeak-example.png
+%%QT_EXAMPLEDIR%%/speech/hello_speak/doc/src/hellospeakex.qdoc
+%%QT_EXAMPLEDIR%%/speech/hello_speak/hello_speak.pro
+%%QT_EXAMPLEDIR%%/speech/hello_speak/main.cpp
+%%QT_EXAMPLEDIR%%/speech/hello_speak/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/speech/hello_speak/mainwindow.h
+%%QT_EXAMPLEDIR%%/speech/hello_speak/mainwindow.ui
+%%QT_EXAMPLEDIR%%/speech/quickspeech/doc/images/quickspeech-example.png
+%%QT_EXAMPLEDIR%%/speech/quickspeech/doc/src/quickspeech.qdoc
+%%QT_EXAMPLEDIR%%/speech/quickspeech/main.qml
+%%QT_EXAMPLEDIR%%/speech/quickspeech/quickspeech.pro
+%%QT_EXAMPLEDIR%%/speech/speech.pro
+%%QT_EXAMPLEDIR%%/sql/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/sql/README
+%%QT_EXAMPLEDIR%%/sql/books/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/sql/books/bookdelegate.cpp
+%%QT_EXAMPLEDIR%%/sql/books/bookdelegate.h
+%%QT_EXAMPLEDIR%%/sql/books/books.pro
+%%QT_EXAMPLEDIR%%/sql/books/books.qrc
+%%QT_EXAMPLEDIR%%/sql/books/bookwindow.cpp
+%%QT_EXAMPLEDIR%%/sql/books/bookwindow.h
+%%QT_EXAMPLEDIR%%/sql/books/bookwindow.ui
+%%QT_EXAMPLEDIR%%/sql/books/images/star.png
+%%QT_EXAMPLEDIR%%/sql/books/initdb.h
+%%QT_EXAMPLEDIR%%/sql/books/main.cpp
+%%QT_EXAMPLEDIR%%/sql/cachedtable/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/sql/cachedtable/cachedtable.pro
+%%QT_EXAMPLEDIR%%/sql/cachedtable/main.cpp
+%%QT_EXAMPLEDIR%%/sql/cachedtable/tableeditor.cpp
+%%QT_EXAMPLEDIR%%/sql/cachedtable/tableeditor.h
+%%QT_EXAMPLEDIR%%/sql/connection.h
+%%QT_EXAMPLEDIR%%/sql/doc/images/books-demo.png
+%%QT_EXAMPLEDIR%%/sql/doc/images/cachedtable-example.png
+%%QT_EXAMPLEDIR%%/sql/doc/images/drilldown-example.png
+%%QT_EXAMPLEDIR%%/sql/doc/images/masterdetail-example.png
+%%QT_EXAMPLEDIR%%/sql/doc/images/querymodel-example.png
+%%QT_EXAMPLEDIR%%/sql/doc/images/relationaltablemodel-example.png
+%%QT_EXAMPLEDIR%%/sql/doc/images/sql-widget-mapper.png
+%%QT_EXAMPLEDIR%%/sql/doc/images/sqlbrowser-demo.png
+%%QT_EXAMPLEDIR%%/sql/doc/images/tablemodel-example.png
+%%QT_EXAMPLEDIR%%/sql/doc/images/widgetmapper-sql-mapping-table.png
+%%QT_EXAMPLEDIR%%/sql/doc/images/widgetmapper-sql-mapping.png
+%%QT_EXAMPLEDIR%%/sql/doc/src/books.qdoc
+%%QT_EXAMPLEDIR%%/sql/doc/src/cachedtable.qdoc
+%%QT_EXAMPLEDIR%%/sql/doc/src/drilldown.qdoc
+%%QT_EXAMPLEDIR%%/sql/doc/src/masterdetail.qdoc
+%%QT_EXAMPLEDIR%%/sql/doc/src/querymodel.qdoc
+%%QT_EXAMPLEDIR%%/sql/doc/src/relationaltablemodel.qdoc
+%%QT_EXAMPLEDIR%%/sql/doc/src/sqlbrowser.qdoc
+%%QT_EXAMPLEDIR%%/sql/doc/src/sqlwidgetmapper.qdoc
+%%QT_EXAMPLEDIR%%/sql/doc/src/tablemodel.qdoc
+%%QT_EXAMPLEDIR%%/sql/drilldown/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/sql/drilldown/drilldown.pro
+%%QT_EXAMPLEDIR%%/sql/drilldown/drilldown.qrc
+%%QT_EXAMPLEDIR%%/sql/drilldown/imageitem.cpp
+%%QT_EXAMPLEDIR%%/sql/drilldown/imageitem.h
+%%QT_EXAMPLEDIR%%/sql/drilldown/images/qt-creator.png
+%%QT_EXAMPLEDIR%%/sql/drilldown/images/qt-logo.png
+%%QT_EXAMPLEDIR%%/sql/drilldown/images/qt-project.png
+%%QT_EXAMPLEDIR%%/sql/drilldown/images/qt-quick.png
+%%QT_EXAMPLEDIR%%/sql/drilldown/informationwindow.cpp
+%%QT_EXAMPLEDIR%%/sql/drilldown/informationwindow.h
+%%QT_EXAMPLEDIR%%/sql/drilldown/main.cpp
+%%QT_EXAMPLEDIR%%/sql/drilldown/view.cpp
+%%QT_EXAMPLEDIR%%/sql/drilldown/view.h
+%%QT_EXAMPLEDIR%%/sql/masterdetail/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/sql/masterdetail/albumdetails.xml
+%%QT_EXAMPLEDIR%%/sql/masterdetail/database.h
+%%QT_EXAMPLEDIR%%/sql/masterdetail/dialog.cpp
+%%QT_EXAMPLEDIR%%/sql/masterdetail/dialog.h
+%%QT_EXAMPLEDIR%%/sql/masterdetail/images/icon.png
+%%QT_EXAMPLEDIR%%/sql/masterdetail/images/image.png
+%%QT_EXAMPLEDIR%%/sql/masterdetail/main.cpp
+%%QT_EXAMPLEDIR%%/sql/masterdetail/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/sql/masterdetail/mainwindow.h
+%%QT_EXAMPLEDIR%%/sql/masterdetail/masterdetail.pro
+%%QT_EXAMPLEDIR%%/sql/masterdetail/masterdetail.qrc
+%%QT_EXAMPLEDIR%%/sql/querymodel/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/sql/querymodel/customsqlmodel.cpp
+%%QT_EXAMPLEDIR%%/sql/querymodel/customsqlmodel.h
+%%QT_EXAMPLEDIR%%/sql/querymodel/editablesqlmodel.cpp
+%%QT_EXAMPLEDIR%%/sql/querymodel/editablesqlmodel.h
+%%QT_EXAMPLEDIR%%/sql/querymodel/main.cpp
+%%QT_EXAMPLEDIR%%/sql/querymodel/querymodel.pro
+%%QT_EXAMPLEDIR%%/sql/relationaltablemodel/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/sql/relationaltablemodel/relationaltablemodel.cpp
+%%QT_EXAMPLEDIR%%/sql/relationaltablemodel/relationaltablemodel.pro
+%%QT_EXAMPLEDIR%%/sql/sql.pro
+%%QT_EXAMPLEDIR%%/sql/sqlbrowser/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/sql/sqlbrowser/browser.cpp
+%%QT_EXAMPLEDIR%%/sql/sqlbrowser/browser.h
+%%QT_EXAMPLEDIR%%/sql/sqlbrowser/browserwidget.ui
+%%QT_EXAMPLEDIR%%/sql/sqlbrowser/connectionwidget.cpp
+%%QT_EXAMPLEDIR%%/sql/sqlbrowser/connectionwidget.h
+%%QT_EXAMPLEDIR%%/sql/sqlbrowser/main.cpp
+%%QT_EXAMPLEDIR%%/sql/sqlbrowser/qsqlconnectiondialog.cpp
+%%QT_EXAMPLEDIR%%/sql/sqlbrowser/qsqlconnectiondialog.h
+%%QT_EXAMPLEDIR%%/sql/sqlbrowser/qsqlconnectiondialog.ui
+%%QT_EXAMPLEDIR%%/sql/sqlbrowser/sqlbrowser.pro
+%%QT_EXAMPLEDIR%%/sql/sqlwidgetmapper/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/sql/sqlwidgetmapper/main.cpp
+%%QT_EXAMPLEDIR%%/sql/sqlwidgetmapper/sqlwidgetmapper.pro
+%%QT_EXAMPLEDIR%%/sql/sqlwidgetmapper/window.cpp
+%%QT_EXAMPLEDIR%%/sql/sqlwidgetmapper/window.h
+%%QT_EXAMPLEDIR%%/sql/tablemodel/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/sql/tablemodel/tablemodel.cpp
+%%QT_EXAMPLEDIR%%/sql/tablemodel/tablemodel.pro
+%%QT_EXAMPLEDIR%%/statemachine/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/statemachine/animation/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/statemachine/animation/README
+%%QT_EXAMPLEDIR%%/statemachine/animation/animatedtiles/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/statemachine/animation/animatedtiles/animatedtiles.pro
+%%QT_EXAMPLEDIR%%/statemachine/animation/animatedtiles/animatedtiles.qrc
+%%QT_EXAMPLEDIR%%/statemachine/animation/animatedtiles/images/Time-For-Lunch-2.jpg
+%%QT_EXAMPLEDIR%%/statemachine/animation/animatedtiles/images/centered.png
+%%QT_EXAMPLEDIR%%/statemachine/animation/animatedtiles/images/ellipse.png
+%%QT_EXAMPLEDIR%%/statemachine/animation/animatedtiles/images/figure8.png
+%%QT_EXAMPLEDIR%%/statemachine/animation/animatedtiles/images/kinetic.png
+%%QT_EXAMPLEDIR%%/statemachine/animation/animatedtiles/images/random.png
+%%QT_EXAMPLEDIR%%/statemachine/animation/animatedtiles/images/tile.png
+%%QT_EXAMPLEDIR%%/statemachine/animation/animatedtiles/main.cpp
+%%QT_EXAMPLEDIR%%/statemachine/animation/animation.pro
+%%QT_EXAMPLEDIR%%/statemachine/animation/moveblocks/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/statemachine/animation/moveblocks/main.cpp
+%%QT_EXAMPLEDIR%%/statemachine/animation/moveblocks/moveblocks.pro
+%%QT_EXAMPLEDIR%%/statemachine/animation/states/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/statemachine/animation/states/accessories-dictionary.png
+%%QT_EXAMPLEDIR%%/statemachine/animation/states/akregator.png
+%%QT_EXAMPLEDIR%%/statemachine/animation/states/digikam.png
+%%QT_EXAMPLEDIR%%/statemachine/animation/states/help-browser.png
+%%QT_EXAMPLEDIR%%/statemachine/animation/states/k3b.png
+%%QT_EXAMPLEDIR%%/statemachine/animation/states/kchart.png
+%%QT_EXAMPLEDIR%%/statemachine/animation/states/main.cpp
+%%QT_EXAMPLEDIR%%/statemachine/animation/states/states.pro
+%%QT_EXAMPLEDIR%%/statemachine/animation/states/states.qrc
+%%QT_EXAMPLEDIR%%/statemachine/animation/stickman/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/statemachine/animation/stickman/animation.cpp
+%%QT_EXAMPLEDIR%%/statemachine/animation/stickman/animation.h
+%%QT_EXAMPLEDIR%%/statemachine/animation/stickman/animations/chilling.bin
+%%QT_EXAMPLEDIR%%/statemachine/animation/stickman/animations/dancing.bin
+%%QT_EXAMPLEDIR%%/statemachine/animation/stickman/animations/dead.bin
+%%QT_EXAMPLEDIR%%/statemachine/animation/stickman/animations/jumping.bin
+%%QT_EXAMPLEDIR%%/statemachine/animation/stickman/graphicsview.cpp
+%%QT_EXAMPLEDIR%%/statemachine/animation/stickman/graphicsview.h
+%%QT_EXAMPLEDIR%%/statemachine/animation/stickman/lifecycle.cpp
+%%QT_EXAMPLEDIR%%/statemachine/animation/stickman/lifecycle.h
+%%QT_EXAMPLEDIR%%/statemachine/animation/stickman/main.cpp
+%%QT_EXAMPLEDIR%%/statemachine/animation/stickman/node.cpp
+%%QT_EXAMPLEDIR%%/statemachine/animation/stickman/node.h
+%%QT_EXAMPLEDIR%%/statemachine/animation/stickman/rectbutton.cpp
+%%QT_EXAMPLEDIR%%/statemachine/animation/stickman/rectbutton.h
+%%QT_EXAMPLEDIR%%/statemachine/animation/stickman/stickman.cpp
+%%QT_EXAMPLEDIR%%/statemachine/animation/stickman/stickman.h
+%%QT_EXAMPLEDIR%%/statemachine/animation/stickman/stickman.pro
+%%QT_EXAMPLEDIR%%/statemachine/animation/stickman/stickman.qrc
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/animationmanager.cpp
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/animationmanager.h
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/boat.cpp
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/boat.h
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/boat_p.h
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/bomb.cpp
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/bomb.h
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/data.xml
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/graphicsscene.cpp
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/graphicsscene.h
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/main.cpp
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/mainwindow.h
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/pics/big/background.png
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/pics/big/boat.png
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/pics/big/bomb.png
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/pics/big/explosion/boat/step1.png
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/pics/big/explosion/boat/step2.png
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/pics/big/explosion/boat/step3.png
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/pics/big/explosion/boat/step4.png
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/pics/big/explosion/submarine/step1.png
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/pics/big/explosion/submarine/step2.png
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/pics/big/explosion/submarine/step3.png
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/pics/big/explosion/submarine/step4.png
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/pics/big/submarine.png
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/pics/big/surface.png
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/pics/big/torpedo.png
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/pics/scalable/background-n810.svg
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/pics/scalable/background.svg
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/pics/scalable/boat.svg
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/pics/scalable/bomb.svg
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/pics/scalable/sand.svg
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/pics/scalable/see.svg
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/pics/scalable/sky.svg
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/pics/scalable/sub-attaq.svg
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/pics/scalable/submarine.svg
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/pics/scalable/surface.svg
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/pics/scalable/torpedo.svg
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/pics/small/background.png
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/pics/small/boat.png
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/pics/small/bomb.png
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/pics/small/submarine.png
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/pics/small/surface.png
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/pics/small/torpedo.png
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/pics/welcome/logo-a.png
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/pics/welcome/logo-a2.png
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/pics/welcome/logo-b.png
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/pics/welcome/logo-dash.png
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/pics/welcome/logo-excl.png
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/pics/welcome/logo-q.png
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/pics/welcome/logo-s.png
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/pics/welcome/logo-t.png
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/pics/welcome/logo-t2.png
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/pics/welcome/logo-u.png
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/pixmapitem.cpp
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/pixmapitem.h
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/progressitem.cpp
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/progressitem.h
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/qanimationstate.cpp
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/qanimationstate.h
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/states.cpp
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/states.h
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/sub-attaq.pro
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/subattaq.qrc
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/submarine.cpp
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/submarine.h
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/submarine_p.h
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/textinformationitem.cpp
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/textinformationitem.h
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/torpedo.cpp
+%%QT_EXAMPLEDIR%%/statemachine/animation/sub-attaq/torpedo.h
+%%QT_EXAMPLEDIR%%/statemachine/doc/images/animated-tiles-chart.png
+%%QT_EXAMPLEDIR%%/statemachine/doc/images/factorial-example.png
+%%QT_EXAMPLEDIR%%/statemachine/doc/images/pingpong-example.png
+%%QT_EXAMPLEDIR%%/statemachine/doc/images/states-chart.png
+%%QT_EXAMPLEDIR%%/statemachine/doc/images/sub-attaq-graphicsscene-chart.png
+%%QT_EXAMPLEDIR%%/statemachine/doc/images/sub-attaq-playstate-chart.png
+%%QT_EXAMPLEDIR%%/statemachine/doc/images/trafficlight-example1.png
+%%QT_EXAMPLEDIR%%/statemachine/doc/images/trafficlight-example2.png
+%%QT_EXAMPLEDIR%%/statemachine/doc/images/twowaybutton-chart.png
+%%QT_EXAMPLEDIR%%/statemachine/doc/images/twowaybutton-example.png
+%%QT_EXAMPLEDIR%%/statemachine/doc/src/animatedtiles.qdoc
+%%QT_EXAMPLEDIR%%/statemachine/doc/src/eventtransitions.qdoc
+%%QT_EXAMPLEDIR%%/statemachine/doc/src/factorial.qdoc
+%%QT_EXAMPLEDIR%%/statemachine/doc/src/moveblocks.qdoc
+%%QT_EXAMPLEDIR%%/statemachine/doc/src/padnavigator.qdoc
+%%QT_EXAMPLEDIR%%/statemachine/doc/src/pingpong.qdoc
+%%QT_EXAMPLEDIR%%/statemachine/doc/src/rogue.qdoc
+%%QT_EXAMPLEDIR%%/statemachine/doc/src/states.qdoc
+%%QT_EXAMPLEDIR%%/statemachine/doc/src/stickman.qdoc
+%%QT_EXAMPLEDIR%%/statemachine/doc/src/sub-attaq.qdoc
+%%QT_EXAMPLEDIR%%/statemachine/doc/src/trafficlight.qdoc
+%%QT_EXAMPLEDIR%%/statemachine/doc/src/twowaybutton.qdoc
+%%QT_EXAMPLEDIR%%/statemachine/graphicsview/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/statemachine/graphicsview/README
+%%QT_EXAMPLEDIR%%/statemachine/graphicsview/graphicsview.pro
+%%QT_EXAMPLEDIR%%/statemachine/graphicsview/padnavigator/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/statemachine/graphicsview/padnavigator/flippablepad.cpp
+%%QT_EXAMPLEDIR%%/statemachine/graphicsview/padnavigator/flippablepad.h
+%%QT_EXAMPLEDIR%%/statemachine/graphicsview/padnavigator/form.ui
+%%QT_EXAMPLEDIR%%/statemachine/graphicsview/padnavigator/images/artsfftscope.png
+%%QT_EXAMPLEDIR%%/statemachine/graphicsview/padnavigator/images/blue_angle_swirl.jpg
+%%QT_EXAMPLEDIR%%/statemachine/graphicsview/padnavigator/images/kontact_contacts.png
+%%QT_EXAMPLEDIR%%/statemachine/graphicsview/padnavigator/images/kontact_journal.png
+%%QT_EXAMPLEDIR%%/statemachine/graphicsview/padnavigator/images/kontact_mail.png
+%%QT_EXAMPLEDIR%%/statemachine/graphicsview/padnavigator/images/kontact_notes.png
+%%QT_EXAMPLEDIR%%/statemachine/graphicsview/padnavigator/images/kopeteavailable.png
+%%QT_EXAMPLEDIR%%/statemachine/graphicsview/padnavigator/images/metacontact_online.png
+%%QT_EXAMPLEDIR%%/statemachine/graphicsview/padnavigator/images/minitools.png
+%%QT_EXAMPLEDIR%%/statemachine/graphicsview/padnavigator/main.cpp
+%%QT_EXAMPLEDIR%%/statemachine/graphicsview/padnavigator/padnavigator.cpp
+%%QT_EXAMPLEDIR%%/statemachine/graphicsview/padnavigator/padnavigator.h
+%%QT_EXAMPLEDIR%%/statemachine/graphicsview/padnavigator/padnavigator.pro
+%%QT_EXAMPLEDIR%%/statemachine/graphicsview/padnavigator/padnavigator.qrc
+%%QT_EXAMPLEDIR%%/statemachine/graphicsview/padnavigator/roundrectitem.cpp
+%%QT_EXAMPLEDIR%%/statemachine/graphicsview/padnavigator/roundrectitem.h
+%%QT_EXAMPLEDIR%%/statemachine/graphicsview/padnavigator/splashitem.cpp
+%%QT_EXAMPLEDIR%%/statemachine/graphicsview/padnavigator/splashitem.h
+%%QT_EXAMPLEDIR%%/statemachine/statemachine.pro
+%%QT_EXAMPLEDIR%%/statemachine/statemachine/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/statemachine/statemachine/README
+%%QT_EXAMPLEDIR%%/statemachine/statemachine/eventtransitions/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/statemachine/statemachine/eventtransitions/eventtransitions.pro
+%%QT_EXAMPLEDIR%%/statemachine/statemachine/eventtransitions/main.cpp
+%%QT_EXAMPLEDIR%%/statemachine/statemachine/factorial/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/statemachine/statemachine/factorial/factorial.pro
+%%QT_EXAMPLEDIR%%/statemachine/statemachine/factorial/main.cpp
+%%QT_EXAMPLEDIR%%/statemachine/statemachine/pingpong/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/statemachine/statemachine/pingpong/main.cpp
+%%QT_EXAMPLEDIR%%/statemachine/statemachine/pingpong/pingpong.pro
+%%QT_EXAMPLEDIR%%/statemachine/statemachine/rogue/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/statemachine/statemachine/rogue/main.cpp
+%%QT_EXAMPLEDIR%%/statemachine/statemachine/rogue/movementtransition.h
+%%QT_EXAMPLEDIR%%/statemachine/statemachine/rogue/rogue.pro
+%%QT_EXAMPLEDIR%%/statemachine/statemachine/rogue/window.cpp
+%%QT_EXAMPLEDIR%%/statemachine/statemachine/rogue/window.h
+%%QT_EXAMPLEDIR%%/statemachine/statemachine/statemachine.pro
+%%QT_EXAMPLEDIR%%/statemachine/statemachine/trafficlight/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/statemachine/statemachine/trafficlight/main.cpp
+%%QT_EXAMPLEDIR%%/statemachine/statemachine/trafficlight/trafficlight.pro
+%%QT_EXAMPLEDIR%%/statemachine/statemachine/twowaybutton/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/statemachine/statemachine/twowaybutton/main.cpp
+%%QT_EXAMPLEDIR%%/statemachine/statemachine/twowaybutton/twowaybutton.pro
+%%QT_EXAMPLEDIR%%/svg/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/svg/draganddrop/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/svg/draganddrop/delayedencoding/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/svg/draganddrop/delayedencoding/delayedencoding.pro
+%%QT_EXAMPLEDIR%%/svg/draganddrop/delayedencoding/delayedencoding.qrc
+%%QT_EXAMPLEDIR%%/svg/draganddrop/delayedencoding/images/drag.png
+%%QT_EXAMPLEDIR%%/svg/draganddrop/delayedencoding/images/example.svg
+%%QT_EXAMPLEDIR%%/svg/draganddrop/delayedencoding/main.cpp
+%%QT_EXAMPLEDIR%%/svg/draganddrop/delayedencoding/mimedata.cpp
+%%QT_EXAMPLEDIR%%/svg/draganddrop/delayedencoding/mimedata.h
+%%QT_EXAMPLEDIR%%/svg/draganddrop/delayedencoding/sourcewidget.cpp
+%%QT_EXAMPLEDIR%%/svg/draganddrop/delayedencoding/sourcewidget.h
+%%QT_EXAMPLEDIR%%/svg/draganddrop/draganddrop.pro
+%%QT_EXAMPLEDIR%%/svg/embedded/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/svg/embedded/desktopservices/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/svg/embedded/desktopservices/contenttab.cpp
+%%QT_EXAMPLEDIR%%/svg/embedded/desktopservices/contenttab.h
+%%QT_EXAMPLEDIR%%/svg/embedded/desktopservices/data/Explosion.wav
+%%QT_EXAMPLEDIR%%/svg/embedded/desktopservices/data/designer.png
+%%QT_EXAMPLEDIR%%/svg/embedded/desktopservices/data/monkey_on_64x64.png
+%%QT_EXAMPLEDIR%%/svg/embedded/desktopservices/data/sax.mp3
+%%QT_EXAMPLEDIR%%/svg/embedded/desktopservices/desktopservices.pro
+%%QT_EXAMPLEDIR%%/svg/embedded/desktopservices/desktopservices.qrc
+%%QT_EXAMPLEDIR%%/svg/embedded/desktopservices/desktopwidget.cpp
+%%QT_EXAMPLEDIR%%/svg/embedded/desktopservices/desktopwidget.h
+%%QT_EXAMPLEDIR%%/svg/embedded/desktopservices/linktab.cpp
+%%QT_EXAMPLEDIR%%/svg/embedded/desktopservices/linktab.h
+%%QT_EXAMPLEDIR%%/svg/embedded/desktopservices/main.cpp
+%%QT_EXAMPLEDIR%%/svg/embedded/desktopservices/resources/browser.png
+%%QT_EXAMPLEDIR%%/svg/embedded/desktopservices/resources/heart.svg
+%%QT_EXAMPLEDIR%%/svg/embedded/desktopservices/resources/message.png
+%%QT_EXAMPLEDIR%%/svg/embedded/desktopservices/resources/music.png
+%%QT_EXAMPLEDIR%%/svg/embedded/desktopservices/resources/photo.png
+%%QT_EXAMPLEDIR%%/svg/embedded/embedded.pro
+%%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/config.xml
+%%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/demoapplication.cpp
+%%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/demoapplication.h
+%%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/fluidlauncher.cpp
+%%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/fluidlauncher.h
+%%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/fluidlauncher.pro
+%%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/fluidlauncher.qrc
+%%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/main.cpp
+%%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/pictureflow.cpp
+%%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/pictureflow.h
+%%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/screenshots/anomaly_s60.png
+%%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/screenshots/concentriccircles.png
+%%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/screenshots/context2d_s60.png
+%%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/screenshots/deform.png
+%%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/screenshots/desktopservices_s60.png
+%%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/screenshots/digiflip.png
+%%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/screenshots/elasticnodes.png
+%%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/screenshots/embeddedsvgviewer.png
+%%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/screenshots/embeddedsvgviewer_s60.png
+%%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/screenshots/flickable.png
+%%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/screenshots/flightinfo_s60.png
+%%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/screenshots/fridgemagnets_s60.png
+%%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/screenshots/ftp_s60.png
+%%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/screenshots/lightmaps.png
+%%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/screenshots/mediaplayer.png
+%%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/screenshots/pathstroke.png
+%%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/screenshots/qmlcalculator.png
+%%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/screenshots/qmlclocks.png
+%%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/screenshots/qmldialcontrol.png
+%%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/screenshots/qmleasing.png
+%%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/screenshots/qmlflickr.jpg
+%%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/screenshots/qmlphotoviewer.jpg
+%%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/screenshots/qmltwitter.jpg
+%%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/screenshots/raycasting.png
+%%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/screenshots/saxbookmarks_s60.png
+%%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/screenshots/softkeys_s60.png
+%%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/screenshots/spectrum.png
+%%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/screenshots/styledemo.png
+%%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/screenshots/styledemo_s60.png
+%%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/screenshots/weatherinfo.png
+%%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/screenshots/wiggly.png
+%%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/screenshots/wiggly_s60.png
+%%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/slides/demo_1.png
+%%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/slides/demo_2.png
+%%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/slides/demo_3.png
+%%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/slides/demo_4.png
+%%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/slides/demo_5.png
+%%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/slides/demo_6.png
+%%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/slideshow.cpp
+%%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/slideshow.h
+%%QT_EXAMPLEDIR%%/svg/embedded/weatherinfo/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/svg/embedded/weatherinfo/icons/README.txt
+%%QT_EXAMPLEDIR%%/svg/embedded/weatherinfo/icons/weather-few-clouds.svg
+%%QT_EXAMPLEDIR%%/svg/embedded/weatherinfo/icons/weather-fog.svg
+%%QT_EXAMPLEDIR%%/svg/embedded/weatherinfo/icons/weather-haze.svg
+%%QT_EXAMPLEDIR%%/svg/embedded/weatherinfo/icons/weather-icy.svg
+%%QT_EXAMPLEDIR%%/svg/embedded/weatherinfo/icons/weather-overcast.svg
+%%QT_EXAMPLEDIR%%/svg/embedded/weatherinfo/icons/weather-showers.svg
+%%QT_EXAMPLEDIR%%/svg/embedded/weatherinfo/icons/weather-sleet.svg
+%%QT_EXAMPLEDIR%%/svg/embedded/weatherinfo/icons/weather-snow.svg
+%%QT_EXAMPLEDIR%%/svg/embedded/weatherinfo/icons/weather-storm.svg
+%%QT_EXAMPLEDIR%%/svg/embedded/weatherinfo/icons/weather-sunny-very-few-clouds.svg
+%%QT_EXAMPLEDIR%%/svg/embedded/weatherinfo/icons/weather-sunny.svg
+%%QT_EXAMPLEDIR%%/svg/embedded/weatherinfo/icons/weather-thundershower.svg
+%%QT_EXAMPLEDIR%%/svg/embedded/weatherinfo/weatherinfo.cpp
+%%QT_EXAMPLEDIR%%/svg/embedded/weatherinfo/weatherinfo.pro
+%%QT_EXAMPLEDIR%%/svg/embedded/weatherinfo/weatherinfo.qrc
+%%QT_EXAMPLEDIR%%/svg/embeddedsvgviewer/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/svg/embeddedsvgviewer/embeddedsvgviewer.cpp
+%%QT_EXAMPLEDIR%%/svg/embeddedsvgviewer/embeddedsvgviewer.h
+%%QT_EXAMPLEDIR%%/svg/embeddedsvgviewer/embeddedsvgviewer.pro
+%%QT_EXAMPLEDIR%%/svg/embeddedsvgviewer/embeddedsvgviewer.qrc
+%%QT_EXAMPLEDIR%%/svg/embeddedsvgviewer/files/default.svg
+%%QT_EXAMPLEDIR%%/svg/embeddedsvgviewer/files/v-slider-handle.svg
+%%QT_EXAMPLEDIR%%/svg/embeddedsvgviewer/main.cpp
+%%QT_EXAMPLEDIR%%/svg/richtext/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/svg/richtext/richtext.pro
+%%QT_EXAMPLEDIR%%/svg/richtext/textobject/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/svg/richtext/textobject/doc/images/textobject-example.png
+%%QT_EXAMPLEDIR%%/svg/richtext/textobject/doc/src/textobject.qdoc
+%%QT_EXAMPLEDIR%%/svg/richtext/textobject/files/heart.svg
+%%QT_EXAMPLEDIR%%/svg/richtext/textobject/main.cpp
+%%QT_EXAMPLEDIR%%/svg/richtext/textobject/resources.qrc
+%%QT_EXAMPLEDIR%%/svg/richtext/textobject/svgtextobject.cpp
+%%QT_EXAMPLEDIR%%/svg/richtext/textobject/svgtextobject.h
+%%QT_EXAMPLEDIR%%/svg/richtext/textobject/textobject.pro
+%%QT_EXAMPLEDIR%%/svg/richtext/textobject/window.cpp
+%%QT_EXAMPLEDIR%%/svg/richtext/textobject/window.h
+%%QT_EXAMPLEDIR%%/svg/svg.pro
+%%QT_EXAMPLEDIR%%/svg/svggenerator/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/svg/svggenerator/displaywidget.cpp
+%%QT_EXAMPLEDIR%%/svg/svggenerator/displaywidget.h
+%%QT_EXAMPLEDIR%%/svg/svggenerator/doc/images/svggenerator-example.png
+%%QT_EXAMPLEDIR%%/svg/svggenerator/doc/src/svggenerator.qdoc
+%%QT_EXAMPLEDIR%%/svg/svggenerator/forms/window.ui
+%%QT_EXAMPLEDIR%%/svg/svggenerator/main.cpp
+%%QT_EXAMPLEDIR%%/svg/svggenerator/resources/shapes.dat
+%%QT_EXAMPLEDIR%%/svg/svggenerator/svggenerator.pro
+%%QT_EXAMPLEDIR%%/svg/svggenerator/svggenerator.qrc
+%%QT_EXAMPLEDIR%%/svg/svggenerator/window.cpp
+%%QT_EXAMPLEDIR%%/svg/svggenerator/window.h
+%%QT_EXAMPLEDIR%%/svg/svgviewer/CMakeLists.txt
+%%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
+%%QT_EXAMPLEDIR%%/svg/svgviewer/main.cpp
+%%QT_EXAMPLEDIR%%/svg/svgviewer/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/svg/svgviewer/mainwindow.h
+%%QT_EXAMPLEDIR%%/svg/svgviewer/svgview.cpp
+%%QT_EXAMPLEDIR%%/svg/svgviewer/svgview.h
+%%QT_EXAMPLEDIR%%/svg/svgviewer/svgviewer.pro
+%%QT_EXAMPLEDIR%%/svg/svgviewer/svgviewer.qrc
+%%QT_EXAMPLEDIR%%/tutorials/alarms/AlarmDelegate.qml
+%%QT_EXAMPLEDIR%%/tutorials/alarms/AlarmDialog.qml
+%%QT_EXAMPLEDIR%%/tutorials/alarms/AlarmModel.qml
+%%QT_EXAMPLEDIR%%/tutorials/alarms/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/tutorials/alarms/TumblerDelegate.qml
+%%QT_EXAMPLEDIR%%/tutorials/alarms/alarms.pro
+%%QT_EXAMPLEDIR%%/tutorials/alarms/controls_conf.qrc
+%%QT_EXAMPLEDIR%%/tutorials/alarms/main.cpp
+%%QT_EXAMPLEDIR%%/tutorials/alarms/main.qml
+%%QT_EXAMPLEDIR%%/tutorials/alarms/qml.qrc
+%%QT_EXAMPLEDIR%%/tutorials/alarms/qtquickcontrols2.conf
+%%QT_EXAMPLEDIR%%/uitools/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/uitools/doc/images/multipleinheritance-example.png
+%%QT_EXAMPLEDIR%%/uitools/doc/images/textfinder-example-userinterface.png
+%%QT_EXAMPLEDIR%%/uitools/doc/src/multipleinheritance.qdoc
+%%QT_EXAMPLEDIR%%/uitools/doc/src/textfinder.qdoc
+%%QT_EXAMPLEDIR%%/uitools/multipleinheritance/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/uitools/multipleinheritance/calculatorform.cpp
+%%QT_EXAMPLEDIR%%/uitools/multipleinheritance/calculatorform.h
+%%QT_EXAMPLEDIR%%/uitools/multipleinheritance/calculatorform.ui
+%%QT_EXAMPLEDIR%%/uitools/multipleinheritance/main.cpp
+%%QT_EXAMPLEDIR%%/uitools/multipleinheritance/multipleinheritance.pro
+%%QT_EXAMPLEDIR%%/uitools/textfinder/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/uitools/textfinder/forms/input.txt
+%%QT_EXAMPLEDIR%%/uitools/textfinder/forms/textfinder.ui
+%%QT_EXAMPLEDIR%%/uitools/textfinder/main.cpp
+%%QT_EXAMPLEDIR%%/uitools/textfinder/textfinder.cpp
+%%QT_EXAMPLEDIR%%/uitools/textfinder/textfinder.h
+%%QT_EXAMPLEDIR%%/uitools/textfinder/textfinder.pro
+%%QT_EXAMPLEDIR%%/uitools/textfinder/textfinder.qrc
+%%QT_EXAMPLEDIR%%/uitools/uitools.pro
+%%QT_EXAMPLEDIR%%/virtualkeyboard/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/virtualkeyboard/basic/Basic.qml
+%%QT_EXAMPLEDIR%%/virtualkeyboard/basic/CMakeLists.txt
+%%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/TextArea.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%%/vulkan/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/vulkan/doc/images/hellovulkancubes.png
+%%QT_EXAMPLEDIR%%/vulkan/doc/images/hellovulkantexture.png
+%%QT_EXAMPLEDIR%%/vulkan/doc/images/hellovulkantriangle.png
+%%QT_EXAMPLEDIR%%/vulkan/doc/images/hellovulkanwidget.png
+%%QT_EXAMPLEDIR%%/vulkan/doc/images/hellovulkanwindow.png
+%%QT_EXAMPLEDIR%%/vulkan/doc/src/hellovulkancubes.qdoc
+%%QT_EXAMPLEDIR%%/vulkan/doc/src/hellovulkantexture.qdoc
+%%QT_EXAMPLEDIR%%/vulkan/doc/src/hellovulkantriangle.qdoc
+%%QT_EXAMPLEDIR%%/vulkan/doc/src/hellovulkanwidget.qdoc
+%%QT_EXAMPLEDIR%%/vulkan/doc/src/hellovulkanwindow.qdoc
+%%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/camera.cpp
+%%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/camera.h
+%%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/color.frag
+%%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/color.vert
+%%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/color_frag.spv
+%%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/color_phong.frag
+%%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/color_phong.vert
+%%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/color_phong_frag.spv
+%%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/color_phong_vert.spv
+%%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/color_vert.spv
+%%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/hellovulkancubes.pro
+%%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/hellovulkancubes.qrc
+%%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/main.cpp
+%%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/mainwindow.h
+%%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/mesh.cpp
+%%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/mesh.h
+%%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/renderer.cpp
+%%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/renderer.h
+%%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/shader.cpp
+%%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/shader.h
+%%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/vulkanwindow.cpp
+%%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/vulkanwindow.h
+%%QT_EXAMPLEDIR%%/vulkan/hellovulkantexture/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/vulkan/hellovulkantexture/hellovulkantexture.cpp
+%%QT_EXAMPLEDIR%%/vulkan/hellovulkantexture/hellovulkantexture.h
+%%QT_EXAMPLEDIR%%/vulkan/hellovulkantexture/hellovulkantexture.pro
+%%QT_EXAMPLEDIR%%/vulkan/hellovulkantexture/hellovulkantexture.qrc
+%%QT_EXAMPLEDIR%%/vulkan/hellovulkantexture/main.cpp
+%%QT_EXAMPLEDIR%%/vulkan/hellovulkantexture/qt256.png
+%%QT_EXAMPLEDIR%%/vulkan/hellovulkantexture/texture.frag
+%%QT_EXAMPLEDIR%%/vulkan/hellovulkantexture/texture.vert
+%%QT_EXAMPLEDIR%%/vulkan/hellovulkantexture/texture_frag.spv
+%%QT_EXAMPLEDIR%%/vulkan/hellovulkantexture/texture_vert.spv
+%%QT_EXAMPLEDIR%%/vulkan/hellovulkantriangle/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/vulkan/hellovulkantriangle/hellovulkantriangle.pro
+%%QT_EXAMPLEDIR%%/vulkan/hellovulkantriangle/hellovulkantriangle.qrc
+%%QT_EXAMPLEDIR%%/vulkan/hellovulkantriangle/main.cpp
+%%QT_EXAMPLEDIR%%/vulkan/hellovulkanwidget/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/vulkan/hellovulkanwidget/hellovulkanwidget.cpp
+%%QT_EXAMPLEDIR%%/vulkan/hellovulkanwidget/hellovulkanwidget.h
+%%QT_EXAMPLEDIR%%/vulkan/hellovulkanwidget/hellovulkanwidget.pro
+%%QT_EXAMPLEDIR%%/vulkan/hellovulkanwidget/hellovulkanwidget.qrc
+%%QT_EXAMPLEDIR%%/vulkan/hellovulkanwidget/main.cpp
+%%QT_EXAMPLEDIR%%/vulkan/hellovulkanwindow/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/vulkan/hellovulkanwindow/hellovulkanwindow.cpp
+%%QT_EXAMPLEDIR%%/vulkan/hellovulkanwindow/hellovulkanwindow.h
+%%QT_EXAMPLEDIR%%/vulkan/hellovulkanwindow/hellovulkanwindow.pro
+%%QT_EXAMPLEDIR%%/vulkan/hellovulkanwindow/main.cpp
+%%QT_EXAMPLEDIR%%/vulkan/shared/block.buf
+%%QT_EXAMPLEDIR%%/vulkan/shared/block.txt
+%%QT_EXAMPLEDIR%%/vulkan/shared/color.frag
+%%QT_EXAMPLEDIR%%/vulkan/shared/color.vert
+%%QT_EXAMPLEDIR%%/vulkan/shared/color_frag.spv
+%%QT_EXAMPLEDIR%%/vulkan/shared/color_vert.spv
+%%QT_EXAMPLEDIR%%/vulkan/shared/objconvert.js
+%%QT_EXAMPLEDIR%%/vulkan/shared/qt_logo.buf
+%%QT_EXAMPLEDIR%%/vulkan/shared/qt_logo.txt
+%%QT_EXAMPLEDIR%%/vulkan/shared/trianglerenderer.cpp
+%%QT_EXAMPLEDIR%%/vulkan/shared/trianglerenderer.h
+%%QT_EXAMPLEDIR%%/vulkan/vulkan.pro
+%%QT_EXAMPLEDIR%%/wayland/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/wayland/custom-extension/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/wayland/custom-extension/client-common/customextension.cpp
+%%QT_EXAMPLEDIR%%/wayland/custom-extension/client-common/customextension.h
+%%QT_EXAMPLEDIR%%/wayland/custom-extension/compositor/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/wayland/custom-extension/compositor/compositor.pro
+%%QT_EXAMPLEDIR%%/wayland/custom-extension/compositor/compositor.qrc
+%%QT_EXAMPLEDIR%%/wayland/custom-extension/compositor/customextension.cpp
+%%QT_EXAMPLEDIR%%/wayland/custom-extension/compositor/customextension.h
+%%QT_EXAMPLEDIR%%/wayland/custom-extension/compositor/images/background.png
+%%QT_EXAMPLEDIR%%/wayland/custom-extension/compositor/main.cpp
+%%QT_EXAMPLEDIR%%/wayland/custom-extension/compositor/qml/CompositorScreen.qml
+%%QT_EXAMPLEDIR%%/wayland/custom-extension/compositor/qml/main.qml
+%%QT_EXAMPLEDIR%%/wayland/custom-extension/cpp-client/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/wayland/custom-extension/cpp-client/cpp-client.pro
+%%QT_EXAMPLEDIR%%/wayland/custom-extension/cpp-client/main.cpp
+%%QT_EXAMPLEDIR%%/wayland/custom-extension/custom-extension.pro
+%%QT_EXAMPLEDIR%%/wayland/custom-extension/protocol/custom.xml
+%%QT_EXAMPLEDIR%%/wayland/custom-extension/qml-client/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/wayland/custom-extension/qml-client/main.cpp
+%%QT_EXAMPLEDIR%%/wayland/custom-extension/qml-client/main.qml
+%%QT_EXAMPLEDIR%%/wayland/custom-extension/qml-client/qml-client.pro
+%%QT_EXAMPLEDIR%%/wayland/custom-extension/qml-client/qml.qrc
+%%QT_EXAMPLEDIR%%/wayland/custom-shell/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/wayland/custom-shell/client-plugin/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/wayland/custom-shell/client-plugin/client-plugin.pro
+%%QT_EXAMPLEDIR%%/wayland/custom-shell/client-plugin/example-shell.json
+%%QT_EXAMPLEDIR%%/wayland/custom-shell/client-plugin/exampleshellintegration.cpp
+%%QT_EXAMPLEDIR%%/wayland/custom-shell/client-plugin/exampleshellintegration.h
+%%QT_EXAMPLEDIR%%/wayland/custom-shell/client-plugin/examplesurface.cpp
+%%QT_EXAMPLEDIR%%/wayland/custom-shell/client-plugin/examplesurface.h
+%%QT_EXAMPLEDIR%%/wayland/custom-shell/client-plugin/main.cpp
+%%QT_EXAMPLEDIR%%/wayland/custom-shell/compositor/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/wayland/custom-shell/compositor/compositor.pro
+%%QT_EXAMPLEDIR%%/wayland/custom-shell/compositor/compositor.qrc
+%%QT_EXAMPLEDIR%%/wayland/custom-shell/compositor/exampleshell.cpp
+%%QT_EXAMPLEDIR%%/wayland/custom-shell/compositor/exampleshell.h
+%%QT_EXAMPLEDIR%%/wayland/custom-shell/compositor/exampleshellintegration.cpp
+%%QT_EXAMPLEDIR%%/wayland/custom-shell/compositor/exampleshellintegration.h
+%%QT_EXAMPLEDIR%%/wayland/custom-shell/compositor/images/background.png
+%%QT_EXAMPLEDIR%%/wayland/custom-shell/compositor/main.cpp
+%%QT_EXAMPLEDIR%%/wayland/custom-shell/compositor/qml/main.qml
+%%QT_EXAMPLEDIR%%/wayland/custom-shell/custom-shell.pro
+%%QT_EXAMPLEDIR%%/wayland/custom-shell/doc/src/custom-shell.qdoc
+%%QT_EXAMPLEDIR%%/wayland/custom-shell/protocol/example-shell.xml
+%%QT_EXAMPLEDIR%%/wayland/hwlayer-compositor/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/wayland/hwlayer-compositor/hwlayer-compositor.pro
+%%QT_EXAMPLEDIR%%/wayland/hwlayer-compositor/hwlayer-compositor.qrc
+%%QT_EXAMPLEDIR%%/wayland/hwlayer-compositor/main.cpp
+%%QT_EXAMPLEDIR%%/wayland/hwlayer-compositor/main.qml
+%%QT_EXAMPLEDIR%%/wayland/ivi-compositor/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/wayland/ivi-compositor/doc/images/ivi-compositor-1.png
+%%QT_EXAMPLEDIR%%/wayland/ivi-compositor/doc/images/ivi-compositor-2.png
+%%QT_EXAMPLEDIR%%/wayland/ivi-compositor/doc/images/ivi-compositor-3.png
+%%QT_EXAMPLEDIR%%/wayland/ivi-compositor/doc/src/ivi-compositor.qdoc
+%%QT_EXAMPLEDIR%%/wayland/ivi-compositor/ivi-compositor.pro
+%%QT_EXAMPLEDIR%%/wayland/ivi-compositor/ivi-compositor.qrc
+%%QT_EXAMPLEDIR%%/wayland/ivi-compositor/main.cpp
+%%QT_EXAMPLEDIR%%/wayland/ivi-compositor/main.qml
+%%QT_EXAMPLEDIR%%/wayland/minimal-cpp/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/wayland/minimal-cpp/README
+%%QT_EXAMPLEDIR%%/wayland/minimal-cpp/compositor.cpp
+%%QT_EXAMPLEDIR%%/wayland/minimal-cpp/compositor.h
+%%QT_EXAMPLEDIR%%/wayland/minimal-cpp/main.cpp
+%%QT_EXAMPLEDIR%%/wayland/minimal-cpp/minimal-cpp.pro
+%%QT_EXAMPLEDIR%%/wayland/minimal-cpp/window.cpp
+%%QT_EXAMPLEDIR%%/wayland/minimal-cpp/window.h
+%%QT_EXAMPLEDIR%%/wayland/minimal-qml/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/wayland/minimal-qml/doc/images/minimal-qml.png
+%%QT_EXAMPLEDIR%%/wayland/minimal-qml/doc/src/minimal-qml.qdoc
+%%QT_EXAMPLEDIR%%/wayland/minimal-qml/main.cpp
+%%QT_EXAMPLEDIR%%/wayland/minimal-qml/main.qml
+%%QT_EXAMPLEDIR%%/wayland/minimal-qml/minimal-qml.pro
+%%QT_EXAMPLEDIR%%/wayland/minimal-qml/minimal-qml.qrc
+%%QT_EXAMPLEDIR%%/wayland/multi-output/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/wayland/multi-output/doc/images/multi-output.jpg
+%%QT_EXAMPLEDIR%%/wayland/multi-output/doc/src/multi-output.qdoc
+%%QT_EXAMPLEDIR%%/wayland/multi-output/images/background.jpg
+%%QT_EXAMPLEDIR%%/wayland/multi-output/main.cpp
+%%QT_EXAMPLEDIR%%/wayland/multi-output/multi-output.pro
+%%QT_EXAMPLEDIR%%/wayland/multi-output/multi-output.qrc
+%%QT_EXAMPLEDIR%%/wayland/multi-output/qml/GridScreen.qml
+%%QT_EXAMPLEDIR%%/wayland/multi-output/qml/ShellChrome.qml
+%%QT_EXAMPLEDIR%%/wayland/multi-output/qml/ShellScreen.qml
+%%QT_EXAMPLEDIR%%/wayland/multi-output/qml/main.qml
+%%QT_EXAMPLEDIR%%/wayland/multi-screen/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/wayland/multi-screen/doc/src/multi-screen.qdoc
+%%QT_EXAMPLEDIR%%/wayland/multi-screen/main.cpp
+%%QT_EXAMPLEDIR%%/wayland/multi-screen/multi-screen.pro
+%%QT_EXAMPLEDIR%%/wayland/multi-screen/multi-screen.qrc
+%%QT_EXAMPLEDIR%%/wayland/multi-screen/qml/Chrome.qml
+%%QT_EXAMPLEDIR%%/wayland/multi-screen/qml/CompositorScreen.qml
+%%QT_EXAMPLEDIR%%/wayland/multi-screen/qml/main.qml
+%%QT_EXAMPLEDIR%%/wayland/overview-compositor/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/wayland/overview-compositor/doc/images/overview-compositor.jpg
+%%QT_EXAMPLEDIR%%/wayland/overview-compositor/doc/src/overview-compositor.qdoc
+%%QT_EXAMPLEDIR%%/wayland/overview-compositor/main.cpp
+%%QT_EXAMPLEDIR%%/wayland/overview-compositor/main.qml
+%%QT_EXAMPLEDIR%%/wayland/overview-compositor/overview-compositor.pro
+%%QT_EXAMPLEDIR%%/wayland/overview-compositor/overview-compositor.qrc
+%%QT_EXAMPLEDIR%%/wayland/pure-qml/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/wayland/pure-qml/doc/src/pure-qml.qdoc
+%%QT_EXAMPLEDIR%%/wayland/pure-qml/images/background.jpg
+%%QT_EXAMPLEDIR%%/wayland/pure-qml/main.cpp
+%%QT_EXAMPLEDIR%%/wayland/pure-qml/pure-qml.pro
+%%QT_EXAMPLEDIR%%/wayland/pure-qml/pure-qml.qrc
+%%QT_EXAMPLEDIR%%/wayland/pure-qml/qml/Chrome.qml
+%%QT_EXAMPLEDIR%%/wayland/pure-qml/qml/CompositorScreen.qml
+%%QT_EXAMPLEDIR%%/wayland/pure-qml/qml/Keyboard.qml
+%%QT_EXAMPLEDIR%%/wayland/pure-qml/qml/main.qml
+%%QT_EXAMPLEDIR%%/wayland/qtshell/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/wayland/qtshell/doc/src/qtshell.qdoc
+%%QT_EXAMPLEDIR%%/wayland/qtshell/images/background.jpg
+%%QT_EXAMPLEDIR%%/wayland/qtshell/main.cpp
+%%QT_EXAMPLEDIR%%/wayland/qtshell/qml/Chrome.qml
+%%QT_EXAMPLEDIR%%/wayland/qtshell/qml/CompositorScreen.qml
+%%QT_EXAMPLEDIR%%/wayland/qtshell/qml/main.qml
+%%QT_EXAMPLEDIR%%/wayland/qtshell/qtshell.pro
+%%QT_EXAMPLEDIR%%/wayland/qtshell/qtshell.qrc
+%%QT_EXAMPLEDIR%%/wayland/server-buffer/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/wayland/server-buffer/README
+%%QT_EXAMPLEDIR%%/wayland/server-buffer/compositor/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/wayland/server-buffer/compositor/compositor.pro
+%%QT_EXAMPLEDIR%%/wayland/server-buffer/compositor/compositor.qrc
+%%QT_EXAMPLEDIR%%/wayland/server-buffer/compositor/images/Siberischer_tiger_de_edit02.jpg
+%%QT_EXAMPLEDIR%%/wayland/server-buffer/compositor/images/Siberischer_tiger_de_edit02.txt
+%%QT_EXAMPLEDIR%%/wayland/server-buffer/compositor/images/background.png
+%%QT_EXAMPLEDIR%%/wayland/server-buffer/compositor/main.cpp
+%%QT_EXAMPLEDIR%%/wayland/server-buffer/compositor/qml/main.qml
+%%QT_EXAMPLEDIR%%/wayland/server-buffer/compositor/sharebufferextension.cpp
+%%QT_EXAMPLEDIR%%/wayland/server-buffer/compositor/sharebufferextension.h
+%%QT_EXAMPLEDIR%%/wayland/server-buffer/cpp-client/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/wayland/server-buffer/cpp-client/cpp-client.pro
+%%QT_EXAMPLEDIR%%/wayland/server-buffer/cpp-client/main.cpp
+%%QT_EXAMPLEDIR%%/wayland/server-buffer/cpp-client/sharebufferextension.cpp
+%%QT_EXAMPLEDIR%%/wayland/server-buffer/cpp-client/sharebufferextension.h
+%%QT_EXAMPLEDIR%%/wayland/server-buffer/server-buffer.pro
+%%QT_EXAMPLEDIR%%/wayland/server-buffer/share-buffer.xml
+%%QT_EXAMPLEDIR%%/wayland/server-side-decoration/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/wayland/server-side-decoration/doc/images/server-side-decoration.png
+%%QT_EXAMPLEDIR%%/wayland/server-side-decoration/doc/src/server-side-decoration.qdoc
+%%QT_EXAMPLEDIR%%/wayland/server-side-decoration/main.cpp
+%%QT_EXAMPLEDIR%%/wayland/server-side-decoration/main.qml
+%%QT_EXAMPLEDIR%%/wayland/server-side-decoration/server-side-decoration.pro
+%%QT_EXAMPLEDIR%%/wayland/server-side-decoration/server-side-decoration.qrc
+%%QT_EXAMPLEDIR%%/wayland/spanning-screens/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/wayland/spanning-screens/doc/images/spanning-screens.jpg
+%%QT_EXAMPLEDIR%%/wayland/spanning-screens/doc/src/spanning-screens.qdoc
+%%QT_EXAMPLEDIR%%/wayland/spanning-screens/main.cpp
+%%QT_EXAMPLEDIR%%/wayland/spanning-screens/main.qml
+%%QT_EXAMPLEDIR%%/wayland/spanning-screens/spanning-screens.pro
+%%QT_EXAMPLEDIR%%/wayland/spanning-screens/spanning-screens.qrc
+%%QT_EXAMPLEDIR%%/wayland/wayland.pro
+%%QT_EXAMPLEDIR%%/webchannel/CMakeLists.txt
+%%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
+%%QT_EXAMPLEDIR%%/webchannel/chatclient-html/doc/src/chatclient-html.qdoc
+%%QT_EXAMPLEDIR%%/webchannel/chatclient-qml/LoginForm.ui.qml
+%%QT_EXAMPLEDIR%%/webchannel/chatclient-qml/MainForm.ui.qml
+%%QT_EXAMPLEDIR%%/webchannel/chatclient-qml/chatclient-qml.pro
+%%QT_EXAMPLEDIR%%/webchannel/chatclient-qml/chatclient-qml.qmlproject
+%%QT_EXAMPLEDIR%%/webchannel/chatclient-qml/doc/images/chatclient-qml.png
+%%QT_EXAMPLEDIR%%/webchannel/chatclient-qml/doc/src/chatclient-qml.qdoc
+%%QT_EXAMPLEDIR%%/webchannel/chatclient-qml/qmlchatclient.qml
+%%QT_EXAMPLEDIR%%/webchannel/chatserver-cpp/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/webchannel/chatserver-cpp/chatserver-cpp.pro
+%%QT_EXAMPLEDIR%%/webchannel/chatserver-cpp/chatserver.cpp
+%%QT_EXAMPLEDIR%%/webchannel/chatserver-cpp/chatserver.h
+%%QT_EXAMPLEDIR%%/webchannel/chatserver-cpp/doc/images/chatserver-cpp.png
+%%QT_EXAMPLEDIR%%/webchannel/chatserver-cpp/doc/src/chatserver-cpp.qdoc
+%%QT_EXAMPLEDIR%%/webchannel/chatserver-cpp/main.cpp
+%%QT_EXAMPLEDIR%%/webchannel/exampleassets.pri
+%%QT_EXAMPLEDIR%%/webchannel/nodejs/README
+%%QT_EXAMPLEDIR%%/webchannel/nodejs/chatclient.js
+%%QT_EXAMPLEDIR%%/webchannel/nodejs/nodejs.pro
+%%QT_EXAMPLEDIR%%/webchannel/nodejs/package.json
+%%QT_EXAMPLEDIR%%/webchannel/qwclient/README
+%%QT_EXAMPLEDIR%%/webchannel/qwclient/package.json
+%%QT_EXAMPLEDIR%%/webchannel/qwclient/qwclient.js
+%%QT_EXAMPLEDIR%%/webchannel/qwclient/qwclient.pro
+%%QT_EXAMPLEDIR%%/webchannel/shared/qwebchannel.js
+%%QT_EXAMPLEDIR%%/webchannel/shared/websocketclientwrapper.cpp
+%%QT_EXAMPLEDIR%%/webchannel/shared/websocketclientwrapper.h
+%%QT_EXAMPLEDIR%%/webchannel/shared/websockettransport.cpp
+%%QT_EXAMPLEDIR%%/webchannel/shared/websockettransport.h
+%%QT_EXAMPLEDIR%%/webchannel/standalone/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/webchannel/standalone/core.h
+%%QT_EXAMPLEDIR%%/webchannel/standalone/dialog.cpp
+%%QT_EXAMPLEDIR%%/webchannel/standalone/dialog.h
+%%QT_EXAMPLEDIR%%/webchannel/standalone/dialog.ui
+%%QT_EXAMPLEDIR%%/webchannel/standalone/doc/images/standalone-screenshot.png
+%%QT_EXAMPLEDIR%%/webchannel/standalone/doc/src/standalone.qdoc
+%%QT_EXAMPLEDIR%%/webchannel/standalone/index.html
+%%QT_EXAMPLEDIR%%/webchannel/standalone/main.cpp
+%%QT_EXAMPLEDIR%%/webchannel/standalone/standalone.pro
+%%QT_EXAMPLEDIR%%/webchannel/webchannel.pro
+%%QT_EXAMPLEDIR%%/webenginequick/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/webenginequick/customdialogs/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/webenginequick/customdialogs/MessageRectangle.qml
+%%QT_EXAMPLEDIR%%/webenginequick/customdialogs/SwitchButton.qml
+%%QT_EXAMPLEDIR%%/webenginequick/customdialogs/WebView.qml
+%%QT_EXAMPLEDIR%%/webenginequick/customdialogs/customdialogs.pro
+%%QT_EXAMPLEDIR%%/webenginequick/customdialogs/customdialogs.qrc
+%%QT_EXAMPLEDIR%%/webenginequick/customdialogs/doc/images/customdialogs-auth1.png
+%%QT_EXAMPLEDIR%%/webenginequick/customdialogs/doc/images/customdialogs-auth2.png
+%%QT_EXAMPLEDIR%%/webenginequick/customdialogs/doc/images/customdialogs-color1.png
+%%QT_EXAMPLEDIR%%/webenginequick/customdialogs/doc/images/customdialogs-color2.png
+%%QT_EXAMPLEDIR%%/webenginequick/customdialogs/doc/images/customdialogs-file1.png
+%%QT_EXAMPLEDIR%%/webenginequick/customdialogs/doc/images/customdialogs-file2.png
+%%QT_EXAMPLEDIR%%/webenginequick/customdialogs/doc/images/customdialogs-menu.png
+%%QT_EXAMPLEDIR%%/webenginequick/customdialogs/doc/images/customdialogs-prompt1.png
+%%QT_EXAMPLEDIR%%/webenginequick/customdialogs/doc/images/customdialogs-prompt2.png
+%%QT_EXAMPLEDIR%%/webenginequick/customdialogs/doc/images/customdialogs-tooltip.png
+%%QT_EXAMPLEDIR%%/webenginequick/customdialogs/doc/images/customdialogs.png
+%%QT_EXAMPLEDIR%%/webenginequick/customdialogs/doc/src/customdialogs.qdoc
+%%QT_EXAMPLEDIR%%/webenginequick/customdialogs/forms/Authentication.qml
+%%QT_EXAMPLEDIR%%/webenginequick/customdialogs/forms/AuthenticationForm.ui.qml
+%%QT_EXAMPLEDIR%%/webenginequick/customdialogs/forms/ColorCell.qml
+%%QT_EXAMPLEDIR%%/webenginequick/customdialogs/forms/ColorPicker.qml
+%%QT_EXAMPLEDIR%%/webenginequick/customdialogs/forms/ColorPickerForm.ui.qml
+%%QT_EXAMPLEDIR%%/webenginequick/customdialogs/forms/CustomButton.qml
+%%QT_EXAMPLEDIR%%/webenginequick/customdialogs/forms/FilePicker.qml
+%%QT_EXAMPLEDIR%%/webenginequick/customdialogs/forms/FilePickerForm.ui.qml
+%%QT_EXAMPLEDIR%%/webenginequick/customdialogs/forms/FileRow.qml
+%%QT_EXAMPLEDIR%%/webenginequick/customdialogs/forms/JavaScript.qml
+%%QT_EXAMPLEDIR%%/webenginequick/customdialogs/forms/JavaScriptForm.ui.qml
+%%QT_EXAMPLEDIR%%/webenginequick/customdialogs/forms/Menu.qml
+%%QT_EXAMPLEDIR%%/webenginequick/customdialogs/forms/MenuForm.ui.qml
+%%QT_EXAMPLEDIR%%/webenginequick/customdialogs/forms/TouchSelectionMenu.qml
+%%QT_EXAMPLEDIR%%/webenginequick/customdialogs/forms/TouchSelectionMenuForm.ui.qml
+%%QT_EXAMPLEDIR%%/webenginequick/customdialogs/forms/forms.qmlproject
+%%QT_EXAMPLEDIR%%/webenginequick/customdialogs/icon.svg
+%%QT_EXAMPLEDIR%%/webenginequick/customdialogs/index.html
+%%QT_EXAMPLEDIR%%/webenginequick/customdialogs/main.cpp
+%%QT_EXAMPLEDIR%%/webenginequick/customdialogs/main.qml
+%%QT_EXAMPLEDIR%%/webenginequick/customdialogs/server.cpp
+%%QT_EXAMPLEDIR%%/webenginequick/customdialogs/server.h
+%%QT_EXAMPLEDIR%%/webenginequick/customdialogs/style.css
+%%QT_EXAMPLEDIR%%/webenginequick/customtouchhandle/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/webenginequick/customtouchhandle/customtouchhandle.pro
+%%QT_EXAMPLEDIR%%/webenginequick/customtouchhandle/doc/images/customtouchhandle.jpg
+%%QT_EXAMPLEDIR%%/webenginequick/customtouchhandle/doc/src/customtouchhandle.qdoc
+%%QT_EXAMPLEDIR%%/webenginequick/customtouchhandle/main.cpp
+%%QT_EXAMPLEDIR%%/webenginequick/customtouchhandle/main.qml
+%%QT_EXAMPLEDIR%%/webenginequick/customtouchhandle/qml.qrc
+%%QT_EXAMPLEDIR%%/webenginequick/lifecycle/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/webenginequick/lifecycle/WebBrowser.qml
+%%QT_EXAMPLEDIR%%/webenginequick/lifecycle/WebTab.qml
+%%QT_EXAMPLEDIR%%/webenginequick/lifecycle/WebTabBar.qml
+%%QT_EXAMPLEDIR%%/webenginequick/lifecycle/WebTabButton.qml
+%%QT_EXAMPLEDIR%%/webenginequick/lifecycle/WebTabStack.qml
+%%QT_EXAMPLEDIR%%/webenginequick/lifecycle/WebToolButton.qml
+%%QT_EXAMPLEDIR%%/webenginequick/lifecycle/doc/images/lifecycle-automatic.png
+%%QT_EXAMPLEDIR%%/webenginequick/lifecycle/doc/images/lifecycle-manual.png
+%%QT_EXAMPLEDIR%%/webenginequick/lifecycle/doc/images/lifecycle.png
+%%QT_EXAMPLEDIR%%/webenginequick/lifecycle/doc/src/lifecycle.qdoc
+%%QT_EXAMPLEDIR%%/webenginequick/lifecycle/lifecycle.pro
+%%QT_EXAMPLEDIR%%/webenginequick/lifecycle/main.cpp
+%%QT_EXAMPLEDIR%%/webenginequick/lifecycle/qtquickcontrols2.conf
+%%QT_EXAMPLEDIR%%/webenginequick/lifecycle/resources.qrc
+%%QT_EXAMPLEDIR%%/webenginequick/minimal/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/webenginequick/minimal/doc/src/minimal.qdoc
+%%QT_EXAMPLEDIR%%/webenginequick/minimal/main.cpp
+%%QT_EXAMPLEDIR%%/webenginequick/minimal/main.qml
+%%QT_EXAMPLEDIR%%/webenginequick/minimal/minimal.pro
+%%QT_EXAMPLEDIR%%/webenginequick/minimal/qml.qrc
+%%QT_EXAMPLEDIR%%/webenginequick/quicknanobrowser/ApplicationRoot.qml
+%%QT_EXAMPLEDIR%%/webenginequick/quicknanobrowser/BrowserDialog.qml
+%%QT_EXAMPLEDIR%%/webenginequick/quicknanobrowser/BrowserWindow.qml
+%%QT_EXAMPLEDIR%%/webenginequick/quicknanobrowser/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/webenginequick/quicknanobrowser/DownloadView.qml
+%%QT_EXAMPLEDIR%%/webenginequick/quicknanobrowser/FindBar.qml
+%%QT_EXAMPLEDIR%%/webenginequick/quicknanobrowser/FullScreenNotification.qml
+%%QT_EXAMPLEDIR%%/webenginequick/quicknanobrowser/doc/images/quicknanobrowser-demo.jpg
+%%QT_EXAMPLEDIR%%/webenginequick/quicknanobrowser/doc/src/quicknanobrowser.qdoc
+%%QT_EXAMPLEDIR%%/webenginequick/quicknanobrowser/icons/3rdparty/COPYING
+%%QT_EXAMPLEDIR%%/webenginequick/quicknanobrowser/icons/3rdparty/go-next.png
+%%QT_EXAMPLEDIR%%/webenginequick/quicknanobrowser/icons/3rdparty/go-previous.png
+%%QT_EXAMPLEDIR%%/webenginequick/quicknanobrowser/icons/3rdparty/process-stop.png
+%%QT_EXAMPLEDIR%%/webenginequick/quicknanobrowser/icons/3rdparty/qt_attribution.json
+%%QT_EXAMPLEDIR%%/webenginequick/quicknanobrowser/icons/3rdparty/view-refresh.png
+%%QT_EXAMPLEDIR%%/webenginequick/quicknanobrowser/main.cpp
+%%QT_EXAMPLEDIR%%/webenginequick/quicknanobrowser/quicknanobrowser.pro
+%%QT_EXAMPLEDIR%%/webenginequick/quicknanobrowser/resources.qrc
+%%QT_EXAMPLEDIR%%/webenginequick/quicknanobrowser/utils.h
+%%QT_EXAMPLEDIR%%/webenginequick/recipebrowser/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/webenginequick/recipebrowser/doc/images/recipebrowser-demo.jpg
+%%QT_EXAMPLEDIR%%/webenginequick/recipebrowser/doc/src/recipebrowser.qdoc
+%%QT_EXAMPLEDIR%%/webenginequick/recipebrowser/main.cpp
+%%QT_EXAMPLEDIR%%/webenginequick/recipebrowser/recipebrowser.pro
+%%QT_EXAMPLEDIR%%/webenginequick/recipebrowser/resources/pages/assets/3rdparty/MARKDOWN-LICENSE.txt
+%%QT_EXAMPLEDIR%%/webenginequick/recipebrowser/resources/pages/assets/3rdparty/MARKED-LICENSE.txt
+%%QT_EXAMPLEDIR%%/webenginequick/recipebrowser/resources/pages/assets/3rdparty/markdown.css
+%%QT_EXAMPLEDIR%%/webenginequick/recipebrowser/resources/pages/assets/3rdparty/marked.js
+%%QT_EXAMPLEDIR%%/webenginequick/recipebrowser/resources/pages/assets/3rdparty/qt_attribution.json
+%%QT_EXAMPLEDIR%%/webenginequick/recipebrowser/resources/pages/assets/custom.css
+%%QT_EXAMPLEDIR%%/webenginequick/recipebrowser/resources/pages/assets/custom.js
+%%QT_EXAMPLEDIR%%/webenginequick/recipebrowser/resources/pages/burger.html
+%%QT_EXAMPLEDIR%%/webenginequick/recipebrowser/resources/pages/cupcakes.html
+%%QT_EXAMPLEDIR%%/webenginequick/recipebrowser/resources/pages/images/burger.jpg
+%%QT_EXAMPLEDIR%%/webenginequick/recipebrowser/resources/pages/images/cupcakes.jpg
+%%QT_EXAMPLEDIR%%/webenginequick/recipebrowser/resources/pages/images/pasta.jpg
+%%QT_EXAMPLEDIR%%/webenginequick/recipebrowser/resources/pages/images/pizza.jpg
+%%QT_EXAMPLEDIR%%/webenginequick/recipebrowser/resources/pages/images/skewers.jpg
+%%QT_EXAMPLEDIR%%/webenginequick/recipebrowser/resources/pages/images/soup.jpg
+%%QT_EXAMPLEDIR%%/webenginequick/recipebrowser/resources/pages/images/steak.jpg
+%%QT_EXAMPLEDIR%%/webenginequick/recipebrowser/resources/pages/pasta.html
+%%QT_EXAMPLEDIR%%/webenginequick/recipebrowser/resources/pages/pizza.html
+%%QT_EXAMPLEDIR%%/webenginequick/recipebrowser/resources/pages/skewers.html
+%%QT_EXAMPLEDIR%%/webenginequick/recipebrowser/resources/pages/soup.html
+%%QT_EXAMPLEDIR%%/webenginequick/recipebrowser/resources/pages/steak.html
+%%QT_EXAMPLEDIR%%/webenginequick/recipebrowser/resources/qml/RecipeList.qml
+%%QT_EXAMPLEDIR%%/webenginequick/recipebrowser/resources/qml/main.qml
+%%QT_EXAMPLEDIR%%/webenginequick/recipebrowser/resources/resources.qrc
+%%QT_EXAMPLEDIR%%/webenginequick/webengineaction/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/webenginequick/webengineaction/doc/images/webengineaction-example.png
+%%QT_EXAMPLEDIR%%/webenginequick/webengineaction/doc/src/webengineaction.qdoc
+%%QT_EXAMPLEDIR%%/webenginequick/webengineaction/main.cpp
+%%QT_EXAMPLEDIR%%/webenginequick/webengineaction/main.qml
+%%QT_EXAMPLEDIR%%/webenginequick/webengineaction/qml.qrc
+%%QT_EXAMPLEDIR%%/webenginequick/webengineaction/webengineaction.pro
+%%QT_EXAMPLEDIR%%/webenginequick/webenginequick.pro
+%%QT_EXAMPLEDIR%%/webenginewidgets/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/webenginewidgets/contentmanipulation/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/webenginewidgets/contentmanipulation/contentmanipulation.pro
+%%QT_EXAMPLEDIR%%/webenginewidgets/contentmanipulation/doc/images/contentmanipulation-example.png
+%%QT_EXAMPLEDIR%%/webenginewidgets/contentmanipulation/doc/src/contentmanipulation.qdoc
+%%QT_EXAMPLEDIR%%/webenginewidgets/contentmanipulation/jquery.min.js
+%%QT_EXAMPLEDIR%%/webenginewidgets/contentmanipulation/jquery.qrc
+%%QT_EXAMPLEDIR%%/webenginewidgets/contentmanipulation/main.cpp
+%%QT_EXAMPLEDIR%%/webenginewidgets/contentmanipulation/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/webenginewidgets/contentmanipulation/mainwindow.h
+%%QT_EXAMPLEDIR%%/webenginewidgets/cookiebrowser/3rdparty/COPYING
+%%QT_EXAMPLEDIR%%/webenginewidgets/cookiebrowser/3rdparty/qt_attribution.json
+%%QT_EXAMPLEDIR%%/webenginewidgets/cookiebrowser/3rdparty/view-refresh.png
+%%QT_EXAMPLEDIR%%/webenginewidgets/cookiebrowser/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/webenginewidgets/cookiebrowser/cookiebrowser.pro
+%%QT_EXAMPLEDIR%%/webenginewidgets/cookiebrowser/cookiebrowser.qrc
+%%QT_EXAMPLEDIR%%/webenginewidgets/cookiebrowser/cookiedialog.ui
+%%QT_EXAMPLEDIR%%/webenginewidgets/cookiebrowser/cookiewidget.ui
+%%QT_EXAMPLEDIR%%/webenginewidgets/cookiebrowser/doc/images/cookiebrowser.png
+%%QT_EXAMPLEDIR%%/webenginewidgets/cookiebrowser/doc/src/cookiebrowser.qdoc
+%%QT_EXAMPLEDIR%%/webenginewidgets/cookiebrowser/main.cpp
+%%QT_EXAMPLEDIR%%/webenginewidgets/cookiebrowser/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/webenginewidgets/cookiebrowser/mainwindow.h
+%%QT_EXAMPLEDIR%%/webenginewidgets/cookiebrowser/mainwindow.ui
+%%QT_EXAMPLEDIR%%/webenginewidgets/html2pdf/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/webenginewidgets/html2pdf/doc/images/html2pdf-example.png
+%%QT_EXAMPLEDIR%%/webenginewidgets/html2pdf/doc/src/html2pdf.qdoc
+%%QT_EXAMPLEDIR%%/webenginewidgets/html2pdf/html2pdf.cpp
+%%QT_EXAMPLEDIR%%/webenginewidgets/html2pdf/html2pdf.pro
+%%QT_EXAMPLEDIR%%/webenginewidgets/maps/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/webenginewidgets/maps/doc/images/maps-example.png
+%%QT_EXAMPLEDIR%%/webenginewidgets/maps/doc/src/maps.qdoc
+%%QT_EXAMPLEDIR%%/webenginewidgets/maps/main.cpp
+%%QT_EXAMPLEDIR%%/webenginewidgets/maps/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/webenginewidgets/maps/mainwindow.h
+%%QT_EXAMPLEDIR%%/webenginewidgets/maps/maps.pro
+%%QT_EXAMPLEDIR%%/webenginewidgets/markdowneditor/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/webenginewidgets/markdowneditor/doc/images/markdowneditor-example.png
+%%QT_EXAMPLEDIR%%/webenginewidgets/markdowneditor/doc/src/markdowneditor.qdoc
+%%QT_EXAMPLEDIR%%/webenginewidgets/markdowneditor/document.cpp
+%%QT_EXAMPLEDIR%%/webenginewidgets/markdowneditor/document.h
+%%QT_EXAMPLEDIR%%/webenginewidgets/markdowneditor/main.cpp
+%%QT_EXAMPLEDIR%%/webenginewidgets/markdowneditor/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/webenginewidgets/markdowneditor/mainwindow.h
+%%QT_EXAMPLEDIR%%/webenginewidgets/markdowneditor/mainwindow.ui
+%%QT_EXAMPLEDIR%%/webenginewidgets/markdowneditor/markdowneditor.pro
+%%QT_EXAMPLEDIR%%/webenginewidgets/markdowneditor/previewpage.cpp
+%%QT_EXAMPLEDIR%%/webenginewidgets/markdowneditor/previewpage.h
+%%QT_EXAMPLEDIR%%/webenginewidgets/markdowneditor/resources/3rdparty/MARKDOWN-LICENSE.txt
+%%QT_EXAMPLEDIR%%/webenginewidgets/markdowneditor/resources/3rdparty/MARKED-LICENSE.txt
+%%QT_EXAMPLEDIR%%/webenginewidgets/markdowneditor/resources/3rdparty/markdown.css
+%%QT_EXAMPLEDIR%%/webenginewidgets/markdowneditor/resources/3rdparty/marked.js
+%%QT_EXAMPLEDIR%%/webenginewidgets/markdowneditor/resources/3rdparty/qt_attribution.json
+%%QT_EXAMPLEDIR%%/webenginewidgets/markdowneditor/resources/default.md
+%%QT_EXAMPLEDIR%%/webenginewidgets/markdowneditor/resources/index.html
+%%QT_EXAMPLEDIR%%/webenginewidgets/markdowneditor/resources/markdowneditor.qrc
+%%QT_EXAMPLEDIR%%/webenginewidgets/minimal/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/webenginewidgets/minimal/doc/images/minimal-example.png
+%%QT_EXAMPLEDIR%%/webenginewidgets/minimal/doc/src/minimal.qdoc
+%%QT_EXAMPLEDIR%%/webenginewidgets/minimal/main.cpp
+%%QT_EXAMPLEDIR%%/webenginewidgets/minimal/minimal.pro
+%%QT_EXAMPLEDIR%%/webenginewidgets/notifications/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/webenginewidgets/notifications/data/data.qrc
+%%QT_EXAMPLEDIR%%/webenginewidgets/notifications/data/icon.png
+%%QT_EXAMPLEDIR%%/webenginewidgets/notifications/data/index.html
+%%QT_EXAMPLEDIR%%/webenginewidgets/notifications/doc/images/notifications-example.png
+%%QT_EXAMPLEDIR%%/webenginewidgets/notifications/doc/src/notifications.qdoc
+%%QT_EXAMPLEDIR%%/webenginewidgets/notifications/main.cpp
+%%QT_EXAMPLEDIR%%/webenginewidgets/notifications/notificationpopup.h
+%%QT_EXAMPLEDIR%%/webenginewidgets/notifications/notifications.pro
+%%QT_EXAMPLEDIR%%/webenginewidgets/printme/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/webenginewidgets/printme/data/data.qrc
+%%QT_EXAMPLEDIR%%/webenginewidgets/printme/data/icon.svg
+%%QT_EXAMPLEDIR%%/webenginewidgets/printme/data/index.html
+%%QT_EXAMPLEDIR%%/webenginewidgets/printme/data/style.css
+%%QT_EXAMPLEDIR%%/webenginewidgets/printme/doc/images/printme-example.png
+%%QT_EXAMPLEDIR%%/webenginewidgets/printme/doc/src/printme.qdoc
+%%QT_EXAMPLEDIR%%/webenginewidgets/printme/main.cpp
+%%QT_EXAMPLEDIR%%/webenginewidgets/printme/printhandler.cpp
+%%QT_EXAMPLEDIR%%/webenginewidgets/printme/printhandler.h
+%%QT_EXAMPLEDIR%%/webenginewidgets/printme/printme.pro
+%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/browser.cpp
+%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/browser.h
+%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/browserwindow.cpp
+%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/browserwindow.h
+%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/certificateerrordialog.ui
+%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/data/3rdparty/COPYING
+%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/data/3rdparty/dialog-error.png
+%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/data/3rdparty/edit-clear.png
+%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/data/3rdparty/go-bottom.png
+%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/data/3rdparty/go-next.png
+%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/data/3rdparty/go-previous.png
+%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/data/3rdparty/process-stop.png
+%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/data/3rdparty/qt_attribution.json
+%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/data/3rdparty/text-html.png
+%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/data/3rdparty/view-refresh.png
+%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/data/AppLogoColor.png
+%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/data/ninja.png
+%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/data/simplebrowser.qrc
+%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/doc/images/simplebrowser-model.png
+%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/doc/images/simplebrowser.png
+%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/doc/src/simplebrowser-model.qmodel
+%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/doc/src/simplebrowser.qdoc
+%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/downloadmanagerwidget.cpp
+%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/downloadmanagerwidget.h
+%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/downloadmanagerwidget.ui
+%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/downloadwidget.cpp
+%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/downloadwidget.h
+%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/downloadwidget.ui
+%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/main.cpp
+%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/passworddialog.ui
+%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/simplebrowser.pro
+%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/tabwidget.cpp
+%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/tabwidget.h
+%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/webpage.cpp
+%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/webpage.h
+%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/webpopupwindow.cpp
+%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/webpopupwindow.h
+%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/webview.cpp
+%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/webview.h
+%%QT_EXAMPLEDIR%%/webenginewidgets/spellchecker/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/webenginewidgets/spellchecker/data/icon.svg
+%%QT_EXAMPLEDIR%%/webenginewidgets/spellchecker/data/index.html
+%%QT_EXAMPLEDIR%%/webenginewidgets/spellchecker/data/spellchecker.qrc
+%%QT_EXAMPLEDIR%%/webenginewidgets/spellchecker/data/style.css
+%%QT_EXAMPLEDIR%%/webenginewidgets/spellchecker/dict/de/README.txt
+%%QT_EXAMPLEDIR%%/webenginewidgets/spellchecker/dict/de/de-DE.aff
+%%QT_EXAMPLEDIR%%/webenginewidgets/spellchecker/dict/de/de-DE.dic
+%%QT_EXAMPLEDIR%%/webenginewidgets/spellchecker/dict/en/README.txt
+%%QT_EXAMPLEDIR%%/webenginewidgets/spellchecker/dict/en/en-US.aff
+%%QT_EXAMPLEDIR%%/webenginewidgets/spellchecker/dict/en/en-US.dic
+%%QT_EXAMPLEDIR%%/webenginewidgets/spellchecker/doc/images/spellchecker-example.png
+%%QT_EXAMPLEDIR%%/webenginewidgets/spellchecker/doc/src/spellchecker.qdoc
+%%QT_EXAMPLEDIR%%/webenginewidgets/spellchecker/main.cpp
+%%QT_EXAMPLEDIR%%/webenginewidgets/spellchecker/spellchecker.pro
+%%QT_EXAMPLEDIR%%/webenginewidgets/spellchecker/webview.cpp
+%%QT_EXAMPLEDIR%%/webenginewidgets/spellchecker/webview.h
+%%QT_EXAMPLEDIR%%/webenginewidgets/stylesheetbrowser/3rdparty/COPYING
+%%QT_EXAMPLEDIR%%/webenginewidgets/stylesheetbrowser/3rdparty/qt_attribution.json
+%%QT_EXAMPLEDIR%%/webenginewidgets/stylesheetbrowser/3rdparty/view-refresh.png
+%%QT_EXAMPLEDIR%%/webenginewidgets/stylesheetbrowser/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/webenginewidgets/stylesheetbrowser/doc/images/stylesheetbrowser.png
+%%QT_EXAMPLEDIR%%/webenginewidgets/stylesheetbrowser/doc/src/stylesheetbrowser.qdoc
+%%QT_EXAMPLEDIR%%/webenginewidgets/stylesheetbrowser/main.cpp
+%%QT_EXAMPLEDIR%%/webenginewidgets/stylesheetbrowser/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/webenginewidgets/stylesheetbrowser/mainwindow.h
+%%QT_EXAMPLEDIR%%/webenginewidgets/stylesheetbrowser/mainwindow.ui
+%%QT_EXAMPLEDIR%%/webenginewidgets/stylesheetbrowser/stylesheetbrowser.pro
+%%QT_EXAMPLEDIR%%/webenginewidgets/stylesheetbrowser/stylesheetbrowser.qrc
+%%QT_EXAMPLEDIR%%/webenginewidgets/stylesheetbrowser/stylesheetdialog.cpp
+%%QT_EXAMPLEDIR%%/webenginewidgets/stylesheetbrowser/stylesheetdialog.h
+%%QT_EXAMPLEDIR%%/webenginewidgets/stylesheetbrowser/stylesheetdialog.ui
+%%QT_EXAMPLEDIR%%/webenginewidgets/videoplayer/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/webenginewidgets/videoplayer/data/index.html
+%%QT_EXAMPLEDIR%%/webenginewidgets/videoplayer/data/videoplayer.qrc
+%%QT_EXAMPLEDIR%%/webenginewidgets/videoplayer/doc/images/videoplayer-example.png
+%%QT_EXAMPLEDIR%%/webenginewidgets/videoplayer/doc/src/videoplayer.qdoc
+%%QT_EXAMPLEDIR%%/webenginewidgets/videoplayer/fullscreennotification.cpp
+%%QT_EXAMPLEDIR%%/webenginewidgets/videoplayer/fullscreennotification.h
+%%QT_EXAMPLEDIR%%/webenginewidgets/videoplayer/fullscreenwindow.cpp
+%%QT_EXAMPLEDIR%%/webenginewidgets/videoplayer/fullscreenwindow.h
+%%QT_EXAMPLEDIR%%/webenginewidgets/videoplayer/main.cpp
+%%QT_EXAMPLEDIR%%/webenginewidgets/videoplayer/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/webenginewidgets/videoplayer/mainwindow.h
+%%QT_EXAMPLEDIR%%/webenginewidgets/videoplayer/videoplayer.pro
+%%QT_EXAMPLEDIR%%/webenginewidgets/webenginewidgets.pro
+%%QT_EXAMPLEDIR%%/webenginewidgets/webui/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/webenginewidgets/webui/about.html
+%%QT_EXAMPLEDIR%%/webenginewidgets/webui/doc/images/webui-example.png
+%%QT_EXAMPLEDIR%%/webenginewidgets/webui/doc/src/webui.qdoc
+%%QT_EXAMPLEDIR%%/webenginewidgets/webui/main.cpp
+%%QT_EXAMPLEDIR%%/webenginewidgets/webui/webui.pro
+%%QT_EXAMPLEDIR%%/webenginewidgets/webui/webui.qrc
+%%QT_EXAMPLEDIR%%/webenginewidgets/webui/webuihandler.cpp
+%%QT_EXAMPLEDIR%%/webenginewidgets/webui/webuihandler.h
+%%QT_EXAMPLEDIR%%/websockets/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/websockets/doc/echoclient.qdoc
+%%QT_EXAMPLEDIR%%/websockets/doc/echoserver.qdoc
+%%QT_EXAMPLEDIR%%/websockets/doc/examples.qdoc
+%%QT_EXAMPLEDIR%%/websockets/doc/images/echoclient-html-example.png
+%%QT_EXAMPLEDIR%%/websockets/doc/qmlwebsocketclient.qdoc
+%%QT_EXAMPLEDIR%%/websockets/doc/qmlwebsocketserver.qdoc
+%%QT_EXAMPLEDIR%%/websockets/doc/simplechat.qdoc
+%%QT_EXAMPLEDIR%%/websockets/doc/sslechoclient.qdoc
+%%QT_EXAMPLEDIR%%/websockets/doc/sslechoserver.qdoc
+%%QT_EXAMPLEDIR%%/websockets/echoclient/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/websockets/echoclient/echoclient.cpp
+%%QT_EXAMPLEDIR%%/websockets/echoclient/echoclient.h
+%%QT_EXAMPLEDIR%%/websockets/echoclient/echoclient.pro
+%%QT_EXAMPLEDIR%%/websockets/echoclient/main.cpp
+%%QT_EXAMPLEDIR%%/websockets/echoserver/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/websockets/echoserver/echoclient.html
+%%QT_EXAMPLEDIR%%/websockets/echoserver/echoserver.cpp
+%%QT_EXAMPLEDIR%%/websockets/echoserver/echoserver.h
+%%QT_EXAMPLEDIR%%/websockets/echoserver/echoserver.pro
+%%QT_EXAMPLEDIR%%/websockets/echoserver/main.cpp
+%%QT_EXAMPLEDIR%%/websockets/qmlwebsocketclient/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/websockets/qmlwebsocketclient/data.qrc
+%%QT_EXAMPLEDIR%%/websockets/qmlwebsocketclient/main.cpp
+%%QT_EXAMPLEDIR%%/websockets/qmlwebsocketclient/qml/qmlwebsocketclient/main.qml
+%%QT_EXAMPLEDIR%%/websockets/qmlwebsocketclient/qmlwebsocketclient.pro
+%%QT_EXAMPLEDIR%%/websockets/qmlwebsocketserver/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/websockets/qmlwebsocketserver/data.qrc
+%%QT_EXAMPLEDIR%%/websockets/qmlwebsocketserver/main.cpp
+%%QT_EXAMPLEDIR%%/websockets/qmlwebsocketserver/qml/qmlwebsocketserver/main.qml
+%%QT_EXAMPLEDIR%%/websockets/qmlwebsocketserver/qmlwebsocketserver.pro
+%%QT_EXAMPLEDIR%%/websockets/simplechat/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/websockets/simplechat/chatclient.html
+%%QT_EXAMPLEDIR%%/websockets/simplechat/chatserver.cpp
+%%QT_EXAMPLEDIR%%/websockets/simplechat/chatserver.h
+%%QT_EXAMPLEDIR%%/websockets/simplechat/main.cpp
+%%QT_EXAMPLEDIR%%/websockets/simplechat/simplechat.pro
+%%QT_EXAMPLEDIR%%/websockets/sslechoclient/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/websockets/sslechoclient/main.cpp
+%%QT_EXAMPLEDIR%%/websockets/sslechoclient/sslechoclient.cpp
+%%QT_EXAMPLEDIR%%/websockets/sslechoclient/sslechoclient.h
+%%QT_EXAMPLEDIR%%/websockets/sslechoclient/sslechoclient.pro
+%%QT_EXAMPLEDIR%%/websockets/sslechoserver/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/websockets/sslechoserver/localhost.cert
+%%QT_EXAMPLEDIR%%/websockets/sslechoserver/localhost.key
+%%QT_EXAMPLEDIR%%/websockets/sslechoserver/main.cpp
+%%QT_EXAMPLEDIR%%/websockets/sslechoserver/securesocketclient.qrc
+%%QT_EXAMPLEDIR%%/websockets/sslechoserver/sslechoclient.html
+%%QT_EXAMPLEDIR%%/websockets/sslechoserver/sslechoserver.cpp
+%%QT_EXAMPLEDIR%%/websockets/sslechoserver/sslechoserver.h
+%%QT_EXAMPLEDIR%%/websockets/sslechoserver/sslechoserver.pro
+%%QT_EXAMPLEDIR%%/websockets/websockets.pro
+%%QT_EXAMPLEDIR%%/webview/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/webview/minibrowser/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/webview/minibrowser/doc/images/webview-example.jpg
+%%QT_EXAMPLEDIR%%/webview/minibrowser/doc/src/minibrowser.qdoc
+%%QT_EXAMPLEDIR%%/webview/minibrowser/images/left-32.png
+%%QT_EXAMPLEDIR%%/webview/minibrowser/images/refresh-32.png
+%%QT_EXAMPLEDIR%%/webview/minibrowser/images/right-32.png
+%%QT_EXAMPLEDIR%%/webview/minibrowser/images/stop-32.png
+%%QT_EXAMPLEDIR%%/webview/minibrowser/ios/Info.plist
+%%QT_EXAMPLEDIR%%/webview/minibrowser/macos/Info.plist
+%%QT_EXAMPLEDIR%%/webview/minibrowser/main.cpp
+%%QT_EXAMPLEDIR%%/webview/minibrowser/main.qml
+%%QT_EXAMPLEDIR%%/webview/minibrowser/minibrowser.pro
+%%QT_EXAMPLEDIR%%/webview/minibrowser/qml.qrc
+%%QT_EXAMPLEDIR%%/webview/webview.pro
+%%QT_EXAMPLEDIR%%/widgets/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/animation/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/animation/README
+%%QT_EXAMPLEDIR%%/widgets/animation/animation.pro
+%%QT_EXAMPLEDIR%%/widgets/animation/easing/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/animation/easing/animation.h
+%%QT_EXAMPLEDIR%%/widgets/animation/easing/easing.pro
+%%QT_EXAMPLEDIR%%/widgets/animation/easing/easing.qrc
+%%QT_EXAMPLEDIR%%/widgets/animation/easing/form.ui
+%%QT_EXAMPLEDIR%%/widgets/animation/easing/images/qt-logo.png
+%%QT_EXAMPLEDIR%%/widgets/animation/easing/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/animation/easing/window.cpp
+%%QT_EXAMPLEDIR%%/widgets/animation/easing/window.h
+%%QT_EXAMPLEDIR%%/widgets/desktop/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/desktop/README
+%%QT_EXAMPLEDIR%%/widgets/desktop/desktop.pro
+%%QT_EXAMPLEDIR%%/widgets/desktop/screenshot/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/desktop/screenshot/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/desktop/screenshot/screenshot.cpp
+%%QT_EXAMPLEDIR%%/widgets/desktop/screenshot/screenshot.h
+%%QT_EXAMPLEDIR%%/widgets/desktop/screenshot/screenshot.pro
+%%QT_EXAMPLEDIR%%/widgets/desktop/systray/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/desktop/systray/doc/images/systemtray-editor.png
+%%QT_EXAMPLEDIR%%/widgets/desktop/systray/doc/images/systemtray-example.png
+%%QT_EXAMPLEDIR%%/widgets/desktop/systray/doc/src/systray.qdoc
+%%QT_EXAMPLEDIR%%/widgets/desktop/systray/images/bad.png
+%%QT_EXAMPLEDIR%%/widgets/desktop/systray/images/heart.png
+%%QT_EXAMPLEDIR%%/widgets/desktop/systray/images/trash.png
+%%QT_EXAMPLEDIR%%/widgets/desktop/systray/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/desktop/systray/systray.pro
+%%QT_EXAMPLEDIR%%/widgets/desktop/systray/systray.qrc
+%%QT_EXAMPLEDIR%%/widgets/desktop/systray/window.cpp
+%%QT_EXAMPLEDIR%%/widgets/desktop/systray/window.h
+%%QT_EXAMPLEDIR%%/widgets/dialogs/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/dialogs/README
+%%QT_EXAMPLEDIR%%/widgets/dialogs/classwizard/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/dialogs/classwizard/classwizard.cpp
+%%QT_EXAMPLEDIR%%/widgets/dialogs/classwizard/classwizard.h
+%%QT_EXAMPLEDIR%%/widgets/dialogs/classwizard/classwizard.pro
+%%QT_EXAMPLEDIR%%/widgets/dialogs/classwizard/classwizard.qrc
+%%QT_EXAMPLEDIR%%/widgets/dialogs/classwizard/images/background.png
+%%QT_EXAMPLEDIR%%/widgets/dialogs/classwizard/images/banner.png
+%%QT_EXAMPLEDIR%%/widgets/dialogs/classwizard/images/logo1.png
+%%QT_EXAMPLEDIR%%/widgets/dialogs/classwizard/images/logo2.png
+%%QT_EXAMPLEDIR%%/widgets/dialogs/classwizard/images/logo3.png
+%%QT_EXAMPLEDIR%%/widgets/dialogs/classwizard/images/watermark1.png
+%%QT_EXAMPLEDIR%%/widgets/dialogs/classwizard/images/watermark2.png
+%%QT_EXAMPLEDIR%%/widgets/dialogs/classwizard/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/dialogs/dialogs.pro
+%%QT_EXAMPLEDIR%%/widgets/dialogs/extension/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/dialogs/extension/extension.pro
+%%QT_EXAMPLEDIR%%/widgets/dialogs/extension/finddialog.cpp
+%%QT_EXAMPLEDIR%%/widgets/dialogs/extension/finddialog.h
+%%QT_EXAMPLEDIR%%/widgets/dialogs/extension/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/dialogs/findfiles/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/dialogs/findfiles/findfiles.pro
+%%QT_EXAMPLEDIR%%/widgets/dialogs/findfiles/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/dialogs/findfiles/window.cpp
+%%QT_EXAMPLEDIR%%/widgets/dialogs/findfiles/window.h
+%%QT_EXAMPLEDIR%%/widgets/dialogs/licensewizard/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/dialogs/licensewizard/images/logo.png
+%%QT_EXAMPLEDIR%%/widgets/dialogs/licensewizard/images/watermark.png
+%%QT_EXAMPLEDIR%%/widgets/dialogs/licensewizard/licensewizard.cpp
+%%QT_EXAMPLEDIR%%/widgets/dialogs/licensewizard/licensewizard.h
+%%QT_EXAMPLEDIR%%/widgets/dialogs/licensewizard/licensewizard.pro
+%%QT_EXAMPLEDIR%%/widgets/dialogs/licensewizard/licensewizard.qrc
+%%QT_EXAMPLEDIR%%/widgets/dialogs/licensewizard/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/dialogs/standarddialogs/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/dialogs/standarddialogs/dialog.cpp
+%%QT_EXAMPLEDIR%%/widgets/dialogs/standarddialogs/dialog.h
+%%QT_EXAMPLEDIR%%/widgets/dialogs/standarddialogs/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/dialogs/standarddialogs/standarddialogs.pro
+%%QT_EXAMPLEDIR%%/widgets/dialogs/tabdialog/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/dialogs/tabdialog/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/dialogs/tabdialog/tabdialog.cpp
+%%QT_EXAMPLEDIR%%/widgets/dialogs/tabdialog/tabdialog.h
+%%QT_EXAMPLEDIR%%/widgets/dialogs/tabdialog/tabdialog.pro
+%%QT_EXAMPLEDIR%%/widgets/dialogs/trivialwizard/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/dialogs/trivialwizard/trivialwizard.cpp
+%%QT_EXAMPLEDIR%%/widgets/dialogs/trivialwizard/trivialwizard.pro
+%%QT_EXAMPLEDIR%%/widgets/doc/dropsite.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/images/addressbook-adddialog.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/addressbook-classes.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/addressbook-editdialog.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/addressbook-example.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/addressbook-filemenu.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/addressbook-newaddresstab.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/addressbook-signals.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/addressbook-toolsmenu.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/analogclock-viewport.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/basicgraphicslayouts-example.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/basiclayouts-example.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/calendar-example.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/collidingmice-example.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/completer-example-country.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/completer-example-word.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/completer-example.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/draganddroppuzzle-example.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/dropsite-example.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/echoplugin.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/echopluginexample.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/fademessageeffect-example-faded.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/fademessageeffect-example.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/fridgemagnets-example.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/geometry.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/graphicsanchorlayout-example.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/graphicsflowlayout-example.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/graphicssimpleanchorlayout-example.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/icons_monkey.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/icons_monkey_mess.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/icons_qt_extended_16x16.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/icons_qt_extended_17x17.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/icons_qt_extended_32x32.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/icons_qt_extended_33x33.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/icons_qt_extended_48x48.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/icons_qt_extended_64x64.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/icons_qt_extended_8x8.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/imagegestures-example.jpg
+%%QT_EXAMPLEDIR%%/widgets/doc/images/imageviewer-fit_to_window_1.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/imageviewer-fit_to_window_2.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/imageviewer-original_size.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/imageviewer-zoom_in_1.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/imageviewer-zoom_in_2.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/itemviews-editabletreemodel-indexes.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/itemviews-editabletreemodel-items.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/itemviews-editabletreemodel-model.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/itemviews-editabletreemodel-values.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/itemviews-editabletreemodel.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/itemviewspuzzle-example.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/layout1.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/layout2.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/mainwindow-demo.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/mousebutton-buttontester.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/notepad.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/notepad1.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/notepad2.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/notepad3.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/notepad4.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/notepad_menu.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/orderform-example.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/plugandpaint-plugindialog.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/plugandpaint.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/regexp-example.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/regularexpression-example.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/settingseditor-example.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/sipdialog-closed.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/sipdialog-opened.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/stylepluginexample.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/stylesheet-pagefold.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/systemtray-editor.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/systemtray-example.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/textedit-demo.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/treemodel-structure.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/treemodelcompleter-example.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/undodemo.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/undoframeworkexample.png
+%%QT_EXAMPLEDIR%%/widgets/doc/images/weatheranchorlayout-example.png
+%%QT_EXAMPLEDIR%%/widgets/doc/mousebuttons.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/addressbook-tutorial.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/addressbook.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/affine.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/analogclock.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/application.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/basicdrawing.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/basicgraphicslayouts.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/basiclayouts.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/basicsortfiltermodel.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/blurpicker.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/borderlayout.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/calculator.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/calendar.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/calendarwidget.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/charactermap.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/chart.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/chip.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/classwizard.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/codeeditor.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/collidingmice-example.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/coloreditorfactory.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/combowidgetmapper.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/completer.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/composition.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/concentriccircles.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/customsortfiltermodel.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/deform.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/diagramscene.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/digitalclock.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/dirview.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/dockwidgets.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/draganddroppuzzle.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/dragdroprobot.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/draggableicons.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/draggabletext.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/dynamiclayouts.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/easing.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/echoplugin.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/editabletreemodel.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/elasticnodes.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/elidedlabel.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/embeddeddialogs.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/extension.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/fademessage.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/fetchmore.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/findfiles.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/flowlayout.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/fontsampler.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/fridgemagnets.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/frozencolumn.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/gallery.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/gradients.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/graphicsview-anchorlayout.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/graphicsview-flowlayout.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/graphicsview-simpleanchorlayout.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/graphicsview-weatheranchorlayout.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/groupbox.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/i18n.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/icons.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/imagecomposition.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/imageviewer.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/interview.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/itemviewspuzzle.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/licensewizard.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/lineedits.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/mainwindow.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/mdi.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/menus.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/movie.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/orderform.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/painterpaths.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/pathstroke.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/pixelator.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/plugandpaint.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/regularexpression.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/screenshot.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/scribble.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/sdi.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/settingseditor.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/shapedclock.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/simpledommodel.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/simpletreemodel.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/simplewidgetmapper.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/sliders.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/spinboxdelegate.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/spinboxes.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/spreadsheet.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/standarddialogs.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/stardelegate.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/styleplugin.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/styles.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/stylesheet.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/syntaxhighlighter.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/tabdialog.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/tablet.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/tetrix.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/textedit.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/tooltips.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/transformations.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/treemodelcompleter.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/trivialwizard.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/undo.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/undoframework.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/validators.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/wiggly.qdoc
+%%QT_EXAMPLEDIR%%/widgets/doc/src/windowflags.qdoc
+%%QT_EXAMPLEDIR%%/widgets/draganddrop/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/draganddrop/README
+%%QT_EXAMPLEDIR%%/widgets/draganddrop/draganddrop.pro
+%%QT_EXAMPLEDIR%%/widgets/draganddrop/draggableicons/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/draganddrop/draggableicons/draggableicons.pro
+%%QT_EXAMPLEDIR%%/widgets/draganddrop/draggableicons/draggableicons.qrc
+%%QT_EXAMPLEDIR%%/widgets/draganddrop/draggableicons/dragwidget.cpp
+%%QT_EXAMPLEDIR%%/widgets/draganddrop/draggableicons/dragwidget.h
+%%QT_EXAMPLEDIR%%/widgets/draganddrop/draggableicons/images/boat.png
+%%QT_EXAMPLEDIR%%/widgets/draganddrop/draggableicons/images/car.png
+%%QT_EXAMPLEDIR%%/widgets/draganddrop/draggableicons/images/house.png
+%%QT_EXAMPLEDIR%%/widgets/draganddrop/draggableicons/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/draganddrop/draggabletext/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/draganddrop/draggabletext/draggabletext.pro
+%%QT_EXAMPLEDIR%%/widgets/draganddrop/draggabletext/draggabletext.qrc
+%%QT_EXAMPLEDIR%%/widgets/draganddrop/draggabletext/dragwidget.cpp
+%%QT_EXAMPLEDIR%%/widgets/draganddrop/draggabletext/dragwidget.h
+%%QT_EXAMPLEDIR%%/widgets/draganddrop/draggabletext/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/draganddrop/draggabletext/words.txt
+%%QT_EXAMPLEDIR%%/widgets/draganddrop/dropsite/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/draganddrop/dropsite/droparea.cpp
+%%QT_EXAMPLEDIR%%/widgets/draganddrop/dropsite/droparea.h
+%%QT_EXAMPLEDIR%%/widgets/draganddrop/dropsite/dropsite.pro
+%%QT_EXAMPLEDIR%%/widgets/draganddrop/dropsite/dropsitewindow.cpp
+%%QT_EXAMPLEDIR%%/widgets/draganddrop/dropsite/dropsitewindow.h
+%%QT_EXAMPLEDIR%%/widgets/draganddrop/dropsite/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/draganddrop/fridgemagnets/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/draganddrop/fridgemagnets/draglabel.cpp
+%%QT_EXAMPLEDIR%%/widgets/draganddrop/fridgemagnets/draglabel.h
+%%QT_EXAMPLEDIR%%/widgets/draganddrop/fridgemagnets/dragwidget.cpp
+%%QT_EXAMPLEDIR%%/widgets/draganddrop/fridgemagnets/dragwidget.h
+%%QT_EXAMPLEDIR%%/widgets/draganddrop/fridgemagnets/fridgemagnets.pro
+%%QT_EXAMPLEDIR%%/widgets/draganddrop/fridgemagnets/fridgemagnets.qrc
+%%QT_EXAMPLEDIR%%/widgets/draganddrop/fridgemagnets/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/draganddrop/fridgemagnets/words.txt
+%%QT_EXAMPLEDIR%%/widgets/draganddrop/puzzle/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/draganddrop/puzzle/example.jpg
+%%QT_EXAMPLEDIR%%/widgets/draganddrop/puzzle/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/draganddrop/puzzle/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/widgets/draganddrop/puzzle/mainwindow.h
+%%QT_EXAMPLEDIR%%/widgets/draganddrop/puzzle/pieceslist.cpp
+%%QT_EXAMPLEDIR%%/widgets/draganddrop/puzzle/pieceslist.h
+%%QT_EXAMPLEDIR%%/widgets/draganddrop/puzzle/puzzle.pro
+%%QT_EXAMPLEDIR%%/widgets/draganddrop/puzzle/puzzle.qrc
+%%QT_EXAMPLEDIR%%/widgets/draganddrop/puzzle/puzzlewidget.cpp
+%%QT_EXAMPLEDIR%%/widgets/draganddrop/puzzle/puzzlewidget.h
+%%QT_EXAMPLEDIR%%/widgets/effects/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/effects/blurpicker/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/effects/blurpicker/blureffect.cpp
+%%QT_EXAMPLEDIR%%/widgets/effects/blurpicker/blureffect.h
+%%QT_EXAMPLEDIR%%/widgets/effects/blurpicker/blurpicker.cpp
+%%QT_EXAMPLEDIR%%/widgets/effects/blurpicker/blurpicker.h
+%%QT_EXAMPLEDIR%%/widgets/effects/blurpicker/blurpicker.pro
+%%QT_EXAMPLEDIR%%/widgets/effects/blurpicker/blurpicker.qrc
+%%QT_EXAMPLEDIR%%/widgets/effects/blurpicker/images/README.txt
+%%QT_EXAMPLEDIR%%/widgets/effects/blurpicker/images/accessories-calculator.png
+%%QT_EXAMPLEDIR%%/widgets/effects/blurpicker/images/accessories-text-editor.png
+%%QT_EXAMPLEDIR%%/widgets/effects/blurpicker/images/background.jpg
+%%QT_EXAMPLEDIR%%/widgets/effects/blurpicker/images/help-browser.png
+%%QT_EXAMPLEDIR%%/widgets/effects/blurpicker/images/internet-group-chat.png
+%%QT_EXAMPLEDIR%%/widgets/effects/blurpicker/images/internet-mail.png
+%%QT_EXAMPLEDIR%%/widgets/effects/blurpicker/images/internet-web-browser.png
+%%QT_EXAMPLEDIR%%/widgets/effects/blurpicker/images/office-calendar.png
+%%QT_EXAMPLEDIR%%/widgets/effects/blurpicker/images/system-users.png
+%%QT_EXAMPLEDIR%%/widgets/effects/blurpicker/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/effects/effects.pro
+%%QT_EXAMPLEDIR%%/widgets/effects/fademessage/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/effects/fademessage/README
+%%QT_EXAMPLEDIR%%/widgets/effects/fademessage/background.jpg
+%%QT_EXAMPLEDIR%%/widgets/effects/fademessage/fademessage.cpp
+%%QT_EXAMPLEDIR%%/widgets/effects/fademessage/fademessage.h
+%%QT_EXAMPLEDIR%%/widgets/effects/fademessage/fademessage.pro
+%%QT_EXAMPLEDIR%%/widgets/effects/fademessage/fademessage.qrc
+%%QT_EXAMPLEDIR%%/widgets/effects/fademessage/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/gallery/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/gallery/gallery.pro
+%%QT_EXAMPLEDIR%%/widgets/gallery/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/gallery/widgetgallery.cpp
+%%QT_EXAMPLEDIR%%/widgets/gallery/widgetgallery.h
+%%QT_EXAMPLEDIR%%/widgets/gestures/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/gestures/gestures.pro
+%%QT_EXAMPLEDIR%%/widgets/gestures/imagegestures/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/gestures/imagegestures/doc/src/imagegestures.qdoc
+%%QT_EXAMPLEDIR%%/widgets/gestures/imagegestures/imagegestures.pro
+%%QT_EXAMPLEDIR%%/widgets/gestures/imagegestures/imagewidget.cpp
+%%QT_EXAMPLEDIR%%/widgets/gestures/imagegestures/imagewidget.h
+%%QT_EXAMPLEDIR%%/widgets/gestures/imagegestures/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/gestures/imagegestures/mainwidget.cpp
+%%QT_EXAMPLEDIR%%/widgets/gestures/imagegestures/mainwidget.h
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/README
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/anchorlayout/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/anchorlayout/anchorlayout.pro
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/anchorlayout/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/basicgraphicslayouts/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/basicgraphicslayouts/basicgraphicslayouts.pro
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/basicgraphicslayouts/basicgraphicslayouts.qrc
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/basicgraphicslayouts/images/block.png
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/basicgraphicslayouts/layoutitem.cpp
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/basicgraphicslayouts/layoutitem.h
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/basicgraphicslayouts/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/basicgraphicslayouts/window.cpp
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/basicgraphicslayouts/window.h
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/chip/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/chip/chip.cpp
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/chip/chip.h
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/chip/chip.pro
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/chip/fileprint.png
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/chip/images.qrc
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/chip/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/chip/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/chip/mainwindow.h
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/chip/qt4logo.png
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/chip/rotateleft.png
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/chip/rotateright.png
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/chip/view.cpp
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/chip/view.h
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/chip/zoomin.png
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/chip/zoomout.png
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/collidingmice/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/collidingmice/collidingmice.pro
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/collidingmice/images/cheese.jpg
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/collidingmice/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/collidingmice/mice.qrc
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/collidingmice/mouse.cpp
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/collidingmice/mouse.h
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/diagramscene/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/diagramscene/arrow.cpp
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/diagramscene/arrow.h
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/diagramscene/diagramitem.cpp
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/diagramscene/diagramitem.h
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/diagramscene/diagramscene.cpp
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/diagramscene/diagramscene.h
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/diagramscene/diagramscene.pro
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/diagramscene/diagramscene.qrc
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/diagramscene/diagramtextitem.cpp
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/diagramscene/diagramtextitem.h
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/diagramscene/images/background1.png
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/diagramscene/images/background2.png
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/diagramscene/images/background3.png
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/diagramscene/images/background4.png
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/diagramscene/images/bold.png
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/diagramscene/images/bringtofront.png
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/diagramscene/images/delete.png
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/diagramscene/images/floodfill.png
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/diagramscene/images/italic.png
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/diagramscene/images/linecolor.png
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/diagramscene/images/linepointer.png
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/diagramscene/images/pointer.png
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/diagramscene/images/sendtoback.png
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/diagramscene/images/textpointer.png
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/diagramscene/images/underline.png
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/diagramscene/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/diagramscene/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/diagramscene/mainwindow.h
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/dragdroprobot/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/dragdroprobot/coloritem.cpp
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/dragdroprobot/coloritem.h
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/dragdroprobot/dragdroprobot.pro
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/dragdroprobot/images/head.png
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/dragdroprobot/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/dragdroprobot/robot.cpp
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/dragdroprobot/robot.h
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/dragdroprobot/robot.qrc
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/elasticnodes/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/elasticnodes/edge.cpp
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/elasticnodes/edge.h
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/elasticnodes/elasticnodes.pro
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/elasticnodes/graphwidget.cpp
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/elasticnodes/graphwidget.h
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/elasticnodes/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/elasticnodes/node.cpp
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/elasticnodes/node.h
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/embeddeddialogs/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/embeddeddialogs/No-Ones-Laughing-3.jpg
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/embeddeddialogs/customproxy.cpp
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/embeddeddialogs/customproxy.h
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/embeddeddialogs/embeddeddialog.cpp
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/embeddeddialogs/embeddeddialog.h
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/embeddeddialogs/embeddeddialog.ui
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/embeddeddialogs/embeddeddialogs.pro
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/embeddeddialogs/embeddeddialogs.qrc
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/embeddeddialogs/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/flowlayout/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/flowlayout/flowlayout.cpp
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/flowlayout/flowlayout.h
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/flowlayout/flowlayout.pro
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/flowlayout/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/flowlayout/window.cpp
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/flowlayout/window.h
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/graphicsview.pro
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/simpleanchorlayout/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/simpleanchorlayout/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/simpleanchorlayout/simpleanchorlayout.pro
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/weatheranchorlayout/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/weatheranchorlayout/images/5days.jpg
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/weatheranchorlayout/images/details.jpg
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/weatheranchorlayout/images/place.jpg
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/weatheranchorlayout/images/tabbar.jpg
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/weatheranchorlayout/images/title.jpg
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/weatheranchorlayout/images/weather-few-clouds.png
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/weatheranchorlayout/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/weatheranchorlayout/weatheranchorlayout.pro
+%%QT_EXAMPLEDIR%%/widgets/graphicsview/weatheranchorlayout/weatheranchorlayout.qrc
+%%QT_EXAMPLEDIR%%/widgets/itemviews/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/itemviews/README
+%%QT_EXAMPLEDIR%%/widgets/itemviews/addressbook/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/itemviews/addressbook/adddialog.cpp
+%%QT_EXAMPLEDIR%%/widgets/itemviews/addressbook/adddialog.h
+%%QT_EXAMPLEDIR%%/widgets/itemviews/addressbook/addressbook.pro
+%%QT_EXAMPLEDIR%%/widgets/itemviews/addressbook/addresswidget.cpp
+%%QT_EXAMPLEDIR%%/widgets/itemviews/addressbook/addresswidget.h
+%%QT_EXAMPLEDIR%%/widgets/itemviews/addressbook/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/itemviews/addressbook/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/widgets/itemviews/addressbook/mainwindow.h
+%%QT_EXAMPLEDIR%%/widgets/itemviews/addressbook/newaddresstab.cpp
+%%QT_EXAMPLEDIR%%/widgets/itemviews/addressbook/newaddresstab.h
+%%QT_EXAMPLEDIR%%/widgets/itemviews/addressbook/tablemodel.cpp
+%%QT_EXAMPLEDIR%%/widgets/itemviews/addressbook/tablemodel.h
+%%QT_EXAMPLEDIR%%/widgets/itemviews/basicsortfiltermodel/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/itemviews/basicsortfiltermodel/basicsortfiltermodel.pro
+%%QT_EXAMPLEDIR%%/widgets/itemviews/basicsortfiltermodel/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/itemviews/basicsortfiltermodel/window.cpp
+%%QT_EXAMPLEDIR%%/widgets/itemviews/basicsortfiltermodel/window.h
+%%QT_EXAMPLEDIR%%/widgets/itemviews/chart/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/itemviews/chart/chart.pro
+%%QT_EXAMPLEDIR%%/widgets/itemviews/chart/chart.qrc
+%%QT_EXAMPLEDIR%%/widgets/itemviews/chart/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/itemviews/chart/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/widgets/itemviews/chart/mainwindow.h
+%%QT_EXAMPLEDIR%%/widgets/itemviews/chart/pieview.cpp
+%%QT_EXAMPLEDIR%%/widgets/itemviews/chart/pieview.h
+%%QT_EXAMPLEDIR%%/widgets/itemviews/chart/qtdata.cht
+%%QT_EXAMPLEDIR%%/widgets/itemviews/coloreditorfactory/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/itemviews/coloreditorfactory/coloreditorfactory.pro
+%%QT_EXAMPLEDIR%%/widgets/itemviews/coloreditorfactory/colorlisteditor.cpp
+%%QT_EXAMPLEDIR%%/widgets/itemviews/coloreditorfactory/colorlisteditor.h
+%%QT_EXAMPLEDIR%%/widgets/itemviews/coloreditorfactory/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/itemviews/coloreditorfactory/window.cpp
+%%QT_EXAMPLEDIR%%/widgets/itemviews/coloreditorfactory/window.h
+%%QT_EXAMPLEDIR%%/widgets/itemviews/combowidgetmapper/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/itemviews/combowidgetmapper/combowidgetmapper.pro
+%%QT_EXAMPLEDIR%%/widgets/itemviews/combowidgetmapper/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/itemviews/combowidgetmapper/window.cpp
+%%QT_EXAMPLEDIR%%/widgets/itemviews/combowidgetmapper/window.h
+%%QT_EXAMPLEDIR%%/widgets/itemviews/customsortfiltermodel/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/itemviews/customsortfiltermodel/customsortfiltermodel.pro
+%%QT_EXAMPLEDIR%%/widgets/itemviews/customsortfiltermodel/customsortfiltermodel.qrc
+%%QT_EXAMPLEDIR%%/widgets/itemviews/customsortfiltermodel/filterwidget.cpp
+%%QT_EXAMPLEDIR%%/widgets/itemviews/customsortfiltermodel/filterwidget.h
+%%QT_EXAMPLEDIR%%/widgets/itemviews/customsortfiltermodel/images/find.png
+%%QT_EXAMPLEDIR%%/widgets/itemviews/customsortfiltermodel/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/itemviews/customsortfiltermodel/mysortfilterproxymodel.cpp
+%%QT_EXAMPLEDIR%%/widgets/itemviews/customsortfiltermodel/mysortfilterproxymodel.h
+%%QT_EXAMPLEDIR%%/widgets/itemviews/customsortfiltermodel/window.cpp
+%%QT_EXAMPLEDIR%%/widgets/itemviews/customsortfiltermodel/window.h
+%%QT_EXAMPLEDIR%%/widgets/itemviews/dirview/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/itemviews/dirview/dirview.pro
+%%QT_EXAMPLEDIR%%/widgets/itemviews/dirview/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/itemviews/editabletreemodel/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/itemviews/editabletreemodel/default.txt
+%%QT_EXAMPLEDIR%%/widgets/itemviews/editabletreemodel/editabletreemodel.pro
+%%QT_EXAMPLEDIR%%/widgets/itemviews/editabletreemodel/editabletreemodel.qrc
+%%QT_EXAMPLEDIR%%/widgets/itemviews/editabletreemodel/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/itemviews/editabletreemodel/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/widgets/itemviews/editabletreemodel/mainwindow.h
+%%QT_EXAMPLEDIR%%/widgets/itemviews/editabletreemodel/mainwindow.ui
+%%QT_EXAMPLEDIR%%/widgets/itemviews/editabletreemodel/treeitem.cpp
+%%QT_EXAMPLEDIR%%/widgets/itemviews/editabletreemodel/treeitem.h
+%%QT_EXAMPLEDIR%%/widgets/itemviews/editabletreemodel/treemodel.cpp
+%%QT_EXAMPLEDIR%%/widgets/itemviews/editabletreemodel/treemodel.h
+%%QT_EXAMPLEDIR%%/widgets/itemviews/fetchmore/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/itemviews/fetchmore/fetchmore.pro
+%%QT_EXAMPLEDIR%%/widgets/itemviews/fetchmore/filelistmodel.cpp
+%%QT_EXAMPLEDIR%%/widgets/itemviews/fetchmore/filelistmodel.h
+%%QT_EXAMPLEDIR%%/widgets/itemviews/fetchmore/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/itemviews/fetchmore/window.cpp
+%%QT_EXAMPLEDIR%%/widgets/itemviews/fetchmore/window.h
+%%QT_EXAMPLEDIR%%/widgets/itemviews/flattreeview/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/itemviews/flattreeview/flattreeview.pro
+%%QT_EXAMPLEDIR%%/widgets/itemviews/flattreeview/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/itemviews/frozencolumn/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/itemviews/frozencolumn/freezetablewidget.cpp
+%%QT_EXAMPLEDIR%%/widgets/itemviews/frozencolumn/freezetablewidget.h
+%%QT_EXAMPLEDIR%%/widgets/itemviews/frozencolumn/frozencolumn.pro
+%%QT_EXAMPLEDIR%%/widgets/itemviews/frozencolumn/grades.qrc
+%%QT_EXAMPLEDIR%%/widgets/itemviews/frozencolumn/grades.txt
+%%QT_EXAMPLEDIR%%/widgets/itemviews/frozencolumn/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/itemviews/interview/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/itemviews/interview/README
+%%QT_EXAMPLEDIR%%/widgets/itemviews/interview/images/folder.png
+%%QT_EXAMPLEDIR%%/widgets/itemviews/interview/images/interview.png
+%%QT_EXAMPLEDIR%%/widgets/itemviews/interview/images/services.png
+%%QT_EXAMPLEDIR%%/widgets/itemviews/interview/interview.pro
+%%QT_EXAMPLEDIR%%/widgets/itemviews/interview/interview.qrc
+%%QT_EXAMPLEDIR%%/widgets/itemviews/interview/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/itemviews/interview/model.cpp
+%%QT_EXAMPLEDIR%%/widgets/itemviews/interview/model.h
+%%QT_EXAMPLEDIR%%/widgets/itemviews/itemviews.pro
+%%QT_EXAMPLEDIR%%/widgets/itemviews/pixelator/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/itemviews/pixelator/imagemodel.cpp
+%%QT_EXAMPLEDIR%%/widgets/itemviews/pixelator/imagemodel.h
+%%QT_EXAMPLEDIR%%/widgets/itemviews/pixelator/images.qrc
+%%QT_EXAMPLEDIR%%/widgets/itemviews/pixelator/images/qt.png
+%%QT_EXAMPLEDIR%%/widgets/itemviews/pixelator/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/itemviews/pixelator/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/widgets/itemviews/pixelator/mainwindow.h
+%%QT_EXAMPLEDIR%%/widgets/itemviews/pixelator/pixelator.pro
+%%QT_EXAMPLEDIR%%/widgets/itemviews/pixelator/pixeldelegate.cpp
+%%QT_EXAMPLEDIR%%/widgets/itemviews/pixelator/pixeldelegate.h
+%%QT_EXAMPLEDIR%%/widgets/itemviews/puzzle/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/itemviews/puzzle/example.jpg
+%%QT_EXAMPLEDIR%%/widgets/itemviews/puzzle/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/itemviews/puzzle/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/widgets/itemviews/puzzle/mainwindow.h
+%%QT_EXAMPLEDIR%%/widgets/itemviews/puzzle/piecesmodel.cpp
+%%QT_EXAMPLEDIR%%/widgets/itemviews/puzzle/piecesmodel.h
+%%QT_EXAMPLEDIR%%/widgets/itemviews/puzzle/puzzle.pro
+%%QT_EXAMPLEDIR%%/widgets/itemviews/puzzle/puzzle.qrc
+%%QT_EXAMPLEDIR%%/widgets/itemviews/puzzle/puzzlewidget.cpp
+%%QT_EXAMPLEDIR%%/widgets/itemviews/puzzle/puzzlewidget.h
+%%QT_EXAMPLEDIR%%/widgets/itemviews/simpledommodel/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/itemviews/simpledommodel/domitem.cpp
+%%QT_EXAMPLEDIR%%/widgets/itemviews/simpledommodel/domitem.h
+%%QT_EXAMPLEDIR%%/widgets/itemviews/simpledommodel/dommodel.cpp
+%%QT_EXAMPLEDIR%%/widgets/itemviews/simpledommodel/dommodel.h
+%%QT_EXAMPLEDIR%%/widgets/itemviews/simpledommodel/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/itemviews/simpledommodel/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/widgets/itemviews/simpledommodel/mainwindow.h
+%%QT_EXAMPLEDIR%%/widgets/itemviews/simpledommodel/simpledommodel.pro
+%%QT_EXAMPLEDIR%%/widgets/itemviews/simpletreemodel/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/itemviews/simpletreemodel/default.txt
+%%QT_EXAMPLEDIR%%/widgets/itemviews/simpletreemodel/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/itemviews/simpletreemodel/simpletreemodel.pro
+%%QT_EXAMPLEDIR%%/widgets/itemviews/simpletreemodel/simpletreemodel.qrc
+%%QT_EXAMPLEDIR%%/widgets/itemviews/simpletreemodel/treeitem.cpp
+%%QT_EXAMPLEDIR%%/widgets/itemviews/simpletreemodel/treeitem.h
+%%QT_EXAMPLEDIR%%/widgets/itemviews/simpletreemodel/treemodel.cpp
+%%QT_EXAMPLEDIR%%/widgets/itemviews/simpletreemodel/treemodel.h
+%%QT_EXAMPLEDIR%%/widgets/itemviews/simplewidgetmapper/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/itemviews/simplewidgetmapper/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/itemviews/simplewidgetmapper/simplewidgetmapper.pro
+%%QT_EXAMPLEDIR%%/widgets/itemviews/simplewidgetmapper/window.cpp
+%%QT_EXAMPLEDIR%%/widgets/itemviews/simplewidgetmapper/window.h
+%%QT_EXAMPLEDIR%%/widgets/itemviews/spinboxdelegate/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/itemviews/spinboxdelegate/delegate.cpp
+%%QT_EXAMPLEDIR%%/widgets/itemviews/spinboxdelegate/delegate.h
+%%QT_EXAMPLEDIR%%/widgets/itemviews/spinboxdelegate/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/itemviews/spinboxdelegate/spinboxdelegate.pro
+%%QT_EXAMPLEDIR%%/widgets/itemviews/spreadsheet/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/itemviews/spreadsheet/images/interview.png
+%%QT_EXAMPLEDIR%%/widgets/itemviews/spreadsheet/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/itemviews/spreadsheet/printview.cpp
+%%QT_EXAMPLEDIR%%/widgets/itemviews/spreadsheet/printview.h
+%%QT_EXAMPLEDIR%%/widgets/itemviews/spreadsheet/spreadsheet.cpp
+%%QT_EXAMPLEDIR%%/widgets/itemviews/spreadsheet/spreadsheet.h
+%%QT_EXAMPLEDIR%%/widgets/itemviews/spreadsheet/spreadsheet.pro
+%%QT_EXAMPLEDIR%%/widgets/itemviews/spreadsheet/spreadsheet.qrc
+%%QT_EXAMPLEDIR%%/widgets/itemviews/spreadsheet/spreadsheetdelegate.cpp
+%%QT_EXAMPLEDIR%%/widgets/itemviews/spreadsheet/spreadsheetdelegate.h
+%%QT_EXAMPLEDIR%%/widgets/itemviews/spreadsheet/spreadsheetitem.cpp
+%%QT_EXAMPLEDIR%%/widgets/itemviews/spreadsheet/spreadsheetitem.h
+%%QT_EXAMPLEDIR%%/widgets/itemviews/stardelegate/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/itemviews/stardelegate/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/itemviews/stardelegate/stardelegate.cpp
+%%QT_EXAMPLEDIR%%/widgets/itemviews/stardelegate/stardelegate.h
+%%QT_EXAMPLEDIR%%/widgets/itemviews/stardelegate/stardelegate.pro
+%%QT_EXAMPLEDIR%%/widgets/itemviews/stardelegate/stareditor.cpp
+%%QT_EXAMPLEDIR%%/widgets/itemviews/stardelegate/stareditor.h
+%%QT_EXAMPLEDIR%%/widgets/itemviews/stardelegate/starrating.cpp
+%%QT_EXAMPLEDIR%%/widgets/itemviews/stardelegate/starrating.h
+%%QT_EXAMPLEDIR%%/widgets/itemviews/storageview/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/itemviews/storageview/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/itemviews/storageview/storagemodel.cpp
+%%QT_EXAMPLEDIR%%/widgets/itemviews/storageview/storagemodel.h
+%%QT_EXAMPLEDIR%%/widgets/itemviews/storageview/storageview.pro
+%%QT_EXAMPLEDIR%%/widgets/layouts/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/layouts/README
+%%QT_EXAMPLEDIR%%/widgets/layouts/basiclayouts/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/layouts/basiclayouts/basiclayouts.pro
+%%QT_EXAMPLEDIR%%/widgets/layouts/basiclayouts/dialog.cpp
+%%QT_EXAMPLEDIR%%/widgets/layouts/basiclayouts/dialog.h
+%%QT_EXAMPLEDIR%%/widgets/layouts/basiclayouts/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/layouts/borderlayout/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/layouts/borderlayout/borderlayout.cpp
+%%QT_EXAMPLEDIR%%/widgets/layouts/borderlayout/borderlayout.h
+%%QT_EXAMPLEDIR%%/widgets/layouts/borderlayout/borderlayout.pro
+%%QT_EXAMPLEDIR%%/widgets/layouts/borderlayout/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/layouts/borderlayout/window.cpp
+%%QT_EXAMPLEDIR%%/widgets/layouts/borderlayout/window.h
+%%QT_EXAMPLEDIR%%/widgets/layouts/dynamiclayouts/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/layouts/dynamiclayouts/dialog.cpp
+%%QT_EXAMPLEDIR%%/widgets/layouts/dynamiclayouts/dialog.h
+%%QT_EXAMPLEDIR%%/widgets/layouts/dynamiclayouts/dynamiclayouts.pro
+%%QT_EXAMPLEDIR%%/widgets/layouts/dynamiclayouts/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/layouts/flowlayout/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/layouts/flowlayout/flowlayout.cpp
+%%QT_EXAMPLEDIR%%/widgets/layouts/flowlayout/flowlayout.h
+%%QT_EXAMPLEDIR%%/widgets/layouts/flowlayout/flowlayout.pro
+%%QT_EXAMPLEDIR%%/widgets/layouts/flowlayout/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/layouts/flowlayout/window.cpp
+%%QT_EXAMPLEDIR%%/widgets/layouts/flowlayout/window.h
+%%QT_EXAMPLEDIR%%/widgets/layouts/layouts.pro
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/README
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/application/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/application/application.pro
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/application/application.qrc
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/application/images/copy.png
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/application/images/cut.png
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/application/images/new.png
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/application/images/open.png
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/application/images/paste.png
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/application/images/save.png
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/application/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/application/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/application/mainwindow.h
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/dockwidgets/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/dockwidgets/dockwidgets.pro
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/dockwidgets/dockwidgets.qrc
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/dockwidgets/images/new.png
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/dockwidgets/images/print.png
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/dockwidgets/images/save.png
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/dockwidgets/images/undo.png
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/dockwidgets/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/dockwidgets/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/dockwidgets/mainwindow.h
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/mainwindow/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/mainwindow/colorswatch.cpp
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/mainwindow/colorswatch.h
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/mainwindow/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/mainwindow/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/mainwindow/mainwindow.h
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/mainwindow/mainwindow.pro
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/mainwindow/mainwindow.qrc
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/mainwindow/qt.png
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/mainwindow/titlebarCenter.png
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/mainwindow/titlebarLeft.png
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/mainwindow/titlebarRight.png
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/mainwindow/toolbar.cpp
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/mainwindow/toolbar.h
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/mainwindows.pro
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/mdi/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/mdi/images/copy.png
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/mdi/images/cut.png
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/mdi/images/new.png
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/mdi/images/open.png
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/mdi/images/paste.png
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/mdi/images/save.png
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/mdi/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/mdi/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/mdi/mainwindow.h
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/mdi/mdi.pro
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/mdi/mdi.qrc
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/mdi/mdichild.cpp
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/mdi/mdichild.h
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/menus/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/menus/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/menus/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/menus/mainwindow.h
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/menus/menus.pro
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/sdi/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/sdi/images/copy.png
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/sdi/images/cut.png
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/sdi/images/new.png
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/sdi/images/open.png
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/sdi/images/paste.png
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/sdi/images/save.png
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/sdi/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/sdi/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/sdi/mainwindow.h
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/sdi/sdi.pro
+%%QT_EXAMPLEDIR%%/widgets/mainwindows/sdi/sdi.qrc
+%%QT_EXAMPLEDIR%%/widgets/painting/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/painting/README
+%%QT_EXAMPLEDIR%%/widgets/painting/affine/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/painting/affine/affine.pro
+%%QT_EXAMPLEDIR%%/widgets/painting/affine/affine.qrc
+%%QT_EXAMPLEDIR%%/widgets/painting/affine/bg1.jpg
+%%QT_EXAMPLEDIR%%/widgets/painting/affine/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/painting/affine/xform.cpp
+%%QT_EXAMPLEDIR%%/widgets/painting/affine/xform.h
+%%QT_EXAMPLEDIR%%/widgets/painting/affine/xform.html
+%%QT_EXAMPLEDIR%%/widgets/painting/basicdrawing/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/painting/basicdrawing/basicdrawing.pro
+%%QT_EXAMPLEDIR%%/widgets/painting/basicdrawing/basicdrawing.qrc
+%%QT_EXAMPLEDIR%%/widgets/painting/basicdrawing/images/brick.png
+%%QT_EXAMPLEDIR%%/widgets/painting/basicdrawing/images/qt-logo.png
+%%QT_EXAMPLEDIR%%/widgets/painting/basicdrawing/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/painting/basicdrawing/renderarea.cpp
+%%QT_EXAMPLEDIR%%/widgets/painting/basicdrawing/renderarea.h
+%%QT_EXAMPLEDIR%%/widgets/painting/basicdrawing/window.cpp
+%%QT_EXAMPLEDIR%%/widgets/painting/basicdrawing/window.h
+%%QT_EXAMPLEDIR%%/widgets/painting/composition/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/painting/composition/composition.cpp
+%%QT_EXAMPLEDIR%%/widgets/painting/composition/composition.h
+%%QT_EXAMPLEDIR%%/widgets/painting/composition/composition.html
+%%QT_EXAMPLEDIR%%/widgets/painting/composition/composition.pro
+%%QT_EXAMPLEDIR%%/widgets/painting/composition/composition.qrc
+%%QT_EXAMPLEDIR%%/widgets/painting/composition/flower.jpg
+%%QT_EXAMPLEDIR%%/widgets/painting/composition/flower_alpha.jpg
+%%QT_EXAMPLEDIR%%/widgets/painting/composition/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/painting/concentriccircles/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/painting/concentriccircles/circlewidget.cpp
+%%QT_EXAMPLEDIR%%/widgets/painting/concentriccircles/circlewidget.h
+%%QT_EXAMPLEDIR%%/widgets/painting/concentriccircles/concentriccircles.pro
+%%QT_EXAMPLEDIR%%/widgets/painting/concentriccircles/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/painting/concentriccircles/window.cpp
+%%QT_EXAMPLEDIR%%/widgets/painting/concentriccircles/window.h
+%%QT_EXAMPLEDIR%%/widgets/painting/deform/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/painting/deform/deform.pro
+%%QT_EXAMPLEDIR%%/widgets/painting/deform/deform.qrc
+%%QT_EXAMPLEDIR%%/widgets/painting/deform/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/painting/deform/pathdeform.cpp
+%%QT_EXAMPLEDIR%%/widgets/painting/deform/pathdeform.h
+%%QT_EXAMPLEDIR%%/widgets/painting/deform/pathdeform.html
+%%QT_EXAMPLEDIR%%/widgets/painting/fontsampler/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/painting/fontsampler/fontsampler.pro
+%%QT_EXAMPLEDIR%%/widgets/painting/fontsampler/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/painting/fontsampler/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/widgets/painting/fontsampler/mainwindow.h
+%%QT_EXAMPLEDIR%%/widgets/painting/fontsampler/mainwindowbase.ui
+%%QT_EXAMPLEDIR%%/widgets/painting/gradients/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/painting/gradients/gradients.cpp
+%%QT_EXAMPLEDIR%%/widgets/painting/gradients/gradients.h
+%%QT_EXAMPLEDIR%%/widgets/painting/gradients/gradients.html
+%%QT_EXAMPLEDIR%%/widgets/painting/gradients/gradients.pro
+%%QT_EXAMPLEDIR%%/widgets/painting/gradients/gradients.qrc
+%%QT_EXAMPLEDIR%%/widgets/painting/gradients/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/painting/imagecomposition/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/painting/imagecomposition/imagecomposer.cpp
+%%QT_EXAMPLEDIR%%/widgets/painting/imagecomposition/imagecomposer.h
+%%QT_EXAMPLEDIR%%/widgets/painting/imagecomposition/imagecomposition.pro
+%%QT_EXAMPLEDIR%%/widgets/painting/imagecomposition/imagecomposition.qrc
+%%QT_EXAMPLEDIR%%/widgets/painting/imagecomposition/images/background.png
+%%QT_EXAMPLEDIR%%/widgets/painting/imagecomposition/images/blackrectangle.png
+%%QT_EXAMPLEDIR%%/widgets/painting/imagecomposition/images/butterfly.png
+%%QT_EXAMPLEDIR%%/widgets/painting/imagecomposition/images/checker.png
+%%QT_EXAMPLEDIR%%/widgets/painting/imagecomposition/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/painting/painterpaths/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/painting/painterpaths/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/painting/painterpaths/painterpaths.pro
+%%QT_EXAMPLEDIR%%/widgets/painting/painterpaths/renderarea.cpp
+%%QT_EXAMPLEDIR%%/widgets/painting/painterpaths/renderarea.h
+%%QT_EXAMPLEDIR%%/widgets/painting/painterpaths/window.cpp
+%%QT_EXAMPLEDIR%%/widgets/painting/painterpaths/window.h
+%%QT_EXAMPLEDIR%%/widgets/painting/painting.pro
+%%QT_EXAMPLEDIR%%/widgets/painting/pathstroke/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/painting/pathstroke/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/painting/pathstroke/pathstroke.cpp
+%%QT_EXAMPLEDIR%%/widgets/painting/pathstroke/pathstroke.h
+%%QT_EXAMPLEDIR%%/widgets/painting/pathstroke/pathstroke.html
+%%QT_EXAMPLEDIR%%/widgets/painting/pathstroke/pathstroke.pro
+%%QT_EXAMPLEDIR%%/widgets/painting/pathstroke/pathstroke.qrc
+%%QT_EXAMPLEDIR%%/widgets/painting/shared/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/painting/shared/arthurstyle.cpp
+%%QT_EXAMPLEDIR%%/widgets/painting/shared/arthurstyle.h
+%%QT_EXAMPLEDIR%%/widgets/painting/shared/arthurwidgets.cpp
+%%QT_EXAMPLEDIR%%/widgets/painting/shared/arthurwidgets.h
+%%QT_EXAMPLEDIR%%/widgets/painting/shared/fbopaintdevice.cpp
+%%QT_EXAMPLEDIR%%/widgets/painting/shared/fbopaintdevice.h
+%%QT_EXAMPLEDIR%%/widgets/painting/shared/hoverpoints.cpp
+%%QT_EXAMPLEDIR%%/widgets/painting/shared/hoverpoints.h
+%%QT_EXAMPLEDIR%%/widgets/painting/shared/images/bg_pattern.png
+%%QT_EXAMPLEDIR%%/widgets/painting/shared/images/button_normal_cap_left.png
+%%QT_EXAMPLEDIR%%/widgets/painting/shared/images/button_normal_cap_right.png
+%%QT_EXAMPLEDIR%%/widgets/painting/shared/images/button_normal_stretch.png
+%%QT_EXAMPLEDIR%%/widgets/painting/shared/images/button_pressed_cap_left.png
+%%QT_EXAMPLEDIR%%/widgets/painting/shared/images/button_pressed_cap_right.png
+%%QT_EXAMPLEDIR%%/widgets/painting/shared/images/button_pressed_stretch.png
+%%QT_EXAMPLEDIR%%/widgets/painting/shared/images/curve_thing_edit-6.png
+%%QT_EXAMPLEDIR%%/widgets/painting/shared/images/frame_bottom.png
+%%QT_EXAMPLEDIR%%/widgets/painting/shared/images/frame_bottomleft.png
+%%QT_EXAMPLEDIR%%/widgets/painting/shared/images/frame_bottomright.png
+%%QT_EXAMPLEDIR%%/widgets/painting/shared/images/frame_left.png
+%%QT_EXAMPLEDIR%%/widgets/painting/shared/images/frame_right.png
+%%QT_EXAMPLEDIR%%/widgets/painting/shared/images/frame_top.png
+%%QT_EXAMPLEDIR%%/widgets/painting/shared/images/frame_topleft.png
+%%QT_EXAMPLEDIR%%/widgets/painting/shared/images/frame_topright.png
+%%QT_EXAMPLEDIR%%/widgets/painting/shared/images/groupframe_bottom_left.png
+%%QT_EXAMPLEDIR%%/widgets/painting/shared/images/groupframe_bottom_right.png
+%%QT_EXAMPLEDIR%%/widgets/painting/shared/images/groupframe_bottom_stretch.png
+%%QT_EXAMPLEDIR%%/widgets/painting/shared/images/groupframe_left_stretch.png
+%%QT_EXAMPLEDIR%%/widgets/painting/shared/images/groupframe_right_stretch.png
+%%QT_EXAMPLEDIR%%/widgets/painting/shared/images/groupframe_top_stretch.png
+%%QT_EXAMPLEDIR%%/widgets/painting/shared/images/groupframe_topleft.png
+%%QT_EXAMPLEDIR%%/widgets/painting/shared/images/groupframe_topright.png
+%%QT_EXAMPLEDIR%%/widgets/painting/shared/images/line_dash_dot.png
+%%QT_EXAMPLEDIR%%/widgets/painting/shared/images/line_dash_dot_dot.png
+%%QT_EXAMPLEDIR%%/widgets/painting/shared/images/line_dashed.png
+%%QT_EXAMPLEDIR%%/widgets/painting/shared/images/line_dotted.png
+%%QT_EXAMPLEDIR%%/widgets/painting/shared/images/line_solid.png
+%%QT_EXAMPLEDIR%%/widgets/painting/shared/images/radiobutton-off.png
+%%QT_EXAMPLEDIR%%/widgets/painting/shared/images/radiobutton-on.png
+%%QT_EXAMPLEDIR%%/widgets/painting/shared/images/radiobutton_off.png
+%%QT_EXAMPLEDIR%%/widgets/painting/shared/images/radiobutton_on.png
+%%QT_EXAMPLEDIR%%/widgets/painting/shared/images/slider_bar.png
+%%QT_EXAMPLEDIR%%/widgets/painting/shared/images/slider_thumb_off.png
+%%QT_EXAMPLEDIR%%/widgets/painting/shared/images/slider_thumb_on.png
+%%QT_EXAMPLEDIR%%/widgets/painting/shared/images/title_cap_left.png
+%%QT_EXAMPLEDIR%%/widgets/painting/shared/images/title_cap_right.png
+%%QT_EXAMPLEDIR%%/widgets/painting/shared/images/title_stretch.png
+%%QT_EXAMPLEDIR%%/widgets/painting/shared/shared.pri
+%%QT_EXAMPLEDIR%%/widgets/painting/shared/shared.qrc
+%%QT_EXAMPLEDIR%%/widgets/painting/shared/use_lib.cmake
+%%QT_EXAMPLEDIR%%/widgets/painting/transformations/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/painting/transformations/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/painting/transformations/renderarea.cpp
+%%QT_EXAMPLEDIR%%/widgets/painting/transformations/renderarea.h
+%%QT_EXAMPLEDIR%%/widgets/painting/transformations/transformations.pro
+%%QT_EXAMPLEDIR%%/widgets/painting/transformations/window.cpp
+%%QT_EXAMPLEDIR%%/widgets/painting/transformations/window.h
+%%QT_EXAMPLEDIR%%/widgets/qnx/foreignwindows/collector.cpp
+%%QT_EXAMPLEDIR%%/widgets/qnx/foreignwindows/collector.h
+%%QT_EXAMPLEDIR%%/widgets/qnx/foreignwindows/foreignwindows.pro
+%%QT_EXAMPLEDIR%%/widgets/qnx/foreignwindows/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/richtext/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/richtext/README
+%%QT_EXAMPLEDIR%%/widgets/richtext/calendar/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/richtext/calendar/calendar.pro
+%%QT_EXAMPLEDIR%%/widgets/richtext/calendar/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/richtext/calendar/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/widgets/richtext/calendar/mainwindow.h
+%%QT_EXAMPLEDIR%%/widgets/richtext/orderform/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/richtext/orderform/detailsdialog.cpp
+%%QT_EXAMPLEDIR%%/widgets/richtext/orderform/detailsdialog.h
+%%QT_EXAMPLEDIR%%/widgets/richtext/orderform/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/richtext/orderform/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/widgets/richtext/orderform/mainwindow.h
+%%QT_EXAMPLEDIR%%/widgets/richtext/orderform/orderform.pro
+%%QT_EXAMPLEDIR%%/widgets/richtext/richtext.pro
+%%QT_EXAMPLEDIR%%/widgets/richtext/syntaxhighlighter/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/richtext/syntaxhighlighter/highlighter.cpp
+%%QT_EXAMPLEDIR%%/widgets/richtext/syntaxhighlighter/highlighter.h
+%%QT_EXAMPLEDIR%%/widgets/richtext/syntaxhighlighter/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/richtext/syntaxhighlighter/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/widgets/richtext/syntaxhighlighter/mainwindow.h
+%%QT_EXAMPLEDIR%%/widgets/richtext/syntaxhighlighter/syntaxhighlighter.pro
+%%QT_EXAMPLEDIR%%/widgets/richtext/textedit/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/richtext/textedit/example.html
+%%QT_EXAMPLEDIR%%/widgets/richtext/textedit/example.md
+%%QT_EXAMPLEDIR%%/widgets/richtext/textedit/images/logo32.png
+%%QT_EXAMPLEDIR%%/widgets/richtext/textedit/images/mac/checkbox-checked.png
+%%QT_EXAMPLEDIR%%/widgets/richtext/textedit/images/mac/checkbox.png
+%%QT_EXAMPLEDIR%%/widgets/richtext/textedit/images/mac/editcopy.png
+%%QT_EXAMPLEDIR%%/widgets/richtext/textedit/images/mac/editcut.png
+%%QT_EXAMPLEDIR%%/widgets/richtext/textedit/images/mac/editpaste.png
+%%QT_EXAMPLEDIR%%/widgets/richtext/textedit/images/mac/editredo.png
+%%QT_EXAMPLEDIR%%/widgets/richtext/textedit/images/mac/editundo.png
+%%QT_EXAMPLEDIR%%/widgets/richtext/textedit/images/mac/exportpdf.png
+%%QT_EXAMPLEDIR%%/widgets/richtext/textedit/images/mac/filenew.png
+%%QT_EXAMPLEDIR%%/widgets/richtext/textedit/images/mac/fileopen.png
+%%QT_EXAMPLEDIR%%/widgets/richtext/textedit/images/mac/fileprint.png
+%%QT_EXAMPLEDIR%%/widgets/richtext/textedit/images/mac/filesave.png
+%%QT_EXAMPLEDIR%%/widgets/richtext/textedit/images/mac/format-indent-less.png
+%%QT_EXAMPLEDIR%%/widgets/richtext/textedit/images/mac/format-indent-more.png
+%%QT_EXAMPLEDIR%%/widgets/richtext/textedit/images/mac/textbold.png
+%%QT_EXAMPLEDIR%%/widgets/richtext/textedit/images/mac/textcenter.png
+%%QT_EXAMPLEDIR%%/widgets/richtext/textedit/images/mac/textitalic.png
+%%QT_EXAMPLEDIR%%/widgets/richtext/textedit/images/mac/textjustify.png
+%%QT_EXAMPLEDIR%%/widgets/richtext/textedit/images/mac/textleft.png
+%%QT_EXAMPLEDIR%%/widgets/richtext/textedit/images/mac/textright.png
+%%QT_EXAMPLEDIR%%/widgets/richtext/textedit/images/mac/textunder.png
+%%QT_EXAMPLEDIR%%/widgets/richtext/textedit/images/mac/textundercolor.png
+%%QT_EXAMPLEDIR%%/widgets/richtext/textedit/images/mac/zoomin.png
+%%QT_EXAMPLEDIR%%/widgets/richtext/textedit/images/mac/zoomout.png
+%%QT_EXAMPLEDIR%%/widgets/richtext/textedit/images/win/checkbox-checked.png
+%%QT_EXAMPLEDIR%%/widgets/richtext/textedit/images/win/checkbox.png
+%%QT_EXAMPLEDIR%%/widgets/richtext/textedit/images/win/editcopy.png
+%%QT_EXAMPLEDIR%%/widgets/richtext/textedit/images/win/editcut.png
+%%QT_EXAMPLEDIR%%/widgets/richtext/textedit/images/win/editpaste.png
+%%QT_EXAMPLEDIR%%/widgets/richtext/textedit/images/win/editredo.png
+%%QT_EXAMPLEDIR%%/widgets/richtext/textedit/images/win/editundo.png
+%%QT_EXAMPLEDIR%%/widgets/richtext/textedit/images/win/exportpdf.png
+%%QT_EXAMPLEDIR%%/widgets/richtext/textedit/images/win/filenew.png
+%%QT_EXAMPLEDIR%%/widgets/richtext/textedit/images/win/fileopen.png
+%%QT_EXAMPLEDIR%%/widgets/richtext/textedit/images/win/fileprint.png
+%%QT_EXAMPLEDIR%%/widgets/richtext/textedit/images/win/filesave.png
+%%QT_EXAMPLEDIR%%/widgets/richtext/textedit/images/win/format-indent-less.png
+%%QT_EXAMPLEDIR%%/widgets/richtext/textedit/images/win/format-indent-more.png
+%%QT_EXAMPLEDIR%%/widgets/richtext/textedit/images/win/textbold.png
+%%QT_EXAMPLEDIR%%/widgets/richtext/textedit/images/win/textcenter.png
+%%QT_EXAMPLEDIR%%/widgets/richtext/textedit/images/win/textitalic.png
+%%QT_EXAMPLEDIR%%/widgets/richtext/textedit/images/win/textjustify.png
+%%QT_EXAMPLEDIR%%/widgets/richtext/textedit/images/win/textleft.png
+%%QT_EXAMPLEDIR%%/widgets/richtext/textedit/images/win/textright.png
+%%QT_EXAMPLEDIR%%/widgets/richtext/textedit/images/win/textunder.png
+%%QT_EXAMPLEDIR%%/widgets/richtext/textedit/images/win/textundercolor.png
+%%QT_EXAMPLEDIR%%/widgets/richtext/textedit/images/win/zoomin.png
+%%QT_EXAMPLEDIR%%/widgets/richtext/textedit/images/win/zoomout.png
+%%QT_EXAMPLEDIR%%/widgets/richtext/textedit/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/richtext/textedit/textedit.cpp
+%%QT_EXAMPLEDIR%%/widgets/richtext/textedit/textedit.h
+%%QT_EXAMPLEDIR%%/widgets/richtext/textedit/textedit.pro
+%%QT_EXAMPLEDIR%%/widgets/richtext/textedit/textedit.qdoc
+%%QT_EXAMPLEDIR%%/widgets/richtext/textedit/textedit.qrc
+%%QT_EXAMPLEDIR%%/widgets/scroller/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/scroller/graphicsview/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/scroller/graphicsview/graphicsview.pro
+%%QT_EXAMPLEDIR%%/widgets/scroller/graphicsview/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/scroller/scroller.pro
+%%QT_EXAMPLEDIR%%/widgets/tools/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/tools/completer/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/tools/completer/completer.pro
+%%QT_EXAMPLEDIR%%/widgets/tools/completer/completer.qrc
+%%QT_EXAMPLEDIR%%/widgets/tools/completer/fsmodel.cpp
+%%QT_EXAMPLEDIR%%/widgets/tools/completer/fsmodel.h
+%%QT_EXAMPLEDIR%%/widgets/tools/completer/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/tools/completer/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/widgets/tools/completer/mainwindow.h
+%%QT_EXAMPLEDIR%%/widgets/tools/completer/resources/countries.txt
+%%QT_EXAMPLEDIR%%/widgets/tools/completer/resources/wordlist.txt
+%%QT_EXAMPLEDIR%%/widgets/tools/customcompleter/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/tools/customcompleter/customcompleter.pro
+%%QT_EXAMPLEDIR%%/widgets/tools/customcompleter/customcompleter.qrc
+%%QT_EXAMPLEDIR%%/widgets/tools/customcompleter/doc/src/customcompleter.qdoc
+%%QT_EXAMPLEDIR%%/widgets/tools/customcompleter/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/tools/customcompleter/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/widgets/tools/customcompleter/mainwindow.h
+%%QT_EXAMPLEDIR%%/widgets/tools/customcompleter/resources/wordlist.txt
+%%QT_EXAMPLEDIR%%/widgets/tools/customcompleter/textedit.cpp
+%%QT_EXAMPLEDIR%%/widgets/tools/customcompleter/textedit.h
+%%QT_EXAMPLEDIR%%/widgets/tools/echoplugin/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/tools/echoplugin/echoplugin.pro
+%%QT_EXAMPLEDIR%%/widgets/tools/echoplugin/echowindow/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/tools/echoplugin/echowindow/echointerface.h
+%%QT_EXAMPLEDIR%%/widgets/tools/echoplugin/echowindow/echowindow.cpp
+%%QT_EXAMPLEDIR%%/widgets/tools/echoplugin/echowindow/echowindow.h
+%%QT_EXAMPLEDIR%%/widgets/tools/echoplugin/echowindow/echowindow.pro
+%%QT_EXAMPLEDIR%%/widgets/tools/echoplugin/echowindow/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/tools/echoplugin/plugin/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/tools/echoplugin/plugin/echoplugin.cpp
+%%QT_EXAMPLEDIR%%/widgets/tools/echoplugin/plugin/echoplugin.h
+%%QT_EXAMPLEDIR%%/widgets/tools/echoplugin/plugin/echoplugin.json
+%%QT_EXAMPLEDIR%%/widgets/tools/echoplugin/plugin/plugin.pro
+%%QT_EXAMPLEDIR%%/widgets/tools/i18n/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/tools/i18n/i18n.pro
+%%QT_EXAMPLEDIR%%/widgets/tools/i18n/i18n.qrc
+%%QT_EXAMPLEDIR%%/widgets/tools/i18n/languagechooser.cpp
+%%QT_EXAMPLEDIR%%/widgets/tools/i18n/languagechooser.h
+%%QT_EXAMPLEDIR%%/widgets/tools/i18n/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/tools/i18n/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/widgets/tools/i18n/mainwindow.h
+%%QT_EXAMPLEDIR%%/widgets/tools/i18n/translations/i18n_ar.qm
+%%QT_EXAMPLEDIR%%/widgets/tools/i18n/translations/i18n_ar.ts
+%%QT_EXAMPLEDIR%%/widgets/tools/i18n/translations/i18n_cs.qm
+%%QT_EXAMPLEDIR%%/widgets/tools/i18n/translations/i18n_cs.ts
+%%QT_EXAMPLEDIR%%/widgets/tools/i18n/translations/i18n_de.qm
+%%QT_EXAMPLEDIR%%/widgets/tools/i18n/translations/i18n_de.ts
+%%QT_EXAMPLEDIR%%/widgets/tools/i18n/translations/i18n_el.qm
+%%QT_EXAMPLEDIR%%/widgets/tools/i18n/translations/i18n_el.ts
+%%QT_EXAMPLEDIR%%/widgets/tools/i18n/translations/i18n_en.qm
+%%QT_EXAMPLEDIR%%/widgets/tools/i18n/translations/i18n_en.ts
+%%QT_EXAMPLEDIR%%/widgets/tools/i18n/translations/i18n_eo.qm
+%%QT_EXAMPLEDIR%%/widgets/tools/i18n/translations/i18n_eo.ts
+%%QT_EXAMPLEDIR%%/widgets/tools/i18n/translations/i18n_fr.qm
+%%QT_EXAMPLEDIR%%/widgets/tools/i18n/translations/i18n_fr.ts
+%%QT_EXAMPLEDIR%%/widgets/tools/i18n/translations/i18n_it.qm
+%%QT_EXAMPLEDIR%%/widgets/tools/i18n/translations/i18n_it.ts
+%%QT_EXAMPLEDIR%%/widgets/tools/i18n/translations/i18n_jp.qm
+%%QT_EXAMPLEDIR%%/widgets/tools/i18n/translations/i18n_jp.ts
+%%QT_EXAMPLEDIR%%/widgets/tools/i18n/translations/i18n_ko.qm
+%%QT_EXAMPLEDIR%%/widgets/tools/i18n/translations/i18n_ko.ts
+%%QT_EXAMPLEDIR%%/widgets/tools/i18n/translations/i18n_no.qm
+%%QT_EXAMPLEDIR%%/widgets/tools/i18n/translations/i18n_no.ts
+%%QT_EXAMPLEDIR%%/widgets/tools/i18n/translations/i18n_ru.qm
+%%QT_EXAMPLEDIR%%/widgets/tools/i18n/translations/i18n_ru.ts
+%%QT_EXAMPLEDIR%%/widgets/tools/i18n/translations/i18n_sv.qm
+%%QT_EXAMPLEDIR%%/widgets/tools/i18n/translations/i18n_sv.ts
+%%QT_EXAMPLEDIR%%/widgets/tools/i18n/translations/i18n_zh.qm
+%%QT_EXAMPLEDIR%%/widgets/tools/i18n/translations/i18n_zh.ts
+%%QT_EXAMPLEDIR%%/widgets/tools/plugandpaint/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/tools/plugandpaint/app/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/tools/plugandpaint/app/app.pro
+%%QT_EXAMPLEDIR%%/widgets/tools/plugandpaint/app/interfaces.h
+%%QT_EXAMPLEDIR%%/widgets/tools/plugandpaint/app/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/tools/plugandpaint/app/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/widgets/tools/plugandpaint/app/mainwindow.h
+%%QT_EXAMPLEDIR%%/widgets/tools/plugandpaint/app/paintarea.cpp
+%%QT_EXAMPLEDIR%%/widgets/tools/plugandpaint/app/paintarea.h
+%%QT_EXAMPLEDIR%%/widgets/tools/plugandpaint/app/plugindialog.cpp
+%%QT_EXAMPLEDIR%%/widgets/tools/plugandpaint/app/plugindialog.h
+%%QT_EXAMPLEDIR%%/widgets/tools/plugandpaint/plugandpaint.pro
+%%QT_EXAMPLEDIR%%/widgets/tools/plugandpaint/plugins/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/tools/plugandpaint/plugins/basictools/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/tools/plugandpaint/plugins/basictools/basictools.json
+%%QT_EXAMPLEDIR%%/widgets/tools/plugandpaint/plugins/basictools/basictools.pro
+%%QT_EXAMPLEDIR%%/widgets/tools/plugandpaint/plugins/basictools/basictoolsplugin.cpp
+%%QT_EXAMPLEDIR%%/widgets/tools/plugandpaint/plugins/basictools/basictoolsplugin.h
+%%QT_EXAMPLEDIR%%/widgets/tools/plugandpaint/plugins/extrafilters/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/tools/plugandpaint/plugins/extrafilters/extrafilters.json
+%%QT_EXAMPLEDIR%%/widgets/tools/plugandpaint/plugins/extrafilters/extrafilters.pro
+%%QT_EXAMPLEDIR%%/widgets/tools/plugandpaint/plugins/extrafilters/extrafiltersplugin.cpp
+%%QT_EXAMPLEDIR%%/widgets/tools/plugandpaint/plugins/extrafilters/extrafiltersplugin.h
+%%QT_EXAMPLEDIR%%/widgets/tools/plugandpaint/plugins/plugins.pro
+%%QT_EXAMPLEDIR%%/widgets/tools/regularexpression/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/tools/regularexpression/images/copy.png
+%%QT_EXAMPLEDIR%%/widgets/tools/regularexpression/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/tools/regularexpression/regularexpression.pro
+%%QT_EXAMPLEDIR%%/widgets/tools/regularexpression/regularexpression.qrc
+%%QT_EXAMPLEDIR%%/widgets/tools/regularexpression/regularexpressiondialog.cpp
+%%QT_EXAMPLEDIR%%/widgets/tools/regularexpression/regularexpressiondialog.h
+%%QT_EXAMPLEDIR%%/widgets/tools/settingseditor/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/tools/settingseditor/inifiles/licensepage.ini
+%%QT_EXAMPLEDIR%%/widgets/tools/settingseditor/inifiles/qsa.ini
+%%QT_EXAMPLEDIR%%/widgets/tools/settingseditor/locationdialog.cpp
+%%QT_EXAMPLEDIR%%/widgets/tools/settingseditor/locationdialog.h
+%%QT_EXAMPLEDIR%%/widgets/tools/settingseditor/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/tools/settingseditor/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/widgets/tools/settingseditor/mainwindow.h
+%%QT_EXAMPLEDIR%%/widgets/tools/settingseditor/settingseditor.pro
+%%QT_EXAMPLEDIR%%/widgets/tools/settingseditor/settingstree.cpp
+%%QT_EXAMPLEDIR%%/widgets/tools/settingseditor/settingstree.h
+%%QT_EXAMPLEDIR%%/widgets/tools/settingseditor/variantdelegate.cpp
+%%QT_EXAMPLEDIR%%/widgets/tools/settingseditor/variantdelegate.h
+%%QT_EXAMPLEDIR%%/widgets/tools/styleplugin/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/tools/styleplugin/plugin/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/tools/styleplugin/plugin/plugin.pro
+%%QT_EXAMPLEDIR%%/widgets/tools/styleplugin/plugin/simplestyle.cpp
+%%QT_EXAMPLEDIR%%/widgets/tools/styleplugin/plugin/simplestyle.h
+%%QT_EXAMPLEDIR%%/widgets/tools/styleplugin/plugin/simplestyle.json
+%%QT_EXAMPLEDIR%%/widgets/tools/styleplugin/plugin/simplestyleplugin.cpp
+%%QT_EXAMPLEDIR%%/widgets/tools/styleplugin/plugin/simplestyleplugin.h
+%%QT_EXAMPLEDIR%%/widgets/tools/styleplugin/styleplugin.pro
+%%QT_EXAMPLEDIR%%/widgets/tools/styleplugin/stylewindow/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/tools/styleplugin/stylewindow/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/tools/styleplugin/stylewindow/stylewindow.cpp
+%%QT_EXAMPLEDIR%%/widgets/tools/styleplugin/stylewindow/stylewindow.h
+%%QT_EXAMPLEDIR%%/widgets/tools/styleplugin/stylewindow/stylewindow.pro
+%%QT_EXAMPLEDIR%%/widgets/tools/tools.pro
+%%QT_EXAMPLEDIR%%/widgets/tools/treemodelcompleter/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/tools/treemodelcompleter/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/tools/treemodelcompleter/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/widgets/tools/treemodelcompleter/mainwindow.h
+%%QT_EXAMPLEDIR%%/widgets/tools/treemodelcompleter/resources/treemodel.txt
+%%QT_EXAMPLEDIR%%/widgets/tools/treemodelcompleter/treemodelcompleter.cpp
+%%QT_EXAMPLEDIR%%/widgets/tools/treemodelcompleter/treemodelcompleter.h
+%%QT_EXAMPLEDIR%%/widgets/tools/treemodelcompleter/treemodelcompleter.pro
+%%QT_EXAMPLEDIR%%/widgets/tools/treemodelcompleter/treemodelcompleter.qrc
+%%QT_EXAMPLEDIR%%/widgets/tools/undo/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/tools/undo/commands.cpp
+%%QT_EXAMPLEDIR%%/widgets/tools/undo/commands.h
+%%QT_EXAMPLEDIR%%/widgets/tools/undo/document.cpp
+%%QT_EXAMPLEDIR%%/widgets/tools/undo/document.h
+%%QT_EXAMPLEDIR%%/widgets/tools/undo/icons/background.png
+%%QT_EXAMPLEDIR%%/widgets/tools/undo/icons/blue.png
+%%QT_EXAMPLEDIR%%/widgets/tools/undo/icons/circle.png
+%%QT_EXAMPLEDIR%%/widgets/tools/undo/icons/exit.png
+%%QT_EXAMPLEDIR%%/widgets/tools/undo/icons/fileclose.png
+%%QT_EXAMPLEDIR%%/widgets/tools/undo/icons/filenew.png
+%%QT_EXAMPLEDIR%%/widgets/tools/undo/icons/fileopen.png
+%%QT_EXAMPLEDIR%%/widgets/tools/undo/icons/filesave.png
+%%QT_EXAMPLEDIR%%/widgets/tools/undo/icons/green.png
+%%QT_EXAMPLEDIR%%/widgets/tools/undo/icons/ok.png
+%%QT_EXAMPLEDIR%%/widgets/tools/undo/icons/rectangle.png
+%%QT_EXAMPLEDIR%%/widgets/tools/undo/icons/red.png
+%%QT_EXAMPLEDIR%%/widgets/tools/undo/icons/redo.png
+%%QT_EXAMPLEDIR%%/widgets/tools/undo/icons/remove.png
+%%QT_EXAMPLEDIR%%/widgets/tools/undo/icons/triangle.png
+%%QT_EXAMPLEDIR%%/widgets/tools/undo/icons/undo.png
+%%QT_EXAMPLEDIR%%/widgets/tools/undo/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/tools/undo/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/widgets/tools/undo/mainwindow.h
+%%QT_EXAMPLEDIR%%/widgets/tools/undo/mainwindow.ui
+%%QT_EXAMPLEDIR%%/widgets/tools/undo/undo.pro
+%%QT_EXAMPLEDIR%%/widgets/tools/undo/undo.qrc
+%%QT_EXAMPLEDIR%%/widgets/tools/undoframework/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/tools/undoframework/commands.cpp
+%%QT_EXAMPLEDIR%%/widgets/tools/undoframework/commands.h
+%%QT_EXAMPLEDIR%%/widgets/tools/undoframework/diagramitem.cpp
+%%QT_EXAMPLEDIR%%/widgets/tools/undoframework/diagramitem.h
+%%QT_EXAMPLEDIR%%/widgets/tools/undoframework/diagramscene.cpp
+%%QT_EXAMPLEDIR%%/widgets/tools/undoframework/diagramscene.h
+%%QT_EXAMPLEDIR%%/widgets/tools/undoframework/images/cross.png
+%%QT_EXAMPLEDIR%%/widgets/tools/undoframework/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/tools/undoframework/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/widgets/tools/undoframework/mainwindow.h
+%%QT_EXAMPLEDIR%%/widgets/tools/undoframework/undoframework.pro
+%%QT_EXAMPLEDIR%%/widgets/tools/undoframework/undoframework.qrc
+%%QT_EXAMPLEDIR%%/widgets/touch/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/touch/dials/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/touch/dials/dials.pro
+%%QT_EXAMPLEDIR%%/widgets/touch/dials/dials.ui
+%%QT_EXAMPLEDIR%%/widgets/touch/dials/doc/images/touch-dials-example.png
+%%QT_EXAMPLEDIR%%/widgets/touch/dials/doc/src/touch-dials.qdoc
+%%QT_EXAMPLEDIR%%/widgets/touch/dials/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/touch/fingerpaint/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/touch/fingerpaint/doc/src/fingerpaint.qdoc
+%%QT_EXAMPLEDIR%%/widgets/touch/fingerpaint/fingerpaint.pro
+%%QT_EXAMPLEDIR%%/widgets/touch/fingerpaint/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/touch/fingerpaint/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/widgets/touch/fingerpaint/mainwindow.h
+%%QT_EXAMPLEDIR%%/widgets/touch/fingerpaint/scribblearea.cpp
+%%QT_EXAMPLEDIR%%/widgets/touch/fingerpaint/scribblearea.h
+%%QT_EXAMPLEDIR%%/widgets/touch/knobs/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/touch/knobs/doc/images/touch-knobs-example.png
+%%QT_EXAMPLEDIR%%/widgets/touch/knobs/doc/src/touch-knobs.qdoc
+%%QT_EXAMPLEDIR%%/widgets/touch/knobs/knob.cpp
+%%QT_EXAMPLEDIR%%/widgets/touch/knobs/knob.h
+%%QT_EXAMPLEDIR%%/widgets/touch/knobs/knobs.pro
+%%QT_EXAMPLEDIR%%/widgets/touch/knobs/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/touch/pinchzoom/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/touch/pinchzoom/doc/images/pinch-zoom-example.png
+%%QT_EXAMPLEDIR%%/widgets/touch/pinchzoom/doc/src/pinchzoom.qdoc
+%%QT_EXAMPLEDIR%%/widgets/touch/pinchzoom/graphicsview.cpp
+%%QT_EXAMPLEDIR%%/widgets/touch/pinchzoom/graphicsview.h
+%%QT_EXAMPLEDIR%%/widgets/touch/pinchzoom/images/cheese.jpg
+%%QT_EXAMPLEDIR%%/widgets/touch/pinchzoom/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/touch/pinchzoom/mice.qrc
+%%QT_EXAMPLEDIR%%/widgets/touch/pinchzoom/mouse.cpp
+%%QT_EXAMPLEDIR%%/widgets/touch/pinchzoom/mouse.h
+%%QT_EXAMPLEDIR%%/widgets/touch/pinchzoom/pinchzoom.pro
+%%QT_EXAMPLEDIR%%/widgets/touch/touch.pro
+%%QT_EXAMPLEDIR%%/widgets/tutorials/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/tutorials/README
+%%QT_EXAMPLEDIR%%/widgets/tutorials/addressbook/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/tutorials/addressbook/README
+%%QT_EXAMPLEDIR%%/widgets/tutorials/addressbook/addressbook.pro
+%%QT_EXAMPLEDIR%%/widgets/tutorials/addressbook/part1/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/tutorials/addressbook/part1/addressbook.cpp
+%%QT_EXAMPLEDIR%%/widgets/tutorials/addressbook/part1/addressbook.h
+%%QT_EXAMPLEDIR%%/widgets/tutorials/addressbook/part1/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/tutorials/addressbook/part1/part1.pro
+%%QT_EXAMPLEDIR%%/widgets/tutorials/addressbook/part2/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/tutorials/addressbook/part2/addressbook.cpp
+%%QT_EXAMPLEDIR%%/widgets/tutorials/addressbook/part2/addressbook.h
+%%QT_EXAMPLEDIR%%/widgets/tutorials/addressbook/part2/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/tutorials/addressbook/part2/part2.pro
+%%QT_EXAMPLEDIR%%/widgets/tutorials/addressbook/part3/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/tutorials/addressbook/part3/addressbook.cpp
+%%QT_EXAMPLEDIR%%/widgets/tutorials/addressbook/part3/addressbook.h
+%%QT_EXAMPLEDIR%%/widgets/tutorials/addressbook/part3/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/tutorials/addressbook/part3/part3.pro
+%%QT_EXAMPLEDIR%%/widgets/tutorials/addressbook/part4/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/tutorials/addressbook/part4/addressbook.cpp
+%%QT_EXAMPLEDIR%%/widgets/tutorials/addressbook/part4/addressbook.h
+%%QT_EXAMPLEDIR%%/widgets/tutorials/addressbook/part4/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/tutorials/addressbook/part4/part4.pro
+%%QT_EXAMPLEDIR%%/widgets/tutorials/addressbook/part5/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/tutorials/addressbook/part5/addressbook.cpp
+%%QT_EXAMPLEDIR%%/widgets/tutorials/addressbook/part5/addressbook.h
+%%QT_EXAMPLEDIR%%/widgets/tutorials/addressbook/part5/finddialog.cpp
+%%QT_EXAMPLEDIR%%/widgets/tutorials/addressbook/part5/finddialog.h
+%%QT_EXAMPLEDIR%%/widgets/tutorials/addressbook/part5/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/tutorials/addressbook/part5/part5.pro
+%%QT_EXAMPLEDIR%%/widgets/tutorials/addressbook/part6/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/tutorials/addressbook/part6/addressbook.cpp
+%%QT_EXAMPLEDIR%%/widgets/tutorials/addressbook/part6/addressbook.h
+%%QT_EXAMPLEDIR%%/widgets/tutorials/addressbook/part6/finddialog.cpp
+%%QT_EXAMPLEDIR%%/widgets/tutorials/addressbook/part6/finddialog.h
+%%QT_EXAMPLEDIR%%/widgets/tutorials/addressbook/part6/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/tutorials/addressbook/part6/part6.pro
+%%QT_EXAMPLEDIR%%/widgets/tutorials/addressbook/part7/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/tutorials/addressbook/part7/addressbook.cpp
+%%QT_EXAMPLEDIR%%/widgets/tutorials/addressbook/part7/addressbook.h
+%%QT_EXAMPLEDIR%%/widgets/tutorials/addressbook/part7/finddialog.cpp
+%%QT_EXAMPLEDIR%%/widgets/tutorials/addressbook/part7/finddialog.h
+%%QT_EXAMPLEDIR%%/widgets/tutorials/addressbook/part7/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/tutorials/addressbook/part7/part7.pro
+%%QT_EXAMPLEDIR%%/widgets/tutorials/gettingStarted/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/tutorials/gettingStarted/gettingStarted.pro
+%%QT_EXAMPLEDIR%%/widgets/tutorials/gettingStarted/gsQt/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/tutorials/gettingStarted/gsQt/gsqt.pro
+%%QT_EXAMPLEDIR%%/widgets/tutorials/gettingStarted/gsQt/part1/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/tutorials/gettingStarted/gsQt/part1/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/tutorials/gettingStarted/gsQt/part1/part1.pro
+%%QT_EXAMPLEDIR%%/widgets/tutorials/gettingStarted/gsQt/part2/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/tutorials/gettingStarted/gsQt/part2/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/tutorials/gettingStarted/gsQt/part2/part2.pro
+%%QT_EXAMPLEDIR%%/widgets/tutorials/gettingStarted/gsQt/part3/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/tutorials/gettingStarted/gsQt/part3/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/tutorials/gettingStarted/gsQt/part3/part3.pro
+%%QT_EXAMPLEDIR%%/widgets/tutorials/gettingStarted/gsQt/part4/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/tutorials/gettingStarted/gsQt/part4/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/tutorials/gettingStarted/gsQt/part4/part4.pro
+%%QT_EXAMPLEDIR%%/widgets/tutorials/gettingStarted/gsQt/part5/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/tutorials/gettingStarted/gsQt/part5/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/tutorials/gettingStarted/gsQt/part5/part5.pro
+%%QT_EXAMPLEDIR%%/widgets/tutorials/gettingstartedqt.qdoc
+%%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/1_readonly/1_readonly.pro
+%%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/1_readonly/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/1_readonly/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/1_readonly/mymodel.cpp
+%%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/1_readonly/mymodel.h
+%%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/2_formatting/2_formatting.pro
+%%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/2_formatting/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/2_formatting/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/2_formatting/mymodel.cpp
+%%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/2_formatting/mymodel.h
+%%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/3_changingmodel/3_changingmodel.pro
+%%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/3_changingmodel/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/3_changingmodel/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/3_changingmodel/mymodel.cpp
+%%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/3_changingmodel/mymodel.h
+%%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/4_headers/4_headers.pro
+%%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/4_headers/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/4_headers/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/4_headers/mymodel.cpp
+%%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/4_headers/mymodel.h
+%%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/5_edit/5_edit.pro
+%%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/5_edit/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/5_edit/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/5_edit/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/5_edit/mainwindow.h
+%%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/5_edit/mymodel.cpp
+%%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/5_edit/mymodel.h
+%%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/6_treeview/6_treeview.pro
+%%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/6_treeview/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/6_treeview/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/6_treeview/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/6_treeview/mainwindow.h
+%%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/7_selections/7_selections.pro
+%%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/7_selections/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/7_selections/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/7_selections/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/7_selections/mainwindow.h
+%%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/modelview.pro
+%%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/images/bold.png
+%%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/images/copy.png
+%%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/images/create.png
+%%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/images/cut.png
+%%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/images/edit_redo.png
+%%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/images/edit_undo.png
+%%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/images/exit.png
+%%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/images/font.png
+%%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/images/info.png
+%%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/images/italic.png
+%%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/images/new.png
+%%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/images/open.png
+%%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/images/paste.png
+%%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/images/pencil.png
+%%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/images/print.png
+%%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/images/save.png
+%%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/images/save_as.png
+%%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/images/underline.png
+%%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/notepad.cpp
+%%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/notepad.h
+%%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/notepad.pro
+%%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/notepad.qrc
+%%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/notepad.ui
+%%QT_EXAMPLEDIR%%/widgets/tutorials/tutorials.pro
+%%QT_EXAMPLEDIR%%/widgets/tutorials/widgets/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/tutorials/widgets/childwidget/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/tutorials/widgets/childwidget/childwidget.pro
+%%QT_EXAMPLEDIR%%/widgets/tutorials/widgets/childwidget/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/tutorials/widgets/nestedlayouts/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/tutorials/widgets/nestedlayouts/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/tutorials/widgets/nestedlayouts/nestedlayouts.pro
+%%QT_EXAMPLEDIR%%/widgets/tutorials/widgets/toplevel/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/tutorials/widgets/toplevel/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/tutorials/widgets/toplevel/toplevel.pro
+%%QT_EXAMPLEDIR%%/widgets/tutorials/widgets/widgets.pro
+%%QT_EXAMPLEDIR%%/widgets/tutorials/widgets/windowlayout/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/tutorials/widgets/windowlayout/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/tutorials/widgets/windowlayout/windowlayout.pro
+%%QT_EXAMPLEDIR%%/widgets/widgets.pro
+%%QT_EXAMPLEDIR%%/widgets/widgets/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/widgets/README
+%%QT_EXAMPLEDIR%%/widgets/widgets/analogclock/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/widgets/analogclock/analogclock.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/analogclock/analogclock.h
+%%QT_EXAMPLEDIR%%/widgets/widgets/analogclock/analogclock.pro
+%%QT_EXAMPLEDIR%%/widgets/widgets/analogclock/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/calculator/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/widgets/calculator/button.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/calculator/button.h
+%%QT_EXAMPLEDIR%%/widgets/widgets/calculator/calculator.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/calculator/calculator.h
+%%QT_EXAMPLEDIR%%/widgets/widgets/calculator/calculator.pro
+%%QT_EXAMPLEDIR%%/widgets/widgets/calculator/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/calendarwidget/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/widgets/calendarwidget/calendarwidget.pro
+%%QT_EXAMPLEDIR%%/widgets/widgets/calendarwidget/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/calendarwidget/window.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/calendarwidget/window.h
+%%QT_EXAMPLEDIR%%/widgets/widgets/charactermap/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/widgets/charactermap/charactermap.pro
+%%QT_EXAMPLEDIR%%/widgets/widgets/charactermap/characterwidget.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/charactermap/characterwidget.h
+%%QT_EXAMPLEDIR%%/widgets/widgets/charactermap/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/charactermap/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/charactermap/mainwindow.h
+%%QT_EXAMPLEDIR%%/widgets/widgets/codeeditor/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/widgets/codeeditor/codeeditor.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/codeeditor/codeeditor.h
+%%QT_EXAMPLEDIR%%/widgets/widgets/codeeditor/codeeditor.pro
+%%QT_EXAMPLEDIR%%/widgets/widgets/codeeditor/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/digitalclock/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/widgets/digitalclock/digitalclock.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/digitalclock/digitalclock.h
+%%QT_EXAMPLEDIR%%/widgets/widgets/digitalclock/digitalclock.pro
+%%QT_EXAMPLEDIR%%/widgets/widgets/digitalclock/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/elidedlabel/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/widgets/elidedlabel/elidedlabel.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/elidedlabel/elidedlabel.h
+%%QT_EXAMPLEDIR%%/widgets/widgets/elidedlabel/elidedlabel.pro
+%%QT_EXAMPLEDIR%%/widgets/widgets/elidedlabel/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/elidedlabel/testwidget.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/elidedlabel/testwidget.h
+%%QT_EXAMPLEDIR%%/widgets/widgets/groupbox/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/widgets/groupbox/groupbox.pro
+%%QT_EXAMPLEDIR%%/widgets/widgets/groupbox/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/groupbox/window.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/groupbox/window.h
+%%QT_EXAMPLEDIR%%/widgets/widgets/icons/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/widgets/icons/iconpreviewarea.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/icons/iconpreviewarea.h
+%%QT_EXAMPLEDIR%%/widgets/widgets/icons/icons.pro
+%%QT_EXAMPLEDIR%%/widgets/widgets/icons/iconsizespinbox.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/icons/iconsizespinbox.h
+%%QT_EXAMPLEDIR%%/widgets/widgets/icons/imagedelegate.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/icons/imagedelegate.h
+%%QT_EXAMPLEDIR%%/widgets/widgets/icons/images/designer.png
+%%QT_EXAMPLEDIR%%/widgets/widgets/icons/images/find_disabled.png
+%%QT_EXAMPLEDIR%%/widgets/widgets/icons/images/find_normal.png
+%%QT_EXAMPLEDIR%%/widgets/widgets/icons/images/monkey_off_128x128.png
+%%QT_EXAMPLEDIR%%/widgets/widgets/icons/images/monkey_off_16x16.png
+%%QT_EXAMPLEDIR%%/widgets/widgets/icons/images/monkey_off_32x32.png
+%%QT_EXAMPLEDIR%%/widgets/widgets/icons/images/monkey_off_64x64.png
+%%QT_EXAMPLEDIR%%/widgets/widgets/icons/images/monkey_on_128x128.png
+%%QT_EXAMPLEDIR%%/widgets/widgets/icons/images/monkey_on_16x16.png
+%%QT_EXAMPLEDIR%%/widgets/widgets/icons/images/monkey_on_32x32.png
+%%QT_EXAMPLEDIR%%/widgets/widgets/icons/images/monkey_on_64x64.png
+%%QT_EXAMPLEDIR%%/widgets/widgets/icons/images/qt_extended_16x16.png
+%%QT_EXAMPLEDIR%%/widgets/widgets/icons/images/qt_extended_32x32.png
+%%QT_EXAMPLEDIR%%/widgets/widgets/icons/images/qt_extended_48x48.png
+%%QT_EXAMPLEDIR%%/widgets/widgets/icons/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/icons/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/icons/mainwindow.h
+%%QT_EXAMPLEDIR%%/widgets/widgets/imageviewer/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/widgets/imageviewer/imageviewer.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/imageviewer/imageviewer.h
+%%QT_EXAMPLEDIR%%/widgets/widgets/imageviewer/imageviewer.pro
+%%QT_EXAMPLEDIR%%/widgets/widgets/imageviewer/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/lineedits/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/widgets/lineedits/lineedits.pro
+%%QT_EXAMPLEDIR%%/widgets/widgets/lineedits/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/lineedits/window.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/lineedits/window.h
+%%QT_EXAMPLEDIR%%/widgets/widgets/mousebuttons/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/widgets/mousebuttons/buttontester.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/mousebuttons/buttontester.h
+%%QT_EXAMPLEDIR%%/widgets/widgets/mousebuttons/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/mousebuttons/mousebuttons.pro
+%%QT_EXAMPLEDIR%%/widgets/widgets/movie/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/widgets/movie/animation.gif
+%%QT_EXAMPLEDIR%%/widgets/widgets/movie/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/movie/movie.pro
+%%QT_EXAMPLEDIR%%/widgets/widgets/movie/movieplayer.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/movie/movieplayer.h
+%%QT_EXAMPLEDIR%%/widgets/widgets/scribble/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/widgets/scribble/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/scribble/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/scribble/mainwindow.h
+%%QT_EXAMPLEDIR%%/widgets/widgets/scribble/scribble.pro
+%%QT_EXAMPLEDIR%%/widgets/widgets/scribble/scribblearea.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/scribble/scribblearea.h
+%%QT_EXAMPLEDIR%%/widgets/widgets/shapedclock/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/widgets/shapedclock/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/shapedclock/shapedclock.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/shapedclock/shapedclock.h
+%%QT_EXAMPLEDIR%%/widgets/widgets/shapedclock/shapedclock.pro
+%%QT_EXAMPLEDIR%%/widgets/widgets/sliders/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/widgets/sliders/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/sliders/sliders.pro
+%%QT_EXAMPLEDIR%%/widgets/widgets/sliders/slidersgroup.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/sliders/slidersgroup.h
+%%QT_EXAMPLEDIR%%/widgets/widgets/sliders/window.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/sliders/window.h
+%%QT_EXAMPLEDIR%%/widgets/widgets/spinboxes/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/widgets/spinboxes/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/spinboxes/spinboxes.pro
+%%QT_EXAMPLEDIR%%/widgets/widgets/spinboxes/window.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/spinboxes/window.h
+%%QT_EXAMPLEDIR%%/widgets/widgets/styles/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/widgets/styles/images/woodbackground.png
+%%QT_EXAMPLEDIR%%/widgets/widgets/styles/images/woodbutton.png
+%%QT_EXAMPLEDIR%%/widgets/widgets/styles/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/styles/norwegianwoodstyle.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/styles/norwegianwoodstyle.h
+%%QT_EXAMPLEDIR%%/widgets/widgets/styles/styles.pro
+%%QT_EXAMPLEDIR%%/widgets/widgets/styles/styles.qrc
+%%QT_EXAMPLEDIR%%/widgets/widgets/styles/widgetgallery.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/styles/widgetgallery.h
+%%QT_EXAMPLEDIR%%/widgets/widgets/stylesheet/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/widgets/stylesheet/images/checkbox_checked.png
+%%QT_EXAMPLEDIR%%/widgets/widgets/stylesheet/images/checkbox_checked_hover.png
+%%QT_EXAMPLEDIR%%/widgets/widgets/stylesheet/images/checkbox_checked_pressed.png
+%%QT_EXAMPLEDIR%%/widgets/widgets/stylesheet/images/checkbox_unchecked.png
+%%QT_EXAMPLEDIR%%/widgets/widgets/stylesheet/images/checkbox_unchecked_hover.png
+%%QT_EXAMPLEDIR%%/widgets/widgets/stylesheet/images/checkbox_unchecked_pressed.png
+%%QT_EXAMPLEDIR%%/widgets/widgets/stylesheet/images/down_arrow.png
+%%QT_EXAMPLEDIR%%/widgets/widgets/stylesheet/images/down_arrow_disabled.png
+%%QT_EXAMPLEDIR%%/widgets/widgets/stylesheet/images/frame.png
+%%QT_EXAMPLEDIR%%/widgets/widgets/stylesheet/images/pagefold.png
+%%QT_EXAMPLEDIR%%/widgets/widgets/stylesheet/images/pushbutton.png
+%%QT_EXAMPLEDIR%%/widgets/widgets/stylesheet/images/pushbutton_hover.png
+%%QT_EXAMPLEDIR%%/widgets/widgets/stylesheet/images/pushbutton_pressed.png
+%%QT_EXAMPLEDIR%%/widgets/widgets/stylesheet/images/radiobutton_checked.png
+%%QT_EXAMPLEDIR%%/widgets/widgets/stylesheet/images/radiobutton_checked_hover.png
+%%QT_EXAMPLEDIR%%/widgets/widgets/stylesheet/images/radiobutton_checked_pressed.png
+%%QT_EXAMPLEDIR%%/widgets/widgets/stylesheet/images/radiobutton_unchecked.png
+%%QT_EXAMPLEDIR%%/widgets/widgets/stylesheet/images/radiobutton_unchecked_hover.png
+%%QT_EXAMPLEDIR%%/widgets/widgets/stylesheet/images/radiobutton_unchecked_pressed.png
+%%QT_EXAMPLEDIR%%/widgets/widgets/stylesheet/images/sizegrip.png
+%%QT_EXAMPLEDIR%%/widgets/widgets/stylesheet/images/spindown.png
+%%QT_EXAMPLEDIR%%/widgets/widgets/stylesheet/images/spindown_hover.png
+%%QT_EXAMPLEDIR%%/widgets/widgets/stylesheet/images/spindown_off.png
+%%QT_EXAMPLEDIR%%/widgets/widgets/stylesheet/images/spindown_pressed.png
+%%QT_EXAMPLEDIR%%/widgets/widgets/stylesheet/images/spinup.png
+%%QT_EXAMPLEDIR%%/widgets/widgets/stylesheet/images/spinup_hover.png
+%%QT_EXAMPLEDIR%%/widgets/widgets/stylesheet/images/spinup_off.png
+%%QT_EXAMPLEDIR%%/widgets/widgets/stylesheet/images/spinup_pressed.png
+%%QT_EXAMPLEDIR%%/widgets/widgets/stylesheet/images/up_arrow.png
+%%QT_EXAMPLEDIR%%/widgets/widgets/stylesheet/images/up_arrow_disabled.png
+%%QT_EXAMPLEDIR%%/widgets/widgets/stylesheet/layouts/default.ui
+%%QT_EXAMPLEDIR%%/widgets/widgets/stylesheet/layouts/pagefold.ui
+%%QT_EXAMPLEDIR%%/widgets/widgets/stylesheet/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/stylesheet/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/stylesheet/mainwindow.h
+%%QT_EXAMPLEDIR%%/widgets/widgets/stylesheet/mainwindow.ui
+%%QT_EXAMPLEDIR%%/widgets/widgets/stylesheet/qss/coffee.qss
+%%QT_EXAMPLEDIR%%/widgets/widgets/stylesheet/qss/default.qss
+%%QT_EXAMPLEDIR%%/widgets/widgets/stylesheet/qss/pagefold.qss
+%%QT_EXAMPLEDIR%%/widgets/widgets/stylesheet/stylesheet.pro
+%%QT_EXAMPLEDIR%%/widgets/widgets/stylesheet/stylesheet.qrc
+%%QT_EXAMPLEDIR%%/widgets/widgets/stylesheet/stylesheeteditor.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/stylesheet/stylesheeteditor.h
+%%QT_EXAMPLEDIR%%/widgets/widgets/stylesheet/stylesheeteditor.ui
+%%QT_EXAMPLEDIR%%/widgets/widgets/tablet/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/widgets/tablet/images.qrc
+%%QT_EXAMPLEDIR%%/widgets/widgets/tablet/images/cursor-airbrush.png
+%%QT_EXAMPLEDIR%%/widgets/widgets/tablet/images/cursor-eraser.png
+%%QT_EXAMPLEDIR%%/widgets/widgets/tablet/images/cursor-felt-marker.png
+%%QT_EXAMPLEDIR%%/widgets/widgets/tablet/images/cursor-pencil.png
+%%QT_EXAMPLEDIR%%/widgets/widgets/tablet/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/tablet/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/tablet/mainwindow.h
+%%QT_EXAMPLEDIR%%/widgets/widgets/tablet/tablet.pro
+%%QT_EXAMPLEDIR%%/widgets/widgets/tablet/tabletapplication.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/tablet/tabletapplication.h
+%%QT_EXAMPLEDIR%%/widgets/widgets/tablet/tabletcanvas.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/tablet/tabletcanvas.h
+%%QT_EXAMPLEDIR%%/widgets/widgets/tetrix/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/widgets/tetrix/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/tetrix/tetrix.pro
+%%QT_EXAMPLEDIR%%/widgets/widgets/tetrix/tetrixboard.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/tetrix/tetrixboard.h
+%%QT_EXAMPLEDIR%%/widgets/widgets/tetrix/tetrixpiece.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/tetrix/tetrixpiece.h
+%%QT_EXAMPLEDIR%%/widgets/widgets/tetrix/tetrixwindow.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/tetrix/tetrixwindow.h
+%%QT_EXAMPLEDIR%%/widgets/widgets/tooltips/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/widgets/tooltips/images/circle.png
+%%QT_EXAMPLEDIR%%/widgets/widgets/tooltips/images/square.png
+%%QT_EXAMPLEDIR%%/widgets/widgets/tooltips/images/triangle.png
+%%QT_EXAMPLEDIR%%/widgets/widgets/tooltips/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/tooltips/shapeitem.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/tooltips/shapeitem.h
+%%QT_EXAMPLEDIR%%/widgets/widgets/tooltips/sortingbox.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/tooltips/sortingbox.h
+%%QT_EXAMPLEDIR%%/widgets/widgets/tooltips/tooltips.pro
+%%QT_EXAMPLEDIR%%/widgets/widgets/tooltips/tooltips.qrc
+%%QT_EXAMPLEDIR%%/widgets/widgets/validators/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/widgets/validators/ledoff.png
+%%QT_EXAMPLEDIR%%/widgets/widgets/validators/ledon.png
+%%QT_EXAMPLEDIR%%/widgets/widgets/validators/ledwidget.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/validators/ledwidget.h
+%%QT_EXAMPLEDIR%%/widgets/widgets/validators/localeselector.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/validators/localeselector.h
+%%QT_EXAMPLEDIR%%/widgets/widgets/validators/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/validators/validators.pro
+%%QT_EXAMPLEDIR%%/widgets/widgets/validators/validators.qrc
+%%QT_EXAMPLEDIR%%/widgets/widgets/validators/validators.ui
+%%QT_EXAMPLEDIR%%/widgets/widgets/validators/validatorwidget.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/validators/validatorwidget.h
+%%QT_EXAMPLEDIR%%/widgets/widgets/widgets.pro
+%%QT_EXAMPLEDIR%%/widgets/widgets/wiggly/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/widgets/wiggly/dialog.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/wiggly/dialog.h
+%%QT_EXAMPLEDIR%%/widgets/widgets/wiggly/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/wiggly/wiggly.pro
+%%QT_EXAMPLEDIR%%/widgets/widgets/wiggly/wigglywidget.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/wiggly/wigglywidget.h
+%%QT_EXAMPLEDIR%%/widgets/widgets/windowflags/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/widgets/windowflags/controllerwindow.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/windowflags/controllerwindow.h
+%%QT_EXAMPLEDIR%%/widgets/widgets/windowflags/main.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/windowflags/previewwindow.cpp
+%%QT_EXAMPLEDIR%%/widgets/widgets/windowflags/previewwindow.h
+%%QT_EXAMPLEDIR%%/widgets/widgets/windowflags/windowflags.pro
+%%QT_EXAMPLEDIR%%/widgets/windowcontainer/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/widgets/windowcontainer/windowcontainer.cpp
+%%QT_EXAMPLEDIR%%/widgets/windowcontainer/windowcontainer.pro
+%%QT_EXAMPLEDIR%%/xml/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/xml/README
+%%QT_EXAMPLEDIR%%/xml/dombookmarks/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/xml/dombookmarks/doc/images/dombookmarks-example.png
+%%QT_EXAMPLEDIR%%/xml/dombookmarks/doc/src/dombookmarks.qdoc
+%%QT_EXAMPLEDIR%%/xml/dombookmarks/dombookmarks.pro
+%%QT_EXAMPLEDIR%%/xml/dombookmarks/jennifer.xbel
+%%QT_EXAMPLEDIR%%/xml/dombookmarks/main.cpp
+%%QT_EXAMPLEDIR%%/xml/dombookmarks/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/xml/dombookmarks/mainwindow.h
+%%QT_EXAMPLEDIR%%/xml/dombookmarks/xbeltree.cpp
+%%QT_EXAMPLEDIR%%/xml/dombookmarks/xbeltree.h
+%%QT_EXAMPLEDIR%%/xml/htmlinfo/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/xml/htmlinfo/apache_org.html
+%%QT_EXAMPLEDIR%%/xml/htmlinfo/htmlinfo.pro
+%%QT_EXAMPLEDIR%%/xml/htmlinfo/main.cpp
+%%QT_EXAMPLEDIR%%/xml/htmlinfo/resources.qrc
+%%QT_EXAMPLEDIR%%/xml/htmlinfo/simpleexample.html
+%%QT_EXAMPLEDIR%%/xml/htmlinfo/trolltech_com.html
+%%QT_EXAMPLEDIR%%/xml/htmlinfo/w3c_org.html
+%%QT_EXAMPLEDIR%%/xml/htmlinfo/youtube_com.html
+%%QT_EXAMPLEDIR%%/xml/rsslisting/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/xml/rsslisting/main.cpp
+%%QT_EXAMPLEDIR%%/xml/rsslisting/rsslisting.cpp
+%%QT_EXAMPLEDIR%%/xml/rsslisting/rsslisting.h
+%%QT_EXAMPLEDIR%%/xml/rsslisting/rsslisting.pro
+%%QT_EXAMPLEDIR%%/xml/streambookmarks/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/xml/streambookmarks/doc/images/xmlstreamexample-filemenu.png
+%%QT_EXAMPLEDIR%%/xml/streambookmarks/doc/images/xmlstreamexample-helpmenu.png
+%%QT_EXAMPLEDIR%%/xml/streambookmarks/doc/images/xmlstreamexample-screenshot.png
+%%QT_EXAMPLEDIR%%/xml/streambookmarks/doc/src/qxmlstreambookmarks.qdoc
+%%QT_EXAMPLEDIR%%/xml/streambookmarks/jennifer.xbel
+%%QT_EXAMPLEDIR%%/xml/streambookmarks/main.cpp
+%%QT_EXAMPLEDIR%%/xml/streambookmarks/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/xml/streambookmarks/mainwindow.h
+%%QT_EXAMPLEDIR%%/xml/streambookmarks/streambookmarks.pro
+%%QT_EXAMPLEDIR%%/xml/streambookmarks/xbelreader.cpp
+%%QT_EXAMPLEDIR%%/xml/streambookmarks/xbelreader.h
+%%QT_EXAMPLEDIR%%/xml/streambookmarks/xbelwriter.cpp
+%%QT_EXAMPLEDIR%%/xml/streambookmarks/xbelwriter.h
+%%QT_EXAMPLEDIR%%/xml/xml.pro
+%%QT_EXAMPLEDIR%%/xml/xmlstreamlint/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/xml/xmlstreamlint/doc/src/xmlstreamlint.qdoc
+%%QT_EXAMPLEDIR%%/xml/xmlstreamlint/main.cpp
+%%QT_EXAMPLEDIR%%/xml/xmlstreamlint/xmlstreamlint.pro