FreeBSD Bugzilla – Attachment 170034 Details for
Bug 209320
[NEW PORT] misc/qt5-examples: Qt 5 examples sourcecodes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
New port
qt5-examples.patch (text/plain), 389.39 KB, created by
groot
on 2016-05-06 08:55:07 UTC
(
hide
)
Description:
New port
Filename:
MIME Type:
Creator:
groot
Created:
2016-05-06 08:55:07 UTC
Size:
389.39 KB
patch
obsolete
>diff -Nru -I '$FreeBSD.*$' /zbigone/src/ports-playground/misc/qt5-examples/Makefile /zbigone/src/area51/trunk/QT/misc/qt5-examples/Makefile >--- /zbigone/src/ports-playground/misc/qt5-examples/Makefile 1970-01-01 01:00:00.000000000 +0100 >+++ /zbigone/src/area51/trunk/QT/misc/qt5-examples/Makefile 2016-05-04 11:50:17.046143000 +0200 >@@ -0,0 +1,44 @@ >+# Created by: Ralf Nolden <nolden@kde.org> >+# $FreeBSD$ >+ >+PORTNAME= examples >+DISTVERSION= ${QT5_VERSION} >+CATEGORIES= misc >+MASTER_SITES= QT/official_releases/qt/${QT5_VERSION:R}/${QT5_VERSION}/single/ >+PKGNAMEPREFIX= qt5- >+DISTNAME= qt-everywhere-opensource-src-${QT5_VERSION} >+DIST_SUBDIR= KDE/Qt/${QT5_VERSION} >+ >+MAINTAINER= kde@FreeBSD.org >+COMMENT= Qt 5 examples sourcecodes >+ >+NO_ARCH= yes >+NO_BUILD= yes >+ >+USES= tar:xz >+USE_QT5= # >+ >+DESCR= ${.CURDIR:H:H}/devel/qt5/pkg-descr >+ >+EXAMPLESDIR= ${PREFIX}/share/examples/qt5 >+# 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. >+ >+EXAMPLES= qt3d qtbase qtcanvas3d qtconnectivity qtdeclarative qtenginio \ >+ qtlocation qtmultimedia qtquickcontrols qtscript qtsensors \ >+ qtserialport qtsvg qttools qtwebchannel qtwebkit-examples \ >+ qtwebsockets qtxmlpatterns >+ >+.for example in ${EXAMPLES} >+EXTRACT_AFTER_ARGS+= ${DISTNAME}/${example}/examples >+.endfor >+ >+do-install: >+.for example in ${EXAMPLES} >+ cd ${WRKSRC}/${example}/examples && \ >+ ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR} >+.endfor >+ >+.include <bsd.port.mk> >diff -Nru -I '$FreeBSD.*$' /zbigone/src/ports-playground/misc/qt5-examples/distinfo /zbigone/src/area51/trunk/QT/misc/qt5-examples/distinfo >--- /zbigone/src/ports-playground/misc/qt5-examples/distinfo 1970-01-01 01:00:00.000000000 +0100 >+++ /zbigone/src/area51/trunk/QT/misc/qt5-examples/distinfo 2016-05-04 11:50:17.044746000 +0200 >@@ -0,0 +1,2 @@ >+SHA256 (KDE/Qt/5.5.1/qt-everywhere-opensource-src-5.5.1.tar.xz) = 6f028e63d4992be2b4a5526f2ef3bfa2fe28c5c757554b11d9e8d86189652518 >+SIZE (KDE/Qt/5.5.1/qt-everywhere-opensource-src-5.5.1.tar.xz) = 320459924 >diff -Nru -I '$FreeBSD.*$' /zbigone/src/ports-playground/misc/qt5-examples/pkg-plist /zbigone/src/area51/trunk/QT/misc/qt5-examples/pkg-plist >--- /zbigone/src/ports-playground/misc/qt5-examples/pkg-plist 1970-01-01 01:00:00.000000000 +0100 >+++ /zbigone/src/area51/trunk/QT/misc/qt5-examples/pkg-plist 2016-05-04 11:50:17.045837000 +0200 >@@ -0,0 +1,6425 @@ >+%%QT_EXAMPLEDIR%%/HACKING >+%%QT_EXAMPLEDIR%%/README >+%%QT_EXAMPLEDIR%%/aggregate/examples.pro >+%%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/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/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/bluetooth.pro >+%%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/btfiletransfer/btfiletransfer.pro >+%%QT_EXAMPLEDIR%%/bluetooth/btfiletransfer/btfiletransfer.qrc >+%%QT_EXAMPLEDIR%%/bluetooth/btfiletransfer/busy.gif >+%%QT_EXAMPLEDIR%%/bluetooth/btfiletransfer/doc/images/btfiletransfer-example.png >+%%QT_EXAMPLEDIR%%/bluetooth/btfiletransfer/doc/src/btfiletransfer.qdoc >+%%QT_EXAMPLEDIR%%/bluetooth/btfiletransfer/main.cpp >+%%QT_EXAMPLEDIR%%/bluetooth/btfiletransfer/pairing.gif >+%%QT_EXAMPLEDIR%%/bluetooth/btfiletransfer/pindisplay.cpp >+%%QT_EXAMPLEDIR%%/bluetooth/btfiletransfer/pindisplay.h >+%%QT_EXAMPLEDIR%%/bluetooth/btfiletransfer/pindisplay.ui >+%%QT_EXAMPLEDIR%%/bluetooth/btfiletransfer/progress.cpp >+%%QT_EXAMPLEDIR%%/bluetooth/btfiletransfer/progress.h >+%%QT_EXAMPLEDIR%%/bluetooth/btfiletransfer/progress.ui >+%%QT_EXAMPLEDIR%%/bluetooth/btfiletransfer/remoteselector.cpp >+%%QT_EXAMPLEDIR%%/bluetooth/btfiletransfer/remoteselector.h >+%%QT_EXAMPLEDIR%%/bluetooth/btfiletransfer/remoteselector.ui >+%%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/chat/Button.qml >+%%QT_EXAMPLEDIR%%/bluetooth/chat/InputBox.qml >+%%QT_EXAMPLEDIR%%/bluetooth/chat/Search.qml >+%%QT_EXAMPLEDIR%%/bluetooth/chat/chat.pro >+%%QT_EXAMPLEDIR%%/bluetooth/chat/chat.qml >+%%QT_EXAMPLEDIR%%/bluetooth/chat/chat.qrc >+%%QT_EXAMPLEDIR%%/bluetooth/chat/doc/images/chat-view.png >+%%QT_EXAMPLEDIR%%/bluetooth/chat/doc/src/chat.qdoc >+%%QT_EXAMPLEDIR%%/bluetooth/chat/images/clear.png >+%%QT_EXAMPLEDIR%%/bluetooth/chat/images/default.png >+%%QT_EXAMPLEDIR%%/bluetooth/chat/images/lineedit-bg.png >+%%QT_EXAMPLEDIR%%/bluetooth/chat/qmlchat.cpp >+%%QT_EXAMPLEDIR%%/bluetooth/heartlistener/assets/Button.qml >+%%QT_EXAMPLEDIR%%/bluetooth/heartlistener/assets/Point.qml >+%%QT_EXAMPLEDIR%%/bluetooth/heartlistener/assets/blue_heart.png >+%%QT_EXAMPLEDIR%%/bluetooth/heartlistener/assets/blue_heart_small.png >+%%QT_EXAMPLEDIR%%/bluetooth/heartlistener/assets/busy_dark.png >+%%QT_EXAMPLEDIR%%/bluetooth/heartlistener/assets/dialog.qml >+%%QT_EXAMPLEDIR%%/bluetooth/heartlistener/assets/draw.js >+%%QT_EXAMPLEDIR%%/bluetooth/heartlistener/assets/home.qml >+%%QT_EXAMPLEDIR%%/bluetooth/heartlistener/assets/main.qml >+%%QT_EXAMPLEDIR%%/bluetooth/heartlistener/assets/monitor.qml >+%%QT_EXAMPLEDIR%%/bluetooth/heartlistener/assets/results.qml >+%%QT_EXAMPLEDIR%%/bluetooth/heartlistener/assets/star.png >+%%QT_EXAMPLEDIR%%/bluetooth/heartlistener/deviceinfo.cpp >+%%QT_EXAMPLEDIR%%/bluetooth/heartlistener/deviceinfo.h >+%%QT_EXAMPLEDIR%%/bluetooth/heartlistener/doc/images/heartratefound.png >+%%QT_EXAMPLEDIR%%/bluetooth/heartlistener/doc/images/heartratemonitor.png >+%%QT_EXAMPLEDIR%%/bluetooth/heartlistener/doc/images/heartrateresults.png >+%%QT_EXAMPLEDIR%%/bluetooth/heartlistener/doc/src/heartlistener.qdoc >+%%QT_EXAMPLEDIR%%/bluetooth/heartlistener/heartlistener.pro >+%%QT_EXAMPLEDIR%%/bluetooth/heartlistener/heartrate.cpp >+%%QT_EXAMPLEDIR%%/bluetooth/heartlistener/heartrate.h >+%%QT_EXAMPLEDIR%%/bluetooth/heartlistener/main.cpp >+%%QT_EXAMPLEDIR%%/bluetooth/heartlistener/resources.qrc >+%%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/picturetransfer/Button.qml >+%%QT_EXAMPLEDIR%%/bluetooth/picturetransfer/DeviceDiscovery.qml >+%%QT_EXAMPLEDIR%%/bluetooth/picturetransfer/FileSending.qml >+%%QT_EXAMPLEDIR%%/bluetooth/picturetransfer/PictureSelector.qml >+%%QT_EXAMPLEDIR%%/bluetooth/picturetransfer/background.png >+%%QT_EXAMPLEDIR%%/bluetooth/picturetransfer/bttransfer.qml >+%%QT_EXAMPLEDIR%%/bluetooth/picturetransfer/doc/images/opp-example-1.png >+%%QT_EXAMPLEDIR%%/bluetooth/picturetransfer/doc/images/opp-example-2.png >+%%QT_EXAMPLEDIR%%/bluetooth/picturetransfer/doc/images/opp-example-3.png >+%%QT_EXAMPLEDIR%%/bluetooth/picturetransfer/doc/src/picturetransfer.qdoc >+%%QT_EXAMPLEDIR%%/bluetooth/picturetransfer/filetransfer.cpp >+%%QT_EXAMPLEDIR%%/bluetooth/picturetransfer/filetransfer.h >+%%QT_EXAMPLEDIR%%/bluetooth/picturetransfer/icon.png >+%%QT_EXAMPLEDIR%%/bluetooth/picturetransfer/main.cpp >+%%QT_EXAMPLEDIR%%/bluetooth/picturetransfer/picturetransfer.pro >+%%QT_EXAMPLEDIR%%/bluetooth/picturetransfer/qmltransfer.qrc >+%%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/intro.png >+%%QT_EXAMPLEDIR%%/bluetooth/pingpong/doc/images/intro1.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/scanner/Button.qml >+%%QT_EXAMPLEDIR%%/bluetooth/scanner/default.png >+%%QT_EXAMPLEDIR%%/bluetooth/scanner/doc/images/devicescan.png >+%%QT_EXAMPLEDIR%%/bluetooth/scanner/doc/images/servicescan.png >+%%QT_EXAMPLEDIR%%/bluetooth/scanner/doc/src/scanner.qdoc >+%%QT_EXAMPLEDIR%%/bluetooth/scanner/qmlscanner.cpp >+%%QT_EXAMPLEDIR%%/bluetooth/scanner/scanner.pro >+%%QT_EXAMPLEDIR%%/bluetooth/scanner/scanner.qml >+%%QT_EXAMPLEDIR%%/bluetooth/scanner/scanner.qrc >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d.pro >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/3rdparty/ThreeJSLoader.js >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/3rdparty/gl-matrix.js >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/3rdparty/three.js >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/3rdparty/threex.planets.js >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/canvas3d.pro >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/framebuffer/doc/images/framebuffer-example.png >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/framebuffer/doc/src/framebuffer.qdoc >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/framebuffer/framebuffer.pro >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/framebuffer/framebuffer.qrc >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/framebuffer/main.cpp >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/framebuffer/qml/framebuffer/framebuffer.js >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/framebuffer/qml/framebuffer/main.qml >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/framebuffer/qml/framebuffer/qtlogo.png >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/interaction/3dmodels.txt >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/interaction/doc/images/interaction-example.png >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/interaction/doc/src/interaction.qdoc >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/interaction/interaction.pro >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/interaction/interaction.qrc >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/interaction/main.cpp >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/interaction/qml/interaction/barrel.jpg >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/interaction/qml/interaction/barrel.json >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/interaction/qml/interaction/interaction.js >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/interaction/qml/interaction/main.qml >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/interaction/readme.txt >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/jsonmodels/3dmodels.txt >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/jsonmodels/doc/images/jsonmodels-example.png >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/jsonmodels/doc/src/jsonmodels.qdoc >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/jsonmodels/jsonmodels.pro >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/jsonmodels/main.cpp >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/jsonmodels/qml.qrc >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/jsonmodels/qml/jsonmodels/bush.json >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/jsonmodels/qml/jsonmodels/bush.png >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/jsonmodels/qml/jsonmodels/gold.jpg >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/jsonmodels/qml/jsonmodels/gold.json >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/jsonmodels/qml/jsonmodels/jsonmodels.js >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/jsonmodels/qml/jsonmodels/jsonmodels.qml >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/jsonmodels/qml/jsonmodels/jsonmodelsbasic.qml >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/jsonmodels/qml/jsonmodels/pallet.jpg >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/jsonmodels/qml/jsonmodels/pallet.json >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/jsonmodels/qml/jsonmodels/rock.jpg >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/jsonmodels/qml/jsonmodels/rock.json >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/jsonmodels/qml/jsonmodels/woodbox.jpg >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/jsonmodels/qml/jsonmodels/woodbox.json >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/jsonmodels/readme.txt >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/textureandlight/doc/images/textureandlight-example.png >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/textureandlight/doc/src/textureandlight.qdoc >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/textureandlight/main.cpp >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/textureandlight/qml/textureandlight/main.qml >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/textureandlight/qml/textureandlight/qtlogo.png >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/textureandlight/qml/textureandlight/textureandlight.js >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/textureandlight/textureandlight.pro >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/textureandlight/textureandlight.qrc >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/controls/ControlEventSource.qml >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/ImageCube.qml >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/InfoSheet.qml >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/Navibutton.qml >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/SwipeArea.qml >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/doc/images/oneqt-example.png >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/doc/src/oneqt.qdoc >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/imagecube.js >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/ios/Info.plist >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/ios/OneQtIcon29x29.png >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/ios/OneQtIcon29x29@2x.png >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/ios/OneQtIcon29x29@2x~ipad.png >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/ios/OneQtIcon29x29~ipad.png >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/ios/OneQtIcon40x40@2x.png >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/ios/OneQtIcon40x40@2x~ipad.png >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/ios/OneQtIcon40x40~ipad.png >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/ios/OneQtIcon50x50@2x~ipad.png >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/ios/OneQtIcon50x50~ipad.png >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/ios/OneQtIcon57x57.png >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/ios/OneQtIcon57x57@2x.png >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/ios/OneQtIcon60x60@2x.png >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/ios/OneQtIcon72x72@2x~ipad.png >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/ios/OneQtIcon72x72~ipad.png >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/ios/OneQtIcon76x76@2x~ipad.png >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/ios/OneQtIcon76x76~ipad.png >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/main.cpp >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/oneqt.pro >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/oneqt.qml >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/oneqt.qrc >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/textures/dataviz.jpg >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/textures/devices.png >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/textures/embedded.png >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/textures/iot.png >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/textures/multiscreen.png >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/textures/puzzle-pieces.png >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/textures/qtlogo.png >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/textures/qtlogosmall.png >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/FpsDisplay.qml >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/InfoSheet.qml >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/PlanetButton.qml >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/StyledSlider.qml >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/doc/images/planets-example.jpg >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/doc/src/planets.qdoc >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/images/earth.png >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/images/earthbump1k.jpg >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/images/earthcloudmapcolortrans.png >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/images/earthmap1k.jpg >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/images/earthspec1k.jpg >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/images/galaxy_starfield.png >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/images/jupiter.png >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/images/jupitermap.jpg >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/images/mars.png >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/images/marsbump1k.jpg >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/images/marsmap1k.jpg >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/images/mercury.png >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/images/mercurybump.jpg >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/images/mercurymap.jpg >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/images/moonbump1k.jpg >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/images/moonmap1k.jpg >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/images/neptune.png >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/images/neptunemap.jpg >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/images/plutobump1k.jpg >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/images/plutomap1k.jpg >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/images/saturn.png >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/images/saturnmap.jpg >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/images/saturnringcolortrans.png >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/images/sun.png >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/images/sunmap.jpg >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/images/uranus.png >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/images/uranusmap.jpg >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/images/uranusringcolortrans.png >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/images/venus.png >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/images/venusbump.jpg >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/images/venusmap.jpg >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/ios/AppIcon29x29.png >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/ios/AppIcon29x29@2x.png >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/ios/AppIcon29x29@2x~ipad.png >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/ios/AppIcon29x29~ipad.png >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/ios/AppIcon40x40@2x.png >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/ios/AppIcon40x40@2x~ipad.png >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/ios/AppIcon40x40~ipad.png >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/ios/AppIcon50x50@2x~ipad.png >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/ios/AppIcon50x50~ipad.png >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/ios/AppIcon57x57.png >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/ios/AppIcon57x57@2x.png >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/ios/AppIcon60x60@2x.png >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/ios/AppIcon72x72@2x~ipad.png >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/ios/AppIcon72x72~ipad.png >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/ios/AppIcon76x76@2x~ipad.png >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/ios/AppIcon76x76~ipad.png >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/ios/Info.plist >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/main.cpp >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/planets.js >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/planets.pro >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/planets.qml >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/planets.qrc >+%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/threejs.pro >+%%QT_EXAMPLEDIR%%/corelib/corelib.pro >+%%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/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/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/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/json/json.pro >+%%QT_EXAMPLEDIR%%/corelib/json/savegame/character.cpp >+%%QT_EXAMPLEDIR%%/corelib/json/savegame/character.h >+%%QT_EXAMPLEDIR%%/corelib/json/savegame/doc/src/savegame.qdoc >+%%QT_EXAMPLEDIR%%/corelib/json/savegame/game.cpp >+%%QT_EXAMPLEDIR%%/corelib/json/savegame/game.h >+%%QT_EXAMPLEDIR%%/corelib/json/savegame/level.cpp >+%%QT_EXAMPLEDIR%%/corelib/json/savegame/level.h >+%%QT_EXAMPLEDIR%%/corelib/json/savegame/main.cpp >+%%QT_EXAMPLEDIR%%/corelib/json/savegame/savegame.pro >+%%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/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/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/semaphores.cpp >+%%QT_EXAMPLEDIR%%/corelib/threads/semaphores/semaphores.pro >+%%QT_EXAMPLEDIR%%/corelib/threads/threads.pro >+%%QT_EXAMPLEDIR%%/corelib/threads/waitconditions/waitconditions.cpp >+%%QT_EXAMPLEDIR%%/corelib/threads/waitconditions/waitconditions.pro >+%%QT_EXAMPLEDIR%%/corelib/tools/README >+%%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/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/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%%/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/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/listnames.cpp >+%%QT_EXAMPLEDIR%%/dbus/listnames/listnames.pro >+%%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/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/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%%/designer/README >+%%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/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/containerextension.pro >+%%QT_EXAMPLEDIR%%/designer/containerextension/multipagewidget.cpp >+%%QT_EXAMPLEDIR%%/designer/containerextension/multipagewidget.h >+%%QT_EXAMPLEDIR%%/designer/containerextension/multipagewidget.json >+%%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/analogclock.cpp >+%%QT_EXAMPLEDIR%%/designer/customwidgetplugin/analogclock.h >+%%QT_EXAMPLEDIR%%/designer/customwidgetplugin/analogclock.json >+%%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/taskmenuextension.pro >+%%QT_EXAMPLEDIR%%/designer/taskmenuextension/tictactoe.cpp >+%%QT_EXAMPLEDIR%%/designer/taskmenuextension/tictactoe.h >+%%QT_EXAMPLEDIR%%/designer/taskmenuextension/tictactoe.json >+%%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/form.ui >+%%QT_EXAMPLEDIR%%/designer/worldtimeclockbuilder/main.cpp >+%%QT_EXAMPLEDIR%%/designer/worldtimeclockbuilder/worldtimeclockbuilder.pro >+%%QT_EXAMPLEDIR%%/designer/worldtimeclockbuilder/worldtimeclockbuilder.qrc >+%%QT_EXAMPLEDIR%%/designer/worldtimeclockplugin/worldtimeclock.cpp >+%%QT_EXAMPLEDIR%%/designer/worldtimeclockplugin/worldtimeclock.h >+%%QT_EXAMPLEDIR%%/designer/worldtimeclockplugin/worldtimeclock.json >+%%QT_EXAMPLEDIR%%/designer/worldtimeclockplugin/worldtimeclockplugin.cpp >+%%QT_EXAMPLEDIR%%/designer/worldtimeclockplugin/worldtimeclockplugin.h >+%%QT_EXAMPLEDIR%%/designer/worldtimeclockplugin/worldtimeclockplugin.pro >+%%QT_EXAMPLEDIR%%/embedded/digiflip/digiflip.cpp >+%%QT_EXAMPLEDIR%%/embedded/digiflip/digiflip.pro >+%%QT_EXAMPLEDIR%%/embedded/embedded.pro >+%%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/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/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/raycasting.cpp >+%%QT_EXAMPLEDIR%%/embedded/raycasting/raycasting.pro >+%%QT_EXAMPLEDIR%%/embedded/raycasting/raycasting.qrc >+%%QT_EXAMPLEDIR%%/embedded/raycasting/textures.png >+%%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%%/enginio/common/backendhelper/BackendHelper.qml >+%%QT_EXAMPLEDIR%%/enginio/common/backendhelper/backendhelper.cpp >+%%QT_EXAMPLEDIR%%/enginio/common/backendhelper/backendhelper.h >+%%QT_EXAMPLEDIR%%/enginio/common/backendhelper/backendhelper.pri >+%%QT_EXAMPLEDIR%%/enginio/common/backendhelper/helperdialog.ui >+%%QT_EXAMPLEDIR%%/enginio/common/backendhelper/qmlbackendhelper.pri >+%%QT_EXAMPLEDIR%%/enginio/common/backendhelper/qmlbackendhelper.qrc >+%%QT_EXAMPLEDIR%%/enginio/common/icons/add_icon.png >+%%QT_EXAMPLEDIR%%/enginio/common/icons/add_icon_pressed.png >+%%QT_EXAMPLEDIR%%/enginio/common/icons/back_icon.png >+%%QT_EXAMPLEDIR%%/enginio/common/icons/delete_icon.png >+%%QT_EXAMPLEDIR%%/enginio/common/icons/delete_icon_pressed.png >+%%QT_EXAMPLEDIR%%/enginio/common/icons/reload_icon.png >+%%QT_EXAMPLEDIR%%/enginio/common/icons/reload_icon_pressed.png >+%%QT_EXAMPLEDIR%%/enginio/common/icons/share_icon.png >+%%QT_EXAMPLEDIR%%/enginio/common/icons/share_icon_pressed.png >+%%QT_EXAMPLEDIR%%/enginio/common/images/checkbox.png >+%%QT_EXAMPLEDIR%%/enginio/common/images/checkbox_checked.png >+%%QT_EXAMPLEDIR%%/enginio/common/images/delegate.png >+%%QT_EXAMPLEDIR%%/enginio/common/images/delegate_pressed.png >+%%QT_EXAMPLEDIR%%/enginio/common/images/enginio.png >+%%QT_EXAMPLEDIR%%/enginio/common/images/shadow.png >+%%QT_EXAMPLEDIR%%/enginio/common/images/textfield.png >+%%QT_EXAMPLEDIR%%/enginio/enginio.pro >+%%QT_EXAMPLEDIR%%/enginio/quick/image-gallery/doc/images/image-gallery.png >+%%QT_EXAMPLEDIR%%/enginio/quick/image-gallery/doc/src/image-gallery.qdoc >+%%QT_EXAMPLEDIR%%/enginio/quick/image-gallery/gallery.qrc >+%%QT_EXAMPLEDIR%%/enginio/quick/image-gallery/image-gallery.pro >+%%QT_EXAMPLEDIR%%/enginio/quick/image-gallery/image-gallery.qml >+%%QT_EXAMPLEDIR%%/enginio/quick/image-gallery/image_gallery80.png >+%%QT_EXAMPLEDIR%%/enginio/quick/main.cpp >+%%QT_EXAMPLEDIR%%/enginio/quick/quick.pro >+%%QT_EXAMPLEDIR%%/enginio/quick/socialtodos/Header.qml >+%%QT_EXAMPLEDIR%%/enginio/quick/socialtodos/List.qml >+%%QT_EXAMPLEDIR%%/enginio/quick/socialtodos/Login.qml >+%%QT_EXAMPLEDIR%%/enginio/quick/socialtodos/ShareDialog.qml >+%%QT_EXAMPLEDIR%%/enginio/quick/socialtodos/TextField.qml >+%%QT_EXAMPLEDIR%%/enginio/quick/socialtodos/TodoLists.qml >+%%QT_EXAMPLEDIR%%/enginio/quick/socialtodos/TouchButton.qml >+%%QT_EXAMPLEDIR%%/enginio/quick/socialtodos/backendconfig/sharedtodo.zip >+%%QT_EXAMPLEDIR%%/enginio/quick/socialtodos/doc/src/socialtodos.qdoc >+%%QT_EXAMPLEDIR%%/enginio/quick/socialtodos/socialtodos.pro >+%%QT_EXAMPLEDIR%%/enginio/quick/socialtodos/socialtodos.qml >+%%QT_EXAMPLEDIR%%/enginio/quick/socialtodos/socialtodos.qrc >+%%QT_EXAMPLEDIR%%/enginio/quick/todos/doc/images/todolist.png >+%%QT_EXAMPLEDIR%%/enginio/quick/todos/doc/src/todos.qdoc >+%%QT_EXAMPLEDIR%%/enginio/quick/todos/todo.qml >+%%QT_EXAMPLEDIR%%/enginio/quick/todos/todo.qrc >+%%QT_EXAMPLEDIR%%/enginio/quick/todos/todos.pro >+%%QT_EXAMPLEDIR%%/enginio/quick/users/Browse.qml >+%%QT_EXAMPLEDIR%%/enginio/quick/users/Login.qml >+%%QT_EXAMPLEDIR%%/enginio/quick/users/Register.qml >+%%QT_EXAMPLEDIR%%/enginio/quick/users/doc/src/users.qdoc >+%%QT_EXAMPLEDIR%%/enginio/quick/users/users.pro >+%%QT_EXAMPLEDIR%%/enginio/quick/users/users.qml >+%%QT_EXAMPLEDIR%%/enginio/quick/users/users.qrc >+%%QT_EXAMPLEDIR%%/enginio/widgets/cloudaddressbook/addressbookmodel.cpp >+%%QT_EXAMPLEDIR%%/enginio/widgets/cloudaddressbook/addressbookmodel.h >+%%QT_EXAMPLEDIR%%/enginio/widgets/cloudaddressbook/cloudaddressbook.pro >+%%QT_EXAMPLEDIR%%/enginio/widgets/cloudaddressbook/doc/src/cloudaddressbook.qdoc >+%%QT_EXAMPLEDIR%%/enginio/widgets/cloudaddressbook/main.cpp >+%%QT_EXAMPLEDIR%%/enginio/widgets/cloudaddressbook/mainwindow.cpp >+%%QT_EXAMPLEDIR%%/enginio/widgets/cloudaddressbook/mainwindow.h >+%%QT_EXAMPLEDIR%%/enginio/widgets/cloudaddressbook/mainwindow.ui >+%%QT_EXAMPLEDIR%%/enginio/widgets/image-gallery-cpp/doc/src/image-gallery-cpp.qdoc >+%%QT_EXAMPLEDIR%%/enginio/widgets/image-gallery-cpp/image-gallery-cpp.pro >+%%QT_EXAMPLEDIR%%/enginio/widgets/image-gallery-cpp/imagemodel.cpp >+%%QT_EXAMPLEDIR%%/enginio/widgets/image-gallery-cpp/imagemodel.h >+%%QT_EXAMPLEDIR%%/enginio/widgets/image-gallery-cpp/imageobject.cpp >+%%QT_EXAMPLEDIR%%/enginio/widgets/image-gallery-cpp/imageobject.h >+%%QT_EXAMPLEDIR%%/enginio/widgets/image-gallery-cpp/main.cpp >+%%QT_EXAMPLEDIR%%/enginio/widgets/image-gallery-cpp/mainwindow.cpp >+%%QT_EXAMPLEDIR%%/enginio/widgets/image-gallery-cpp/mainwindow.h >+%%QT_EXAMPLEDIR%%/enginio/widgets/todos-cpp/doc/src/todos-cpp.qdoc >+%%QT_EXAMPLEDIR%%/enginio/widgets/todos-cpp/main.cpp >+%%QT_EXAMPLEDIR%%/enginio/widgets/todos-cpp/mainwindow.cpp >+%%QT_EXAMPLEDIR%%/enginio/widgets/todos-cpp/mainwindow.h >+%%QT_EXAMPLEDIR%%/enginio/widgets/todos-cpp/todos-cpp.pro >+%%QT_EXAMPLEDIR%%/enginio/widgets/todos-cpp/todosmodel.cpp >+%%QT_EXAMPLEDIR%%/enginio/widgets/todos-cpp/todosmodel.h >+%%QT_EXAMPLEDIR%%/enginio/widgets/widgets.pro >+%%QT_EXAMPLEDIR%%/examples.pri >+%%QT_EXAMPLEDIR%%/examples.pro >+%%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/images/openglwindow-example.png >+%%QT_EXAMPLEDIR%%/gui/doc/src/analogclockwindow.qdoc >+%%QT_EXAMPLEDIR%%/gui/doc/src/openglwindow.qdoc >+%%QT_EXAMPLEDIR%%/gui/doc/src/rasterwindow.qdoc >+%%QT_EXAMPLEDIR%%/gui/gui.pro >+%%QT_EXAMPLEDIR%%/gui/openglwindow/main.cpp >+%%QT_EXAMPLEDIR%%/gui/openglwindow/openglwindow.cpp >+%%QT_EXAMPLEDIR%%/gui/openglwindow/openglwindow.h >+%%QT_EXAMPLEDIR%%/gui/openglwindow/openglwindow.pri >+%%QT_EXAMPLEDIR%%/gui/openglwindow/openglwindow.pro >+%%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/README >+%%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%%/linguist/README >+%%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/hellotr.pro >+%%QT_EXAMPLEDIR%%/linguist/hellotr/main.cpp >+%%QT_EXAMPLEDIR%%/linguist/linguist.pro >+%%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%%/location/location.pro >+%%QT_EXAMPLEDIR%%/location/mapviewer/forms/Geocode.qml >+%%QT_EXAMPLEDIR%%/location/mapviewer/forms/GeocodeForm.ui.qml >+%%QT_EXAMPLEDIR%%/location/mapviewer/forms/Locale.qml >+%%QT_EXAMPLEDIR%%/location/mapviewer/forms/LocaleForm.ui.qml >+%%QT_EXAMPLEDIR%%/location/mapviewer/forms/Message.qml >+%%QT_EXAMPLEDIR%%/location/mapviewer/forms/MessageForm.ui.qml >+%%QT_EXAMPLEDIR%%/location/mapviewer/forms/ReverseGeocode.qml >+%%QT_EXAMPLEDIR%%/location/mapviewer/forms/ReverseGeocodeForm.ui.qml >+%%QT_EXAMPLEDIR%%/location/mapviewer/forms/RouteAddress.qml >+%%QT_EXAMPLEDIR%%/location/mapviewer/forms/RouteAddressForm.ui.qml >+%%QT_EXAMPLEDIR%%/location/mapviewer/forms/RouteCoordinate.qml >+%%QT_EXAMPLEDIR%%/location/mapviewer/forms/RouteCoordinateForm.ui.qml >+%%QT_EXAMPLEDIR%%/location/mapviewer/forms/RouteList.qml >+%%QT_EXAMPLEDIR%%/location/mapviewer/forms/RouteListDelegate.qml >+%%QT_EXAMPLEDIR%%/location/mapviewer/forms/RouteListHeader.qml >+%%QT_EXAMPLEDIR%%/location/mapviewer/helper.js >+%%QT_EXAMPLEDIR%%/location/mapviewer/main.cpp >+%%QT_EXAMPLEDIR%%/location/mapviewer/map/CircleItem.qml >+%%QT_EXAMPLEDIR%%/location/mapviewer/map/ImageItem.qml >+%%QT_EXAMPLEDIR%%/location/mapviewer/map/MapComponent.qml >+%%QT_EXAMPLEDIR%%/location/mapviewer/map/Marker.qml >+%%QT_EXAMPLEDIR%%/location/mapviewer/map/MiniMap.qml >+%%QT_EXAMPLEDIR%%/location/mapviewer/map/PolygonItem.qml >+%%QT_EXAMPLEDIR%%/location/mapviewer/map/PolylineItem.qml >+%%QT_EXAMPLEDIR%%/location/mapviewer/map/RectangleItem.qml >+%%QT_EXAMPLEDIR%%/location/mapviewer/mapviewer.pro >+%%QT_EXAMPLEDIR%%/location/mapviewer/mapviewer.qml >+%%QT_EXAMPLEDIR%%/location/mapviewer/mapviewer.qrc >+%%QT_EXAMPLEDIR%%/location/mapviewer/menus/ItemPopupMenu.qml >+%%QT_EXAMPLEDIR%%/location/mapviewer/menus/MainMenu.qml >+%%QT_EXAMPLEDIR%%/location/mapviewer/menus/MapPopupMenu.qml >+%%QT_EXAMPLEDIR%%/location/mapviewer/menus/MarkerPopupMenu.qml >+%%QT_EXAMPLEDIR%%/location/mapviewer/resources/icon.png >+%%QT_EXAMPLEDIR%%/location/mapviewer/resources/marker.png >+%%QT_EXAMPLEDIR%%/location/mapviewer/resources/scale.png >+%%QT_EXAMPLEDIR%%/location/mapviewer/resources/scale_end.png >+%%QT_EXAMPLEDIR%%/location/places/forms/Message.qml >+%%QT_EXAMPLEDIR%%/location/places/forms/MessageForm.ui.qml >+%%QT_EXAMPLEDIR%%/location/places/forms/PlaceDetails.qml >+%%QT_EXAMPLEDIR%%/location/places/forms/PlaceDetailsForm.ui.qml >+%%QT_EXAMPLEDIR%%/location/places/forms/SearchBoundingBox.qml >+%%QT_EXAMPLEDIR%%/location/places/forms/SearchBoundingBoxForm.ui.qml >+%%QT_EXAMPLEDIR%%/location/places/forms/SearchBoundingCircle.qml >+%%QT_EXAMPLEDIR%%/location/places/forms/SearchBoundingCircleForm.ui.qml >+%%QT_EXAMPLEDIR%%/location/places/forms/SearchCenter.qml >+%%QT_EXAMPLEDIR%%/location/places/forms/SearchCenterForm.ui.qml >+%%QT_EXAMPLEDIR%%/location/places/forms/SearchOptions.qml >+%%QT_EXAMPLEDIR%%/location/places/forms/SearchOptionsForm.ui.qml >+%%QT_EXAMPLEDIR%%/location/places/helper.js >+%%QT_EXAMPLEDIR%%/location/places/items/MainMenu.qml >+%%QT_EXAMPLEDIR%%/location/places/items/MapComponent.qml >+%%QT_EXAMPLEDIR%%/location/places/items/SearchBar.qml >+%%QT_EXAMPLEDIR%%/location/places/main.cpp >+%%QT_EXAMPLEDIR%%/location/places/places.pro >+%%QT_EXAMPLEDIR%%/location/places/places.qml >+%%QT_EXAMPLEDIR%%/location/places/places.qrc >+%%QT_EXAMPLEDIR%%/location/places/resources/categories.png >+%%QT_EXAMPLEDIR%%/location/places/resources/left.png >+%%QT_EXAMPLEDIR%%/location/places/resources/marker.png >+%%QT_EXAMPLEDIR%%/location/places/resources/right.png >+%%QT_EXAMPLEDIR%%/location/places/resources/scale.png >+%%QT_EXAMPLEDIR%%/location/places/resources/scale_end.png >+%%QT_EXAMPLEDIR%%/location/places/resources/search.png >+%%QT_EXAMPLEDIR%%/location/places/resources/star.png >+%%QT_EXAMPLEDIR%%/location/places/views/CategoryDelegate.qml >+%%QT_EXAMPLEDIR%%/location/places/views/CategoryView.qml >+%%QT_EXAMPLEDIR%%/location/places/views/EditorialDelegate.qml >+%%QT_EXAMPLEDIR%%/location/places/views/EditorialPage.qml >+%%QT_EXAMPLEDIR%%/location/places/views/EditorialView.qml >+%%QT_EXAMPLEDIR%%/location/places/views/ImageView.qml >+%%QT_EXAMPLEDIR%%/location/places/views/RatingView.qml >+%%QT_EXAMPLEDIR%%/location/places/views/ReviewDelegate.qml >+%%QT_EXAMPLEDIR%%/location/places/views/ReviewPage.qml >+%%QT_EXAMPLEDIR%%/location/places/views/ReviewView.qml >+%%QT_EXAMPLEDIR%%/location/places/views/SearchResultDelegate.qml >+%%QT_EXAMPLEDIR%%/location/places/views/SearchResultView.qml >+%%QT_EXAMPLEDIR%%/location/places/views/SuggestionView.qml >+%%QT_EXAMPLEDIR%%/location/places_list/Marker.qml >+%%QT_EXAMPLEDIR%%/location/places_list/main.cpp >+%%QT_EXAMPLEDIR%%/location/places_list/marker.png >+%%QT_EXAMPLEDIR%%/location/places_list/places_list.pro >+%%QT_EXAMPLEDIR%%/location/places_list/places_list.qml >+%%QT_EXAMPLEDIR%%/location/places_list/places_list.qrc >+%%QT_EXAMPLEDIR%%/location/places_map/main.cpp >+%%QT_EXAMPLEDIR%%/location/places_map/marker.png >+%%QT_EXAMPLEDIR%%/location/places_map/places_map.pro >+%%QT_EXAMPLEDIR%%/location/places_map/places_map.qml >+%%QT_EXAMPLEDIR%%/location/places_map/places_map.qrc >+%%QT_EXAMPLEDIR%%/location/planespotter/Plane.qml >+%%QT_EXAMPLEDIR%%/location/planespotter/airplane.png >+%%QT_EXAMPLEDIR%%/location/planespotter/main.cpp >+%%QT_EXAMPLEDIR%%/location/planespotter/planespotter.pro >+%%QT_EXAMPLEDIR%%/location/planespotter/planespotter.qml >+%%QT_EXAMPLEDIR%%/location/planespotter/qml.qrc >+%%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/audiodecoder/wavefilewriter.cpp >+%%QT_EXAMPLEDIR%%/multimedia/audiodecoder/wavefilewriter.h >+%%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/audioengine/audioengine.pro >+%%QT_EXAMPLEDIR%%/multimedia/audioengine/doc/src/audioengine.qdoc >+%%QT_EXAMPLEDIR%%/multimedia/audioengine/qml/audioengine.qml >+%%QT_EXAMPLEDIR%%/multimedia/audioengine/qml/audioengine.qmlproject >+%%QT_EXAMPLEDIR%%/multimedia/audioengine/qml/content/MyAudioEngine.qml >+%%QT_EXAMPLEDIR%%/multimedia/audioengine/qml/content/engine-loop.wav >+%%QT_EXAMPLEDIR%%/multimedia/audioengine/qml/content/horn.wav >+%%QT_EXAMPLEDIR%%/multimedia/audioengine/qml/content/whistle.wav >+%%QT_EXAMPLEDIR%%/multimedia/audioinput/audioinput.cpp >+%%QT_EXAMPLEDIR%%/multimedia/audioinput/audioinput.h >+%%QT_EXAMPLEDIR%%/multimedia/audioinput/audioinput.pro >+%%QT_EXAMPLEDIR%%/multimedia/audioinput/doc/images/audioinput-example.png >+%%QT_EXAMPLEDIR%%/multimedia/audioinput/doc/src/audioinput.qdoc >+%%QT_EXAMPLEDIR%%/multimedia/audioinput/main.cpp >+%%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/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/audiorecorder/qaudiolevel.cpp >+%%QT_EXAMPLEDIR%%/multimedia/audiorecorder/qaudiolevel.h >+%%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/FocusButton.qml >+%%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/declarative-radio/declarative-radio.pro >+%%QT_EXAMPLEDIR%%/multimedia/declarative-radio/declarative-radio.qrc >+%%QT_EXAMPLEDIR%%/multimedia/declarative-radio/doc/images/declarative-radio-example.png >+%%QT_EXAMPLEDIR%%/multimedia/declarative-radio/doc/src/declarative-radio.qdoc >+%%QT_EXAMPLEDIR%%/multimedia/declarative-radio/main.cpp >+%%QT_EXAMPLEDIR%%/multimedia/declarative-radio/view.qml >+%%QT_EXAMPLEDIR%%/multimedia/multimedia.pro >+%%QT_EXAMPLEDIR%%/multimedia/radio/main.cpp >+%%QT_EXAMPLEDIR%%/multimedia/radio/radio.cpp >+%%QT_EXAMPLEDIR%%/multimedia/radio/radio.h >+%%QT_EXAMPLEDIR%%/multimedia/radio/radio.pro >+%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/Array.h >+%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/Array.hpp >+%%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/README.txt >+%%QT_EXAMPLEDIR%%/multimedia/spectrum/TODO.txt >+%%QT_EXAMPLEDIR%%/multimedia/spectrum/app/app.pro >+%%QT_EXAMPLEDIR%%/multimedia/spectrum/app/engine.cpp >+%%QT_EXAMPLEDIR%%/multimedia/spectrum/app/engine.h >+%%QT_EXAMPLEDIR%%/multimedia/spectrum/app/frequencyspectrum.cpp >+%%QT_EXAMPLEDIR%%/multimedia/spectrum/app/frequencyspectrum.h >+%%QT_EXAMPLEDIR%%/multimedia/spectrum/app/images/record.png >+%%QT_EXAMPLEDIR%%/multimedia/spectrum/app/images/settings.png >+%%QT_EXAMPLEDIR%%/multimedia/spectrum/app/levelmeter.cpp >+%%QT_EXAMPLEDIR%%/multimedia/spectrum/app/levelmeter.h >+%%QT_EXAMPLEDIR%%/multimedia/spectrum/app/main.cpp >+%%QT_EXAMPLEDIR%%/multimedia/spectrum/app/mainwidget.cpp >+%%QT_EXAMPLEDIR%%/multimedia/spectrum/app/mainwidget.h >+%%QT_EXAMPLEDIR%%/multimedia/spectrum/app/progressbar.cpp >+%%QT_EXAMPLEDIR%%/multimedia/spectrum/app/progressbar.h >+%%QT_EXAMPLEDIR%%/multimedia/spectrum/app/settingsdialog.cpp >+%%QT_EXAMPLEDIR%%/multimedia/spectrum/app/settingsdialog.h >+%%QT_EXAMPLEDIR%%/multimedia/spectrum/app/spectrograph.cpp >+%%QT_EXAMPLEDIR%%/multimedia/spectrum/app/spectrograph.h >+%%QT_EXAMPLEDIR%%/multimedia/spectrum/app/spectrum.h >+%%QT_EXAMPLEDIR%%/multimedia/spectrum/app/spectrum.qrc >+%%QT_EXAMPLEDIR%%/multimedia/spectrum/app/spectrumanalyser.cpp >+%%QT_EXAMPLEDIR%%/multimedia/spectrum/app/spectrumanalyser.h >+%%QT_EXAMPLEDIR%%/multimedia/spectrum/app/tonegenerator.cpp >+%%QT_EXAMPLEDIR%%/multimedia/spectrum/app/tonegenerator.h >+%%QT_EXAMPLEDIR%%/multimedia/spectrum/app/tonegeneratordialog.cpp >+%%QT_EXAMPLEDIR%%/multimedia/spectrum/app/tonegeneratordialog.h >+%%QT_EXAMPLEDIR%%/multimedia/spectrum/app/utils.cpp >+%%QT_EXAMPLEDIR%%/multimedia/spectrum/app/utils.h >+%%QT_EXAMPLEDIR%%/multimedia/spectrum/app/waveform.cpp >+%%QT_EXAMPLEDIR%%/multimedia/spectrum/app/waveform.h >+%%QT_EXAMPLEDIR%%/multimedia/spectrum/app/wavfile.cpp >+%%QT_EXAMPLEDIR%%/multimedia/spectrum/app/wavfile.h >+%%QT_EXAMPLEDIR%%/multimedia/spectrum/doc/images/spectrum-demo.png >+%%QT_EXAMPLEDIR%%/multimedia/spectrum/doc/src/spectrum.qdoc >+%%QT_EXAMPLEDIR%%/multimedia/spectrum/spectrum.pri >+%%QT_EXAMPLEDIR%%/multimedia/spectrum/spectrum.pro >+%%QT_EXAMPLEDIR%%/multimedia/video/doc/images/qmlvideo-menu.jpg >+%%QT_EXAMPLEDIR%%/multimedia/video/doc/images/qmlvideo-overlay.jpg >+%%QT_EXAMPLEDIR%%/multimedia/video/doc/images/qmlvideofx-camera-glow.jpg >+%%QT_EXAMPLEDIR%%/multimedia/video/doc/images/qmlvideofx-camera-wobble.jpg >+%%QT_EXAMPLEDIR%%/multimedia/video/doc/images/qmlvideofx-effects-menu.jpg >+%%QT_EXAMPLEDIR%%/multimedia/video/doc/images/qmlvideofx-video-edgedetection.jpg >+%%QT_EXAMPLEDIR%%/multimedia/video/doc/images/qmlvideofx-video-pagecurl.jpg >+%%QT_EXAMPLEDIR%%/multimedia/video/doc/src/qmlvideo.qdoc >+%%QT_EXAMPLEDIR%%/multimedia/video/doc/src/qmlvideofx.qdoc >+%%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/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/FileBrowser.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.qrc >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qmlvideo.svg >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/trace.h >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofilter_opencl/README >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofilter_opencl/main.cpp >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofilter_opencl/main.qml >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofilter_opencl/qmlvideofilter_opencl.pro >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofilter_opencl/qmlvideofilter_opencl.qrc >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofilter_opencl/rgbframehelper.h >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/Info.plist >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/android/AndroidManifest.xml >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/filereader.cpp >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/filereader.h >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/images/Dropdown_arrows.png >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/images/Slider_bar.png >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/images/Slider_handle.png >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/images/Triangle_Top.png >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/images/Triangle_bottom.png >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/images/icon_BackArrow.png >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/images/icon_Folder.png >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/images/icon_Menu.png >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/images/qt-logo.png >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/main.cpp >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/qml/qmlvideofx/Button.qml >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/qml/qmlvideofx/Content.qml >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/qml/qmlvideofx/ContentCamera.qml >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/qml/qmlvideofx/ContentImage.qml >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/qml/qmlvideofx/ContentVideo.qml >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/qml/qmlvideofx/Curtain.qml >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/qml/qmlvideofx/Divider.qml >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/qml/qmlvideofx/Effect.qml >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/qml/qmlvideofx/EffectBillboard.qml >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/qml/qmlvideofx/EffectBlackAndWhite.qml >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/qml/qmlvideofx/EffectEmboss.qml >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/qml/qmlvideofx/EffectGaussianBlur.qml >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/qml/qmlvideofx/EffectGlow.qml >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/qml/qmlvideofx/EffectIsolate.qml >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/qml/qmlvideofx/EffectMagnify.qml >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/qml/qmlvideofx/EffectPageCurl.qml >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/qml/qmlvideofx/EffectPassThrough.qml >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/qml/qmlvideofx/EffectPixelate.qml >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/qml/qmlvideofx/EffectPosterize.qml >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/qml/qmlvideofx/EffectRipple.qml >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/qml/qmlvideofx/EffectSelectionList.qml >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/qml/qmlvideofx/EffectSepia.qml >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/qml/qmlvideofx/EffectSharpen.qml >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/qml/qmlvideofx/EffectShockwave.qml >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/qml/qmlvideofx/EffectSobelEdgeDetection1.qml >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/qml/qmlvideofx/EffectTiltShift.qml >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/qml/qmlvideofx/EffectToon.qml >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/qml/qmlvideofx/EffectVignette.qml >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/qml/qmlvideofx/EffectWarhol.qml >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/qml/qmlvideofx/EffectWobble.qml >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/qml/qmlvideofx/FileBrowser.qml >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/qml/qmlvideofx/FileOpen.qml >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/qml/qmlvideofx/HintedMouseArea.qml >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/qml/qmlvideofx/Main.qml >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/qml/qmlvideofx/ParameterPanel.qml >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/qml/qmlvideofx/Slider.qml >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/qmlapplicationviewer/qmlapplicationviewer.cpp >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/qmlapplicationviewer/qmlapplicationviewer.h >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/qmlapplicationviewer/qmlapplicationviewer.pri >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/qmlvideofx.png >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/qmlvideofx.pro >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/qmlvideofx.qrc >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/qmlvideofx.svg >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/shaders/billboard.fsh >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/shaders/blackandwhite.fsh >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/shaders/emboss.fsh >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/shaders/gaussianblur_h.fsh >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/shaders/gaussianblur_v.fsh >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/shaders/glow.fsh >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/shaders/isolate.fsh >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/shaders/magnify.fsh >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/shaders/pagecurl.fsh >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/shaders/pixelate.fsh >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/shaders/posterize.fsh >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/shaders/ripple.fsh >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/shaders/selectionpanel.fsh >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/shaders/sepia.fsh >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/shaders/sharpen.fsh >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/shaders/shockwave.fsh >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/shaders/sobeledgedetection1.fsh >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/shaders/tiltshift.fsh >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/shaders/toon.fsh >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/shaders/vignette.fsh >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/shaders/warhol.fsh >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/shaders/wobble.fsh >+%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideofx/trace.h >+%%QT_EXAMPLEDIR%%/multimedia/video/snippets/frequencymonitor/frequencymonitor.cpp >+%%QT_EXAMPLEDIR%%/multimedia/video/snippets/frequencymonitor/frequencymonitor.h >+%%QT_EXAMPLEDIR%%/multimedia/video/snippets/frequencymonitor/frequencymonitor.pri >+%%QT_EXAMPLEDIR%%/multimedia/video/snippets/frequencymonitor/frequencymonitordeclarative.cpp >+%%QT_EXAMPLEDIR%%/multimedia/video/snippets/frequencymonitor/frequencymonitordeclarative.pri >+%%QT_EXAMPLEDIR%%/multimedia/video/snippets/frequencymonitor/frequencymonitordeclarative.qrc >+%%QT_EXAMPLEDIR%%/multimedia/video/snippets/frequencymonitor/qml/frequencymonitor/FrequencyItem.qml >+%%QT_EXAMPLEDIR%%/multimedia/video/snippets/performancemonitor/performancemonitor.cpp >+%%QT_EXAMPLEDIR%%/multimedia/video/snippets/performancemonitor/performancemonitor.h >+%%QT_EXAMPLEDIR%%/multimedia/video/snippets/performancemonitor/performancemonitor.pri >+%%QT_EXAMPLEDIR%%/multimedia/video/snippets/performancemonitor/performancemonitordeclarative.cpp >+%%QT_EXAMPLEDIR%%/multimedia/video/snippets/performancemonitor/performancemonitordeclarative.h >+%%QT_EXAMPLEDIR%%/multimedia/video/snippets/performancemonitor/performancemonitordeclarative.pri >+%%QT_EXAMPLEDIR%%/multimedia/video/snippets/performancemonitor/performancemonitordeclarative.qrc >+%%QT_EXAMPLEDIR%%/multimedia/video/snippets/performancemonitor/qml/performancemonitor/PerformanceItem.qml >+%%QT_EXAMPLEDIR%%/multimedia/video/video.pro >+%%QT_EXAMPLEDIR%%/multimediawidgets/camera/camera.cpp >+%%QT_EXAMPLEDIR%%/multimediawidgets/camera/camera.h >+%%QT_EXAMPLEDIR%%/multimediawidgets/camera/camera.pro >+%%QT_EXAMPLEDIR%%/multimediawidgets/camera/camera.ui >+%%QT_EXAMPLEDIR%%/multimediawidgets/camera/doc/images/camera-example.png >+%%QT_EXAMPLEDIR%%/multimediawidgets/camera/doc/src/camera.qdoc >+%%QT_EXAMPLEDIR%%/multimediawidgets/camera/imagesettings.cpp >+%%QT_EXAMPLEDIR%%/multimediawidgets/camera/imagesettings.h >+%%QT_EXAMPLEDIR%%/multimediawidgets/camera/imagesettings.ui >+%%QT_EXAMPLEDIR%%/multimediawidgets/camera/main.cpp >+%%QT_EXAMPLEDIR%%/multimediawidgets/camera/videosettings.cpp >+%%QT_EXAMPLEDIR%%/multimediawidgets/camera/videosettings.h >+%%QT_EXAMPLEDIR%%/multimediawidgets/camera/videosettings.ui >+%%QT_EXAMPLEDIR%%/multimediawidgets/customvideosurface/customvideoitem/customvideoitem.pro >+%%QT_EXAMPLEDIR%%/multimediawidgets/customvideosurface/customvideoitem/main.cpp >+%%QT_EXAMPLEDIR%%/multimediawidgets/customvideosurface/customvideoitem/videoitem.cpp >+%%QT_EXAMPLEDIR%%/multimediawidgets/customvideosurface/customvideoitem/videoitem.h >+%%QT_EXAMPLEDIR%%/multimediawidgets/customvideosurface/customvideoitem/videoplayer.cpp >+%%QT_EXAMPLEDIR%%/multimediawidgets/customvideosurface/customvideoitem/videoplayer.h >+%%QT_EXAMPLEDIR%%/multimediawidgets/customvideosurface/customvideosurface.pro >+%%QT_EXAMPLEDIR%%/multimediawidgets/customvideosurface/customvideowidget/customvideowidget.pro >+%%QT_EXAMPLEDIR%%/multimediawidgets/customvideosurface/customvideowidget/main.cpp >+%%QT_EXAMPLEDIR%%/multimediawidgets/customvideosurface/customvideowidget/videoplayer.cpp >+%%QT_EXAMPLEDIR%%/multimediawidgets/customvideosurface/customvideowidget/videoplayer.h >+%%QT_EXAMPLEDIR%%/multimediawidgets/customvideosurface/customvideowidget/videowidget.cpp >+%%QT_EXAMPLEDIR%%/multimediawidgets/customvideosurface/customvideowidget/videowidget.h >+%%QT_EXAMPLEDIR%%/multimediawidgets/customvideosurface/customvideowidget/videowidgetsurface.cpp >+%%QT_EXAMPLEDIR%%/multimediawidgets/customvideosurface/customvideowidget/videowidgetsurface.h >+%%QT_EXAMPLEDIR%%/multimediawidgets/multimediawidgets.pro >+%%QT_EXAMPLEDIR%%/multimediawidgets/player/doc/images/mediaplayerex.jpg >+%%QT_EXAMPLEDIR%%/multimediawidgets/player/doc/src/player.qdoc >+%%QT_EXAMPLEDIR%%/multimediawidgets/player/histogramwidget.cpp >+%%QT_EXAMPLEDIR%%/multimediawidgets/player/histogramwidget.h >+%%QT_EXAMPLEDIR%%/multimediawidgets/player/main.cpp >+%%QT_EXAMPLEDIR%%/multimediawidgets/player/player.cpp >+%%QT_EXAMPLEDIR%%/multimediawidgets/player/player.h >+%%QT_EXAMPLEDIR%%/multimediawidgets/player/player.pro >+%%QT_EXAMPLEDIR%%/multimediawidgets/player/playercontrols.cpp >+%%QT_EXAMPLEDIR%%/multimediawidgets/player/playercontrols.h >+%%QT_EXAMPLEDIR%%/multimediawidgets/player/playlistmodel.cpp >+%%QT_EXAMPLEDIR%%/multimediawidgets/player/playlistmodel.h >+%%QT_EXAMPLEDIR%%/multimediawidgets/player/videowidget.cpp >+%%QT_EXAMPLEDIR%%/multimediawidgets/player/videowidget.h >+%%QT_EXAMPLEDIR%%/multimediawidgets/videographicsitem/doc/images/video-videographicsitem.png >+%%QT_EXAMPLEDIR%%/multimediawidgets/videographicsitem/doc/src/videographicsitem.qdoc >+%%QT_EXAMPLEDIR%%/multimediawidgets/videographicsitem/main.cpp >+%%QT_EXAMPLEDIR%%/multimediawidgets/videographicsitem/videographicsitem.pro >+%%QT_EXAMPLEDIR%%/multimediawidgets/videographicsitem/videoplayer.cpp >+%%QT_EXAMPLEDIR%%/multimediawidgets/videographicsitem/videoplayer.h >+%%QT_EXAMPLEDIR%%/multimediawidgets/videowidget/doc/images/video-videowidget.png >+%%QT_EXAMPLEDIR%%/multimediawidgets/videowidget/doc/src/videowidget.qdoc >+%%QT_EXAMPLEDIR%%/multimediawidgets/videowidget/main.cpp >+%%QT_EXAMPLEDIR%%/multimediawidgets/videowidget/videoplayer.cpp >+%%QT_EXAMPLEDIR%%/multimediawidgets/videowidget/videoplayer.h >+%%QT_EXAMPLEDIR%%/multimediawidgets/videowidget/videowidget.pro >+%%QT_EXAMPLEDIR%%/network/README >+%%QT_EXAMPLEDIR%%/network/bearermonitor/bearermonitor.cpp >+%%QT_EXAMPLEDIR%%/network/bearermonitor/bearermonitor.h >+%%QT_EXAMPLEDIR%%/network/bearermonitor/bearermonitor.pro >+%%QT_EXAMPLEDIR%%/network/bearermonitor/bearermonitor_240_320.ui >+%%QT_EXAMPLEDIR%%/network/bearermonitor/bearermonitor_640_480.ui >+%%QT_EXAMPLEDIR%%/network/bearermonitor/main.cpp >+%%QT_EXAMPLEDIR%%/network/bearermonitor/sessionwidget.cpp >+%%QT_EXAMPLEDIR%%/network/bearermonitor/sessionwidget.h >+%%QT_EXAMPLEDIR%%/network/bearermonitor/sessionwidget.ui >+%%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/broadcastreceiver.pro >+%%QT_EXAMPLEDIR%%/network/broadcastreceiver/main.cpp >+%%QT_EXAMPLEDIR%%/network/broadcastreceiver/receiver.cpp >+%%QT_EXAMPLEDIR%%/network/broadcastreceiver/receiver.h >+%%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/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/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/threadedfortuneserver.qdoc >+%%QT_EXAMPLEDIR%%/network/doc/src/torrent.qdoc >+%%QT_EXAMPLEDIR%%/network/download/download.pro >+%%QT_EXAMPLEDIR%%/network/download/main.cpp >+%%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/client.cpp >+%%QT_EXAMPLEDIR%%/network/fortuneclient/client.h >+%%QT_EXAMPLEDIR%%/network/fortuneclient/fortuneclient.pro >+%%QT_EXAMPLEDIR%%/network/fortuneclient/main.cpp >+%%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/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/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/dialog.cpp >+%%QT_EXAMPLEDIR%%/network/loopback/dialog.h >+%%QT_EXAMPLEDIR%%/network/loopback/loopback.pro >+%%QT_EXAMPLEDIR%%/network/loopback/main.cpp >+%%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/main.cpp >+%%QT_EXAMPLEDIR%%/network/multicastsender/multicastsender.pro >+%%QT_EXAMPLEDIR%%/network/multicastsender/sender.cpp >+%%QT_EXAMPLEDIR%%/network/multicastsender/sender.h >+%%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/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/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/addtorrentdialog.cpp >+%%QT_EXAMPLEDIR%%/network/torrent/addtorrentdialog.h >+%%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/forms/addtorrentform.ui >+%%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/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/src/annotatedurl.qdoc >+%%QT_EXAMPLEDIR%%/nfc/annotatedurl/main.cpp >+%%QT_EXAMPLEDIR%%/nfc/annotatedurl/mainwindow.cpp >+%%QT_EXAMPLEDIR%%/nfc/annotatedurl/mainwindow.h >+%%QT_EXAMPLEDIR%%/nfc/annotatedurl/mainwindow.ui >+%%QT_EXAMPLEDIR%%/nfc/corkboard/Mode.qml >+%%QT_EXAMPLEDIR%%/nfc/corkboard/NfcFlag.png >+%%QT_EXAMPLEDIR%%/nfc/corkboard/bar-descriptor.xml >+%%QT_EXAMPLEDIR%%/nfc/corkboard/cork.jpg >+%%QT_EXAMPLEDIR%%/nfc/corkboard/corkboard.pro >+%%QT_EXAMPLEDIR%%/nfc/corkboard/corkboard.qrc >+%%QT_EXAMPLEDIR%%/nfc/corkboard/corkboards.qml >+%%QT_EXAMPLEDIR%%/nfc/corkboard/doc/images/corkboard.png >+%%QT_EXAMPLEDIR%%/nfc/corkboard/doc/src/corkboard.qdoc >+%%QT_EXAMPLEDIR%%/nfc/corkboard/icon.png >+%%QT_EXAMPLEDIR%%/nfc/corkboard/main.cpp >+%%QT_EXAMPLEDIR%%/nfc/corkboard/note-yellow.png >+%%QT_EXAMPLEDIR%%/nfc/corkboard/tack.png >+%%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/textrecord.ui >+%%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%%/nfc/poster/doc/images/qml-poster-example.png >+%%QT_EXAMPLEDIR%%/nfc/poster/doc/src/poster.qdoc >+%%QT_EXAMPLEDIR%%/nfc/poster/poster.pro >+%%QT_EXAMPLEDIR%%/nfc/poster/poster.qml >+%%QT_EXAMPLEDIR%%/nfc/poster/poster.qrc >+%%QT_EXAMPLEDIR%%/nfc/poster/qmlposter.cpp >+%%QT_EXAMPLEDIR%%/opengl/2dpainting/2dpainting.pro >+%%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/README >+%%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/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/textures.qdoc >+%%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/hellowindow/hellowindow.cpp >+%%QT_EXAMPLEDIR%%/opengl/hellowindow/hellowindow.h >+%%QT_EXAMPLEDIR%%/opengl/hellowindow/hellowindow.pro >+%%QT_EXAMPLEDIR%%/opengl/hellowindow/main.cpp >+%%QT_EXAMPLEDIR%%/opengl/legacy/README >+%%QT_EXAMPLEDIR%%/opengl/legacy/framebufferobject2/cubelogo.png >+%%QT_EXAMPLEDIR%%/opengl/legacy/framebufferobject2/framebufferobject2.pro >+%%QT_EXAMPLEDIR%%/opengl/legacy/framebufferobject2/framebufferobject2.qrc >+%%QT_EXAMPLEDIR%%/opengl/legacy/framebufferobject2/glwidget.cpp >+%%QT_EXAMPLEDIR%%/opengl/legacy/framebufferobject2/glwidget.h >+%%QT_EXAMPLEDIR%%/opengl/legacy/framebufferobject2/main.cpp >+%%QT_EXAMPLEDIR%%/opengl/legacy/grabber/glwidget.cpp >+%%QT_EXAMPLEDIR%%/opengl/legacy/grabber/glwidget.h >+%%QT_EXAMPLEDIR%%/opengl/legacy/grabber/grabber.pro >+%%QT_EXAMPLEDIR%%/opengl/legacy/grabber/main.cpp >+%%QT_EXAMPLEDIR%%/opengl/legacy/grabber/mainwindow.cpp >+%%QT_EXAMPLEDIR%%/opengl/legacy/grabber/mainwindow.h >+%%QT_EXAMPLEDIR%%/opengl/legacy/hellogl/glwidget.cpp >+%%QT_EXAMPLEDIR%%/opengl/legacy/hellogl/glwidget.h >+%%QT_EXAMPLEDIR%%/opengl/legacy/hellogl/hellogl.pro >+%%QT_EXAMPLEDIR%%/opengl/legacy/hellogl/main.cpp >+%%QT_EXAMPLEDIR%%/opengl/legacy/hellogl/window.cpp >+%%QT_EXAMPLEDIR%%/opengl/legacy/hellogl/window.h >+%%QT_EXAMPLEDIR%%/opengl/legacy/legacy.pro >+%%QT_EXAMPLEDIR%%/opengl/legacy/overpainting/bubble.cpp >+%%QT_EXAMPLEDIR%%/opengl/legacy/overpainting/bubble.h >+%%QT_EXAMPLEDIR%%/opengl/legacy/overpainting/glwidget.cpp >+%%QT_EXAMPLEDIR%%/opengl/legacy/overpainting/glwidget.h >+%%QT_EXAMPLEDIR%%/opengl/legacy/overpainting/main.cpp >+%%QT_EXAMPLEDIR%%/opengl/legacy/overpainting/overpainting.pro >+%%QT_EXAMPLEDIR%%/opengl/legacy/pbuffers/cube.cpp >+%%QT_EXAMPLEDIR%%/opengl/legacy/pbuffers/cube.h >+%%QT_EXAMPLEDIR%%/opengl/legacy/pbuffers/cubelogo.png >+%%QT_EXAMPLEDIR%%/opengl/legacy/pbuffers/glwidget.cpp >+%%QT_EXAMPLEDIR%%/opengl/legacy/pbuffers/glwidget.h >+%%QT_EXAMPLEDIR%%/opengl/legacy/pbuffers/main.cpp >+%%QT_EXAMPLEDIR%%/opengl/legacy/pbuffers/pbuffers.pro >+%%QT_EXAMPLEDIR%%/opengl/legacy/pbuffers/pbuffers.qrc >+%%QT_EXAMPLEDIR%%/opengl/legacy/pbuffers2/bubbles.svg >+%%QT_EXAMPLEDIR%%/opengl/legacy/pbuffers2/designer.png >+%%QT_EXAMPLEDIR%%/opengl/legacy/pbuffers2/glwidget.cpp >+%%QT_EXAMPLEDIR%%/opengl/legacy/pbuffers2/glwidget.h >+%%QT_EXAMPLEDIR%%/opengl/legacy/pbuffers2/main.cpp >+%%QT_EXAMPLEDIR%%/opengl/legacy/pbuffers2/pbuffers2.pro >+%%QT_EXAMPLEDIR%%/opengl/legacy/pbuffers2/pbuffers2.qrc >+%%QT_EXAMPLEDIR%%/opengl/legacy/samplebuffers/glwidget.cpp >+%%QT_EXAMPLEDIR%%/opengl/legacy/samplebuffers/glwidget.h >+%%QT_EXAMPLEDIR%%/opengl/legacy/samplebuffers/main.cpp >+%%QT_EXAMPLEDIR%%/opengl/legacy/samplebuffers/samplebuffers.pro >+%%QT_EXAMPLEDIR%%/opengl/legacy/shared/qtlogo.cpp >+%%QT_EXAMPLEDIR%%/opengl/legacy/shared/qtlogo.h >+%%QT_EXAMPLEDIR%%/opengl/opengl.pro >+%%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/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/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/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/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/threadedqopenglwidget.pro >+%%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/clientapplication.cpp >+%%QT_EXAMPLEDIR%%/positioning/logfilepositionsource/clientapplication.h >+%%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/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/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/icons/README.txt >+%%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.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/main.cpp >+%%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/doc/src/qml-extending.qdoc >+%%QT_EXAMPLEDIR%%/qml/dynamicscene/content/Button.qml >+%%QT_EXAMPLEDIR%%/qml/dynamicscene/content/GenericSceneItem.qml >+%%QT_EXAMPLEDIR%%/qml/dynamicscene/content/PaletteItem.qml >+%%QT_EXAMPLEDIR%%/qml/dynamicscene/content/PerspectiveItem.qml >+%%QT_EXAMPLEDIR%%/qml/dynamicscene/content/Sun.qml >+%%QT_EXAMPLEDIR%%/qml/dynamicscene/content/images/NOTE >+%%QT_EXAMPLEDIR%%/qml/dynamicscene/content/images/face-smile.png >+%%QT_EXAMPLEDIR%%/qml/dynamicscene/content/images/moon.png >+%%QT_EXAMPLEDIR%%/qml/dynamicscene/content/images/rabbit_brown.png >+%%QT_EXAMPLEDIR%%/qml/dynamicscene/content/images/rabbit_bw.png >+%%QT_EXAMPLEDIR%%/qml/dynamicscene/content/images/star.png >+%%QT_EXAMPLEDIR%%/qml/dynamicscene/content/images/sun.png >+%%QT_EXAMPLEDIR%%/qml/dynamicscene/content/images/tree_s.png >+%%QT_EXAMPLEDIR%%/qml/dynamicscene/content/itemCreation.js >+%%QT_EXAMPLEDIR%%/qml/dynamicscene/doc/images/qml-dynamicscene-example.png >+%%QT_EXAMPLEDIR%%/qml/dynamicscene/doc/src/dynamicscene.qdoc >+%%QT_EXAMPLEDIR%%/qml/dynamicscene/dynamicscene.qml >+%%QT_EXAMPLEDIR%%/qml/dynamicscene/dynamicscene.qmlproject >+%%QT_EXAMPLEDIR%%/qml/locale/locale.qml >+%%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/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_AU.ts >+%%QT_EXAMPLEDIR%%/qml/qml-i18n/i18n/qml_fr.ts >+%%QT_EXAMPLEDIR%%/qml/qml-i18n/qml-i18n.qml >+%%QT_EXAMPLEDIR%%/qml/qml-i18n/qml-i18n.qmlproject >+%%QT_EXAMPLEDIR%%/qml/qml.pro >+%%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/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/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/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/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/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/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/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/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/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/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/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/main.cpp >+%%QT_EXAMPLEDIR%%/qml/shell/shell.pro >+%%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/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/app.qml >+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter3-bindings/chapter3-binding.qrc >+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter3-bindings/chapter3-bindings.pro >+%%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/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/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/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/import/chartsplugin.cpp >+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter6-plugins/import/chartsplugin.h >+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter6-plugins/import/import.pro >+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter6-plugins/import/piechart.cpp >+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter6-plugins/import/piechart.h >+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter6-plugins/import/pieslice.cpp >+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter6-plugins/import/pieslice.h >+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter6-plugins/import/qmldir >+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter6-plugins/main.cpp >+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/extending-qml.pro >+%%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/get.qml >+%%QT_EXAMPLEDIR%%/qml/xmlhttprequest/main.cpp >+%%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/qmltest.pro >+%%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/qpa.pro >+%%QT_EXAMPLEDIR%%/qpa/qrasterwindow/main.cpp >+%%QT_EXAMPLEDIR%%/qpa/qrasterwindow/qrasterwindow.pro >+%%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/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/assimp-cpp/assimp-cpp.pro >+%%QT_EXAMPLEDIR%%/qt3d/assimp-cpp/main.cpp >+%%QT_EXAMPLEDIR%%/qt3d/assimp/assimp.pro >+%%QT_EXAMPLEDIR%%/qt3d/assimp/assimp.qrc >+%%QT_EXAMPLEDIR%%/qt3d/assimp/doc/src/assimp.qdoc >+%%QT_EXAMPLEDIR%%/qt3d/assimp/main.cpp >+%%QT_EXAMPLEDIR%%/qt3d/assimp/main.qml >+%%QT_EXAMPLEDIR%%/qt3d/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/bigmodel-qml/MyEntity.qml >+%%QT_EXAMPLEDIR%%/qt3d/bigmodel-qml/bigmodel-qml.pro >+%%QT_EXAMPLEDIR%%/qt3d/bigmodel-qml/bigmodel-qml.qrc >+%%QT_EXAMPLEDIR%%/qt3d/bigmodel-qml/doc/src/bigmodel-qml.qdoc >+%%QT_EXAMPLEDIR%%/qt3d/bigmodel-qml/main.cpp >+%%QT_EXAMPLEDIR%%/qt3d/bigmodel-qml/main.qml >+%%QT_EXAMPLEDIR%%/qt3d/bigscene-cpp/bigscene-cpp.pro >+%%QT_EXAMPLEDIR%%/qt3d/bigscene-cpp/doc/src/bigscene-cpp.qdoc >+%%QT_EXAMPLEDIR%%/qt3d/bigscene-cpp/main.cpp >+%%QT_EXAMPLEDIR%%/qt3d/bigscene-instanced-qml/bigscene-instanced-qml.pro >+%%QT_EXAMPLEDIR%%/qt3d/bigscene-instanced-qml/bigscene-instanced-qml.qrc >+%%QT_EXAMPLEDIR%%/qt3d/bigscene-instanced-qml/instanced.frag >+%%QT_EXAMPLEDIR%%/qt3d/bigscene-instanced-qml/instanced.vert >+%%QT_EXAMPLEDIR%%/qt3d/bigscene-instanced-qml/main.cpp >+%%QT_EXAMPLEDIR%%/qt3d/bigscene-instanced-qml/main.qml >+%%QT_EXAMPLEDIR%%/qt3d/clip-planes-qml/CappingMaterialEffect.qml >+%%QT_EXAMPLEDIR%%/qt3d/clip-planes-qml/ClipCappingFrameGraph.qml >+%%QT_EXAMPLEDIR%%/qt3d/clip-planes-qml/ClipMaterialEffect.qml >+%%QT_EXAMPLEDIR%%/qt3d/clip-planes-qml/ClipPlaneEntity.qml >+%%QT_EXAMPLEDIR%%/qt3d/clip-planes-qml/ClippingPlanes.qml >+%%QT_EXAMPLEDIR%%/qt3d/clip-planes-qml/PlaneVisualizationMaterial.qml >+%%QT_EXAMPLEDIR%%/qt3d/clip-planes-qml/capping.frag >+%%QT_EXAMPLEDIR%%/qt3d/clip-planes-qml/capping.geom >+%%QT_EXAMPLEDIR%%/qt3d/clip-planes-qml/capping.vert >+%%QT_EXAMPLEDIR%%/qt3d/clip-planes-qml/clip-planes-qml.pro >+%%QT_EXAMPLEDIR%%/qt3d/clip-planes-qml/clip-planes-qml.qrc >+%%QT_EXAMPLEDIR%%/qt3d/clip-planes-qml/main.cpp >+%%QT_EXAMPLEDIR%%/qt3d/clip-planes-qml/main.qml >+%%QT_EXAMPLEDIR%%/qt3d/clip-planes-qml/passthrough.frag >+%%QT_EXAMPLEDIR%%/qt3d/clip-planes-qml/phong-clip.frag >+%%QT_EXAMPLEDIR%%/qt3d/clip-planes-qml/phong-clip.vert >+%%QT_EXAMPLEDIR%%/qt3d/common/window.cpp >+%%QT_EXAMPLEDIR%%/qt3d/common/window.h >+%%QT_EXAMPLEDIR%%/qt3d/controls/Logo.qml >+%%QT_EXAMPLEDIR%%/qt3d/controls/Qt_logo.obj >+%%QT_EXAMPLEDIR%%/qt3d/controls/controls.pro >+%%QT_EXAMPLEDIR%%/qt3d/controls/controls.qrc >+%%QT_EXAMPLEDIR%%/qt3d/controls/main.cpp >+%%QT_EXAMPLEDIR%%/qt3d/controls/main.qml >+%%QT_EXAMPLEDIR%%/qt3d/cpp_example/cpp_example.pro >+%%QT_EXAMPLEDIR%%/qt3d/cpp_example/doc/src/cpp_example.qdoc >+%%QT_EXAMPLEDIR%%/qt3d/cpp_example/main.cpp >+%%QT_EXAMPLEDIR%%/qt3d/custom-mesh-cpp/custom-mesh-cpp.pro >+%%QT_EXAMPLEDIR%%/qt3d/custom-mesh-cpp/main.cpp >+%%QT_EXAMPLEDIR%%/qt3d/cylinder-cpp/cylinder-cpp.pro >+%%QT_EXAMPLEDIR%%/qt3d/cylinder-cpp/doc/src/cylinder-cpp.qdoc >+%%QT_EXAMPLEDIR%%/qt3d/cylinder-cpp/main.cpp >+%%QT_EXAMPLEDIR%%/qt3d/cylinder-qml/cylinder-qml.pro >+%%QT_EXAMPLEDIR%%/qt3d/cylinder-qml/cylinder-qml.qrc >+%%QT_EXAMPLEDIR%%/qt3d/cylinder-qml/doc/src/cylinder-qml.qdoc >+%%QT_EXAMPLEDIR%%/qt3d/cylinder-qml/main.cpp >+%%QT_EXAMPLEDIR%%/qt3d/cylinder-qml/main.qml >+%%QT_EXAMPLEDIR%%/qt3d/deferred-renderer-cpp/deferred-renderer-cpp.pro >+%%QT_EXAMPLEDIR%%/qt3d/deferred-renderer-cpp/deferred-renderer-cpp.qrc >+%%QT_EXAMPLEDIR%%/qt3d/deferred-renderer-cpp/deferredrenderer.cpp >+%%QT_EXAMPLEDIR%%/qt3d/deferred-renderer-cpp/deferredrenderer.h >+%%QT_EXAMPLEDIR%%/qt3d/deferred-renderer-cpp/doc/src/deferred-renderer-cpp.qdoc >+%%QT_EXAMPLEDIR%%/qt3d/deferred-renderer-cpp/final_gl2.frag >+%%QT_EXAMPLEDIR%%/qt3d/deferred-renderer-cpp/final_gl2.vert >+%%QT_EXAMPLEDIR%%/qt3d/deferred-renderer-cpp/final_gl3.frag >+%%QT_EXAMPLEDIR%%/qt3d/deferred-renderer-cpp/final_gl3.vert >+%%QT_EXAMPLEDIR%%/qt3d/deferred-renderer-cpp/finaleffect.cpp >+%%QT_EXAMPLEDIR%%/qt3d/deferred-renderer-cpp/finaleffect.h >+%%QT_EXAMPLEDIR%%/qt3d/deferred-renderer-cpp/gbuffer.cpp >+%%QT_EXAMPLEDIR%%/qt3d/deferred-renderer-cpp/gbuffer.h >+%%QT_EXAMPLEDIR%%/qt3d/deferred-renderer-cpp/geometry_gl2.frag >+%%QT_EXAMPLEDIR%%/qt3d/deferred-renderer-cpp/geometry_gl2.vert >+%%QT_EXAMPLEDIR%%/qt3d/deferred-renderer-cpp/geometry_gl3.frag >+%%QT_EXAMPLEDIR%%/qt3d/deferred-renderer-cpp/geometry_gl3.vert >+%%QT_EXAMPLEDIR%%/qt3d/deferred-renderer-cpp/main.cpp >+%%QT_EXAMPLEDIR%%/qt3d/deferred-renderer-cpp/pointlightblock.cpp >+%%QT_EXAMPLEDIR%%/qt3d/deferred-renderer-cpp/pointlightblock.h >+%%QT_EXAMPLEDIR%%/qt3d/deferred-renderer-cpp/sceneeffect.cpp >+%%QT_EXAMPLEDIR%%/qt3d/deferred-renderer-cpp/sceneeffect.h >+%%QT_EXAMPLEDIR%%/qt3d/deferred-renderer-qml/DeferredRenderer.qml >+%%QT_EXAMPLEDIR%%/qt3d/deferred-renderer-qml/FinalEffect.qml >+%%QT_EXAMPLEDIR%%/qt3d/deferred-renderer-qml/GBuffer.qml >+%%QT_EXAMPLEDIR%%/qt3d/deferred-renderer-qml/SceneEffect.qml >+%%QT_EXAMPLEDIR%%/qt3d/deferred-renderer-qml/deferred-renderer-qml.pro >+%%QT_EXAMPLEDIR%%/qt3d/deferred-renderer-qml/deferred-renderer-qml.qrc >+%%QT_EXAMPLEDIR%%/qt3d/deferred-renderer-qml/doc/src/deferred-renderer-qml.qdoc >+%%QT_EXAMPLEDIR%%/qt3d/deferred-renderer-qml/main.cpp >+%%QT_EXAMPLEDIR%%/qt3d/deferred-renderer-qml/main.qml >+%%QT_EXAMPLEDIR%%/qt3d/dynamicscene-cpp/boxentity.cpp >+%%QT_EXAMPLEDIR%%/qt3d/dynamicscene-cpp/boxentity.h >+%%QT_EXAMPLEDIR%%/qt3d/dynamicscene-cpp/doc/src/dynamicscene-cpp.qdoc >+%%QT_EXAMPLEDIR%%/qt3d/dynamicscene-cpp/dynamicscene-cpp.pro >+%%QT_EXAMPLEDIR%%/qt3d/dynamicscene-cpp/examplescene.cpp >+%%QT_EXAMPLEDIR%%/qt3d/dynamicscene-cpp/examplescene.h >+%%QT_EXAMPLEDIR%%/qt3d/dynamicscene-cpp/forwardrenderer.cpp >+%%QT_EXAMPLEDIR%%/qt3d/dynamicscene-cpp/forwardrenderer.h >+%%QT_EXAMPLEDIR%%/qt3d/dynamicscene-cpp/main.cpp >+%%QT_EXAMPLEDIR%%/qt3d/enabled-qml/doc/src/enabled-qml.qdoc >+%%QT_EXAMPLEDIR%%/qt3d/enabled-qml/enabled-qml.pro >+%%QT_EXAMPLEDIR%%/qt3d/enabled-qml/enabled-qml.qrc >+%%QT_EXAMPLEDIR%%/qt3d/enabled-qml/main.cpp >+%%QT_EXAMPLEDIR%%/qt3d/enabled-qml/main.qml >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/LICENSE >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/chest/Chest.obj >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/chest/diffuse.webp >+%%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/night/night_negx.webp >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/cubemaps/night/night_negy.webp >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/cubemaps/night/night_negz.webp >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/cubemaps/night/night_posx.webp >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/cubemaps/night/night_posy.webp >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/cubemaps/night/night_posz.webp >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/gltf/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/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/houseplants/bamboo.webp >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/bamboo_normal.webp >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/cover.webp >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/cover_normal.webp >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/cross-bamboo.obj >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/cross-palm.obj >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/cross-pine.obj >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/cross-pot-cover.obj >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/cross-pot.obj >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/cross-shrub.obj >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/cross-spikes.obj >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/cylinder-bamboo.obj >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/cylinder-palm.obj >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/cylinder-pine.obj >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/cylinder-pot-cover.obj >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/cylinder-pot.obj >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/cylinder-shrub.obj >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/cylinder-spikes.obj >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/palm.webp >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/palm_normal.webp >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/pine.webp >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/pine_normal.webp >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/pot.webp >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/pot_normal.webp >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/shrub.webp >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/shrub_normal.webp >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/sphere-bamboo.obj >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/sphere-palm.obj >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/sphere-pine.obj >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/sphere-pot-cover.obj >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/sphere-pot.obj >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/sphere-shrub.obj >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/sphere-spikes.obj >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/spikes.webp >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/spikes_normal.webp >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/square-bamboo.obj >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/square-palm.obj >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/square-pine.obj >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/square-pot-cover.obj >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/square-pot.obj >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/square-shrub.obj >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/square-spikes.obj >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/triangle-bamboo.obj >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/triangle-palm.obj >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/triangle-pine.obj >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/triangle-pot-cover.obj >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/triangle-pot.obj >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/triangle-shrub.obj >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/houseplants/triangle-spikes.obj >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/metalbarrel/diffus_black.webp >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/metalbarrel/diffus_blue.webp >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/metalbarrel/diffus_green.webp >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/metalbarrel/diffus_red.webp >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/metalbarrel/diffus_rust.webp >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/metalbarrel/diffus_stainless_steel.webp >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/metalbarrel/diffus_yellow.webp >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/metalbarrel/metal_barrel.obj >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/metalbarrel/normal_hard_bumps.webp >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/metalbarrel/normal_middle_bumps.webp >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/metalbarrel/normal_no_bumps.webp >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/metalbarrel/normal_soft_bumps.webp >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/metalbarrel/specular.webp >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/metalbarrel/specular_rust.webp >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/metalbarrel/specular_stainless_steel.webp >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/obj/ball.obj >+%%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/pattern_09/diffuse.webp >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/textures/pattern_09/normal.webp >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/textures/pattern_09/readme.txt >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/textures/pattern_09/specular.webp >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/chest.qrc >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/cubemaps.qrc >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/gltf.qrc >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/houseplants.qrc >+%%QT_EXAMPLEDIR%%/qt3d/exampleresources/metalbarrel.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/gltf/Wine.qml >+%%QT_EXAMPLEDIR%%/qt3d/gltf/doc/src/gltf.qdoc >+%%QT_EXAMPLEDIR%%/qt3d/gltf/gltf.pro >+%%QT_EXAMPLEDIR%%/qt3d/gltf/gltf_example.qrc >+%%QT_EXAMPLEDIR%%/qt3d/gltf/main.cpp >+%%QT_EXAMPLEDIR%%/qt3d/gltf/main.qml >+%%QT_EXAMPLEDIR%%/qt3d/gooch-qml/MyEntity.qml >+%%QT_EXAMPLEDIR%%/qt3d/gooch-qml/gooch-qml.pro >+%%QT_EXAMPLEDIR%%/qt3d/gooch-qml/gooch-qml.qrc >+%%QT_EXAMPLEDIR%%/qt3d/gooch-qml/main.cpp >+%%QT_EXAMPLEDIR%%/qt3d/gooch-qml/main.qml >+%%QT_EXAMPLEDIR%%/qt3d/keyboardinput-qml/SphereEntity.qml >+%%QT_EXAMPLEDIR%%/qt3d/keyboardinput-qml/doc/src/keyboardinput-qml.qdoc >+%%QT_EXAMPLEDIR%%/qt3d/keyboardinput-qml/keyboardinput-qml.pro >+%%QT_EXAMPLEDIR%%/qt3d/keyboardinput-qml/keyboardinput-qml.qrc >+%%QT_EXAMPLEDIR%%/qt3d/keyboardinput-qml/main.cpp >+%%QT_EXAMPLEDIR%%/qt3d/keyboardinput-qml/main.qml >+%%QT_EXAMPLEDIR%%/qt3d/loader-qml/CuboidEntity.qml >+%%QT_EXAMPLEDIR%%/qt3d/loader-qml/SphereEntity.qml >+%%QT_EXAMPLEDIR%%/qt3d/loader-qml/doc/src/loader-qml.qdoc >+%%QT_EXAMPLEDIR%%/qt3d/loader-qml/loader-qml.pro >+%%QT_EXAMPLEDIR%%/qt3d/loader-qml/loader-qml.qrc >+%%QT_EXAMPLEDIR%%/qt3d/loader-qml/main.cpp >+%%QT_EXAMPLEDIR%%/qt3d/loader-qml/main.qml >+%%QT_EXAMPLEDIR%%/qt3d/materials-cpp/barrel.cpp >+%%QT_EXAMPLEDIR%%/qt3d/materials-cpp/barrel.h >+%%QT_EXAMPLEDIR%%/qt3d/materials-cpp/doc/src/materials-cpp.qdoc >+%%QT_EXAMPLEDIR%%/qt3d/materials-cpp/houseplant.cpp >+%%QT_EXAMPLEDIR%%/qt3d/materials-cpp/houseplant.h >+%%QT_EXAMPLEDIR%%/qt3d/materials-cpp/main.cpp >+%%QT_EXAMPLEDIR%%/qt3d/materials-cpp/materials-cpp.pro >+%%QT_EXAMPLEDIR%%/qt3d/materials-cpp/planeentity.cpp >+%%QT_EXAMPLEDIR%%/qt3d/materials-cpp/planeentity.h >+%%QT_EXAMPLEDIR%%/qt3d/materials-cpp/renderableentity.cpp >+%%QT_EXAMPLEDIR%%/qt3d/materials-cpp/renderableentity.h >+%%QT_EXAMPLEDIR%%/qt3d/materials-cpp/rotatingtrefoilknot.cpp >+%%QT_EXAMPLEDIR%%/qt3d/materials-cpp/rotatingtrefoilknot.h >+%%QT_EXAMPLEDIR%%/qt3d/materials-cpp/trefoilknot.cpp >+%%QT_EXAMPLEDIR%%/qt3d/materials-cpp/trefoilknot.h >+%%QT_EXAMPLEDIR%%/qt3d/materials/Barrel.qml >+%%QT_EXAMPLEDIR%%/qt3d/materials/BasicCamera.qml >+%%QT_EXAMPLEDIR%%/qt3d/materials/Chest.qml >+%%QT_EXAMPLEDIR%%/qt3d/materials/HousePlant.qml >+%%QT_EXAMPLEDIR%%/qt3d/materials/PlaneEntity.qml >+%%QT_EXAMPLEDIR%%/qt3d/materials/RenderableEntity.qml >+%%QT_EXAMPLEDIR%%/qt3d/materials/SortedForwardRenderer.qml >+%%QT_EXAMPLEDIR%%/qt3d/materials/TrefoilKnot.qml >+%%QT_EXAMPLEDIR%%/qt3d/materials/doc/src/materials.qdoc >+%%QT_EXAMPLEDIR%%/qt3d/materials/main.cpp >+%%QT_EXAMPLEDIR%%/qt3d/materials/main.qml >+%%QT_EXAMPLEDIR%%/qt3d/materials/materials.pro >+%%QT_EXAMPLEDIR%%/qt3d/materials/materials.qrc >+%%QT_EXAMPLEDIR%%/qt3d/mouseinput-qml/main.cpp >+%%QT_EXAMPLEDIR%%/qt3d/mouseinput-qml/main.qml >+%%QT_EXAMPLEDIR%%/qt3d/mouseinput-qml/mouseinput-qml.pro >+%%QT_EXAMPLEDIR%%/qt3d/mouseinput-qml/mouseinput-qml.qrc >+%%QT_EXAMPLEDIR%%/qt3d/multiviewport/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/planets-qml/CloudEffectDS.qml >+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/FpsDisplay.qml >+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/InfoSheet.qml >+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/Light.qml >+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/Planet.qml >+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/PlanetButton.qml >+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/PlanetEffectD.qml >+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/PlanetEffectDB.qml >+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/PlanetEffectDSB.qml >+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/PlanetFrameGraph.qml >+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/PlanetMaterial.qml >+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/PlanetShadowEffectD.qml >+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/PlanetsMain.qml >+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/Ring.qml >+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/SolarSystem.qml >+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/StyledSlider.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/earthcloudmapcolortrans.png >+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/images/earthcloudmapspec.jpg >+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/images/earthmap1k.jpg >+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/images/earthnormal1k.jpg >+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/images/earthspec1k.jpg >+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/images/galaxy_starfield.png >+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/images/jupiter.png >+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/images/jupitermap.jpg >+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/images/mars.png >+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/images/marsmap1k.jpg >+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/images/marsnormal1k.jpg >+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/images/mercury.png >+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/images/mercurymap.jpg >+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/images/mercurynormal.jpg >+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/images/moonmap1k.jpg >+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/images/moonnormal1k.jpg >+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/images/neptune.png >+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/images/neptunemap.jpg >+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/images/saturn.png >+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/images/saturnmap.jpg >+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/images/saturnringcolortrans.png >+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/images/sun.png >+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/images/sunmap.jpg >+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/images/uranus.png >+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/images/uranusmap.jpg >+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/images/uranusringcolortrans.png >+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/images/venus.png >+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/images/venusmap.jpg >+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/images/venusnormal.jpg >+%%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/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.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/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/shadowmap.frag >+%%QT_EXAMPLEDIR%%/qt3d/planets-qml/shaders/gl3/shadowmap.vert >+%%QT_EXAMPLEDIR%%/qt3d/plasma/main.cpp >+%%QT_EXAMPLEDIR%%/qt3d/plasma/main.qml >+%%QT_EXAMPLEDIR%%/qt3d/plasma/plasma.frag >+%%QT_EXAMPLEDIR%%/qt3d/plasma/plasma.pro >+%%QT_EXAMPLEDIR%%/qt3d/plasma/plasma.qrc >+%%QT_EXAMPLEDIR%%/qt3d/plasma/plasma.vert >+%%QT_EXAMPLEDIR%%/qt3d/playground-qml/AdsEffect.qml >+%%QT_EXAMPLEDIR%%/qt3d/playground-qml/AnimatedDiffuseMaterial.qml >+%%QT_EXAMPLEDIR%%/qt3d/playground-qml/ComplexTechnique.qml >+%%QT_EXAMPLEDIR%%/qt3d/playground-qml/DetailView.qml >+%%QT_EXAMPLEDIR%%/qt3d/playground-qml/MainView.qml >+%%QT_EXAMPLEDIR%%/qt3d/playground-qml/MyForwardRenderer.qml >+%%QT_EXAMPLEDIR%%/qt3d/playground-qml/RenderableEntity.qml >+%%QT_EXAMPLEDIR%%/qt3d/playground-qml/assets/ball.obj >+%%QT_EXAMPLEDIR%%/qt3d/playground-qml/assets/cube.obj >+%%QT_EXAMPLEDIR%%/qt3d/playground-qml/assets/test_scene.dae >+%%QT_EXAMPLEDIR%%/qt3d/playground-qml/doc/src/playground-qml.qdoc >+%%QT_EXAMPLEDIR%%/qt3d/playground-qml/main.cpp >+%%QT_EXAMPLEDIR%%/qt3d/playground-qml/main.qml >+%%QT_EXAMPLEDIR%%/qt3d/playground-qml/playground-qml.pro >+%%QT_EXAMPLEDIR%%/qt3d/playground-qml/playground-qml.qrc >+%%QT_EXAMPLEDIR%%/qt3d/qt3d.pro >+%%QT_EXAMPLEDIR%%/qt3d/scene3d-loader/AnimatedEntity.qml >+%%QT_EXAMPLEDIR%%/qt3d/scene3d-loader/Scene.qml >+%%QT_EXAMPLEDIR%%/qt3d/scene3d-loader/Scene2.qml >+%%QT_EXAMPLEDIR%%/qt3d/scene3d-loader/main.cpp >+%%QT_EXAMPLEDIR%%/qt3d/scene3d-loader/main.qml >+%%QT_EXAMPLEDIR%%/qt3d/scene3d-loader/scene3d-loader.pro >+%%QT_EXAMPLEDIR%%/qt3d/scene3d-loader/scene3d-loader.qrc >+%%QT_EXAMPLEDIR%%/qt3d/scene3d/AnimatedEntity.qml >+%%QT_EXAMPLEDIR%%/qt3d/scene3d/doc/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/GroundPlane.qml >+%%QT_EXAMPLEDIR%%/qt3d/shadow-map-qml/Light.qml >+%%QT_EXAMPLEDIR%%/qt3d/shadow-map-qml/ShadowMapFrameGraph.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/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/doc/src/simple-cpp.qdoc >+%%QT_EXAMPLEDIR%%/qt3d/simple-cpp/main.cpp >+%%QT_EXAMPLEDIR%%/qt3d/simple-cpp/simple-cpp.pro >+%%QT_EXAMPLEDIR%%/qt3d/simple-qml/doc/src/simple-qml.qdoc >+%%QT_EXAMPLEDIR%%/qt3d/simple-qml/main.cpp >+%%QT_EXAMPLEDIR%%/qt3d/simple-qml/main.qml >+%%QT_EXAMPLEDIR%%/qt3d/simple-qml/simple-qml.pro >+%%QT_EXAMPLEDIR%%/qt3d/simple-qml/simple-qml.qrc >+%%QT_EXAMPLEDIR%%/qt3d/simple-shaders-qml/main.cpp >+%%QT_EXAMPLEDIR%%/qt3d/simple-shaders-qml/main.qml >+%%QT_EXAMPLEDIR%%/qt3d/simple-shaders-qml/simple-shader.frag >+%%QT_EXAMPLEDIR%%/qt3d/simple-shaders-qml/simple-shader.vert >+%%QT_EXAMPLEDIR%%/qt3d/simple-shaders-qml/simple-shaders-qml.pro >+%%QT_EXAMPLEDIR%%/qt3d/simple-shaders-qml/simple-shaders-qml.qrc >+%%QT_EXAMPLEDIR%%/qt3d/skybox/Skybox.qml >+%%QT_EXAMPLEDIR%%/qt3d/skybox/doc/src/skybox.qdoc >+%%QT_EXAMPLEDIR%%/qt3d/skybox/main.cpp >+%%QT_EXAMPLEDIR%%/qt3d/skybox/main.qml >+%%QT_EXAMPLEDIR%%/qt3d/skybox/skybox.pro >+%%QT_EXAMPLEDIR%%/qt3d/skybox/skybox.qrc >+%%QT_EXAMPLEDIR%%/qt3d/tessellation-modes/BasicCamera.qml >+%%QT_EXAMPLEDIR%%/qt3d/tessellation-modes/TessellatedQuad.qml >+%%QT_EXAMPLEDIR%%/qt3d/tessellation-modes/TessellatedWireframeEffect.qml >+%%QT_EXAMPLEDIR%%/qt3d/tessellation-modes/TessellatedWireframeMaterial.qml >+%%QT_EXAMPLEDIR%%/qt3d/tessellation-modes/doc/src/tessellation-modes.qdoc >+%%QT_EXAMPLEDIR%%/qt3d/tessellation-modes/main.cpp >+%%QT_EXAMPLEDIR%%/qt3d/tessellation-modes/main.qml >+%%QT_EXAMPLEDIR%%/qt3d/tessellation-modes/shaders/flat.frag >+%%QT_EXAMPLEDIR%%/qt3d/tessellation-modes/shaders/isolines.tcs >+%%QT_EXAMPLEDIR%%/qt3d/tessellation-modes/shaders/isolines.tes >+%%QT_EXAMPLEDIR%%/qt3d/tessellation-modes/shaders/passthru.vert >+%%QT_EXAMPLEDIR%%/qt3d/tessellation-modes/shaders/phongwireframe.frag >+%%QT_EXAMPLEDIR%%/qt3d/tessellation-modes/shaders/quads.tcs >+%%QT_EXAMPLEDIR%%/qt3d/tessellation-modes/shaders/quads.tes >+%%QT_EXAMPLEDIR%%/qt3d/tessellation-modes/shaders/robustwireframe.geom >+%%QT_EXAMPLEDIR%%/qt3d/tessellation-modes/shaders/triangles.tcs >+%%QT_EXAMPLEDIR%%/qt3d/tessellation-modes/shaders/triangles.tes >+%%QT_EXAMPLEDIR%%/qt3d/tessellation-modes/tessellatedquadmesh.cpp >+%%QT_EXAMPLEDIR%%/qt3d/tessellation-modes/tessellatedquadmesh.h >+%%QT_EXAMPLEDIR%%/qt3d/tessellation-modes/tessellation-modes.pro >+%%QT_EXAMPLEDIR%%/qt3d/tessellation-modes/tessellation-modes.qrc >+%%QT_EXAMPLEDIR%%/qt3d/torus-qml/doc/src/torus-qml.qdoc >+%%QT_EXAMPLEDIR%%/qt3d/torus-qml/main.cpp >+%%QT_EXAMPLEDIR%%/qt3d/torus-qml/main.qml >+%%QT_EXAMPLEDIR%%/qt3d/torus-qml/torus-qml.pro >+%%QT_EXAMPLEDIR%%/qt3d/torus-qml/torus-qml.qrc >+%%QT_EXAMPLEDIR%%/qt3d/transparency-qml-scene3d/Scene.qml >+%%QT_EXAMPLEDIR%%/qt3d/transparency-qml-scene3d/main.cpp >+%%QT_EXAMPLEDIR%%/qt3d/transparency-qml-scene3d/main.qml >+%%QT_EXAMPLEDIR%%/qt3d/transparency-qml-scene3d/phongalpha.frag >+%%QT_EXAMPLEDIR%%/qt3d/transparency-qml-scene3d/phongalpha.vert >+%%QT_EXAMPLEDIR%%/qt3d/transparency-qml-scene3d/transparency-qml-scene3d.pro >+%%QT_EXAMPLEDIR%%/qt3d/transparency-qml-scene3d/transparency-qml-scene3d.qrc >+%%QT_EXAMPLEDIR%%/qt3d/transparency-qml/main.cpp >+%%QT_EXAMPLEDIR%%/qt3d/transparency-qml/main.qml >+%%QT_EXAMPLEDIR%%/qt3d/transparency-qml/phongalpha.frag >+%%QT_EXAMPLEDIR%%/qt3d/transparency-qml/phongalpha.vert >+%%QT_EXAMPLEDIR%%/qt3d/transparency-qml/transparency-qml.pro >+%%QT_EXAMPLEDIR%%/qt3d/transparency-qml/transparency-qml.qrc >+%%QT_EXAMPLEDIR%%/qt3d/wave/Background.qml >+%%QT_EXAMPLEDIR%%/qt3d/wave/BackgroundEffect.qml >+%%QT_EXAMPLEDIR%%/qt3d/wave/BasicCamera.qml >+%%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/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/wireframe/BasicCamera.qml >+%%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/README >+%%QT_EXAMPLEDIR%%/qtconcurrent/imagescaling/doc/images/imagescaling_example.png >+%%QT_EXAMPLEDIR%%/qtconcurrent/imagescaling/doc/src/qtconcurrent-imagescaling.qdoc >+%%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/doc/src/qtconcurrent-map.qdoc >+%%QT_EXAMPLEDIR%%/qtconcurrent/map/main.cpp >+%%QT_EXAMPLEDIR%%/qtconcurrent/map/map.pro >+%%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/doc/src/qtconcurrent-runfunction.qdoc >+%%QT_EXAMPLEDIR%%/qtconcurrent/runfunction/main.cpp >+%%QT_EXAMPLEDIR%%/qtconcurrent/runfunction/runfunction.pro >+%%QT_EXAMPLEDIR%%/qtconcurrent/wordcount/doc/src/qtconcurrent-wordcount.qdoc >+%%QT_EXAMPLEDIR%%/qtconcurrent/wordcount/main.cpp >+%%QT_EXAMPLEDIR%%/qtconcurrent/wordcount/wordcount.pro >+%%QT_EXAMPLEDIR%%/qtestlib/README >+%%QT_EXAMPLEDIR%%/qtestlib/qtestlib.pro >+%%QT_EXAMPLEDIR%%/qtestlib/tutorial1/testqstring.cpp >+%%QT_EXAMPLEDIR%%/qtestlib/tutorial1/tutorial1.pro >+%%QT_EXAMPLEDIR%%/qtestlib/tutorial2/testqstring.cpp >+%%QT_EXAMPLEDIR%%/qtestlib/tutorial2/tutorial2.pro >+%%QT_EXAMPLEDIR%%/qtestlib/tutorial3/testgui.cpp >+%%QT_EXAMPLEDIR%%/qtestlib/tutorial3/tutorial3.pro >+%%QT_EXAMPLEDIR%%/qtestlib/tutorial4/testgui.cpp >+%%QT_EXAMPLEDIR%%/qtestlib/tutorial4/tutorial4.pro >+%%QT_EXAMPLEDIR%%/qtestlib/tutorial5/benchmarking.cpp >+%%QT_EXAMPLEDIR%%/qtestlib/tutorial5/containers.cpp >+%%QT_EXAMPLEDIR%%/qtestlib/tutorial5/tutorial5.pro >+%%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/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/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/controls/basiclayouts/basiclayouts.pro >+%%QT_EXAMPLEDIR%%/quick/controls/basiclayouts/basiclayouts.qmlproject >+%%QT_EXAMPLEDIR%%/quick/controls/basiclayouts/main.qml >+%%QT_EXAMPLEDIR%%/quick/controls/basiclayouts/resources.qrc >+%%QT_EXAMPLEDIR%%/quick/controls/basiclayouts/src/main.cpp >+%%QT_EXAMPLEDIR%%/quick/controls/basiclayouts/src/src.pri >+%%QT_EXAMPLEDIR%%/quick/controls/calendar/calendar.pro >+%%QT_EXAMPLEDIR%%/quick/controls/calendar/images/eventindicator.png >+%%QT_EXAMPLEDIR%%/quick/controls/calendar/qml/main.qml >+%%QT_EXAMPLEDIR%%/quick/controls/calendar/resources.qrc >+%%QT_EXAMPLEDIR%%/quick/controls/calendar/src/event.cpp >+%%QT_EXAMPLEDIR%%/quick/controls/calendar/src/event.h >+%%QT_EXAMPLEDIR%%/quick/controls/calendar/src/main.cpp >+%%QT_EXAMPLEDIR%%/quick/controls/calendar/src/sqleventmodel.cpp >+%%QT_EXAMPLEDIR%%/quick/controls/calendar/src/sqleventmodel.h >+%%QT_EXAMPLEDIR%%/quick/controls/calendar/src/src.pri >+%%QT_EXAMPLEDIR%%/quick/controls/controls.pro >+%%QT_EXAMPLEDIR%%/quick/controls/filesystembrowser/filesystembrowser.pro >+%%QT_EXAMPLEDIR%%/quick/controls/filesystembrowser/main.cpp >+%%QT_EXAMPLEDIR%%/quick/controls/filesystembrowser/main.qml >+%%QT_EXAMPLEDIR%%/quick/controls/filesystembrowser/qml.qrc >+%%QT_EXAMPLEDIR%%/quick/controls/gallery/gallery.pro >+%%QT_EXAMPLEDIR%%/quick/controls/gallery/gallery.qrc >+%%QT_EXAMPLEDIR%%/quick/controls/gallery/main.cpp >+%%QT_EXAMPLEDIR%%/quick/controls/gallery/main.qml >+%%QT_EXAMPLEDIR%%/quick/controls/gallery/qml/+android/UI.js >+%%QT_EXAMPLEDIR%%/quick/controls/gallery/qml/+ios/UI.js >+%%QT_EXAMPLEDIR%%/quick/controls/gallery/qml/+osx/UI.js >+%%QT_EXAMPLEDIR%%/quick/controls/gallery/qml/ButtonPage.qml >+%%QT_EXAMPLEDIR%%/quick/controls/gallery/qml/InputPage.qml >+%%QT_EXAMPLEDIR%%/quick/controls/gallery/qml/ProgressPage.qml >+%%QT_EXAMPLEDIR%%/quick/controls/gallery/qml/UI.js >+%%QT_EXAMPLEDIR%%/quick/controls/shared/qtquickcontrolsapplication.h >+%%QT_EXAMPLEDIR%%/quick/controls/shared/shared.pri >+%%QT_EXAMPLEDIR%%/quick/controls/styles/images/bubble.png >+%%QT_EXAMPLEDIR%%/quick/controls/styles/images/button-pressed.png >+%%QT_EXAMPLEDIR%%/quick/controls/styles/images/button.png >+%%QT_EXAMPLEDIR%%/quick/controls/styles/images/progress-background.png >+%%QT_EXAMPLEDIR%%/quick/controls/styles/images/progress-fill.png >+%%QT_EXAMPLEDIR%%/quick/controls/styles/images/slider-handle.png >+%%QT_EXAMPLEDIR%%/quick/controls/styles/images/tab.png >+%%QT_EXAMPLEDIR%%/quick/controls/styles/images/tab_selected.png >+%%QT_EXAMPLEDIR%%/quick/controls/styles/images/textfield.png >+%%QT_EXAMPLEDIR%%/quick/controls/styles/main.cpp >+%%QT_EXAMPLEDIR%%/quick/controls/styles/main.qml >+%%QT_EXAMPLEDIR%%/quick/controls/styles/styles.pro >+%%QT_EXAMPLEDIR%%/quick/controls/styles/styles.qrc >+%%QT_EXAMPLEDIR%%/quick/controls/tableview/main.qml >+%%QT_EXAMPLEDIR%%/quick/controls/tableview/src/main.cpp >+%%QT_EXAMPLEDIR%%/quick/controls/tableview/src/sortfilterproxymodel.cpp >+%%QT_EXAMPLEDIR%%/quick/controls/tableview/src/sortfilterproxymodel.h >+%%QT_EXAMPLEDIR%%/quick/controls/tableview/src/src.pri >+%%QT_EXAMPLEDIR%%/quick/controls/tableview/tableview.pro >+%%QT_EXAMPLEDIR%%/quick/controls/tableview/tableview.qrc >+%%QT_EXAMPLEDIR%%/quick/controls/texteditor/example.html >+%%QT_EXAMPLEDIR%%/quick/controls/texteditor/qml/ToolBarSeparator.qml >+%%QT_EXAMPLEDIR%%/quick/controls/texteditor/qml/images/editcopy.png >+%%QT_EXAMPLEDIR%%/quick/controls/texteditor/qml/images/editcut.png >+%%QT_EXAMPLEDIR%%/quick/controls/texteditor/qml/images/editpaste.png >+%%QT_EXAMPLEDIR%%/quick/controls/texteditor/qml/images/editredo.png >+%%QT_EXAMPLEDIR%%/quick/controls/texteditor/qml/images/editundo.png >+%%QT_EXAMPLEDIR%%/quick/controls/texteditor/qml/images/exportpdf.png >+%%QT_EXAMPLEDIR%%/quick/controls/texteditor/qml/images/filenew.png >+%%QT_EXAMPLEDIR%%/quick/controls/texteditor/qml/images/fileopen.png >+%%QT_EXAMPLEDIR%%/quick/controls/texteditor/qml/images/fileprint.png >+%%QT_EXAMPLEDIR%%/quick/controls/texteditor/qml/images/filesave.png >+%%QT_EXAMPLEDIR%%/quick/controls/texteditor/qml/images/qt-logo.png >+%%QT_EXAMPLEDIR%%/quick/controls/texteditor/qml/images/textbold.png >+%%QT_EXAMPLEDIR%%/quick/controls/texteditor/qml/images/textcenter.png >+%%QT_EXAMPLEDIR%%/quick/controls/texteditor/qml/images/textitalic.png >+%%QT_EXAMPLEDIR%%/quick/controls/texteditor/qml/images/textjustify.png >+%%QT_EXAMPLEDIR%%/quick/controls/texteditor/qml/images/textleft.png >+%%QT_EXAMPLEDIR%%/quick/controls/texteditor/qml/images/textright.png >+%%QT_EXAMPLEDIR%%/quick/controls/texteditor/qml/images/textunder.png >+%%QT_EXAMPLEDIR%%/quick/controls/texteditor/qml/images/zoomin.png >+%%QT_EXAMPLEDIR%%/quick/controls/texteditor/qml/images/zoomout.png >+%%QT_EXAMPLEDIR%%/quick/controls/texteditor/qml/main.qml >+%%QT_EXAMPLEDIR%%/quick/controls/texteditor/resources.qrc >+%%QT_EXAMPLEDIR%%/quick/controls/texteditor/src/documenthandler.cpp >+%%QT_EXAMPLEDIR%%/quick/controls/texteditor/src/documenthandler.h >+%%QT_EXAMPLEDIR%%/quick/controls/texteditor/src/main.cpp >+%%QT_EXAMPLEDIR%%/quick/controls/texteditor/src/src.pri >+%%QT_EXAMPLEDIR%%/quick/controls/texteditor/texteditor.pro >+%%QT_EXAMPLEDIR%%/quick/controls/touch/content/AndroidDelegate.qml >+%%QT_EXAMPLEDIR%%/quick/controls/touch/content/ButtonPage.qml >+%%QT_EXAMPLEDIR%%/quick/controls/touch/content/ListPage.qml >+%%QT_EXAMPLEDIR%%/quick/controls/touch/content/ProgressBarPage.qml >+%%QT_EXAMPLEDIR%%/quick/controls/touch/content/SliderPage.qml >+%%QT_EXAMPLEDIR%%/quick/controls/touch/content/TabBarPage.qml >+%%QT_EXAMPLEDIR%%/quick/controls/touch/content/TextInputPage.qml >+%%QT_EXAMPLEDIR%%/quick/controls/touch/images/NOTICE.txt >+%%QT_EXAMPLEDIR%%/quick/controls/touch/images/button_default.png >+%%QT_EXAMPLEDIR%%/quick/controls/touch/images/button_pressed.png >+%%QT_EXAMPLEDIR%%/quick/controls/touch/images/navigation_next_item.png >+%%QT_EXAMPLEDIR%%/quick/controls/touch/images/navigation_previous_item.png >+%%QT_EXAMPLEDIR%%/quick/controls/touch/images/tab_selected.png >+%%QT_EXAMPLEDIR%%/quick/controls/touch/images/tabs_standard.png >+%%QT_EXAMPLEDIR%%/quick/controls/touch/images/textinput.png >+%%QT_EXAMPLEDIR%%/quick/controls/touch/images/toolbar.png >+%%QT_EXAMPLEDIR%%/quick/controls/touch/main.qml >+%%QT_EXAMPLEDIR%%/quick/controls/touch/resources.qrc >+%%QT_EXAMPLEDIR%%/quick/controls/touch/src/main.cpp >+%%QT_EXAMPLEDIR%%/quick/controls/touch/src/src.pri >+%%QT_EXAMPLEDIR%%/quick/controls/touch/touch.pro >+%%QT_EXAMPLEDIR%%/quick/controls/touch/touch.qmlproject >+%%QT_EXAMPLEDIR%%/quick/controls/uiforms/MainForm.ui.qml >+%%QT_EXAMPLEDIR%%/quick/controls/uiforms/main.cpp >+%%QT_EXAMPLEDIR%%/quick/controls/uiforms/main.qml >+%%QT_EXAMPLEDIR%%/quick/controls/uiforms/qml/CustomerModel.qml >+%%QT_EXAMPLEDIR%%/quick/controls/uiforms/qml/History.qml >+%%QT_EXAMPLEDIR%%/quick/controls/uiforms/qml/HistoryForm.ui.qml >+%%QT_EXAMPLEDIR%%/quick/controls/uiforms/qml/Notes.qml >+%%QT_EXAMPLEDIR%%/quick/controls/uiforms/qml/NotesForm.ui.qml >+%%QT_EXAMPLEDIR%%/quick/controls/uiforms/qml/Settings.qml >+%%QT_EXAMPLEDIR%%/quick/controls/uiforms/qml/SettingsForm.ui.qml >+%%QT_EXAMPLEDIR%%/quick/controls/uiforms/uiforms.pro >+%%QT_EXAMPLEDIR%%/quick/controls/uiforms/uiforms.qrc >+%%QT_EXAMPLEDIR%%/quick/customitems/customitems.pro >+%%QT_EXAMPLEDIR%%/quick/customitems/dialcontrol/content/Dial.qml >+%%QT_EXAMPLEDIR%%/quick/customitems/dialcontrol/content/QuitButton.qml >+%%QT_EXAMPLEDIR%%/quick/customitems/dialcontrol/content/background.png >+%%QT_EXAMPLEDIR%%/quick/customitems/dialcontrol/content/needle.png >+%%QT_EXAMPLEDIR%%/quick/customitems/dialcontrol/content/needle_shadow.png >+%%QT_EXAMPLEDIR%%/quick/customitems/dialcontrol/content/overlay.png >+%%QT_EXAMPLEDIR%%/quick/customitems/dialcontrol/content/quit.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/flipable/content/5_heart.png >+%%QT_EXAMPLEDIR%%/quick/customitems/flipable/content/9_club.png >+%%QT_EXAMPLEDIR%%/quick/customitems/flipable/content/Card.qml >+%%QT_EXAMPLEDIR%%/quick/customitems/flipable/content/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.qml >+%%QT_EXAMPLEDIR%%/quick/customitems/flipable/flipable.qmlproject >+%%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/TextBalloonPlugin/plugin.h >+%%QT_EXAMPLEDIR%%/quick/customitems/painteditem/TextBalloonPlugin/qmldir >+%%QT_EXAMPLEDIR%%/quick/customitems/painteditem/painteditem.pro >+%%QT_EXAMPLEDIR%%/quick/customitems/painteditem/painteditem.qrc >+%%QT_EXAMPLEDIR%%/quick/customitems/painteditem/textballoon.cpp >+%%QT_EXAMPLEDIR%%/quick/customitems/painteditem/textballoon.h >+%%QT_EXAMPLEDIR%%/quick/customitems/painteditem/textballoons.qml >+%%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.qml >+%%QT_EXAMPLEDIR%%/quick/customitems/scrollbar/pics/niagara_falls.jpg >+%%QT_EXAMPLEDIR%%/quick/customitems/scrollbar/scrollbar.qmlproject >+%%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.qml >+%%QT_EXAMPLEDIR%%/quick/customitems/searchbox/searchbox.qmlproject >+%%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.qml >+%%QT_EXAMPLEDIR%%/quick/customitems/spinner/spinner.qmlproject >+%%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.qml >+%%QT_EXAMPLEDIR%%/quick/customitems/tabwidget/tabwidget.qmlproject >+%%QT_EXAMPLEDIR%%/quick/demos/calqlatr/calqlatr.pro >+%%QT_EXAMPLEDIR%%/quick/demos/calqlatr/calqlatr.qml >+%%QT_EXAMPLEDIR%%/quick/demos/calqlatr/calqlatr.qmlproject >+%%QT_EXAMPLEDIR%%/quick/demos/calqlatr/calqlatr.qrc >+%%QT_EXAMPLEDIR%%/quick/demos/calqlatr/content/Button.qml >+%%QT_EXAMPLEDIR%%/quick/demos/calqlatr/content/Display.qml >+%%QT_EXAMPLEDIR%%/quick/demos/calqlatr/content/NumberPad.qml >+%%QT_EXAMPLEDIR%%/quick/demos/calqlatr/content/calculator.js >+%%QT_EXAMPLEDIR%%/quick/demos/calqlatr/content/images/paper-edge-left.png >+%%QT_EXAMPLEDIR%%/quick/demos/calqlatr/content/images/paper-edge-right.png >+%%QT_EXAMPLEDIR%%/quick/demos/calqlatr/content/images/paper-grip.png >+%%QT_EXAMPLEDIR%%/quick/demos/calqlatr/doc/images/qtquick-demo-calqlatr.png >+%%QT_EXAMPLEDIR%%/quick/demos/calqlatr/doc/src/calqlatr.qdoc >+%%QT_EXAMPLEDIR%%/quick/demos/calqlatr/main.cpp >+%%QT_EXAMPLEDIR%%/quick/demos/clocks/clocks.pro >+%%QT_EXAMPLEDIR%%/quick/demos/clocks/clocks.qml >+%%QT_EXAMPLEDIR%%/quick/demos/clocks/clocks.qmlproject >+%%QT_EXAMPLEDIR%%/quick/demos/clocks/clocks.qrc >+%%QT_EXAMPLEDIR%%/quick/demos/clocks/content/Clock.qml >+%%QT_EXAMPLEDIR%%/quick/demos/clocks/content/arrow.png >+%%QT_EXAMPLEDIR%%/quick/demos/clocks/content/background.png >+%%QT_EXAMPLEDIR%%/quick/demos/clocks/content/center.png >+%%QT_EXAMPLEDIR%%/quick/demos/clocks/content/clock-night.png >+%%QT_EXAMPLEDIR%%/quick/demos/clocks/content/clock.png >+%%QT_EXAMPLEDIR%%/quick/demos/clocks/content/hour.png >+%%QT_EXAMPLEDIR%%/quick/demos/clocks/content/minute.png >+%%QT_EXAMPLEDIR%%/quick/demos/clocks/content/quit.png >+%%QT_EXAMPLEDIR%%/quick/demos/clocks/content/second.png >+%%QT_EXAMPLEDIR%%/quick/demos/clocks/doc/images/qtquick-demo-clocks-small.png >+%%QT_EXAMPLEDIR%%/quick/demos/clocks/doc/src/clocks.qdoc >+%%QT_EXAMPLEDIR%%/quick/demos/clocks/main.cpp >+%%QT_EXAMPLEDIR%%/quick/demos/demos.pro >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/content/BuildButton.qml >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/content/GameCanvas.qml >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/content/GameOverScreen.qml >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/content/InfoBar.qml >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/content/NewGameScreen.qml >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/content/SoundEffect.qml >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/content/audio/bomb-action.wav >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/content/audio/catch-action.wav >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/content/audio/catch.wav >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/content/audio/currency.wav >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/content/audio/factory-action.wav >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/content/audio/melee-action.wav >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/content/audio/projectile-action.wav >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/content/audio/shooter-action.wav >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/content/gfx/background.png >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/content/gfx/bomb-action.png >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/content/gfx/bomb-idle.png >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/content/gfx/bomb.png >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/content/gfx/button-help.png >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/content/gfx/button-play.png >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/content/gfx/catch-action.png >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/content/gfx/catch.png >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/content/gfx/cloud.png >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/content/gfx/currency.png >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/content/gfx/dialog-bomb.png >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/content/gfx/dialog-factory.png >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/content/gfx/dialog-melee.png >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/content/gfx/dialog-pointer.png >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/content/gfx/dialog-shooter.png >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/content/gfx/dialog.png >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/content/gfx/factory-action.png >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/content/gfx/factory-idle.png >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/content/gfx/factory.png >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/content/gfx/grid.png >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/content/gfx/help.png >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/content/gfx/lifes.png >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/content/gfx/logo-bubble.png >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/content/gfx/logo-fish.png >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/content/gfx/logo.png >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/content/gfx/melee-action.png >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/content/gfx/melee-idle.png >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/content/gfx/melee.png >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/content/gfx/mob-idle.png >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/content/gfx/mob.png >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/content/gfx/points.png >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/content/gfx/projectile-action.png >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/content/gfx/projectile.png >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/content/gfx/scores.png >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/content/gfx/shooter-action.png >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/content/gfx/shooter-idle.png >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/content/gfx/shooter.png >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/content/gfx/sunlight.png >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/content/gfx/text-1.png >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/content/gfx/text-2.png >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/content/gfx/text-3.png >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/content/gfx/text-blank.png >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/content/gfx/text-gameover.png >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/content/gfx/text-go.png >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/content/gfx/wave.png >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/content/logic.js >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/content/mobs/MobBase.qml >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/content/towers/Bomb.qml >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/content/towers/Factory.qml >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/content/towers/Melee.qml >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/content/towers/Ranged.qml >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/content/towers/TowerBase.qml >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/doc/images/qtquick-demo-maroon-med-1.png >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/doc/images/qtquick-demo-maroon-med-2.png >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/doc/images/qtquick-demo-maroon-med-3.jpg >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/doc/images/qtquick-demo-maroon-med-4.jpg >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/doc/images/qtquick-demo-maroon-med-5.jpg >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/doc/images/qtquick-demo-maroon-med-6.jpg >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/doc/src/maroon.qdoc >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/main.cpp >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/maroon.pro >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/maroon.qml >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/maroon.qmlproject >+%%QT_EXAMPLEDIR%%/quick/demos/maroon/maroon.qrc >+%%QT_EXAMPLEDIR%%/quick/demos/photosurface/doc/images/qtquick-demo-photosurface-small.png >+%%QT_EXAMPLEDIR%%/quick/demos/photosurface/doc/src/photosurface.qdoc >+%%QT_EXAMPLEDIR%%/quick/demos/photosurface/main.cpp >+%%QT_EXAMPLEDIR%%/quick/demos/photosurface/photosurface.pro >+%%QT_EXAMPLEDIR%%/quick/demos/photosurface/photosurface.qml >+%%QT_EXAMPLEDIR%%/quick/demos/photosurface/photosurface.qmlproject >+%%QT_EXAMPLEDIR%%/quick/demos/photosurface/photosurface.qrc >+%%QT_EXAMPLEDIR%%/quick/demos/photosurface/resources/folder.png >+%%QT_EXAMPLEDIR%%/quick/demos/photosurface/resources/icon.png >+%%QT_EXAMPLEDIR%%/quick/demos/photosurface/resources/photosurface.icns >+%%QT_EXAMPLEDIR%%/quick/demos/photosurface/resources/photosurface.ico >+%%QT_EXAMPLEDIR%%/quick/demos/photosurface/resources/photosurface.rc >+%%QT_EXAMPLEDIR%%/quick/demos/photoviewer/PhotoViewerCore/AlbumDelegate.qml >+%%QT_EXAMPLEDIR%%/quick/demos/photoviewer/PhotoViewerCore/BusyIndicator.qml >+%%QT_EXAMPLEDIR%%/quick/demos/photoviewer/PhotoViewerCore/Button.qml >+%%QT_EXAMPLEDIR%%/quick/demos/photoviewer/PhotoViewerCore/EditableButton.qml >+%%QT_EXAMPLEDIR%%/quick/demos/photoviewer/PhotoViewerCore/PhotoDelegate.qml >+%%QT_EXAMPLEDIR%%/quick/demos/photoviewer/PhotoViewerCore/ProgressBar.qml >+%%QT_EXAMPLEDIR%%/quick/demos/photoviewer/PhotoViewerCore/RssModel.qml >+%%QT_EXAMPLEDIR%%/quick/demos/photoviewer/PhotoViewerCore/Tag.qml >+%%QT_EXAMPLEDIR%%/quick/demos/photoviewer/PhotoViewerCore/images/box-shadow.png >+%%QT_EXAMPLEDIR%%/quick/demos/photoviewer/PhotoViewerCore/images/busy.png >+%%QT_EXAMPLEDIR%%/quick/demos/photoviewer/PhotoViewerCore/images/cardboard.png >+%%QT_EXAMPLEDIR%%/quick/demos/photoviewer/PhotoViewerCore/script/script.js >+%%QT_EXAMPLEDIR%%/quick/demos/photoviewer/deployment.pri >+%%QT_EXAMPLEDIR%%/quick/demos/photoviewer/doc/images/qtquick-demo-photoviewer-small.png >+%%QT_EXAMPLEDIR%%/quick/demos/photoviewer/doc/src/photoviewer.qdoc >+%%QT_EXAMPLEDIR%%/quick/demos/photoviewer/i18n/qml_de.qm >+%%QT_EXAMPLEDIR%%/quick/demos/photoviewer/i18n/qml_de.ts >+%%QT_EXAMPLEDIR%%/quick/demos/photoviewer/i18n/qml_fr.qm >+%%QT_EXAMPLEDIR%%/quick/demos/photoviewer/i18n/qml_fr.ts >+%%QT_EXAMPLEDIR%%/quick/demos/photoviewer/main.cpp >+%%QT_EXAMPLEDIR%%/quick/demos/photoviewer/main.qml >+%%QT_EXAMPLEDIR%%/quick/demos/photoviewer/photoviewer.pro >+%%QT_EXAMPLEDIR%%/quick/demos/photoviewer/qml.qrc >+%%QT_EXAMPLEDIR%%/quick/demos/rssnews/content/BusyIndicator.qml >+%%QT_EXAMPLEDIR%%/quick/demos/rssnews/content/CategoryDelegate.qml >+%%QT_EXAMPLEDIR%%/quick/demos/rssnews/content/NewsDelegate.qml >+%%QT_EXAMPLEDIR%%/quick/demos/rssnews/content/RssFeeds.qml >+%%QT_EXAMPLEDIR%%/quick/demos/rssnews/content/ScrollBar.qml >+%%QT_EXAMPLEDIR%%/quick/demos/rssnews/content/images/Asia.jpg >+%%QT_EXAMPLEDIR%%/quick/demos/rssnews/content/images/Business.jpg >+%%QT_EXAMPLEDIR%%/quick/demos/rssnews/content/images/Entertainment.jpg >+%%QT_EXAMPLEDIR%%/quick/demos/rssnews/content/images/Europe.jpg >+%%QT_EXAMPLEDIR%%/quick/demos/rssnews/content/images/Health.jpg >+%%QT_EXAMPLEDIR%%/quick/demos/rssnews/content/images/Politics.jpg >+%%QT_EXAMPLEDIR%%/quick/demos/rssnews/content/images/Science.jpg >+%%QT_EXAMPLEDIR%%/quick/demos/rssnews/content/images/Sports.jpg >+%%QT_EXAMPLEDIR%%/quick/demos/rssnews/content/images/Technology.jpg >+%%QT_EXAMPLEDIR%%/quick/demos/rssnews/content/images/TopStories.jpg >+%%QT_EXAMPLEDIR%%/quick/demos/rssnews/content/images/USNational.jpg >+%%QT_EXAMPLEDIR%%/quick/demos/rssnews/content/images/World.jpg >+%%QT_EXAMPLEDIR%%/quick/demos/rssnews/content/images/btn_close.png >+%%QT_EXAMPLEDIR%%/quick/demos/rssnews/content/images/busy.png >+%%QT_EXAMPLEDIR%%/quick/demos/rssnews/content/images/scrollbar.png >+%%QT_EXAMPLEDIR%%/quick/demos/rssnews/doc/images/qtquick-demo-rssnews-small.png >+%%QT_EXAMPLEDIR%%/quick/demos/rssnews/doc/src/rssnews.qdoc >+%%QT_EXAMPLEDIR%%/quick/demos/rssnews/main.cpp >+%%QT_EXAMPLEDIR%%/quick/demos/rssnews/rssnews.pro >+%%QT_EXAMPLEDIR%%/quick/demos/rssnews/rssnews.qml >+%%QT_EXAMPLEDIR%%/quick/demos/rssnews/rssnews.qmlproject >+%%QT_EXAMPLEDIR%%/quick/demos/rssnews/rssnews.qrc >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/+blackberry/Settings.qml >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/BBSettings.qml >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/Block.qml >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/BlockEmitter.qml >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/Button.qml >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/GameArea.qml >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/LogoAnimation.qml >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/MenuEmitter.qml >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/PaintEmitter.qml >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/PrimaryPack.qml >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/PuzzleBlock.qml >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/SamegameText.qml >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/Settings.qml >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/SimpleBlock.qml >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/SmokeText.qml >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/gfx/background-puzzle.png >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/gfx/background.png >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/gfx/bar.png >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/gfx/blue-puzzle.png >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/gfx/blue.png >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/gfx/bubble-highscore.png >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/gfx/bubble-puzzle.png >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/gfx/but-game-1.png >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/gfx/but-game-2.png >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/gfx/but-game-3.png >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/gfx/but-game-4.png >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/gfx/but-game-new.png >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/gfx/but-menu.png >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/gfx/but-puzzle-next.png >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/gfx/but-quit.png >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/gfx/green-puzzle.png >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/gfx/green.png >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/gfx/icon-fail.png >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/gfx/icon-ok.png >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/gfx/icon-time.png >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/gfx/logo-a.png >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/gfx/logo-e.png >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/gfx/logo-g.png >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/gfx/logo-m.png >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/gfx/logo-s.png >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/gfx/logo.png >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/gfx/particle-brick.png >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/gfx/particle-paint.png >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/gfx/particle-smoke.png >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/gfx/red-puzzle.png >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/gfx/red.png >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/gfx/text-highscore-new.png >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/gfx/text-highscore.png >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/gfx/text-no-winner.png >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/gfx/text-p1-go.png >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/gfx/text-p1-won.png >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/gfx/text-p1.png >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/gfx/text-p2-go.png >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/gfx/text-p2-won.png >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/gfx/text-p2.png >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/gfx/yellow-puzzle.png >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/gfx/yellow.png >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/levels/TemplateBase.qml >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/levels/level0.qml >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/levels/level1.qml >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/levels/level2.qml >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/levels/level3.qml >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/levels/level4.qml >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/levels/level5.qml >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/levels/level6.qml >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/levels/level7.qml >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/levels/level8.qml >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/levels/level9.qml >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/qmldir >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/content/samegame.js >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/doc/images/qtquick-demo-samegame-med-1.png >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/doc/images/qtquick-demo-samegame-med-2.png >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/doc/src/samegame.qdoc >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/main.cpp >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/samegame.pro >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/samegame.qml >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/samegame.qmlproject >+%%QT_EXAMPLEDIR%%/quick/demos/samegame/samegame.qrc >+%%QT_EXAMPLEDIR%%/quick/demos/stocqt/content/Button.qml >+%%QT_EXAMPLEDIR%%/quick/demos/stocqt/content/CheckBox.qml >+%%QT_EXAMPLEDIR%%/quick/demos/stocqt/content/StockChart.qml >+%%QT_EXAMPLEDIR%%/quick/demos/stocqt/content/StockInfo.qml >+%%QT_EXAMPLEDIR%%/quick/demos/stocqt/content/StockListModel.qml >+%%QT_EXAMPLEDIR%%/quick/demos/stocqt/content/StockListView.qml >+%%QT_EXAMPLEDIR%%/quick/demos/stocqt/content/StockModel.qml >+%%QT_EXAMPLEDIR%%/quick/demos/stocqt/content/StockSettingsPanel.qml >+%%QT_EXAMPLEDIR%%/quick/demos/stocqt/content/StockView.qml >+%%QT_EXAMPLEDIR%%/quick/demos/stocqt/content/images/icon-left-arrow.png >+%%QT_EXAMPLEDIR%%/quick/demos/stocqt/content/images/wheel-touch.png >+%%QT_EXAMPLEDIR%%/quick/demos/stocqt/content/images/wheel.png >+%%QT_EXAMPLEDIR%%/quick/demos/stocqt/doc/images/qtquick-demo-stocqt.png >+%%QT_EXAMPLEDIR%%/quick/demos/stocqt/doc/src/stocqt.qdoc >+%%QT_EXAMPLEDIR%%/quick/demos/stocqt/main.cpp >+%%QT_EXAMPLEDIR%%/quick/demos/stocqt/stocqt.pro >+%%QT_EXAMPLEDIR%%/quick/demos/stocqt/stocqt.qml >+%%QT_EXAMPLEDIR%%/quick/demos/stocqt/stocqt.qmlproject >+%%QT_EXAMPLEDIR%%/quick/demos/stocqt/stocqt.qrc >+%%QT_EXAMPLEDIR%%/quick/demos/tweetsearch/content/FlipBar.qml >+%%QT_EXAMPLEDIR%%/quick/demos/tweetsearch/content/LineInput.qml >+%%QT_EXAMPLEDIR%%/quick/demos/tweetsearch/content/ListFooter.qml >+%%QT_EXAMPLEDIR%%/quick/demos/tweetsearch/content/ListHeader.qml >+%%QT_EXAMPLEDIR%%/quick/demos/tweetsearch/content/SearchDelegate.qml >+%%QT_EXAMPLEDIR%%/quick/demos/tweetsearch/content/TweetDelegate.qml >+%%QT_EXAMPLEDIR%%/quick/demos/tweetsearch/content/TweetsModel.qml >+%%QT_EXAMPLEDIR%%/quick/demos/tweetsearch/content/resources/anonymous.png >+%%QT_EXAMPLEDIR%%/quick/demos/tweetsearch/content/resources/bird-anim-sprites.png >+%%QT_EXAMPLEDIR%%/quick/demos/tweetsearch/content/resources/icon-clear.png >+%%QT_EXAMPLEDIR%%/quick/demos/tweetsearch/content/resources/icon-loading.png >+%%QT_EXAMPLEDIR%%/quick/demos/tweetsearch/content/resources/icon-refresh.png >+%%QT_EXAMPLEDIR%%/quick/demos/tweetsearch/content/resources/icon-search.png >+%%QT_EXAMPLEDIR%%/quick/demos/tweetsearch/content/tweetsearch.js >+%%QT_EXAMPLEDIR%%/quick/demos/tweetsearch/doc/images/qtquick-demo-tweetsearch-med-1.png >+%%QT_EXAMPLEDIR%%/quick/demos/tweetsearch/doc/images/qtquick-demo-tweetsearch-med-2.png >+%%QT_EXAMPLEDIR%%/quick/demos/tweetsearch/doc/src/tweetsearch.qdoc >+%%QT_EXAMPLEDIR%%/quick/demos/tweetsearch/main.cpp >+%%QT_EXAMPLEDIR%%/quick/demos/tweetsearch/tweetsearch.pro >+%%QT_EXAMPLEDIR%%/quick/demos/tweetsearch/tweetsearch.qml >+%%QT_EXAMPLEDIR%%/quick/demos/tweetsearch/tweetsearch.qmlproject >+%%QT_EXAMPLEDIR%%/quick/demos/tweetsearch/tweetsearch.qrc >+%%QT_EXAMPLEDIR%%/quick/dialogs/dialogs.pro >+%%QT_EXAMPLEDIR%%/quick/dialogs/systemdialogs/ColorDialogs.qml >+%%QT_EXAMPLEDIR%%/quick/dialogs/systemdialogs/CustomDialogs.qml >+%%QT_EXAMPLEDIR%%/quick/dialogs/systemdialogs/FileDialogs.qml >+%%QT_EXAMPLEDIR%%/quick/dialogs/systemdialogs/FontDialogs.qml >+%%QT_EXAMPLEDIR%%/quick/dialogs/systemdialogs/MessageDialogs.qml >+%%QT_EXAMPLEDIR%%/quick/dialogs/systemdialogs/doc/images/systemdialogs-example.jpg >+%%QT_EXAMPLEDIR%%/quick/dialogs/systemdialogs/doc/src/systemdialogs.qdoc >+%%QT_EXAMPLEDIR%%/quick/dialogs/systemdialogs/main.cpp >+%%QT_EXAMPLEDIR%%/quick/dialogs/systemdialogs/systemdialogs.pro >+%%QT_EXAMPLEDIR%%/quick/dialogs/systemdialogs/systemdialogs.qml >+%%QT_EXAMPLEDIR%%/quick/dialogs/systemdialogs/systemdialogs.qrc >+%%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/gridview.qml >+%%QT_EXAMPLEDIR%%/quick/embeddedinwidgets/TextBox.qml >+%%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/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/extras/dashboard/dashboard.pro >+%%QT_EXAMPLEDIR%%/quick/extras/dashboard/dashboard.qrc >+%%QT_EXAMPLEDIR%%/quick/extras/dashboard/fonts/DejaVuSans.ttf >+%%QT_EXAMPLEDIR%%/quick/extras/dashboard/fonts/LICENSE >+%%QT_EXAMPLEDIR%%/quick/extras/dashboard/images/fuel-icon.png >+%%QT_EXAMPLEDIR%%/quick/extras/dashboard/images/temperature-icon.png >+%%QT_EXAMPLEDIR%%/quick/extras/dashboard/main.cpp >+%%QT_EXAMPLEDIR%%/quick/extras/dashboard/qml/DashboardGaugeStyle.qml >+%%QT_EXAMPLEDIR%%/quick/extras/dashboard/qml/IconGaugeStyle.qml >+%%QT_EXAMPLEDIR%%/quick/extras/dashboard/qml/TachometerStyle.qml >+%%QT_EXAMPLEDIR%%/quick/extras/dashboard/qml/TurnIndicator.qml >+%%QT_EXAMPLEDIR%%/quick/extras/dashboard/qml/ValueSource.qml >+%%QT_EXAMPLEDIR%%/quick/extras/dashboard/qml/dashboard.qml >+%%QT_EXAMPLEDIR%%/quick/extras/extras.pro >+%%QT_EXAMPLEDIR%%/quick/extras/flat/Content.qml >+%%QT_EXAMPLEDIR%%/quick/extras/flat/SettingsIcon.qml >+%%QT_EXAMPLEDIR%%/quick/extras/flat/flat.pro >+%%QT_EXAMPLEDIR%%/quick/extras/flat/flat.qrc >+%%QT_EXAMPLEDIR%%/quick/extras/flat/images/piemenu-bw-normal.png >+%%QT_EXAMPLEDIR%%/quick/extras/flat/images/piemenu-bw-pressed.png >+%%QT_EXAMPLEDIR%%/quick/extras/flat/images/piemenu-image-bw.jpg >+%%QT_EXAMPLEDIR%%/quick/extras/flat/images/piemenu-image-rgb.jpg >+%%QT_EXAMPLEDIR%%/quick/extras/flat/images/piemenu-image-sepia.jpg >+%%QT_EXAMPLEDIR%%/quick/extras/flat/images/piemenu-rgb-normal.png >+%%QT_EXAMPLEDIR%%/quick/extras/flat/images/piemenu-rgb-pressed.png >+%%QT_EXAMPLEDIR%%/quick/extras/flat/images/piemenu-sepia-normal.png >+%%QT_EXAMPLEDIR%%/quick/extras/flat/images/piemenu-sepia-pressed.png >+%%QT_EXAMPLEDIR%%/quick/extras/flat/main.cpp >+%%QT_EXAMPLEDIR%%/quick/extras/flat/main.qml >+%%QT_EXAMPLEDIR%%/quick/extras/gallery/fonts/LICENSE.txt >+%%QT_EXAMPLEDIR%%/quick/extras/gallery/fonts/OpenSans-Regular.ttf >+%%QT_EXAMPLEDIR%%/quick/extras/gallery/gallery.pro >+%%QT_EXAMPLEDIR%%/quick/extras/gallery/gallery.qrc >+%%QT_EXAMPLEDIR%%/quick/extras/gallery/images/background-light.png >+%%QT_EXAMPLEDIR%%/quick/extras/gallery/images/background.png >+%%QT_EXAMPLEDIR%%/quick/extras/gallery/images/center-light.png >+%%QT_EXAMPLEDIR%%/quick/extras/gallery/images/center.png >+%%QT_EXAMPLEDIR%%/quick/extras/gallery/images/icon-back.png >+%%QT_EXAMPLEDIR%%/quick/extras/gallery/images/icon-go.png >+%%QT_EXAMPLEDIR%%/quick/extras/gallery/images/icon-settings.png >+%%QT_EXAMPLEDIR%%/quick/extras/gallery/images/info.png >+%%QT_EXAMPLEDIR%%/quick/extras/gallery/images/needle-light.png >+%%QT_EXAMPLEDIR%%/quick/extras/gallery/images/needle.png >+%%QT_EXAMPLEDIR%%/quick/extras/gallery/images/qt-logo.png >+%%QT_EXAMPLEDIR%%/quick/extras/gallery/images/zoom_in.png >+%%QT_EXAMPLEDIR%%/quick/extras/gallery/images/zoom_out.png >+%%QT_EXAMPLEDIR%%/quick/extras/gallery/main.cpp >+%%QT_EXAMPLEDIR%%/quick/extras/gallery/qml/BlackButtonBackground.qml >+%%QT_EXAMPLEDIR%%/quick/extras/gallery/qml/BlackButtonStyle.qml >+%%QT_EXAMPLEDIR%%/quick/extras/gallery/qml/CircularGaugeDarkStyle.qml >+%%QT_EXAMPLEDIR%%/quick/extras/gallery/qml/CircularGaugeDefaultStyle.qml >+%%QT_EXAMPLEDIR%%/quick/extras/gallery/qml/CircularGaugeLightStyle.qml >+%%QT_EXAMPLEDIR%%/quick/extras/gallery/qml/CircularGaugeView.qml >+%%QT_EXAMPLEDIR%%/quick/extras/gallery/qml/ControlLabel.qml >+%%QT_EXAMPLEDIR%%/quick/extras/gallery/qml/ControlView.qml >+%%QT_EXAMPLEDIR%%/quick/extras/gallery/qml/ControlViewToolbar.qml >+%%QT_EXAMPLEDIR%%/quick/extras/gallery/qml/CustomizerLabel.qml >+%%QT_EXAMPLEDIR%%/quick/extras/gallery/qml/CustomizerSlider.qml >+%%QT_EXAMPLEDIR%%/quick/extras/gallery/qml/CustomizerSwitch.qml >+%%QT_EXAMPLEDIR%%/quick/extras/gallery/qml/FlickableMoreIndicator.qml >+%%QT_EXAMPLEDIR%%/quick/extras/gallery/qml/PieMenuControlView.qml >+%%QT_EXAMPLEDIR%%/quick/extras/gallery/qml/PieMenuDarkStyle.qml >+%%QT_EXAMPLEDIR%%/quick/extras/gallery/qml/PieMenuDefaultStyle.qml >+%%QT_EXAMPLEDIR%%/quick/extras/gallery/qml/StylePicker.qml >+%%QT_EXAMPLEDIR%%/quick/extras/gallery/qml/gallery.qml >+%%QT_EXAMPLEDIR%%/quick/imageelements/animatedsprite.qml >+%%QT_EXAMPLEDIR%%/quick/imageelements/borderimage.qml >+%%QT_EXAMPLEDIR%%/quick/imageelements/content/BearSheet.png >+%%QT_EXAMPLEDIR%%/quick/imageelements/content/BorderImageSelector.qml >+%%QT_EXAMPLEDIR%%/quick/imageelements/content/ImageCell.qml >+%%QT_EXAMPLEDIR%%/quick/imageelements/content/MyBorderImage.qml >+%%QT_EXAMPLEDIR%%/quick/imageelements/content/ShadowRectangle.qml >+%%QT_EXAMPLEDIR%%/quick/imageelements/content/arrow.png >+%%QT_EXAMPLEDIR%%/quick/imageelements/content/bw.png >+%%QT_EXAMPLEDIR%%/quick/imageelements/content/colors-round.sci >+%%QT_EXAMPLEDIR%%/quick/imageelements/content/colors-stretch.sci >+%%QT_EXAMPLEDIR%%/quick/imageelements/content/colors.png >+%%QT_EXAMPLEDIR%%/quick/imageelements/content/qt-logo.png >+%%QT_EXAMPLEDIR%%/quick/imageelements/content/shadow.png >+%%QT_EXAMPLEDIR%%/quick/imageelements/content/speaker.png >+%%QT_EXAMPLEDIR%%/quick/imageelements/doc/images/qml-imageelements-example.png >+%%QT_EXAMPLEDIR%%/quick/imageelements/doc/src/imageelements.qdoc >+%%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/shadows.qml >+%%QT_EXAMPLEDIR%%/quick/imageelements/spritesequence.qml >+%%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/keyinteraction/doc/images/qml-keyinteraction-example.png >+%%QT_EXAMPLEDIR%%/quick/keyinteraction/doc/src/keyinteraction.qdoc >+%%QT_EXAMPLEDIR%%/quick/keyinteraction/focus/Core/ContextMenu.qml >+%%QT_EXAMPLEDIR%%/quick/keyinteraction/focus/Core/GridMenu.qml >+%%QT_EXAMPLEDIR%%/quick/keyinteraction/focus/Core/ListMenu.qml >+%%QT_EXAMPLEDIR%%/quick/keyinteraction/focus/Core/ListViewDelegate.qml >+%%QT_EXAMPLEDIR%%/quick/keyinteraction/focus/Core/TabMenu.qml >+%%QT_EXAMPLEDIR%%/quick/keyinteraction/focus/Core/images/arrow.png >+%%QT_EXAMPLEDIR%%/quick/keyinteraction/focus/Core/images/qt-logo.png >+%%QT_EXAMPLEDIR%%/quick/keyinteraction/focus/focus.qml >+%%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/localstorage/doc/src/localstorage.qdoc >+%%QT_EXAMPLEDIR%%/quick/localstorage/localstorage.pro >+%%QT_EXAMPLEDIR%%/quick/localstorage/localstorage/hello.qml >+%%QT_EXAMPLEDIR%%/quick/localstorage/localstorage/localstorage.pro >+%%QT_EXAMPLEDIR%%/quick/localstorage/localstorage/localstorage.qml >+%%QT_EXAMPLEDIR%%/quick/localstorage/localstorage/localstorage.qmlproject >+%%QT_EXAMPLEDIR%%/quick/localstorage/localstorage/localstorage.qrc >+%%QT_EXAMPLEDIR%%/quick/localstorage/localstorage/main.cpp >+%%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/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/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/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/painteditem/textballoons/doc/images/declarative-textballoons_example.png >+%%QT_EXAMPLEDIR%%/quick/painteditem/textballoons/doc/src/textballoons.qdoc >+%%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/content/GreyButton.qml >+%%QT_EXAMPLEDIR%%/quick/particles/affectors/content/age.qml >+%%QT_EXAMPLEDIR%%/quick/particles/affectors/content/attractor.qml >+%%QT_EXAMPLEDIR%%/quick/particles/affectors/content/customaffector.qml >+%%QT_EXAMPLEDIR%%/quick/particles/affectors/content/friction.qml >+%%QT_EXAMPLEDIR%%/quick/particles/affectors/content/gravity.qml >+%%QT_EXAMPLEDIR%%/quick/particles/affectors/content/groupgoal.qml >+%%QT_EXAMPLEDIR%%/quick/particles/affectors/content/move.qml >+%%QT_EXAMPLEDIR%%/quick/particles/affectors/content/spritegoal.qml >+%%QT_EXAMPLEDIR%%/quick/particles/affectors/content/turbulence.qml >+%%QT_EXAMPLEDIR%%/quick/particles/affectors/content/wander.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/main.cpp >+%%QT_EXAMPLEDIR%%/quick/particles/customparticle/content/blurparticles.qml >+%%QT_EXAMPLEDIR%%/quick/particles/customparticle/content/fragmentshader.qml >+%%QT_EXAMPLEDIR%%/quick/particles/customparticle/content/imagecolors.qml >+%%QT_EXAMPLEDIR%%/quick/particles/customparticle/customparticle.pro >+%%QT_EXAMPLEDIR%%/quick/particles/customparticle/customparticle.qml >+%%QT_EXAMPLEDIR%%/quick/particles/customparticle/customparticle.qmlproject >+%%QT_EXAMPLEDIR%%/quick/particles/customparticle/customparticle.qrc >+%%QT_EXAMPLEDIR%%/quick/particles/customparticle/doc/images/qml-customparticle-example.png >+%%QT_EXAMPLEDIR%%/quick/particles/customparticle/doc/src/customparticle.qdoc >+%%QT_EXAMPLEDIR%%/quick/particles/customparticle/main.cpp >+%%QT_EXAMPLEDIR%%/quick/particles/emitters/content/burstandpulse.qml >+%%QT_EXAMPLEDIR%%/quick/particles/emitters/content/customemitter.qml >+%%QT_EXAMPLEDIR%%/quick/particles/emitters/content/emitmask.qml >+%%QT_EXAMPLEDIR%%/quick/particles/emitters/content/maximumemitted.qml >+%%QT_EXAMPLEDIR%%/quick/particles/emitters/content/shapeanddirection.qml >+%%QT_EXAMPLEDIR%%/quick/particles/emitters/content/trailemitter.qml >+%%QT_EXAMPLEDIR%%/quick/particles/emitters/content/velocityfrommotion.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/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/main.cpp >+%%QT_EXAMPLEDIR%%/quick/particles/imageparticle/content/allatonce.qml >+%%QT_EXAMPLEDIR%%/quick/particles/imageparticle/content/colored.qml >+%%QT_EXAMPLEDIR%%/quick/particles/imageparticle/content/colortable.qml >+%%QT_EXAMPLEDIR%%/quick/particles/imageparticle/content/deformation.qml >+%%QT_EXAMPLEDIR%%/quick/particles/imageparticle/content/rotation.qml >+%%QT_EXAMPLEDIR%%/quick/particles/imageparticle/content/sharing.qml >+%%QT_EXAMPLEDIR%%/quick/particles/imageparticle/content/sprites.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/main.cpp >+%%QT_EXAMPLEDIR%%/quick/particles/images.qrc >+%%QT_EXAMPLEDIR%%/quick/particles/images/_explo.png >+%%QT_EXAMPLEDIR%%/quick/particles/images/backgroundLeaves.jpg >+%%QT_EXAMPLEDIR%%/quick/particles/images/bear_tiles.png >+%%QT_EXAMPLEDIR%%/quick/particles/images/candle.png >+%%QT_EXAMPLEDIR%%/quick/particles/images/colortable.png >+%%QT_EXAMPLEDIR%%/quick/particles/images/finalfrontier.png >+%%QT_EXAMPLEDIR%%/quick/particles/images/flower.png >+%%QT_EXAMPLEDIR%%/quick/particles/images/matchmask.png >+%%QT_EXAMPLEDIR%%/quick/particles/images/meteor.png >+%%QT_EXAMPLEDIR%%/quick/particles/images/meteor_explo.png >+%%QT_EXAMPLEDIR%%/quick/particles/images/meteors.png >+%%QT_EXAMPLEDIR%%/quick/particles/images/nullRock.png >+%%QT_EXAMPLEDIR%%/quick/particles/images/particle2.png >+%%QT_EXAMPLEDIR%%/quick/particles/images/particle3.png >+%%QT_EXAMPLEDIR%%/quick/particles/images/particleA.png >+%%QT_EXAMPLEDIR%%/quick/particles/images/portal_bg.png >+%%QT_EXAMPLEDIR%%/quick/particles/images/realLeaf1.png >+%%QT_EXAMPLEDIR%%/quick/particles/images/realLeaf2.png >+%%QT_EXAMPLEDIR%%/quick/particles/images/realLeaf3.png >+%%QT_EXAMPLEDIR%%/quick/particles/images/realLeaf4.png >+%%QT_EXAMPLEDIR%%/quick/particles/images/rocket.png >+%%QT_EXAMPLEDIR%%/quick/particles/images/rocket2.png >+%%QT_EXAMPLEDIR%%/quick/particles/images/sizeInOut.png >+%%QT_EXAMPLEDIR%%/quick/particles/images/snowflake.png >+%%QT_EXAMPLEDIR%%/quick/particles/images/sparkleSize.png >+%%QT_EXAMPLEDIR%%/quick/particles/images/starfish_0.png >+%%QT_EXAMPLEDIR%%/quick/particles/images/starfish_1.png >+%%QT_EXAMPLEDIR%%/quick/particles/images/starfish_2.png >+%%QT_EXAMPLEDIR%%/quick/particles/images/starfish_3.png >+%%QT_EXAMPLEDIR%%/quick/particles/images/starfish_4.png >+%%QT_EXAMPLEDIR%%/quick/particles/images/starfish_mask.png >+%%QT_EXAMPLEDIR%%/quick/particles/itemparticle/content/Delegate.qml >+%%QT_EXAMPLEDIR%%/quick/particles/itemparticle/content/Delegate2.qml >+%%QT_EXAMPLEDIR%%/quick/particles/itemparticle/content/ExpandingDelegate.qml >+%%QT_EXAMPLEDIR%%/quick/particles/itemparticle/content/RssModel.qml >+%%QT_EXAMPLEDIR%%/quick/particles/itemparticle/content/bubble.png >+%%QT_EXAMPLEDIR%%/quick/particles/itemparticle/content/script.js >+%%QT_EXAMPLEDIR%%/quick/particles/itemparticle/delegates.qml >+%%QT_EXAMPLEDIR%%/quick/particles/itemparticle/particleview.qml >+%%QT_EXAMPLEDIR%%/quick/particles/particles.pro >+%%QT_EXAMPLEDIR%%/quick/particles/system/content/dynamiccomparison.qml >+%%QT_EXAMPLEDIR%%/quick/particles/system/content/dynamicemitters.qml >+%%QT_EXAMPLEDIR%%/quick/particles/system/content/multiplepainters.qml >+%%QT_EXAMPLEDIR%%/quick/particles/system/content/startstop.qml >+%%QT_EXAMPLEDIR%%/quick/particles/system/content/timedgroupchanges.qml >+%%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/main.cpp >+%%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/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/accessibility.qml >+%%QT_EXAMPLEDIR%%/quick/quick-accessibility/accessibility.qmlproject >+%%QT_EXAMPLEDIR%%/quick/quick-accessibility/accessibility.qrc >+%%QT_EXAMPLEDIR%%/quick/quick-accessibility/content/Button.qml >+%%QT_EXAMPLEDIR%%/quick/quick-accessibility/content/Checkbox.qml >+%%QT_EXAMPLEDIR%%/quick/quick-accessibility/content/Slider.qml >+%%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/qquickviewcomparison/fbitem.cpp >+%%QT_EXAMPLEDIR%%/quick/quickwidgets/qquickviewcomparison/fbitem.h >+%%QT_EXAMPLEDIR%%/quick/quickwidgets/qquickviewcomparison/logo.cpp >+%%QT_EXAMPLEDIR%%/quick/quickwidgets/qquickviewcomparison/logo.h >+%%QT_EXAMPLEDIR%%/quick/quickwidgets/qquickviewcomparison/main.cpp >+%%QT_EXAMPLEDIR%%/quick/quickwidgets/qquickviewcomparison/mainwindow.cpp >+%%QT_EXAMPLEDIR%%/quick/quickwidgets/qquickviewcomparison/mainwindow.h >+%%QT_EXAMPLEDIR%%/quick/quickwidgets/qquickviewcomparison/qquickviewcomparison.pro >+%%QT_EXAMPLEDIR%%/quick/quickwidgets/qquickviewcomparison/qquickviewcomparison.qrc >+%%QT_EXAMPLEDIR%%/quick/quickwidgets/qquickviewcomparison/test.qml >+%%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/qtquickwidgets-example.png >+%%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/cuberenderer.cpp >+%%QT_EXAMPLEDIR%%/quick/rendercontrol/cuberenderer.h >+%%QT_EXAMPLEDIR%%/quick/rendercontrol/demo.qml >+%%QT_EXAMPLEDIR%%/quick/rendercontrol/doc/images/rendercontrol-example.jpg >+%%QT_EXAMPLEDIR%%/quick/rendercontrol/doc/src/rendercontrol.qdoc >+%%QT_EXAMPLEDIR%%/quick/rendercontrol/main.cpp >+%%QT_EXAMPLEDIR%%/quick/rendercontrol/rendercontrol.pro >+%%QT_EXAMPLEDIR%%/quick/rendercontrol/rendercontrol.qrc >+%%QT_EXAMPLEDIR%%/quick/rendercontrol/window_multithreaded.cpp >+%%QT_EXAMPLEDIR%%/quick/rendercontrol/window_multithreaded.h >+%%QT_EXAMPLEDIR%%/quick/rendercontrol/window_singlethreaded.cpp >+%%QT_EXAMPLEDIR%%/quick/rendercontrol/window_singlethreaded.h >+%%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/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/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/line.fsh >+%%QT_EXAMPLEDIR%%/quick/scenegraph/graph/shaders/line.vsh >+%%QT_EXAMPLEDIR%%/quick/scenegraph/graph/shaders/noisy.fsh >+%%QT_EXAMPLEDIR%%/quick/scenegraph/graph/shaders/noisy.vsh >+%%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/sgengine/face-smile.png >+%%QT_EXAMPLEDIR%%/quick/scenegraph/sgengine/main.cpp >+%%QT_EXAMPLEDIR%%/quick/scenegraph/sgengine/sgengine.pro >+%%QT_EXAMPLEDIR%%/quick/scenegraph/sgengine/sgengine.qrc >+%%QT_EXAMPLEDIR%%/quick/scenegraph/sgengine/window.cpp >+%%QT_EXAMPLEDIR%%/quick/scenegraph/sgengine/window.h >+%%QT_EXAMPLEDIR%%/quick/scenegraph/shared/logorenderer.cpp >+%%QT_EXAMPLEDIR%%/quick/scenegraph/shared/logorenderer.h >+%%QT_EXAMPLEDIR%%/quick/scenegraph/simplematerial/doc/images/simplematerial-example.jpg >+%%QT_EXAMPLEDIR%%/quick/scenegraph/simplematerial/doc/src/simplematerial.qdoc >+%%QT_EXAMPLEDIR%%/quick/scenegraph/simplematerial/main.qml >+%%QT_EXAMPLEDIR%%/quick/scenegraph/simplematerial/simplematerial.cpp >+%%QT_EXAMPLEDIR%%/quick/scenegraph/simplematerial/simplematerial.pro >+%%QT_EXAMPLEDIR%%/quick/scenegraph/simplematerial/simplematerial.qrc >+%%QT_EXAMPLEDIR%%/quick/scenegraph/textureinsgnode/doc/images/textureinsgnode-example.jpg >+%%QT_EXAMPLEDIR%%/quick/scenegraph/textureinsgnode/doc/src/textureinsgnode.qdoc >+%%QT_EXAMPLEDIR%%/quick/scenegraph/textureinsgnode/fboinsgrenderer.cpp >+%%QT_EXAMPLEDIR%%/quick/scenegraph/textureinsgnode/fboinsgrenderer.h >+%%QT_EXAMPLEDIR%%/quick/scenegraph/textureinsgnode/main.cpp >+%%QT_EXAMPLEDIR%%/quick/scenegraph/textureinsgnode/main.qml >+%%QT_EXAMPLEDIR%%/quick/scenegraph/textureinsgnode/textureinsgnode.pro >+%%QT_EXAMPLEDIR%%/quick/scenegraph/textureinsgnode/textureinsgnode.qrc >+%%QT_EXAMPLEDIR%%/quick/scenegraph/textureinthread/doc/images/textureinthread-example.jpg >+%%QT_EXAMPLEDIR%%/quick/scenegraph/textureinthread/doc/src/textureinthread.qdoc >+%%QT_EXAMPLEDIR%%/quick/scenegraph/textureinthread/error.qml >+%%QT_EXAMPLEDIR%%/quick/scenegraph/textureinthread/main.cpp >+%%QT_EXAMPLEDIR%%/quick/scenegraph/textureinthread/main.qml >+%%QT_EXAMPLEDIR%%/quick/scenegraph/textureinthread/textureinthread.pro >+%%QT_EXAMPLEDIR%%/quick/scenegraph/textureinthread/textureinthread.qrc >+%%QT_EXAMPLEDIR%%/quick/scenegraph/textureinthread/threadrenderer.cpp >+%%QT_EXAMPLEDIR%%/quick/scenegraph/textureinthread/threadrenderer.h >+%%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/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/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/shadereffects/content/Slider.qml >+%%QT_EXAMPLEDIR%%/quick/shadereffects/content/face-smile.png >+%%QT_EXAMPLEDIR%%/quick/shadereffects/content/qt-logo.png >+%%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/shared/Button.qml >+%%QT_EXAMPLEDIR%%/quick/shared/CheckBox.qml >+%%QT_EXAMPLEDIR%%/quick/shared/LauncherList.qml >+%%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/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/textureprovider/Label.qml >+%%QT_EXAMPLEDIR%%/quick/textureprovider/etcprovider.cpp >+%%QT_EXAMPLEDIR%%/quick/textureprovider/etcprovider.h >+%%QT_EXAMPLEDIR%%/quick/textureprovider/images/qt-logo.jpg >+%%QT_EXAMPLEDIR%%/quick/textureprovider/images/qt-logo.pkm >+%%QT_EXAMPLEDIR%%/quick/textureprovider/main.cpp >+%%QT_EXAMPLEDIR%%/quick/textureprovider/textureprovider.pro >+%%QT_EXAMPLEDIR%%/quick/textureprovider/textureprovider.qml >+%%QT_EXAMPLEDIR%%/quick/textureprovider/textureprovider.qrc >+%%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.js >+%%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.js >+%%QT_EXAMPLEDIR%%/quick/threading/workerscript/workerscript.qml >+%%QT_EXAMPLEDIR%%/quick/threading/workerscript/workerscript.qmlproject >+%%QT_EXAMPLEDIR%%/quick/touchinteraction/doc/images/qml-touchinteraction-example.png >+%%QT_EXAMPLEDIR%%/quick/touchinteraction/doc/src/touchinteraction.qdoc >+%%QT_EXAMPLEDIR%%/quick/touchinteraction/flickable/basic-flickable.qml >+%%QT_EXAMPLEDIR%%/quick/touchinteraction/flickable/content/Panel.qml >+%%QT_EXAMPLEDIR%%/quick/touchinteraction/flickable/content/cork.jpg >+%%QT_EXAMPLEDIR%%/quick/touchinteraction/flickable/content/note-yellow.png >+%%QT_EXAMPLEDIR%%/quick/touchinteraction/flickable/content/tack.png >+%%QT_EXAMPLEDIR%%/quick/touchinteraction/flickable/corkboards.qml >+%%QT_EXAMPLEDIR%%/quick/touchinteraction/main.cpp >+%%QT_EXAMPLEDIR%%/quick/touchinteraction/multipointtouch/bearwhack.qml >+%%QT_EXAMPLEDIR%%/quick/touchinteraction/multipointtouch/content/AugmentedTouchPoint.qml >+%%QT_EXAMPLEDIR%%/quick/touchinteraction/multipointtouch/content/Bear0.png >+%%QT_EXAMPLEDIR%%/quick/touchinteraction/multipointtouch/content/Bear1.png >+%%QT_EXAMPLEDIR%%/quick/touchinteraction/multipointtouch/content/Bear2.png >+%%QT_EXAMPLEDIR%%/quick/touchinteraction/multipointtouch/content/Bear3.png >+%%QT_EXAMPLEDIR%%/quick/touchinteraction/multipointtouch/content/BearB.png >+%%QT_EXAMPLEDIR%%/quick/touchinteraction/multipointtouch/content/BearWhackParticleSystem.qml >+%%QT_EXAMPLEDIR%%/quick/touchinteraction/multipointtouch/content/ParticleFlame.qml >+%%QT_EXAMPLEDIR%%/quick/touchinteraction/multipointtouch/content/blur-circle.png >+%%QT_EXAMPLEDIR%%/quick/touchinteraction/multipointtouch/content/blur-circle3.png >+%%QT_EXAMPLEDIR%%/quick/touchinteraction/multipointtouch/content/heart-blur.png >+%%QT_EXAMPLEDIR%%/quick/touchinteraction/multipointtouch/content/title.png >+%%QT_EXAMPLEDIR%%/quick/touchinteraction/multipointtouch/multiflame.qml >+%%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/dynamicview/dynamicview1/PetsModel.qml >+%%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview1/dynamicview.qml >+%%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview1/dynamicview1.qmlproject >+%%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview2/PetsModel.qml >+%%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview2/dynamicview.qml >+%%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview2/dynamicview2.qmlproject >+%%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview3/PetsModel.qml >+%%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview3/dynamicview.qml >+%%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview3/dynamicview3.qmlproject >+%%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.qmlproject >+%%QT_EXAMPLEDIR%%/quick/tutorials/gettingStartedQml/core/Button.qml >+%%QT_EXAMPLEDIR%%/quick/tutorials/gettingStartedQml/core/EditMenu.qml >+%%QT_EXAMPLEDIR%%/quick/tutorials/gettingStartedQml/core/FileDialog.qml >+%%QT_EXAMPLEDIR%%/quick/tutorials/gettingStartedQml/core/FileMenu.qml >+%%QT_EXAMPLEDIR%%/quick/tutorials/gettingStartedQml/core/MenuBar.qml >+%%QT_EXAMPLEDIR%%/quick/tutorials/gettingStartedQml/core/TextArea.qml >+%%QT_EXAMPLEDIR%%/quick/tutorials/gettingStartedQml/filedialog/dialogPlugin.cpp >+%%QT_EXAMPLEDIR%%/quick/tutorials/gettingStartedQml/filedialog/dialogPlugin.h >+%%QT_EXAMPLEDIR%%/quick/tutorials/gettingStartedQml/filedialog/directory.cpp >+%%QT_EXAMPLEDIR%%/quick/tutorials/gettingStartedQml/filedialog/directory.h >+%%QT_EXAMPLEDIR%%/quick/tutorials/gettingStartedQml/filedialog/file.cpp >+%%QT_EXAMPLEDIR%%/quick/tutorials/gettingStartedQml/filedialog/file.h >+%%QT_EXAMPLEDIR%%/quick/tutorials/gettingStartedQml/filedialog/filedialog.pro >+%%QT_EXAMPLEDIR%%/quick/tutorials/gettingStartedQml/filedialog/qmldir >+%%QT_EXAMPLEDIR%%/quick/tutorials/gettingStartedQml/gettingStartedQml.pro >+%%QT_EXAMPLEDIR%%/quick/tutorials/gettingStartedQml/images/arrow.png >+%%QT_EXAMPLEDIR%%/quick/tutorials/gettingStartedQml/pics/qml-texteditor5_editmenu.png >+%%QT_EXAMPLEDIR%%/quick/tutorials/gettingStartedQml/pics/qml-texteditor5_filemenu.png >+%%QT_EXAMPLEDIR%%/quick/tutorials/gettingStartedQml/pics/qml-texteditor5_newfile.png >+%%QT_EXAMPLEDIR%%/quick/tutorials/gettingStartedQml/texteditor.qml >+%%QT_EXAMPLEDIR%%/quick/tutorials/gettingStartedQml/texteditor.qmlproject >+%%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/samegame1/Block.qml >+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame1/Button.qml >+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame1/samegame.qml >+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame1/samegame1.qmlproject >+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame2/Block.qml >+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame2/Button.qml >+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame2/samegame.js >+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame2/samegame.qml >+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame2/samegame2.qmlproject >+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame3/Block.qml >+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame3/Button.qml >+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame3/Dialog.qml >+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame3/samegame.js >+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame3/samegame.qml >+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame3/samegame3.qmlproject >+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame4/content/BoomBlock.qml >+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame4/content/Button.qml >+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame4/content/Dialog.qml >+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame4/content/samegame.js >+%%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/samegame.qml >+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame4/samegame4.qmlproject >+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/shared/pics/background.jpg >+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/shared/pics/blueStar.png >+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/shared/pics/blueStone.png >+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/shared/pics/greenStar.png >+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/shared/pics/greenStone.png >+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/shared/pics/redStar.png >+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/shared/pics/redStone.png >+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/shared/pics/star.png >+%%QT_EXAMPLEDIR%%/quick/tutorials/samegame/shared/pics/yellowStone.png >+%%QT_EXAMPLEDIR%%/quick/tutorials/tutorials.pro >+%%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/parallax/content/Clock.qml >+%%QT_EXAMPLEDIR%%/quick/views/parallax/content/ParallaxView.qml >+%%QT_EXAMPLEDIR%%/quick/views/parallax/content/QuitButton.qml >+%%QT_EXAMPLEDIR%%/quick/views/parallax/content/Smiley.qml >+%%QT_EXAMPLEDIR%%/quick/views/parallax/content/background.png >+%%QT_EXAMPLEDIR%%/quick/views/parallax/content/center.png >+%%QT_EXAMPLEDIR%%/quick/views/parallax/content/clock-night.png >+%%QT_EXAMPLEDIR%%/quick/views/parallax/content/clock.png >+%%QT_EXAMPLEDIR%%/quick/views/parallax/content/hour.png >+%%QT_EXAMPLEDIR%%/quick/views/parallax/content/minute.png >+%%QT_EXAMPLEDIR%%/quick/views/parallax/content/pics/background.jpg >+%%QT_EXAMPLEDIR%%/quick/views/parallax/content/pics/face-smile.png >+%%QT_EXAMPLEDIR%%/quick/views/parallax/content/pics/home-page.png >+%%QT_EXAMPLEDIR%%/quick/views/parallax/content/pics/home-page.svg >+%%QT_EXAMPLEDIR%%/quick/views/parallax/content/pics/shadow.png >+%%QT_EXAMPLEDIR%%/quick/views/parallax/content/pics/yast-joystick.png >+%%QT_EXAMPLEDIR%%/quick/views/parallax/content/pics/yast-wol.png >+%%QT_EXAMPLEDIR%%/quick/views/parallax/content/quit.png >+%%QT_EXAMPLEDIR%%/quick/views/parallax/content/second.png >+%%QT_EXAMPLEDIR%%/quick/views/parallax/parallax.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/views/visualdatamodel/dragselection.qml >+%%QT_EXAMPLEDIR%%/quick/views/visualdatamodel/slideshow.qml >+%%QT_EXAMPLEDIR%%/quick/views/visualdatamodel/visualdatamodel.qmlproject >+%%QT_EXAMPLEDIR%%/quick/window/ScreenInfo.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%%/script/README >+%%QT_EXAMPLEDIR%%/script/calculator/calculator.desktop >+%%QT_EXAMPLEDIR%%/script/calculator/calculator.js >+%%QT_EXAMPLEDIR%%/script/calculator/calculator.pro >+%%QT_EXAMPLEDIR%%/script/calculator/calculator.qrc >+%%QT_EXAMPLEDIR%%/script/calculator/calculator.ui >+%%QT_EXAMPLEDIR%%/script/calculator/main.cpp >+%%QT_EXAMPLEDIR%%/script/context2d/context2d.cpp >+%%QT_EXAMPLEDIR%%/script/context2d/context2d.desktop >+%%QT_EXAMPLEDIR%%/script/context2d/context2d.h >+%%QT_EXAMPLEDIR%%/script/context2d/context2d.pro >+%%QT_EXAMPLEDIR%%/script/context2d/context2d.qrc >+%%QT_EXAMPLEDIR%%/script/context2d/doc/images/context2d-example-smileysmile.png >+%%QT_EXAMPLEDIR%%/script/context2d/doc/images/context2d-example.png >+%%QT_EXAMPLEDIR%%/script/context2d/doc/src/context2d.qdoc >+%%QT_EXAMPLEDIR%%/script/context2d/domimage.cpp >+%%QT_EXAMPLEDIR%%/script/context2d/domimage.h >+%%QT_EXAMPLEDIR%%/script/context2d/environment.cpp >+%%QT_EXAMPLEDIR%%/script/context2d/environment.h >+%%QT_EXAMPLEDIR%%/script/context2d/main.cpp >+%%QT_EXAMPLEDIR%%/script/context2d/qcontext2dcanvas.cpp >+%%QT_EXAMPLEDIR%%/script/context2d/qcontext2dcanvas.h >+%%QT_EXAMPLEDIR%%/script/context2d/scripts/alpha.js >+%%QT_EXAMPLEDIR%%/script/context2d/scripts/arc.js >+%%QT_EXAMPLEDIR%%/script/context2d/scripts/bezier.js >+%%QT_EXAMPLEDIR%%/script/context2d/scripts/clock.js >+%%QT_EXAMPLEDIR%%/script/context2d/scripts/fill1.js >+%%QT_EXAMPLEDIR%%/script/context2d/scripts/grad.js >+%%QT_EXAMPLEDIR%%/script/context2d/scripts/linecap.js >+%%QT_EXAMPLEDIR%%/script/context2d/scripts/linestye.js >+%%QT_EXAMPLEDIR%%/script/context2d/scripts/moveto.js >+%%QT_EXAMPLEDIR%%/script/context2d/scripts/moveto2.js >+%%QT_EXAMPLEDIR%%/script/context2d/scripts/pacman.js >+%%QT_EXAMPLEDIR%%/script/context2d/scripts/plasma.js >+%%QT_EXAMPLEDIR%%/script/context2d/scripts/pong.js >+%%QT_EXAMPLEDIR%%/script/context2d/scripts/quad.js >+%%QT_EXAMPLEDIR%%/script/context2d/scripts/rgba.js >+%%QT_EXAMPLEDIR%%/script/context2d/scripts/rotate.js >+%%QT_EXAMPLEDIR%%/script/context2d/scripts/scale.js >+%%QT_EXAMPLEDIR%%/script/context2d/scripts/stroke1.js >+%%QT_EXAMPLEDIR%%/script/context2d/scripts/translate.js >+%%QT_EXAMPLEDIR%%/script/context2d/window.cpp >+%%QT_EXAMPLEDIR%%/script/context2d/window.h >+%%QT_EXAMPLEDIR%%/script/customclass/bytearrayclass.cpp >+%%QT_EXAMPLEDIR%%/script/customclass/bytearrayclass.h >+%%QT_EXAMPLEDIR%%/script/customclass/bytearrayclass.pri >+%%QT_EXAMPLEDIR%%/script/customclass/bytearrayprototype.cpp >+%%QT_EXAMPLEDIR%%/script/customclass/bytearrayprototype.h >+%%QT_EXAMPLEDIR%%/script/customclass/customclass.desktop >+%%QT_EXAMPLEDIR%%/script/customclass/customclass.pro >+%%QT_EXAMPLEDIR%%/script/customclass/main.cpp >+%%QT_EXAMPLEDIR%%/script/defaultprototypes/code.js >+%%QT_EXAMPLEDIR%%/script/defaultprototypes/defaultprototypes.desktop >+%%QT_EXAMPLEDIR%%/script/defaultprototypes/defaultprototypes.pro >+%%QT_EXAMPLEDIR%%/script/defaultprototypes/defaultprototypes.qrc >+%%QT_EXAMPLEDIR%%/script/defaultprototypes/doc/images/defaultprototypes-example.png >+%%QT_EXAMPLEDIR%%/script/defaultprototypes/doc/src/defaultprototypes.qdoc >+%%QT_EXAMPLEDIR%%/script/defaultprototypes/main.cpp >+%%QT_EXAMPLEDIR%%/script/defaultprototypes/prototypes.cpp >+%%QT_EXAMPLEDIR%%/script/defaultprototypes/prototypes.h >+%%QT_EXAMPLEDIR%%/script/helloscript/doc/src/helloscript.qdoc >+%%QT_EXAMPLEDIR%%/script/helloscript/helloscript.desktop >+%%QT_EXAMPLEDIR%%/script/helloscript/helloscript.js >+%%QT_EXAMPLEDIR%%/script/helloscript/helloscript.pro >+%%QT_EXAMPLEDIR%%/script/helloscript/helloscript.qrc >+%%QT_EXAMPLEDIR%%/script/helloscript/main.cpp >+%%QT_EXAMPLEDIR%%/script/marshal/main.cpp >+%%QT_EXAMPLEDIR%%/script/marshal/marshal.desktop >+%%QT_EXAMPLEDIR%%/script/marshal/marshal.pro >+%%QT_EXAMPLEDIR%%/script/qscript/main.cpp >+%%QT_EXAMPLEDIR%%/script/qscript/qscript.desktop >+%%QT_EXAMPLEDIR%%/script/qscript/qscript.pro >+%%QT_EXAMPLEDIR%%/script/qsdbg/example.js >+%%QT_EXAMPLEDIR%%/script/qsdbg/main.cpp >+%%QT_EXAMPLEDIR%%/script/qsdbg/qsdbg.desktop >+%%QT_EXAMPLEDIR%%/script/qsdbg/qsdbg.pri >+%%QT_EXAMPLEDIR%%/script/qsdbg/qsdbg.pro >+%%QT_EXAMPLEDIR%%/script/qsdbg/scriptbreakpointmanager.cpp >+%%QT_EXAMPLEDIR%%/script/qsdbg/scriptbreakpointmanager.h >+%%QT_EXAMPLEDIR%%/script/qsdbg/scriptdebugger.cpp >+%%QT_EXAMPLEDIR%%/script/qsdbg/scriptdebugger.h >+%%QT_EXAMPLEDIR%%/script/qstetrix/main.cpp >+%%QT_EXAMPLEDIR%%/script/qstetrix/qstetrix.desktop >+%%QT_EXAMPLEDIR%%/script/qstetrix/qstetrix.pro >+%%QT_EXAMPLEDIR%%/script/qstetrix/tetrix.qrc >+%%QT_EXAMPLEDIR%%/script/qstetrix/tetrixboard.cpp >+%%QT_EXAMPLEDIR%%/script/qstetrix/tetrixboard.h >+%%QT_EXAMPLEDIR%%/script/qstetrix/tetrixboard.js >+%%QT_EXAMPLEDIR%%/script/qstetrix/tetrixpiece.js >+%%QT_EXAMPLEDIR%%/script/qstetrix/tetrixwindow.js >+%%QT_EXAMPLEDIR%%/script/qstetrix/tetrixwindow.ui >+%%QT_EXAMPLEDIR%%/script/script.pro >+%%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/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/icon.xcf >+%%QT_EXAMPLEDIR%%/sensors/grue/import/import.pro >+%%QT_EXAMPLEDIR%%/sensors/grue/import/main.cpp >+%%QT_EXAMPLEDIR%%/sensors/grue/import/plugin.json >+%%QT_EXAMPLEDIR%%/sensors/grue/import/qmldir >+%%QT_EXAMPLEDIR%%/sensors/grue/lib/gruesensor.cpp >+%%QT_EXAMPLEDIR%%/sensors/grue/lib/gruesensor.h >+%%QT_EXAMPLEDIR%%/sensors/grue/lib/gruesensor_p.h >+%%QT_EXAMPLEDIR%%/sensors/grue/lib/lib.pro >+%%QT_EXAMPLEDIR%%/sensors/grue/main.cpp >+%%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/maze/Congratulation.qml >+%%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/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/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/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/doc/images/qtsensors-examples-explorer.png >+%%QT_EXAMPLEDIR%%/sensors/sensor_explorer/doc/src/sensor_explorer.qdoc >+%%QT_EXAMPLEDIR%%/sensors/sensor_explorer/import/explorer.cpp >+%%QT_EXAMPLEDIR%%/sensors/sensor_explorer/import/explorer.h >+%%QT_EXAMPLEDIR%%/sensors/sensor_explorer/import/import.pro >+%%QT_EXAMPLEDIR%%/sensors/sensor_explorer/import/main.cpp >+%%QT_EXAMPLEDIR%%/sensors/sensor_explorer/import/plugin.json >+%%QT_EXAMPLEDIR%%/sensors/sensor_explorer/import/propertyinfo.cpp >+%%QT_EXAMPLEDIR%%/sensors/sensor_explorer/import/propertyinfo.h >+%%QT_EXAMPLEDIR%%/sensors/sensor_explorer/import/qmldir >+%%QT_EXAMPLEDIR%%/sensors/sensor_explorer/import/sensoritem.cpp >+%%QT_EXAMPLEDIR%%/sensors/sensor_explorer/import/sensoritem.h >+%%QT_EXAMPLEDIR%%/sensors/sensor_explorer/main.cpp >+%%QT_EXAMPLEDIR%%/sensors/sensor_explorer/qml.pro >+%%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/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/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%%/serialport/blockingmaster/blockingmaster.pro >+%%QT_EXAMPLEDIR%%/serialport/blockingmaster/dialog.cpp >+%%QT_EXAMPLEDIR%%/serialport/blockingmaster/dialog.h >+%%QT_EXAMPLEDIR%%/serialport/blockingmaster/main.cpp >+%%QT_EXAMPLEDIR%%/serialport/blockingmaster/masterthread.cpp >+%%QT_EXAMPLEDIR%%/serialport/blockingmaster/masterthread.h >+%%QT_EXAMPLEDIR%%/serialport/blockingslave/blockingslave.pro >+%%QT_EXAMPLEDIR%%/serialport/blockingslave/dialog.cpp >+%%QT_EXAMPLEDIR%%/serialport/blockingslave/dialog.h >+%%QT_EXAMPLEDIR%%/serialport/blockingslave/main.cpp >+%%QT_EXAMPLEDIR%%/serialport/blockingslave/slavethread.cpp >+%%QT_EXAMPLEDIR%%/serialport/blockingslave/slavethread.h >+%%QT_EXAMPLEDIR%%/serialport/cenumerator/cenumerator.pro >+%%QT_EXAMPLEDIR%%/serialport/cenumerator/main.cpp >+%%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/creadersync.pro >+%%QT_EXAMPLEDIR%%/serialport/creadersync/main.cpp >+%%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/cwritersync.pro >+%%QT_EXAMPLEDIR%%/serialport/cwritersync/main.cpp >+%%QT_EXAMPLEDIR%%/serialport/doc/blockingmaster.qdoc >+%%QT_EXAMPLEDIR%%/serialport/doc/blockingslave.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/enumerator.pro >+%%QT_EXAMPLEDIR%%/serialport/enumerator/main.cpp >+%%QT_EXAMPLEDIR%%/serialport/master/dialog.cpp >+%%QT_EXAMPLEDIR%%/serialport/master/dialog.h >+%%QT_EXAMPLEDIR%%/serialport/master/main.cpp >+%%QT_EXAMPLEDIR%%/serialport/master/master.pro >+%%QT_EXAMPLEDIR%%/serialport/serialport.pro >+%%QT_EXAMPLEDIR%%/serialport/slave/dialog.cpp >+%%QT_EXAMPLEDIR%%/serialport/slave/dialog.h >+%%QT_EXAMPLEDIR%%/serialport/slave/main.cpp >+%%QT_EXAMPLEDIR%%/serialport/slave/slave.pro >+%%QT_EXAMPLEDIR%%/serialport/slave/slavethread.cpp >+%%QT_EXAMPLEDIR%%/serialport/slave/slavethread.h >+%%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%%/sql/README >+%%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/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/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/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/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/relationaltablemodel.cpp >+%%QT_EXAMPLEDIR%%/sql/relationaltablemodel/relationaltablemodel.pro >+%%QT_EXAMPLEDIR%%/sql/sql.pro >+%%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/main.cpp >+%%QT_EXAMPLEDIR%%/sql/sqlwidgetmapper/sqlwidgetmapper.pro >+%%QT_EXAMPLEDIR%%/sql/sqlwidgetmapper/window.cpp >+%%QT_EXAMPLEDIR%%/sql/sqlwidgetmapper/window.h >+%%QT_EXAMPLEDIR%%/sql/tablemodel/tablemodel.cpp >+%%QT_EXAMPLEDIR%%/sql/tablemodel/tablemodel.pro >+%%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/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/backup_registration.xml >+%%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/config.xml >+%%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/config_wince/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/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/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/embeddedsvgviewer/shapes.svg >+%%QT_EXAMPLEDIR%%/svg/embeddedsvgviewer/spheres.svg >+%%QT_EXAMPLEDIR%%/svg/network/bearercloud/bearercloud.cpp >+%%QT_EXAMPLEDIR%%/svg/network/bearercloud/bearercloud.h >+%%QT_EXAMPLEDIR%%/svg/network/bearercloud/bearercloud.pro >+%%QT_EXAMPLEDIR%%/svg/network/bearercloud/bluetooth.svg >+%%QT_EXAMPLEDIR%%/svg/network/bearercloud/cell.svg >+%%QT_EXAMPLEDIR%%/svg/network/bearercloud/cloud.cpp >+%%QT_EXAMPLEDIR%%/svg/network/bearercloud/cloud.h >+%%QT_EXAMPLEDIR%%/svg/network/bearercloud/gprs.svg >+%%QT_EXAMPLEDIR%%/svg/network/bearercloud/icons.qrc >+%%QT_EXAMPLEDIR%%/svg/network/bearercloud/lan.svg >+%%QT_EXAMPLEDIR%%/svg/network/bearercloud/main.cpp >+%%QT_EXAMPLEDIR%%/svg/network/bearercloud/umts.svg >+%%QT_EXAMPLEDIR%%/svg/network/bearercloud/unknown.svg >+%%QT_EXAMPLEDIR%%/svg/network/bearercloud/wlan.svg >+%%QT_EXAMPLEDIR%%/svg/network/network.pro >+%%QT_EXAMPLEDIR%%/svg/opengl/framebufferobject/bubbles.svg >+%%QT_EXAMPLEDIR%%/svg/opengl/framebufferobject/designer.png >+%%QT_EXAMPLEDIR%%/svg/opengl/framebufferobject/framebufferobject.pro >+%%QT_EXAMPLEDIR%%/svg/opengl/framebufferobject/framebufferobject.qrc >+%%QT_EXAMPLEDIR%%/svg/opengl/framebufferobject/glwidget.cpp >+%%QT_EXAMPLEDIR%%/svg/opengl/framebufferobject/glwidget.h >+%%QT_EXAMPLEDIR%%/svg/opengl/framebufferobject/main.cpp >+%%QT_EXAMPLEDIR%%/svg/opengl/opengl.pro >+%%QT_EXAMPLEDIR%%/svg/richtext/richtext.pro >+%%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.desktop >+%%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/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.desktop >+%%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/doc/images/svgviewer-example.png >+%%QT_EXAMPLEDIR%%/svg/svgviewer/doc/src/svgviewer.qdoc >+%%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.desktop >+%%QT_EXAMPLEDIR%%/svg/svgviewer/svgviewer.pro >+%%QT_EXAMPLEDIR%%/svg/svgviewer/svgviewer.qrc >+%%QT_EXAMPLEDIR%%/touch/dials/dials.pro >+%%QT_EXAMPLEDIR%%/touch/dials/dials.ui >+%%QT_EXAMPLEDIR%%/touch/dials/doc/images/touch-dials-example.png >+%%QT_EXAMPLEDIR%%/touch/dials/doc/src/touch-dials.qdoc >+%%QT_EXAMPLEDIR%%/touch/dials/main.cpp >+%%QT_EXAMPLEDIR%%/touch/fingerpaint/fingerpaint.pro >+%%QT_EXAMPLEDIR%%/touch/fingerpaint/main.cpp >+%%QT_EXAMPLEDIR%%/touch/fingerpaint/mainwindow.cpp >+%%QT_EXAMPLEDIR%%/touch/fingerpaint/mainwindow.h >+%%QT_EXAMPLEDIR%%/touch/fingerpaint/scribblearea.cpp >+%%QT_EXAMPLEDIR%%/touch/fingerpaint/scribblearea.h >+%%QT_EXAMPLEDIR%%/touch/knobs/doc/images/touch-knobs-example.png >+%%QT_EXAMPLEDIR%%/touch/knobs/doc/src/touch-knobs.qdoc >+%%QT_EXAMPLEDIR%%/touch/knobs/knob.cpp >+%%QT_EXAMPLEDIR%%/touch/knobs/knob.h >+%%QT_EXAMPLEDIR%%/touch/knobs/knobs.pro >+%%QT_EXAMPLEDIR%%/touch/knobs/main.cpp >+%%QT_EXAMPLEDIR%%/touch/pinchzoom/graphicsview.cpp >+%%QT_EXAMPLEDIR%%/touch/pinchzoom/graphicsview.h >+%%QT_EXAMPLEDIR%%/touch/pinchzoom/images/cheese.jpg >+%%QT_EXAMPLEDIR%%/touch/pinchzoom/main.cpp >+%%QT_EXAMPLEDIR%%/touch/pinchzoom/mice.qrc >+%%QT_EXAMPLEDIR%%/touch/pinchzoom/mouse.cpp >+%%QT_EXAMPLEDIR%%/touch/pinchzoom/mouse.h >+%%QT_EXAMPLEDIR%%/touch/pinchzoom/pinchzoom.pro >+%%QT_EXAMPLEDIR%%/touch/touch.pro >+%%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/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/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%%/webchannel/chatclient-html/chatclient-html.pro >+%%QT_EXAMPLEDIR%%/webchannel/chatclient-html/chatclient.html >+%%QT_EXAMPLEDIR%%/webchannel/chatclient-html/doc/src/chatclient-html.qdoc >+%%QT_EXAMPLEDIR%%/webchannel/chatclient-qml/chatclient-qml.pro >+%%QT_EXAMPLEDIR%%/webchannel/chatclient-qml/doc/src/chatclient-qml.qdoc >+%%QT_EXAMPLEDIR%%/webchannel/chatclient-qml/qmlchatclient.qml >+%%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/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/websocketclientwrapper.cpp >+%%QT_EXAMPLEDIR%%/webchannel/shared/websocketclientwrapper.h >+%%QT_EXAMPLEDIR%%/webchannel/shared/websockettransport.cpp >+%%QT_EXAMPLEDIR%%/webchannel/shared/websockettransport.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%%/webkit/webkit-guide/_copyright.txt >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/_image_assets.htm >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/_index.html >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/anim_accord.htm >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/anim_demo-rotate.htm >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/anim_demo-scale.htm >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/anim_demo-skew.htm >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/anim_gallery.htm >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/anim_panel.htm >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/anim_pulse.htm >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/anim_skew.htm >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/anim_slide1.htm >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/anim_slide2.htm >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/anim_slide3.htm >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/anim_tabbedSkew.htm >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/css/anim_accord.css >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/css/anim_demo-rotate.css >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/css/anim_demo-scale.css >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/css/anim_demo-skew.css >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/css/anim_gallery.css >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/css/anim_panel.css >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/css/anim_pulse.css >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/css/anim_skew.css >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/css/anim_slide.css >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/css/anim_tabbedSkew.css >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/css/css3_backgrounds.css >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/css/css3_border-img.css >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/css/css3_grad-radial.css >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/css/css3_gradientBack.css >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/css/css3_gradientBackStop.css >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/css/css3_gradientButton.css >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/css/css3_mask-grad.css >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/css/css3_mask-img.css >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/css/css3_multicol.css >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/css/css3_reflect.css >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/css/css3_scroll.css >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/css/css3_sel-nth.css >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/css/css3_shadow.css >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/css/css3_shadowBlur.css >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/css/css3_text-overflow.css >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/css/css3_text-shadow.css >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/css/css3_text-stroke.css >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/css/form_tapper.css >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/css/form_toggler.css >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/css/layout_link-fmt.css >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/css/layout_tbl-keyhole.css >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/css/mob_condjs.css >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/css/mob_mediaquery.css >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/css/mobile.css >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/css/mq_desktop.css >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/css/mq_mobile.css >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/css/mq_touch.css >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/css/mqlayout_desktop.css >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/css/mqlayout_mobile.css >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/css/mqlayout_touch.css >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/css/storage.css >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/css3_backgrounds.htm >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/css3_border-img.htm >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/css3_grad-radial.htm >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/css3_gradientBack.htm >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/css3_gradientBackStop.htm >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/css3_gradientButton.htm >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/css3_mask-grad.htm >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/css3_mask-img.htm >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/css3_multicol.htm >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/css3_reflect.htm >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/css3_scroll.htm >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/css3_sel-nth.htm >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/css3_shadow.htm >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/css3_text-overflow.htm >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/css3_text-shadow.htm >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/css3_text-stroke.htm >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/form_tapper.htm >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/form_toggler.htm >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/border-frame.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/gal1.jpg >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/gal2.jpg >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/gal3.jpg >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/gal4.jpg >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/gal5.jpg >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/gal6.jpg >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/gal7.jpg >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/gal8.jpg >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/gradient.jpg >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/gray_icon_close.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_ag_016.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_ag_032.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_ag_036.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_ag_048.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_al_016.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_al_032.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_al_036.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_al_048.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_ar_016.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_ar_032.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_ar_036.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_ar_048.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_b_016.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_b_032.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_b_036.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_b_048.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_be_016.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_be_032.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_be_036.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_be_048.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_c_016.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_c_032.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_c_036.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_c_048.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_ca_016.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_ca_032.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_ca_036.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_ca_048.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_cl_016.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_cl_032.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_cl_036.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_cl_048.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_cu_016.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_cu_032.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_cu_036.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_cu_048.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_f_016.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_f_032.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_f_036.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_f_048.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_fe_016.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_fe_032.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_fe_036.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_fe_048.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_h_016.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_h_032.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_h_036.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_h_048.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_he_016.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_he_032.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_he_036.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_he_048.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_k_016.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_k_032.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_k_036.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_k_048.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_li_016.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_li_032.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_li_036.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_li_048.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_mg_016.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_mg_032.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_mg_036.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_mg_048.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_n_016.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_n_032.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_n_036.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_n_048.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_na_016.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_na_032.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_na_036.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_na_048.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_ne_016.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_ne_032.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_ne_036.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_ne_048.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_ni_016.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_ni_032.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_ni_036.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_ni_048.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_o_016.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_o_032.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_o_036.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_o_048.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_pt_016.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_pt_032.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_pt_036.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_pt_048.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_si_016.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_si_032.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_si_036.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_si_048.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_zn_016.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_zn_032.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_zn_036.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/ic_zn_048.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/icon_check.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/icon_check_x24green.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/icon_dismiss.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/icon_dismiss_x22.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/icon_drill-down.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/icon_drill-down_x32.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/icon_drill-up.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/icon_drill-up_x32.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/icon_expand-nav.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/icon_head-collapsed.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/icon_head-collapsed_x13.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/icon_head-expanded.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/icon_head-expanded_x13.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/icon_info.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/icon_info_x24.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/icon_link-doc.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/icon_link-email.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/icon_link-external.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/icon_link-pdf.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/icon_link-ppt.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/icon_link-rss.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/icon_link-sms.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/icon_link-tel.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/icon_link-xls.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/icon_list-all.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/icon_list-all_circ.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/icon_nav-start.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/icon_nav-top.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/icon_nav-up.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/icon_nav_end.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/icon_question.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/icon_scroll-left.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/icon_scroll-right.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/icon_trash.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/land1.jpg >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/land2.jpg >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/land3.jpg >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/land4.jpg >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/land5.jpg >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/land6.jpg >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/land7.jpg >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/land8.jpg >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/mask.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/tmp/gal1.jpg >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/tmp/gal2.jpg >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/tmp/gal3.jpg >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/tmp/gal4.jpg >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/tmp/gal5.jpg >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/tmp/gal6.jpg >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/tmp/gal7.jpg >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/tmp/gal8.jpg >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/tmp/land1.jpg >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/tmp/land2.jpg >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/tmp/land3.jpg >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/tmp/land4.jpg >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/tmp/land5.jpg >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/tmp/land6.jpg >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/tmp/land7.jpg >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/tmp/land8.jpg >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/tnail_gal1.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/tnail_gal2.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/tnail_gal3.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/tnail_gal4.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/tnail_gal5.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/tnail_gal6.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/tnail_gal7.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/img/tnail_gal8.png >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/js/anim_accord.js >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/js/anim_gallery.js >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/js/anim_panel.js >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/js/anim_skew.js >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/js/css3_backgrounds.js >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/js/css3_border-img.js >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/js/css3_grad-radial.js >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/js/css3_mask-grad.js >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/js/css3_mask-img.js >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/js/css3_text-overflow.js >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/js/form_tapper.js >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/js/mob_condjs.js >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/js/mobile.js >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/js/storage.js >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/layout_link-fmt.htm >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/layout_tbl-keyhole.htm >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/mob_condjs.htm >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/mob_layout.htm >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/mob_mediaquery.htm >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/storage.htm >+%%QT_EXAMPLEDIR%%/webkit/webkit-guide/webkit-guide.pro >+%%QT_EXAMPLEDIR%%/webkitqml/flickrview/doc/images/flickrview-example.png >+%%QT_EXAMPLEDIR%%/webkitqml/flickrview/doc/src/flickrview.qdoc >+%%QT_EXAMPLEDIR%%/webkitqml/flickrview/flickrview.pro >+%%QT_EXAMPLEDIR%%/webkitqml/flickrview/flickrview.qml >+%%QT_EXAMPLEDIR%%/webkitqml/flickrview/flickrview.qrc >+%%QT_EXAMPLEDIR%%/webkitqml/flickrview/images/flickr.png >+%%QT_EXAMPLEDIR%%/webkitqml/shared/Button.qml >+%%QT_EXAMPLEDIR%%/webkitqml/shared/LoadIndicator.qml >+%%QT_EXAMPLEDIR%%/webkitqml/shared/images/arrow.png >+%%QT_EXAMPLEDIR%%/webkitqml/shared/images/busy.png >+%%QT_EXAMPLEDIR%%/webkitqml/shared/images/less.png >+%%QT_EXAMPLEDIR%%/webkitqml/shared/images/more.png >+%%QT_EXAMPLEDIR%%/webkitqml/shared/main.cpp >+%%QT_EXAMPLEDIR%%/webkitqml/shared/qmldir >+%%QT_EXAMPLEDIR%%/webkitqml/shared/shared.pro >+%%QT_EXAMPLEDIR%%/webkitqml/shared/shared.qrc >+%%QT_EXAMPLEDIR%%/webkitqml/webkitqml.pro >+%%QT_EXAMPLEDIR%%/webkitqml/youtubeview/content/YouTubeDialog.qml >+%%QT_EXAMPLEDIR%%/webkitqml/youtubeview/content/player.html >+%%QT_EXAMPLEDIR%%/webkitqml/youtubeview/doc/images/youtubeview-example-preset.png >+%%QT_EXAMPLEDIR%%/webkitqml/youtubeview/doc/images/youtubeview-example.png >+%%QT_EXAMPLEDIR%%/webkitqml/youtubeview/doc/src/youtubeview.qdoc >+%%QT_EXAMPLEDIR%%/webkitqml/youtubeview/youtubeview.pro >+%%QT_EXAMPLEDIR%%/webkitqml/youtubeview/youtubeview.qml >+%%QT_EXAMPLEDIR%%/webkitqml/youtubeview/youtubeview.qrc >+%%QT_EXAMPLEDIR%%/webkitwidgets/browser/Info_mac.plist >+%%QT_EXAMPLEDIR%%/webkitwidgets/browser/addbookmarkdialog.ui >+%%QT_EXAMPLEDIR%%/webkitwidgets/browser/autosaver.cpp >+%%QT_EXAMPLEDIR%%/webkitwidgets/browser/autosaver.h >+%%QT_EXAMPLEDIR%%/webkitwidgets/browser/bookmarks.cpp >+%%QT_EXAMPLEDIR%%/webkitwidgets/browser/bookmarks.h >+%%QT_EXAMPLEDIR%%/webkitwidgets/browser/bookmarks.ui >+%%QT_EXAMPLEDIR%%/webkitwidgets/browser/browser.icns >+%%QT_EXAMPLEDIR%%/webkitwidgets/browser/browser.ico >+%%QT_EXAMPLEDIR%%/webkitwidgets/browser/browser.pro >+%%QT_EXAMPLEDIR%%/webkitwidgets/browser/browser.rc >+%%QT_EXAMPLEDIR%%/webkitwidgets/browser/browserapplication.cpp >+%%QT_EXAMPLEDIR%%/webkitwidgets/browser/browserapplication.h >+%%QT_EXAMPLEDIR%%/webkitwidgets/browser/browsermainwindow.cpp >+%%QT_EXAMPLEDIR%%/webkitwidgets/browser/browsermainwindow.h >+%%QT_EXAMPLEDIR%%/webkitwidgets/browser/chasewidget.cpp >+%%QT_EXAMPLEDIR%%/webkitwidgets/browser/chasewidget.h >+%%QT_EXAMPLEDIR%%/webkitwidgets/browser/cookiejar.cpp >+%%QT_EXAMPLEDIR%%/webkitwidgets/browser/cookiejar.h >+%%QT_EXAMPLEDIR%%/webkitwidgets/browser/cookies.ui >+%%QT_EXAMPLEDIR%%/webkitwidgets/browser/cookiesexceptions.ui >+%%QT_EXAMPLEDIR%%/webkitwidgets/browser/data/addtab.png >+%%QT_EXAMPLEDIR%%/webkitwidgets/browser/data/browser.svg >+%%QT_EXAMPLEDIR%%/webkitwidgets/browser/data/closetab.png >+%%QT_EXAMPLEDIR%%/webkitwidgets/browser/data/data.qrc >+%%QT_EXAMPLEDIR%%/webkitwidgets/browser/data/defaultbookmarks.xbel >+%%QT_EXAMPLEDIR%%/webkitwidgets/browser/data/defaulticon.png >+%%QT_EXAMPLEDIR%%/webkitwidgets/browser/data/history.png >+%%QT_EXAMPLEDIR%%/webkitwidgets/browser/data/loading.gif >+%%QT_EXAMPLEDIR%%/webkitwidgets/browser/doc/images/browser-demo.png >+%%QT_EXAMPLEDIR%%/webkitwidgets/browser/doc/src/browser.qdoc >+%%QT_EXAMPLEDIR%%/webkitwidgets/browser/downloaditem.ui >+%%QT_EXAMPLEDIR%%/webkitwidgets/browser/downloadmanager.cpp >+%%QT_EXAMPLEDIR%%/webkitwidgets/browser/downloadmanager.h >+%%QT_EXAMPLEDIR%%/webkitwidgets/browser/downloads.ui >+%%QT_EXAMPLEDIR%%/webkitwidgets/browser/edittableview.cpp >+%%QT_EXAMPLEDIR%%/webkitwidgets/browser/edittableview.h >+%%QT_EXAMPLEDIR%%/webkitwidgets/browser/edittreeview.cpp >+%%QT_EXAMPLEDIR%%/webkitwidgets/browser/edittreeview.h >+%%QT_EXAMPLEDIR%%/webkitwidgets/browser/history.cpp >+%%QT_EXAMPLEDIR%%/webkitwidgets/browser/history.h >+%%QT_EXAMPLEDIR%%/webkitwidgets/browser/history.ui >+%%QT_EXAMPLEDIR%%/webkitwidgets/browser/htmls/htmls.qrc >+%%QT_EXAMPLEDIR%%/webkitwidgets/browser/htmls/notfound.html >+%%QT_EXAMPLEDIR%%/webkitwidgets/browser/main.cpp >+%%QT_EXAMPLEDIR%%/webkitwidgets/browser/modelmenu.cpp >+%%QT_EXAMPLEDIR%%/webkitwidgets/browser/modelmenu.h >+%%QT_EXAMPLEDIR%%/webkitwidgets/browser/networkaccessmanager.cpp >+%%QT_EXAMPLEDIR%%/webkitwidgets/browser/networkaccessmanager.h >+%%QT_EXAMPLEDIR%%/webkitwidgets/browser/passworddialog.ui >+%%QT_EXAMPLEDIR%%/webkitwidgets/browser/proxy.ui >+%%QT_EXAMPLEDIR%%/webkitwidgets/browser/searchlineedit.cpp >+%%QT_EXAMPLEDIR%%/webkitwidgets/browser/searchlineedit.h >+%%QT_EXAMPLEDIR%%/webkitwidgets/browser/settings.cpp >+%%QT_EXAMPLEDIR%%/webkitwidgets/browser/settings.h >+%%QT_EXAMPLEDIR%%/webkitwidgets/browser/settings.ui >+%%QT_EXAMPLEDIR%%/webkitwidgets/browser/squeezelabel.cpp >+%%QT_EXAMPLEDIR%%/webkitwidgets/browser/squeezelabel.h >+%%QT_EXAMPLEDIR%%/webkitwidgets/browser/tabwidget.cpp >+%%QT_EXAMPLEDIR%%/webkitwidgets/browser/tabwidget.h >+%%QT_EXAMPLEDIR%%/webkitwidgets/browser/toolbarsearch.cpp >+%%QT_EXAMPLEDIR%%/webkitwidgets/browser/toolbarsearch.h >+%%QT_EXAMPLEDIR%%/webkitwidgets/browser/urllineedit.cpp >+%%QT_EXAMPLEDIR%%/webkitwidgets/browser/urllineedit.h >+%%QT_EXAMPLEDIR%%/webkitwidgets/browser/webview.cpp >+%%QT_EXAMPLEDIR%%/webkitwidgets/browser/webview.h >+%%QT_EXAMPLEDIR%%/webkitwidgets/browser/xbel.cpp >+%%QT_EXAMPLEDIR%%/webkitwidgets/browser/xbel.h >+%%QT_EXAMPLEDIR%%/webkitwidgets/domtraversal/doc/images/webkit-domtraversal.png >+%%QT_EXAMPLEDIR%%/webkitwidgets/domtraversal/doc/src/domtraversal.qdoc >+%%QT_EXAMPLEDIR%%/webkitwidgets/domtraversal/domtraversal.pro >+%%QT_EXAMPLEDIR%%/webkitwidgets/domtraversal/main.cpp >+%%QT_EXAMPLEDIR%%/webkitwidgets/domtraversal/window.cpp >+%%QT_EXAMPLEDIR%%/webkitwidgets/domtraversal/window.h >+%%QT_EXAMPLEDIR%%/webkitwidgets/domtraversal/window.ui >+%%QT_EXAMPLEDIR%%/webkitwidgets/embedded/anomaly/README.TXT >+%%QT_EXAMPLEDIR%%/webkitwidgets/embedded/anomaly/anomaly.pro >+%%QT_EXAMPLEDIR%%/webkitwidgets/embedded/anomaly/src/AddressBar.cpp >+%%QT_EXAMPLEDIR%%/webkitwidgets/embedded/anomaly/src/AddressBar.h >+%%QT_EXAMPLEDIR%%/webkitwidgets/embedded/anomaly/src/BookmarksView.cpp >+%%QT_EXAMPLEDIR%%/webkitwidgets/embedded/anomaly/src/BookmarksView.h >+%%QT_EXAMPLEDIR%%/webkitwidgets/embedded/anomaly/src/BrowserView.cpp >+%%QT_EXAMPLEDIR%%/webkitwidgets/embedded/anomaly/src/BrowserView.h >+%%QT_EXAMPLEDIR%%/webkitwidgets/embedded/anomaly/src/BrowserWindow.cpp >+%%QT_EXAMPLEDIR%%/webkitwidgets/embedded/anomaly/src/BrowserWindow.h >+%%QT_EXAMPLEDIR%%/webkitwidgets/embedded/anomaly/src/ControlStrip.cpp >+%%QT_EXAMPLEDIR%%/webkitwidgets/embedded/anomaly/src/ControlStrip.h >+%%QT_EXAMPLEDIR%%/webkitwidgets/embedded/anomaly/src/HomeView.cpp >+%%QT_EXAMPLEDIR%%/webkitwidgets/embedded/anomaly/src/HomeView.h >+%%QT_EXAMPLEDIR%%/webkitwidgets/embedded/anomaly/src/Main.cpp >+%%QT_EXAMPLEDIR%%/webkitwidgets/embedded/anomaly/src/TitleBar.cpp >+%%QT_EXAMPLEDIR%%/webkitwidgets/embedded/anomaly/src/TitleBar.h >+%%QT_EXAMPLEDIR%%/webkitwidgets/embedded/anomaly/src/ZoomStrip.cpp >+%%QT_EXAMPLEDIR%%/webkitwidgets/embedded/anomaly/src/ZoomStrip.h >+%%QT_EXAMPLEDIR%%/webkitwidgets/embedded/anomaly/src/anomaly.qrc >+%%QT_EXAMPLEDIR%%/webkitwidgets/embedded/anomaly/src/flickcharm.cpp >+%%QT_EXAMPLEDIR%%/webkitwidgets/embedded/anomaly/src/flickcharm.h >+%%QT_EXAMPLEDIR%%/webkitwidgets/embedded/anomaly/src/images/button-close.png >+%%QT_EXAMPLEDIR%%/webkitwidgets/embedded/anomaly/src/images/edit-find.png >+%%QT_EXAMPLEDIR%%/webkitwidgets/embedded/anomaly/src/images/go-next.png >+%%QT_EXAMPLEDIR%%/webkitwidgets/embedded/anomaly/src/images/go-previous.png >+%%QT_EXAMPLEDIR%%/webkitwidgets/embedded/anomaly/src/images/list-add.png >+%%QT_EXAMPLEDIR%%/webkitwidgets/embedded/anomaly/src/images/list-remove.png >+%%QT_EXAMPLEDIR%%/webkitwidgets/embedded/anomaly/src/webview.cpp >+%%QT_EXAMPLEDIR%%/webkitwidgets/embedded/anomaly/src/webview.h >+%%QT_EXAMPLEDIR%%/webkitwidgets/embedded/embedded.pro >+%%QT_EXAMPLEDIR%%/webkitwidgets/fancybrowser/doc/images/fancybrowser-example.png >+%%QT_EXAMPLEDIR%%/webkitwidgets/fancybrowser/doc/src/fancybrowser.qdoc >+%%QT_EXAMPLEDIR%%/webkitwidgets/fancybrowser/fancybrowser.pro >+%%QT_EXAMPLEDIR%%/webkitwidgets/fancybrowser/jquery.min.js >+%%QT_EXAMPLEDIR%%/webkitwidgets/fancybrowser/jquery.qrc >+%%QT_EXAMPLEDIR%%/webkitwidgets/fancybrowser/main.cpp >+%%QT_EXAMPLEDIR%%/webkitwidgets/fancybrowser/mainwindow.cpp >+%%QT_EXAMPLEDIR%%/webkitwidgets/fancybrowser/mainwindow.h >+%%QT_EXAMPLEDIR%%/webkitwidgets/formextractor/doc/images/formextractor-example.png >+%%QT_EXAMPLEDIR%%/webkitwidgets/formextractor/doc/src/formextractor.qdoc >+%%QT_EXAMPLEDIR%%/webkitwidgets/formextractor/form.html >+%%QT_EXAMPLEDIR%%/webkitwidgets/formextractor/formextractor.cpp >+%%QT_EXAMPLEDIR%%/webkitwidgets/formextractor/formextractor.h >+%%QT_EXAMPLEDIR%%/webkitwidgets/formextractor/formextractor.pro >+%%QT_EXAMPLEDIR%%/webkitwidgets/formextractor/formextractor.qrc >+%%QT_EXAMPLEDIR%%/webkitwidgets/formextractor/formextractor.ui >+%%QT_EXAMPLEDIR%%/webkitwidgets/formextractor/main.cpp >+%%QT_EXAMPLEDIR%%/webkitwidgets/formextractor/mainwindow.cpp >+%%QT_EXAMPLEDIR%%/webkitwidgets/formextractor/mainwindow.h >+%%QT_EXAMPLEDIR%%/webkitwidgets/framecapture/doc/images/framecapture-example.png >+%%QT_EXAMPLEDIR%%/webkitwidgets/framecapture/doc/src/webkit-framecapture.qdoc >+%%QT_EXAMPLEDIR%%/webkitwidgets/framecapture/framecapture.cpp >+%%QT_EXAMPLEDIR%%/webkitwidgets/framecapture/framecapture.h >+%%QT_EXAMPLEDIR%%/webkitwidgets/framecapture/framecapture.pro >+%%QT_EXAMPLEDIR%%/webkitwidgets/framecapture/main.cpp >+%%QT_EXAMPLEDIR%%/webkitwidgets/imageanalyzer/README >+%%QT_EXAMPLEDIR%%/webkitwidgets/imageanalyzer/doc/images/webkit-imageanalyzer-complete.png >+%%QT_EXAMPLEDIR%%/webkitwidgets/imageanalyzer/doc/images/webkit-imageanalyzer-progress.png >+%%QT_EXAMPLEDIR%%/webkitwidgets/imageanalyzer/doc/images/webkit-imageanalyzer-screenshot.png >+%%QT_EXAMPLEDIR%%/webkitwidgets/imageanalyzer/doc/src/webkit-bridge-imageanalyzer.qdoc >+%%QT_EXAMPLEDIR%%/webkitwidgets/imageanalyzer/imageanalyzer.cpp >+%%QT_EXAMPLEDIR%%/webkitwidgets/imageanalyzer/imageanalyzer.h >+%%QT_EXAMPLEDIR%%/webkitwidgets/imageanalyzer/imageanalyzer.pro >+%%QT_EXAMPLEDIR%%/webkitwidgets/imageanalyzer/main.cpp >+%%QT_EXAMPLEDIR%%/webkitwidgets/imageanalyzer/mainwindow.cpp >+%%QT_EXAMPLEDIR%%/webkitwidgets/imageanalyzer/mainwindow.h >+%%QT_EXAMPLEDIR%%/webkitwidgets/imageanalyzer/resources/imageanalyzer.qrc >+%%QT_EXAMPLEDIR%%/webkitwidgets/imageanalyzer/resources/images/README >+%%QT_EXAMPLEDIR%%/webkitwidgets/imageanalyzer/resources/images/bellaCoola.jpg >+%%QT_EXAMPLEDIR%%/webkitwidgets/imageanalyzer/resources/images/flower.jpg >+%%QT_EXAMPLEDIR%%/webkitwidgets/imageanalyzer/resources/images/mtRainier.jpg >+%%QT_EXAMPLEDIR%%/webkitwidgets/imageanalyzer/resources/images/seaShell.jpg >+%%QT_EXAMPLEDIR%%/webkitwidgets/imageanalyzer/resources/images/trees.jpg >+%%QT_EXAMPLEDIR%%/webkitwidgets/imageanalyzer/resources/index.html >+%%QT_EXAMPLEDIR%%/webkitwidgets/previewer/doc/images/previewer-example.png >+%%QT_EXAMPLEDIR%%/webkitwidgets/previewer/doc/images/previewer-ui.png >+%%QT_EXAMPLEDIR%%/webkitwidgets/previewer/doc/src/previewer.qdoc >+%%QT_EXAMPLEDIR%%/webkitwidgets/previewer/main.cpp >+%%QT_EXAMPLEDIR%%/webkitwidgets/previewer/mainwindow.cpp >+%%QT_EXAMPLEDIR%%/webkitwidgets/previewer/mainwindow.h >+%%QT_EXAMPLEDIR%%/webkitwidgets/previewer/previewer.cpp >+%%QT_EXAMPLEDIR%%/webkitwidgets/previewer/previewer.h >+%%QT_EXAMPLEDIR%%/webkitwidgets/previewer/previewer.pro >+%%QT_EXAMPLEDIR%%/webkitwidgets/previewer/previewer.ui >+%%QT_EXAMPLEDIR%%/webkitwidgets/scroller/plot/main.cpp >+%%QT_EXAMPLEDIR%%/webkitwidgets/scroller/plot/plot.pro >+%%QT_EXAMPLEDIR%%/webkitwidgets/scroller/plot/plotwidget.cpp >+%%QT_EXAMPLEDIR%%/webkitwidgets/scroller/plot/plotwidget.h >+%%QT_EXAMPLEDIR%%/webkitwidgets/scroller/plot/settingswidget.cpp >+%%QT_EXAMPLEDIR%%/webkitwidgets/scroller/plot/settingswidget.h >+%%QT_EXAMPLEDIR%%/webkitwidgets/scroller/scroller.pro >+%%QT_EXAMPLEDIR%%/webkitwidgets/scroller/wheel/doc/images/wheel-example.png >+%%QT_EXAMPLEDIR%%/webkitwidgets/scroller/wheel/doc/src/wheel.qdoc >+%%QT_EXAMPLEDIR%%/webkitwidgets/scroller/wheel/main.cpp >+%%QT_EXAMPLEDIR%%/webkitwidgets/scroller/wheel/wheel.pro >+%%QT_EXAMPLEDIR%%/webkitwidgets/scroller/wheel/wheelwidget.cpp >+%%QT_EXAMPLEDIR%%/webkitwidgets/scroller/wheel/wheelwidget.h >+%%QT_EXAMPLEDIR%%/webkitwidgets/simpleselector/doc/images/webkit-simpleselector.png >+%%QT_EXAMPLEDIR%%/webkitwidgets/simpleselector/doc/src/simpleselector.qdoc >+%%QT_EXAMPLEDIR%%/webkitwidgets/simpleselector/main.cpp >+%%QT_EXAMPLEDIR%%/webkitwidgets/simpleselector/simpleselector.pro >+%%QT_EXAMPLEDIR%%/webkitwidgets/simpleselector/window.cpp >+%%QT_EXAMPLEDIR%%/webkitwidgets/simpleselector/window.h >+%%QT_EXAMPLEDIR%%/webkitwidgets/simpleselector/window.ui >+%%QT_EXAMPLEDIR%%/webkitwidgets/webkitwidgets.pro >+%%QT_EXAMPLEDIR%%/webkitwidgets/xmlpatterns/doc/images/qobjectxmlmodel-example.png >+%%QT_EXAMPLEDIR%%/webkitwidgets/xmlpatterns/doc/src/qobjectxmlmodel.qdoc >+%%QT_EXAMPLEDIR%%/webkitwidgets/xmlpatterns/qobjectxmlmodel/forms/mainwindow.ui >+%%QT_EXAMPLEDIR%%/webkitwidgets/xmlpatterns/qobjectxmlmodel/main.cpp >+%%QT_EXAMPLEDIR%%/webkitwidgets/xmlpatterns/qobjectxmlmodel/mainwindow.cpp >+%%QT_EXAMPLEDIR%%/webkitwidgets/xmlpatterns/qobjectxmlmodel/mainwindow.h >+%%QT_EXAMPLEDIR%%/webkitwidgets/xmlpatterns/qobjectxmlmodel/qobjectxmlmodel.cpp >+%%QT_EXAMPLEDIR%%/webkitwidgets/xmlpatterns/qobjectxmlmodel/qobjectxmlmodel.h >+%%QT_EXAMPLEDIR%%/webkitwidgets/xmlpatterns/qobjectxmlmodel/qobjectxmlmodel.pro >+%%QT_EXAMPLEDIR%%/webkitwidgets/xmlpatterns/qobjectxmlmodel/queries.qrc >+%%QT_EXAMPLEDIR%%/webkitwidgets/xmlpatterns/qobjectxmlmodel/queries/statisticsInHTML.xq >+%%QT_EXAMPLEDIR%%/webkitwidgets/xmlpatterns/qobjectxmlmodel/queries/wholeTree.xq >+%%QT_EXAMPLEDIR%%/webkitwidgets/xmlpatterns/qobjectxmlmodel/xmlsyntaxhighlighter.cpp >+%%QT_EXAMPLEDIR%%/webkitwidgets/xmlpatterns/qobjectxmlmodel/xmlsyntaxhighlighter.h >+%%QT_EXAMPLEDIR%%/webkitwidgets/xmlpatterns/xmlpatterns.pro >+%%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/echoclient.cpp >+%%QT_EXAMPLEDIR%%/websockets/echoclient/echoclient.h >+%%QT_EXAMPLEDIR%%/websockets/echoclient/echoclient.pro >+%%QT_EXAMPLEDIR%%/websockets/echoclient/main.cpp >+%%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/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/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/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/main.cpp >+%%QT_EXAMPLEDIR%%/websockets/sslechoclient/sslechoclient.cpp >+%%QT_EXAMPLEDIR%%/websockets/sslechoclient/sslechoclient.h >+%%QT_EXAMPLEDIR%%/websockets/sslechoclient/sslechoclient.pro >+%%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%%/widgets/animation/README >+%%QT_EXAMPLEDIR%%/widgets/animation/animatedtiles/animatedtiles.pro >+%%QT_EXAMPLEDIR%%/widgets/animation/animatedtiles/animatedtiles.qrc >+%%QT_EXAMPLEDIR%%/widgets/animation/animatedtiles/images/Time-For-Lunch-2.jpg >+%%QT_EXAMPLEDIR%%/widgets/animation/animatedtiles/images/centered.png >+%%QT_EXAMPLEDIR%%/widgets/animation/animatedtiles/images/ellipse.png >+%%QT_EXAMPLEDIR%%/widgets/animation/animatedtiles/images/figure8.png >+%%QT_EXAMPLEDIR%%/widgets/animation/animatedtiles/images/kinetic.png >+%%QT_EXAMPLEDIR%%/widgets/animation/animatedtiles/images/random.png >+%%QT_EXAMPLEDIR%%/widgets/animation/animatedtiles/images/tile.png >+%%QT_EXAMPLEDIR%%/widgets/animation/animatedtiles/main.cpp >+%%QT_EXAMPLEDIR%%/widgets/animation/animation.pro >+%%QT_EXAMPLEDIR%%/widgets/animation/appchooser/accessories-dictionary.png >+%%QT_EXAMPLEDIR%%/widgets/animation/appchooser/akregator.png >+%%QT_EXAMPLEDIR%%/widgets/animation/appchooser/appchooser.pro >+%%QT_EXAMPLEDIR%%/widgets/animation/appchooser/appchooser.qrc >+%%QT_EXAMPLEDIR%%/widgets/animation/appchooser/digikam.png >+%%QT_EXAMPLEDIR%%/widgets/animation/appchooser/k3b.png >+%%QT_EXAMPLEDIR%%/widgets/animation/appchooser/main.cpp >+%%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/animation/moveblocks/main.cpp >+%%QT_EXAMPLEDIR%%/widgets/animation/moveblocks/moveblocks.pro >+%%QT_EXAMPLEDIR%%/widgets/animation/states/accessories-dictionary.png >+%%QT_EXAMPLEDIR%%/widgets/animation/states/akregator.png >+%%QT_EXAMPLEDIR%%/widgets/animation/states/digikam.png >+%%QT_EXAMPLEDIR%%/widgets/animation/states/help-browser.png >+%%QT_EXAMPLEDIR%%/widgets/animation/states/k3b.png >+%%QT_EXAMPLEDIR%%/widgets/animation/states/kchart.png >+%%QT_EXAMPLEDIR%%/widgets/animation/states/main.cpp >+%%QT_EXAMPLEDIR%%/widgets/animation/states/states.pro >+%%QT_EXAMPLEDIR%%/widgets/animation/states/states.qrc >+%%QT_EXAMPLEDIR%%/widgets/animation/stickman/animation.cpp >+%%QT_EXAMPLEDIR%%/widgets/animation/stickman/animation.h >+%%QT_EXAMPLEDIR%%/widgets/animation/stickman/animations/chilling.bin >+%%QT_EXAMPLEDIR%%/widgets/animation/stickman/animations/dancing.bin >+%%QT_EXAMPLEDIR%%/widgets/animation/stickman/animations/dead.bin >+%%QT_EXAMPLEDIR%%/widgets/animation/stickman/animations/jumping.bin >+%%QT_EXAMPLEDIR%%/widgets/animation/stickman/graphicsview.cpp >+%%QT_EXAMPLEDIR%%/widgets/animation/stickman/graphicsview.h >+%%QT_EXAMPLEDIR%%/widgets/animation/stickman/lifecycle.cpp >+%%QT_EXAMPLEDIR%%/widgets/animation/stickman/lifecycle.h >+%%QT_EXAMPLEDIR%%/widgets/animation/stickman/main.cpp >+%%QT_EXAMPLEDIR%%/widgets/animation/stickman/node.cpp >+%%QT_EXAMPLEDIR%%/widgets/animation/stickman/node.h >+%%QT_EXAMPLEDIR%%/widgets/animation/stickman/rectbutton.cpp >+%%QT_EXAMPLEDIR%%/widgets/animation/stickman/rectbutton.h >+%%QT_EXAMPLEDIR%%/widgets/animation/stickman/stickman.cpp >+%%QT_EXAMPLEDIR%%/widgets/animation/stickman/stickman.h >+%%QT_EXAMPLEDIR%%/widgets/animation/stickman/stickman.pro >+%%QT_EXAMPLEDIR%%/widgets/animation/stickman/stickman.qrc >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/animationmanager.cpp >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/animationmanager.h >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/boat.cpp >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/boat.h >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/boat_p.h >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/bomb.cpp >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/bomb.h >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/data.xml >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/graphicsscene.cpp >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/graphicsscene.h >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/main.cpp >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/mainwindow.cpp >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/mainwindow.h >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/pics/big/background.png >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/pics/big/boat.png >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/pics/big/bomb.png >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/pics/big/explosion/boat/step1.png >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/pics/big/explosion/boat/step2.png >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/pics/big/explosion/boat/step3.png >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/pics/big/explosion/boat/step4.png >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/pics/big/explosion/submarine/step1.png >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/pics/big/explosion/submarine/step2.png >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/pics/big/explosion/submarine/step3.png >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/pics/big/explosion/submarine/step4.png >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/pics/big/submarine.png >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/pics/big/surface.png >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/pics/big/torpedo.png >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/pics/scalable/background-n810.svg >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/pics/scalable/background.svg >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/pics/scalable/boat.svg >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/pics/scalable/bomb.svg >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/pics/scalable/sand.svg >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/pics/scalable/see.svg >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/pics/scalable/sky.svg >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/pics/scalable/sub-attaq.svg >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/pics/scalable/submarine.svg >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/pics/scalable/surface.svg >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/pics/scalable/torpedo.svg >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/pics/small/background.png >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/pics/small/boat.png >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/pics/small/bomb.png >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/pics/small/submarine.png >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/pics/small/surface.png >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/pics/small/torpedo.png >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/pics/welcome/logo-a.png >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/pics/welcome/logo-a2.png >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/pics/welcome/logo-b.png >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/pics/welcome/logo-dash.png >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/pics/welcome/logo-excl.png >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/pics/welcome/logo-q.png >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/pics/welcome/logo-s.png >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/pics/welcome/logo-t.png >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/pics/welcome/logo-t2.png >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/pics/welcome/logo-u.png >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/pixmapitem.cpp >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/pixmapitem.h >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/progressitem.cpp >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/progressitem.h >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/qanimationstate.cpp >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/qanimationstate.h >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/states.cpp >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/states.h >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/sub-attaq.pro >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/subattaq.qrc >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/submarine.cpp >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/submarine.h >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/submarine_p.h >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/textinformationitem.cpp >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/textinformationitem.h >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/torpedo.cpp >+%%QT_EXAMPLEDIR%%/widgets/animation/sub-attaq/torpedo.h >+%%QT_EXAMPLEDIR%%/widgets/desktop/README >+%%QT_EXAMPLEDIR%%/widgets/desktop/desktop.pro >+%%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/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/README >+%%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/configdialog/configdialog.cpp >+%%QT_EXAMPLEDIR%%/widgets/dialogs/configdialog/configdialog.h >+%%QT_EXAMPLEDIR%%/widgets/dialogs/configdialog/configdialog.pro >+%%QT_EXAMPLEDIR%%/widgets/dialogs/configdialog/configdialog.qrc >+%%QT_EXAMPLEDIR%%/widgets/dialogs/configdialog/images/config.png >+%%QT_EXAMPLEDIR%%/widgets/dialogs/configdialog/images/query.png >+%%QT_EXAMPLEDIR%%/widgets/dialogs/configdialog/images/update.png >+%%QT_EXAMPLEDIR%%/widgets/dialogs/configdialog/main.cpp >+%%QT_EXAMPLEDIR%%/widgets/dialogs/configdialog/pages.cpp >+%%QT_EXAMPLEDIR%%/widgets/dialogs/configdialog/pages.h >+%%QT_EXAMPLEDIR%%/widgets/dialogs/dialogs.pro >+%%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/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/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/sipdialog/dialog.cpp >+%%QT_EXAMPLEDIR%%/widgets/dialogs/sipdialog/dialog.h >+%%QT_EXAMPLEDIR%%/widgets/dialogs/sipdialog/main.cpp >+%%QT_EXAMPLEDIR%%/widgets/dialogs/sipdialog/sipdialog.pro >+%%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/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/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-dirmodel.png >+%%QT_EXAMPLEDIR%%/widgets/doc/images/completer-example-qdirmodel.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/echopluginexample.png >+%%QT_EXAMPLEDIR%%/widgets/doc/images/factorial-example.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/orderform-example.png >+%%QT_EXAMPLEDIR%%/widgets/doc/images/pingpong-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/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/textedit-demo.png >+%%QT_EXAMPLEDIR%%/widgets/doc/images/trafficlight-example1.png >+%%QT_EXAMPLEDIR%%/widgets/doc/images/trafficlight-example2.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/animatedtiles.qdoc >+%%QT_EXAMPLEDIR%%/widgets/doc/src/appchooser.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/boxes.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/configdialog.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/eventtransitions.qdoc >+%%QT_EXAMPLEDIR%%/widgets/doc/src/extension.qdoc >+%%QT_EXAMPLEDIR%%/widgets/doc/src/factorial.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/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/lighting.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/moveblocks.qdoc >+%%QT_EXAMPLEDIR%%/widgets/doc/src/movie.qdoc >+%%QT_EXAMPLEDIR%%/widgets/doc/src/orderform.qdoc >+%%QT_EXAMPLEDIR%%/widgets/doc/src/padnavigator.qdoc >+%%QT_EXAMPLEDIR%%/widgets/doc/src/painterpaths.qdoc >+%%QT_EXAMPLEDIR%%/widgets/doc/src/pathstroke.qdoc >+%%QT_EXAMPLEDIR%%/widgets/doc/src/pingpong.qdoc >+%%QT_EXAMPLEDIR%%/widgets/doc/src/pixelator.qdoc >+%%QT_EXAMPLEDIR%%/widgets/doc/src/plugandpaint.qdoc >+%%QT_EXAMPLEDIR%%/widgets/doc/src/recentfiles.qdoc >+%%QT_EXAMPLEDIR%%/widgets/doc/src/regexp.qdoc >+%%QT_EXAMPLEDIR%%/widgets/doc/src/rogue.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/sipdialog.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/states.qdoc >+%%QT_EXAMPLEDIR%%/widgets/doc/src/stickman.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/sub-attaq.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/trafficlight.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/twowaybutton.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/README >+%%QT_EXAMPLEDIR%%/widgets/draganddrop/draganddrop.pro >+%%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/draggabletext.pro >+%%QT_EXAMPLEDIR%%/widgets/draganddrop/draggabletext/draggabletext.qrc >+%%QT_EXAMPLEDIR%%/widgets/draganddrop/draggabletext/draglabel.cpp >+%%QT_EXAMPLEDIR%%/widgets/draganddrop/draggabletext/draglabel.h >+%%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/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/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/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/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/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/effects/lighting/lighting.cpp >+%%QT_EXAMPLEDIR%%/widgets/effects/lighting/lighting.h >+%%QT_EXAMPLEDIR%%/widgets/effects/lighting/lighting.pro >+%%QT_EXAMPLEDIR%%/widgets/effects/lighting/main.cpp >+%%QT_EXAMPLEDIR%%/widgets/gestures/gestures.pro >+%%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/README >+%%QT_EXAMPLEDIR%%/widgets/graphicsview/anchorlayout/anchorlayout.pro >+%%QT_EXAMPLEDIR%%/widgets/graphicsview/anchorlayout/main.cpp >+%%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/boxes/3rdparty/fbm.c >+%%QT_EXAMPLEDIR%%/widgets/graphicsview/boxes/3rdparty/fbm.h >+%%QT_EXAMPLEDIR%%/widgets/graphicsview/boxes/basic.fsh >+%%QT_EXAMPLEDIR%%/widgets/graphicsview/boxes/basic.vsh >+%%QT_EXAMPLEDIR%%/widgets/graphicsview/boxes/boxes.pro >+%%QT_EXAMPLEDIR%%/widgets/graphicsview/boxes/boxes.qrc >+%%QT_EXAMPLEDIR%%/widgets/graphicsview/boxes/cubemap_negx.jpg >+%%QT_EXAMPLEDIR%%/widgets/graphicsview/boxes/cubemap_negy.jpg >+%%QT_EXAMPLEDIR%%/widgets/graphicsview/boxes/cubemap_negz.jpg >+%%QT_EXAMPLEDIR%%/widgets/graphicsview/boxes/cubemap_posx.jpg >+%%QT_EXAMPLEDIR%%/widgets/graphicsview/boxes/cubemap_posy.jpg >+%%QT_EXAMPLEDIR%%/widgets/graphicsview/boxes/cubemap_posz.jpg >+%%QT_EXAMPLEDIR%%/widgets/graphicsview/boxes/dotted.fsh >+%%QT_EXAMPLEDIR%%/widgets/graphicsview/boxes/fresnel.fsh >+%%QT_EXAMPLEDIR%%/widgets/graphicsview/boxes/glass.fsh >+%%QT_EXAMPLEDIR%%/widgets/graphicsview/boxes/glbuffers.cpp >+%%QT_EXAMPLEDIR%%/widgets/graphicsview/boxes/glbuffers.h >+%%QT_EXAMPLEDIR%%/widgets/graphicsview/boxes/glextensions.cpp >+%%QT_EXAMPLEDIR%%/widgets/graphicsview/boxes/glextensions.h >+%%QT_EXAMPLEDIR%%/widgets/graphicsview/boxes/gltrianglemesh.h >+%%QT_EXAMPLEDIR%%/widgets/graphicsview/boxes/granite.fsh >+%%QT_EXAMPLEDIR%%/widgets/graphicsview/boxes/main.cpp >+%%QT_EXAMPLEDIR%%/widgets/graphicsview/boxes/marble.fsh >+%%QT_EXAMPLEDIR%%/widgets/graphicsview/boxes/parameters.par >+%%QT_EXAMPLEDIR%%/widgets/graphicsview/boxes/qt-logo.jpg >+%%QT_EXAMPLEDIR%%/widgets/graphicsview/boxes/qt-logo.png >+%%QT_EXAMPLEDIR%%/widgets/graphicsview/boxes/qtbox.cpp >+%%QT_EXAMPLEDIR%%/widgets/graphicsview/boxes/qtbox.h >+%%QT_EXAMPLEDIR%%/widgets/graphicsview/boxes/reflection.fsh >+%%QT_EXAMPLEDIR%%/widgets/graphicsview/boxes/refraction.fsh >+%%QT_EXAMPLEDIR%%/widgets/graphicsview/boxes/roundedbox.cpp >+%%QT_EXAMPLEDIR%%/widgets/graphicsview/boxes/roundedbox.h >+%%QT_EXAMPLEDIR%%/widgets/graphicsview/boxes/scene.cpp >+%%QT_EXAMPLEDIR%%/widgets/graphicsview/boxes/scene.h >+%%QT_EXAMPLEDIR%%/widgets/graphicsview/boxes/smiley.png >+%%QT_EXAMPLEDIR%%/widgets/graphicsview/boxes/square.jpg >+%%QT_EXAMPLEDIR%%/widgets/graphicsview/boxes/trackball.cpp >+%%QT_EXAMPLEDIR%%/widgets/graphicsview/boxes/trackball.h >+%%QT_EXAMPLEDIR%%/widgets/graphicsview/boxes/wood.fsh >+%%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/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/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/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/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/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/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/padnavigator/flippablepad.cpp >+%%QT_EXAMPLEDIR%%/widgets/graphicsview/padnavigator/flippablepad.h >+%%QT_EXAMPLEDIR%%/widgets/graphicsview/padnavigator/form.ui >+%%QT_EXAMPLEDIR%%/widgets/graphicsview/padnavigator/images/artsfftscope.png >+%%QT_EXAMPLEDIR%%/widgets/graphicsview/padnavigator/images/blue_angle_swirl.jpg >+%%QT_EXAMPLEDIR%%/widgets/graphicsview/padnavigator/images/kontact_contacts.png >+%%QT_EXAMPLEDIR%%/widgets/graphicsview/padnavigator/images/kontact_journal.png >+%%QT_EXAMPLEDIR%%/widgets/graphicsview/padnavigator/images/kontact_mail.png >+%%QT_EXAMPLEDIR%%/widgets/graphicsview/padnavigator/images/kontact_notes.png >+%%QT_EXAMPLEDIR%%/widgets/graphicsview/padnavigator/images/kopeteavailable.png >+%%QT_EXAMPLEDIR%%/widgets/graphicsview/padnavigator/images/metacontact_online.png >+%%QT_EXAMPLEDIR%%/widgets/graphicsview/padnavigator/images/minitools.png >+%%QT_EXAMPLEDIR%%/widgets/graphicsview/padnavigator/main.cpp >+%%QT_EXAMPLEDIR%%/widgets/graphicsview/padnavigator/padnavigator.cpp >+%%QT_EXAMPLEDIR%%/widgets/graphicsview/padnavigator/padnavigator.h >+%%QT_EXAMPLEDIR%%/widgets/graphicsview/padnavigator/padnavigator.pro >+%%QT_EXAMPLEDIR%%/widgets/graphicsview/padnavigator/padnavigator.qrc >+%%QT_EXAMPLEDIR%%/widgets/graphicsview/padnavigator/roundrectitem.cpp >+%%QT_EXAMPLEDIR%%/widgets/graphicsview/padnavigator/roundrectitem.h >+%%QT_EXAMPLEDIR%%/widgets/graphicsview/padnavigator/splashitem.cpp >+%%QT_EXAMPLEDIR%%/widgets/graphicsview/padnavigator/splashitem.h >+%%QT_EXAMPLEDIR%%/widgets/graphicsview/simpleanchorlayout/main.cpp >+%%QT_EXAMPLEDIR%%/widgets/graphicsview/simpleanchorlayout/simpleanchorlayout.pro >+%%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/README >+%%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/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/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/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/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/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/dirview.pro >+%%QT_EXAMPLEDIR%%/widgets/itemviews/dirview/main.cpp >+%%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/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/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/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/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/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/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/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/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/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/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/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/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/README >+%%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/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/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/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/mac/mac.pro >+%%QT_EXAMPLEDIR%%/widgets/mac/qmaccocoaviewcontainer/main.mm >+%%QT_EXAMPLEDIR%%/widgets/mac/qmaccocoaviewcontainer/qmaccocoaviewcontainer.pro >+%%QT_EXAMPLEDIR%%/widgets/mac/qmacnativewidget/main.mm >+%%QT_EXAMPLEDIR%%/widgets/mac/qmacnativewidget/qmacnativewidget.pro >+%%QT_EXAMPLEDIR%%/widgets/mainwindows/README >+%%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/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/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/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/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/recentfiles/main.cpp >+%%QT_EXAMPLEDIR%%/widgets/mainwindows/recentfiles/mainwindow.cpp >+%%QT_EXAMPLEDIR%%/widgets/mainwindows/recentfiles/mainwindow.h >+%%QT_EXAMPLEDIR%%/widgets/mainwindows/recentfiles/recentfiles.pro >+%%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/README >+%%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/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/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/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/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/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/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/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/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/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/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/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/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/richtext/README >+%%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/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/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/example.html >+%%QT_EXAMPLEDIR%%/widgets/richtext/textedit/images/logo32.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/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/zoomin.png >+%%QT_EXAMPLEDIR%%/widgets/richtext/textedit/images/mac/zoomout.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/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/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/graphicsview/graphicsview.pro >+%%QT_EXAMPLEDIR%%/widgets/scroller/graphicsview/main.cpp >+%%QT_EXAMPLEDIR%%/widgets/scroller/scroller.pro >+%%QT_EXAMPLEDIR%%/widgets/statemachine/README >+%%QT_EXAMPLEDIR%%/widgets/statemachine/eventtransitions/eventtransitions.pro >+%%QT_EXAMPLEDIR%%/widgets/statemachine/eventtransitions/main.cpp >+%%QT_EXAMPLEDIR%%/widgets/statemachine/factorial/factorial.pro >+%%QT_EXAMPLEDIR%%/widgets/statemachine/factorial/main.cpp >+%%QT_EXAMPLEDIR%%/widgets/statemachine/pingpong/main.cpp >+%%QT_EXAMPLEDIR%%/widgets/statemachine/pingpong/pingpong.pro >+%%QT_EXAMPLEDIR%%/widgets/statemachine/rogue/main.cpp >+%%QT_EXAMPLEDIR%%/widgets/statemachine/rogue/movementtransition.h >+%%QT_EXAMPLEDIR%%/widgets/statemachine/rogue/rogue.pro >+%%QT_EXAMPLEDIR%%/widgets/statemachine/rogue/window.cpp >+%%QT_EXAMPLEDIR%%/widgets/statemachine/rogue/window.h >+%%QT_EXAMPLEDIR%%/widgets/statemachine/statemachine.pro >+%%QT_EXAMPLEDIR%%/widgets/statemachine/trafficlight/main.cpp >+%%QT_EXAMPLEDIR%%/widgets/statemachine/trafficlight/trafficlight.pro >+%%QT_EXAMPLEDIR%%/widgets/statemachine/twowaybutton/main.cpp >+%%QT_EXAMPLEDIR%%/widgets/statemachine/twowaybutton/twowaybutton.pro >+%%QT_EXAMPLEDIR%%/widgets/tools/codecs/codecs.pro >+%%QT_EXAMPLEDIR%%/widgets/tools/codecs/doc/images/codecs-example.png >+%%QT_EXAMPLEDIR%%/widgets/tools/codecs/doc/src/codecs.qdoc >+%%QT_EXAMPLEDIR%%/widgets/tools/codecs/encodedfiles/iso-8859-1.txt >+%%QT_EXAMPLEDIR%%/widgets/tools/codecs/encodedfiles/iso-8859-15.txt >+%%QT_EXAMPLEDIR%%/widgets/tools/codecs/encodedfiles/utf-16.txt >+%%QT_EXAMPLEDIR%%/widgets/tools/codecs/encodedfiles/utf-16be.txt >+%%QT_EXAMPLEDIR%%/widgets/tools/codecs/encodedfiles/utf-16le.txt >+%%QT_EXAMPLEDIR%%/widgets/tools/codecs/encodedfiles/utf-8.txt >+%%QT_EXAMPLEDIR%%/widgets/tools/codecs/main.cpp >+%%QT_EXAMPLEDIR%%/widgets/tools/codecs/mainwindow.cpp >+%%QT_EXAMPLEDIR%%/widgets/tools/codecs/mainwindow.h >+%%QT_EXAMPLEDIR%%/widgets/tools/codecs/previewform.cpp >+%%QT_EXAMPLEDIR%%/widgets/tools/codecs/previewform.h >+%%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/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/echoplugin.pro >+%%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/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/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/interfaces.h >+%%QT_EXAMPLEDIR%%/widgets/tools/plugandpaint/main.cpp >+%%QT_EXAMPLEDIR%%/widgets/tools/plugandpaint/mainwindow.cpp >+%%QT_EXAMPLEDIR%%/widgets/tools/plugandpaint/mainwindow.h >+%%QT_EXAMPLEDIR%%/widgets/tools/plugandpaint/paintarea.cpp >+%%QT_EXAMPLEDIR%%/widgets/tools/plugandpaint/paintarea.h >+%%QT_EXAMPLEDIR%%/widgets/tools/plugandpaint/plugandpaint.pro >+%%QT_EXAMPLEDIR%%/widgets/tools/plugandpaint/plugindialog.cpp >+%%QT_EXAMPLEDIR%%/widgets/tools/plugandpaint/plugindialog.h >+%%QT_EXAMPLEDIR%%/widgets/tools/plugandpaintplugins/basictools/basictools.json >+%%QT_EXAMPLEDIR%%/widgets/tools/plugandpaintplugins/basictools/basictools.pro >+%%QT_EXAMPLEDIR%%/widgets/tools/plugandpaintplugins/basictools/basictoolsplugin.cpp >+%%QT_EXAMPLEDIR%%/widgets/tools/plugandpaintplugins/basictools/basictoolsplugin.h >+%%QT_EXAMPLEDIR%%/widgets/tools/plugandpaintplugins/extrafilters/extrafilters.json >+%%QT_EXAMPLEDIR%%/widgets/tools/plugandpaintplugins/extrafilters/extrafilters.pro >+%%QT_EXAMPLEDIR%%/widgets/tools/plugandpaintplugins/extrafilters/extrafiltersplugin.cpp >+%%QT_EXAMPLEDIR%%/widgets/tools/plugandpaintplugins/extrafilters/extrafiltersplugin.h >+%%QT_EXAMPLEDIR%%/widgets/tools/plugandpaintplugins/plugandpaintplugins.pro >+%%QT_EXAMPLEDIR%%/widgets/tools/regexp/main.cpp >+%%QT_EXAMPLEDIR%%/widgets/tools/regexp/regexp.pro >+%%QT_EXAMPLEDIR%%/widgets/tools/regexp/regexpdialog.cpp >+%%QT_EXAMPLEDIR%%/widgets/tools/regexp/regexpdialog.h >+%%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/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/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/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/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/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/tutorials/README >+%%QT_EXAMPLEDIR%%/widgets/tutorials/addressbook/README >+%%QT_EXAMPLEDIR%%/widgets/tutorials/addressbook/addressbook.pro >+%%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/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/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/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/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/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/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/gettingStarted.pro >+%%QT_EXAMPLEDIR%%/widgets/tutorials/gettingStarted/gsQt/gsqt.pro >+%%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/main.cpp >+%%QT_EXAMPLEDIR%%/widgets/tutorials/gettingStarted/gsQt/part2/part2.pro >+%%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/main.cpp >+%%QT_EXAMPLEDIR%%/widgets/tutorials/gettingStarted/gsQt/part4/part4.pro >+%%QT_EXAMPLEDIR%%/widgets/tutorials/gettingStarted/gsQt/part5/main.cpp >+%%QT_EXAMPLEDIR%%/widgets/tutorials/gettingStarted/gsQt/part5/part5.pro >+%%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/1_readonly/1_readonly.pro >+%%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/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/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/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/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/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/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/modelview.pro >+%%QT_EXAMPLEDIR%%/widgets/tutorials/tutorials.pro >+%%QT_EXAMPLEDIR%%/widgets/tutorials/widgets/childwidget/childwidget.pro >+%%QT_EXAMPLEDIR%%/widgets/tutorials/widgets/childwidget/main.cpp >+%%QT_EXAMPLEDIR%%/widgets/tutorials/widgets/nestedlayouts/main.cpp >+%%QT_EXAMPLEDIR%%/widgets/tutorials/widgets/nestedlayouts/nestedlayouts.pro >+%%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/main.cpp >+%%QT_EXAMPLEDIR%%/widgets/tutorials/widgets/windowlayout/windowlayout.pro >+%%QT_EXAMPLEDIR%%/widgets/widgets.pro >+%%QT_EXAMPLEDIR%%/widgets/widgets/README >+%%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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/widgets.pro >+%%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/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/windowcontainer.cpp >+%%QT_EXAMPLEDIR%%/widgets/windowcontainer/windowcontainer.pro >+%%QT_EXAMPLEDIR%%/xml/README >+%%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/frank.xbel >+%%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/apache_org.html >+%%QT_EXAMPLEDIR%%/xml/htmlinfo/htmlinfo.pro >+%%QT_EXAMPLEDIR%%/xml/htmlinfo/main.cpp >+%%QT_EXAMPLEDIR%%/xml/htmlinfo/nokia_com.html >+%%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/main.cpp >+%%QT_EXAMPLEDIR%%/xml/rsslisting/rsslisting.cpp >+%%QT_EXAMPLEDIR%%/xml/rsslisting/rsslisting.h >+%%QT_EXAMPLEDIR%%/xml/rsslisting/rsslisting.pro >+%%QT_EXAMPLEDIR%%/xml/saxbookmarks/doc/images/saxbookmarks-example.png >+%%QT_EXAMPLEDIR%%/xml/saxbookmarks/doc/src/saxbookmarks.qdoc >+%%QT_EXAMPLEDIR%%/xml/saxbookmarks/frank.xbel >+%%QT_EXAMPLEDIR%%/xml/saxbookmarks/jennifer.xbel >+%%QT_EXAMPLEDIR%%/xml/saxbookmarks/main.cpp >+%%QT_EXAMPLEDIR%%/xml/saxbookmarks/mainwindow.cpp >+%%QT_EXAMPLEDIR%%/xml/saxbookmarks/mainwindow.h >+%%QT_EXAMPLEDIR%%/xml/saxbookmarks/saxbookmarks.pro >+%%QT_EXAMPLEDIR%%/xml/saxbookmarks/xbelgenerator.cpp >+%%QT_EXAMPLEDIR%%/xml/saxbookmarks/xbelgenerator.h >+%%QT_EXAMPLEDIR%%/xml/saxbookmarks/xbelhandler.cpp >+%%QT_EXAMPLEDIR%%/xml/saxbookmarks/xbelhandler.h >+%%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/frank.xbel >+%%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/doc/src/xmlstreamlint.qdoc >+%%QT_EXAMPLEDIR%%/xml/xmlstreamlint/main.cpp >+%%QT_EXAMPLEDIR%%/xml/xmlstreamlint/xmlstreamlint.pro >+%%QT_EXAMPLEDIR%%/xmlpatterns/README >+%%QT_EXAMPLEDIR%%/xmlpatterns/filetree/doc/src/filetree.qdoc >+%%QT_EXAMPLEDIR%%/xmlpatterns/filetree/filetree.cpp >+%%QT_EXAMPLEDIR%%/xmlpatterns/filetree/filetree.desktop >+%%QT_EXAMPLEDIR%%/xmlpatterns/filetree/filetree.h >+%%QT_EXAMPLEDIR%%/xmlpatterns/filetree/filetree.pro >+%%QT_EXAMPLEDIR%%/xmlpatterns/filetree/forms/mainwindow.ui >+%%QT_EXAMPLEDIR%%/xmlpatterns/filetree/main.cpp >+%%QT_EXAMPLEDIR%%/xmlpatterns/filetree/mainwindow.cpp >+%%QT_EXAMPLEDIR%%/xmlpatterns/filetree/mainwindow.h >+%%QT_EXAMPLEDIR%%/xmlpatterns/filetree/queries.qrc >+%%QT_EXAMPLEDIR%%/xmlpatterns/filetree/queries/listCPPFiles.xq >+%%QT_EXAMPLEDIR%%/xmlpatterns/filetree/queries/wholeTree.xq >+%%QT_EXAMPLEDIR%%/xmlpatterns/recipes/doc/src/recipes.qdoc >+%%QT_EXAMPLEDIR%%/xmlpatterns/recipes/files/allRecipes.xq >+%%QT_EXAMPLEDIR%%/xmlpatterns/recipes/files/cookbook.xml >+%%QT_EXAMPLEDIR%%/xmlpatterns/recipes/files/liquidIngredientsInSoup.xq >+%%QT_EXAMPLEDIR%%/xmlpatterns/recipes/files/mushroomSoup.xq >+%%QT_EXAMPLEDIR%%/xmlpatterns/recipes/files/preparationLessThan30.xq >+%%QT_EXAMPLEDIR%%/xmlpatterns/recipes/files/preparationTimes.xq >+%%QT_EXAMPLEDIR%%/xmlpatterns/recipes/forms/querywidget.ui >+%%QT_EXAMPLEDIR%%/xmlpatterns/recipes/forms/querywidget_mobiles.ui >+%%QT_EXAMPLEDIR%%/xmlpatterns/recipes/main.cpp >+%%QT_EXAMPLEDIR%%/xmlpatterns/recipes/querymainwindow.cpp >+%%QT_EXAMPLEDIR%%/xmlpatterns/recipes/querymainwindow.h >+%%QT_EXAMPLEDIR%%/xmlpatterns/recipes/recipes.desktop >+%%QT_EXAMPLEDIR%%/xmlpatterns/recipes/recipes.pro >+%%QT_EXAMPLEDIR%%/xmlpatterns/recipes/recipes.qrc >+%%QT_EXAMPLEDIR%%/xmlpatterns/schema/doc/src/schema.qdoc >+%%QT_EXAMPLEDIR%%/xmlpatterns/schema/files/contact.xsd >+%%QT_EXAMPLEDIR%%/xmlpatterns/schema/files/invalid_contact.xml >+%%QT_EXAMPLEDIR%%/xmlpatterns/schema/files/invalid_order.xml >+%%QT_EXAMPLEDIR%%/xmlpatterns/schema/files/invalid_recipe.xml >+%%QT_EXAMPLEDIR%%/xmlpatterns/schema/files/order.xsd >+%%QT_EXAMPLEDIR%%/xmlpatterns/schema/files/recipe.xsd >+%%QT_EXAMPLEDIR%%/xmlpatterns/schema/files/valid_contact.xml >+%%QT_EXAMPLEDIR%%/xmlpatterns/schema/files/valid_order.xml >+%%QT_EXAMPLEDIR%%/xmlpatterns/schema/files/valid_recipe.xml >+%%QT_EXAMPLEDIR%%/xmlpatterns/schema/main.cpp >+%%QT_EXAMPLEDIR%%/xmlpatterns/schema/mainwindow.cpp >+%%QT_EXAMPLEDIR%%/xmlpatterns/schema/mainwindow.h >+%%QT_EXAMPLEDIR%%/xmlpatterns/schema/schema.desktop >+%%QT_EXAMPLEDIR%%/xmlpatterns/schema/schema.pro >+%%QT_EXAMPLEDIR%%/xmlpatterns/schema/schema.qrc >+%%QT_EXAMPLEDIR%%/xmlpatterns/schema/schema.ui >+%%QT_EXAMPLEDIR%%/xmlpatterns/schema/schema_mobiles.ui >+%%QT_EXAMPLEDIR%%/xmlpatterns/shared/xmlsyntaxhighlighter.cpp >+%%QT_EXAMPLEDIR%%/xmlpatterns/shared/xmlsyntaxhighlighter.h >+%%QT_EXAMPLEDIR%%/xmlpatterns/xmlpatterns.pro >+%%QT_EXAMPLEDIR%%/xmlpatterns/xquery/doc/src/globalVariables.qdoc >+%%QT_EXAMPLEDIR%%/xmlpatterns/xquery/globalVariables/globalVariables.desktop >+%%QT_EXAMPLEDIR%%/xmlpatterns/xquery/globalVariables/globals.cpp >+%%QT_EXAMPLEDIR%%/xmlpatterns/xquery/globalVariables/globals.gccxml >+%%QT_EXAMPLEDIR%%/xmlpatterns/xquery/globalVariables/globals.html >+%%QT_EXAMPLEDIR%%/xmlpatterns/xquery/globalVariables/reportGlobals.xq >+%%QT_EXAMPLEDIR%%/xmlpatterns/xquery/xquery.pro
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 209320
: 170034 |
170035