aboutsummaryrefslogtreecommitdiff
path: root/misc/qt4-qtdemo
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2014-01-06 16:16:52 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2014-01-06 16:16:52 +0000
commit7d5e6b666c579d543fbf4c0996e309e23de8e02e (patch)
treee9ca925ce8537078366a02e4f615c5847746c0b5 /misc/qt4-qtdemo
parentb60b2bc8f43a72af43a1f5ff0df9828880c2b7a8 (diff)
downloadports-7d5e6b666c579d543fbf4c0996e309e23de8e02e.tar.gz
ports-7d5e6b666c579d543fbf4c0996e309e23de8e02e.zip
Notes
Diffstat (limited to 'misc/qt4-qtdemo')
-rw-r--r--misc/qt4-qtdemo/Makefile33
-rw-r--r--misc/qt4-qtdemo/pkg-descr12
-rw-r--r--misc/qt4-qtdemo/pkg-plist9952
3 files changed, 4994 insertions, 5003 deletions
diff --git a/misc/qt4-qtdemo/Makefile b/misc/qt4-qtdemo/Makefile
index d01306741f05..53f995466cb2 100644
--- a/misc/qt4-qtdemo/Makefile
+++ b/misc/qt4-qtdemo/Makefile
@@ -3,18 +3,18 @@
PORTNAME= qtdemo
DISTVERSION= ${QT4_VERSION}
-CATEGORIES?= misc
+PORTREVISION= 1
+CATEGORIES= misc
PKGNAMEPREFIX= qt4-
MAINTAINER= kde@FreeBSD.org
-COMMENT= Qt demonstration and example programs
+COMMENT= Qt 4 demonstration and example applications
USES= pkgconfig
USE_QT4= qmake_build moc_build rcc_build uic_build corelib designer \
gui network opengl sql svg qtestlib xml imageformats_run dbus \
script webkit phonon help assistant_run phonon-gst scripttools \
xmlpatterns multimedia
-QT_NONSTANDARD= yes
QT_DIST= yes
HAS_CONFIGURE= yes
@@ -25,9 +25,10 @@ MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib:$$LD_LIBRARY_PATH \
PATH=${WRKSRC}/bin:$$PATH
# qtlogo.png is installed by qt4-gui
-DESKTOP_ENTRIES="Qt Examples and Demos" "${COMMENT}" \
- "${LOCALBASE}/share/pixmaps/qtlogo.png" \
- "${PREFIX}/bin/qtdemo" "Development;Qt;" true
+DESKTOP_ENTRIES="Qt 4 Examples and Demos" "" \
+ "${QT_PREFIX}/share/pixmaps/qtlogo.png" \
+ "${PREFIX}/${QT_BINDIR_REL}/qtdemo" \
+ "Development;Qt;" true
DO_NOT_EXTRACT= doc mkspecs qmake translations \
src/activeqt src/openvg src/s60installs src/s60main src/tools \
@@ -41,26 +42,28 @@ EXTRACT_AFTER_ARGS+= --exclude '${DISTNAME}/${dne}'
BUILD_WRKSRC= ${WRKSRC}/demos
INSTALL_WRKSRC= ${BUILD_WRKSRC}
-EXTRA_PATCHES+= ${.CURDIR}/../../devel/qt4/files/patch-configure
-
post-patch:
- ${REINPLACE_CMD} -e '/app +=/s|"assistant"|"assistant-qt4"|' \
+ ${REINPLACE_CMD} -e '/app +=/s|"assistant"|"assistant${_QT_BINSUFX}"|' \
${BUILD_WRKSRC}/${PORTNAME}/menumanager.cpp \
${WRKSRC}/examples/help/remotecontrol/remotecontrol.cpp \
${WRKSRC}/examples/help/simpletextviewer/assistant.cpp
pre-configure:
${MKDIR} ${WRKSRC}/mkspecs/modules
- ${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/bin/qmake
- ${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/bin/moc
- ${LN} -sf ${LOCALBASE}/bin/uic-qt4 ${WRKSRC}/bin/uic
- ${LN} -sf ${LOCALBASE}/bin/rcc ${WRKSRC}/bin/rcc
+ ${LN} -sf ${QMAKE} ${WRKSRC}/bin/qmake
+ ${LN} -sf ${MOC} ${WRKSRC}/bin/moc
+ ${LN} -sf ${UIC} ${WRKSRC}/bin/uic
+ ${LN} -sf ${RCC} ${WRKSRC}/bin/rcc
post-build:
- cd ${WRKSRC}/examples && ${SETENV} MAKEOBJDIR=. ${MAKE} ${_MAKE_JOBS}
+ cd ${WRKSRC}/examples && \
+ ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKEFLAGS} ${MAKEFILE} \
+ ${_MAKE_JOBS} ${MAKE_ARGS} ${ALL_TARGET}
post-install:
- cd ${WRKSRC}/examples && ${SETENV} MAKEOBJDIR=. ${MAKE} ${MAKE_ARGS} install
+ cd ${WRKSRC}/examples && \
+ ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKEFLAGS} ${MAKEFILE} \
+ ${MAKE_ARGS} ${INSTALL_TARGET}
${FIND} -E ${STAGEDIR}${PREFIX}/share/examples/qt4/examples/declarative/cppextensions -regex ".*\.(moc|obj|pch|rcc)" -type d | ${XARGS} ${RM} -r
.include <bsd.port.mk>
diff --git a/misc/qt4-qtdemo/pkg-descr b/misc/qt4-qtdemo/pkg-descr
deleted file mode 100644
index 36bc69717e98..000000000000
--- a/misc/qt4-qtdemo/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-Qt is a C++ toolkit for application development. It lets application
-developers target all major operating systems with a single application
-source code.
-
-Qt provides a platform-independent API to all central platform functionality:
-GUI, database access, networking, file handling, etc. The Qt library
-encapsulates the different APIs of different operating systems, providing
-the application programmer with a single, common API for all operating systems.
-The native C APIs are encapsulated in a set of well-designed, fully
-object-oriented C++ classes.
-
-WWW: http://qt.nokia.com/products/qt/index.html
diff --git a/misc/qt4-qtdemo/pkg-plist b/misc/qt4-qtdemo/pkg-plist
index f7d6fc889fce..b42ab42807c1 100644
--- a/misc/qt4-qtdemo/pkg-plist
+++ b/misc/qt4-qtdemo/pkg-plist
@@ -1,5 +1,5 @@
-bin/qtdemo
-%%DEBUG%%bin/qtdemo.debug
+%%QT_BINDIR%%/qtdemo
+%%DEBUG%%%%QT_BINDIR%%/qtdemo.debug
%%QT_PLUGINDIR%%/designer/libarthurplugin.so
%%DEBUG%%%%QT_PLUGINDIR%%/designer/libarthurplugin.so.debug
%%QT_PLUGINDIR%%/designer/libcontainerextension.so
@@ -10,4979 +10,4979 @@ bin/qtdemo
%%DEBUG%%%%QT_PLUGINDIR%%/designer/libtaskmenuextension.so.debug
%%QT_PLUGINDIR%%/designer/libworldtimeclockplugin.so
%%DEBUG%%%%QT_PLUGINDIR%%/designer/libworldtimeclockplugin.so.debug
-share/examples/qt4/demos/README
-share/examples/qt4/demos/affine/affine
-%%DEBUG%%share/examples/qt4/demos/affine/affine.debug
-share/examples/qt4/demos/affine/affine.pro
-share/examples/qt4/demos/affine/affine.qrc
-share/examples/qt4/demos/affine/bg1.jpg
-share/examples/qt4/demos/affine/main.cpp
-share/examples/qt4/demos/affine/xform.cpp
-share/examples/qt4/demos/affine/xform.h
-share/examples/qt4/demos/affine/xform.html
-share/examples/qt4/demos/arthurplugin/arthur_plugin.qrc
-share/examples/qt4/demos/arthurplugin/arthurplugin.pro
-share/examples/qt4/demos/arthurplugin/bg1.jpg
-share/examples/qt4/demos/arthurplugin/composition.cpp
-share/examples/qt4/demos/arthurplugin/composition.h
-share/examples/qt4/demos/arthurplugin/flower.jpg
-share/examples/qt4/demos/arthurplugin/flower_alpha.jpg
-share/examples/qt4/demos/arthurplugin/gradients.cpp
-share/examples/qt4/demos/arthurplugin/gradients.h
-share/examples/qt4/demos/arthurplugin/pathdeform.cpp
-share/examples/qt4/demos/arthurplugin/pathdeform.h
-share/examples/qt4/demos/arthurplugin/pathstroke.cpp
-share/examples/qt4/demos/arthurplugin/pathstroke.h
-share/examples/qt4/demos/arthurplugin/plugin.cpp
-share/examples/qt4/demos/arthurplugin/xform.cpp
-share/examples/qt4/demos/arthurplugin/xform.h
-share/examples/qt4/demos/books/bookdelegate.cpp
-share/examples/qt4/demos/books/bookdelegate.h
-share/examples/qt4/demos/books/books
-%%DEBUG%%share/examples/qt4/demos/books/books.debug
-share/examples/qt4/demos/books/books.pro
-share/examples/qt4/demos/books/books.qrc
-share/examples/qt4/demos/books/bookwindow.cpp
-share/examples/qt4/demos/books/bookwindow.h
-share/examples/qt4/demos/books/bookwindow.ui
-share/examples/qt4/demos/books/images/star.png
-share/examples/qt4/demos/books/initdb.h
-share/examples/qt4/demos/books/main.cpp
-share/examples/qt4/demos/boxes/3rdparty/fbm.c
-share/examples/qt4/demos/boxes/3rdparty/fbm.h
-share/examples/qt4/demos/boxes/basic.fsh
-share/examples/qt4/demos/boxes/basic.vsh
-share/examples/qt4/demos/boxes/boxes
-%%DEBUG%%share/examples/qt4/demos/boxes/boxes.debug
-share/examples/qt4/demos/boxes/boxes.pro
-share/examples/qt4/demos/boxes/boxes.qrc
-share/examples/qt4/demos/boxes/cubemap_negx.jpg
-share/examples/qt4/demos/boxes/cubemap_negy.jpg
-share/examples/qt4/demos/boxes/cubemap_negz.jpg
-share/examples/qt4/demos/boxes/cubemap_posx.jpg
-share/examples/qt4/demos/boxes/cubemap_posy.jpg
-share/examples/qt4/demos/boxes/cubemap_posz.jpg
-share/examples/qt4/demos/boxes/dotted.fsh
-share/examples/qt4/demos/boxes/fresnel.fsh
-share/examples/qt4/demos/boxes/glass.fsh
-share/examples/qt4/demos/boxes/glbuffers.cpp
-share/examples/qt4/demos/boxes/glbuffers.h
-share/examples/qt4/demos/boxes/glextensions.cpp
-share/examples/qt4/demos/boxes/glextensions.h
-share/examples/qt4/demos/boxes/gltrianglemesh.h
-share/examples/qt4/demos/boxes/granite.fsh
-share/examples/qt4/demos/boxes/main.cpp
-share/examples/qt4/demos/boxes/marble.fsh
-share/examples/qt4/demos/boxes/parameters.par
-share/examples/qt4/demos/boxes/qt-logo.jpg
-share/examples/qt4/demos/boxes/qt-logo.png
-share/examples/qt4/demos/boxes/qtbox.cpp
-share/examples/qt4/demos/boxes/qtbox.h
-share/examples/qt4/demos/boxes/reflection.fsh
-share/examples/qt4/demos/boxes/refraction.fsh
-share/examples/qt4/demos/boxes/roundedbox.cpp
-share/examples/qt4/demos/boxes/roundedbox.h
-share/examples/qt4/demos/boxes/scene.cpp
-share/examples/qt4/demos/boxes/scene.h
-share/examples/qt4/demos/boxes/smiley.png
-share/examples/qt4/demos/boxes/square.jpg
-share/examples/qt4/demos/boxes/trackball.cpp
-share/examples/qt4/demos/boxes/trackball.h
-share/examples/qt4/demos/boxes/wood.fsh
-share/examples/qt4/demos/browser/Info_mac.plist
-share/examples/qt4/demos/browser/addbookmarkdialog.ui
-share/examples/qt4/demos/browser/autosaver.cpp
-share/examples/qt4/demos/browser/autosaver.h
-share/examples/qt4/demos/browser/bookmarks.cpp
-share/examples/qt4/demos/browser/bookmarks.h
-share/examples/qt4/demos/browser/bookmarks.ui
-share/examples/qt4/demos/browser/browser
-%%DEBUG%%share/examples/qt4/demos/browser/browser.debug
-share/examples/qt4/demos/browser/browser.icns
-share/examples/qt4/demos/browser/browser.ico
-share/examples/qt4/demos/browser/browser.pro
-share/examples/qt4/demos/browser/browser.rc
-share/examples/qt4/demos/browser/browserapplication.cpp
-share/examples/qt4/demos/browser/browserapplication.h
-share/examples/qt4/demos/browser/browsermainwindow.cpp
-share/examples/qt4/demos/browser/browsermainwindow.h
-share/examples/qt4/demos/browser/chasewidget.cpp
-share/examples/qt4/demos/browser/chasewidget.h
-share/examples/qt4/demos/browser/cookiejar.cpp
-share/examples/qt4/demos/browser/cookiejar.h
-share/examples/qt4/demos/browser/cookies.ui
-share/examples/qt4/demos/browser/cookiesexceptions.ui
-share/examples/qt4/demos/browser/data.qrc
-share/examples/qt4/demos/browser/data/addtab.png
-share/examples/qt4/demos/browser/data/browser.svg
-share/examples/qt4/demos/browser/data/closetab.png
-share/examples/qt4/demos/browser/data/data.qrc
-share/examples/qt4/demos/browser/data/defaultbookmarks.xbel
-share/examples/qt4/demos/browser/data/defaulticon.png
-share/examples/qt4/demos/browser/data/history.png
-share/examples/qt4/demos/browser/data/loading.gif
-share/examples/qt4/demos/browser/downloaditem.ui
-share/examples/qt4/demos/browser/downloadmanager.cpp
-share/examples/qt4/demos/browser/downloadmanager.h
-share/examples/qt4/demos/browser/downloads.ui
-share/examples/qt4/demos/browser/edittableview.cpp
-share/examples/qt4/demos/browser/edittableview.h
-share/examples/qt4/demos/browser/edittreeview.cpp
-share/examples/qt4/demos/browser/edittreeview.h
-share/examples/qt4/demos/browser/history.cpp
-share/examples/qt4/demos/browser/history.h
-share/examples/qt4/demos/browser/history.ui
-share/examples/qt4/demos/browser/htmls.qrc
-share/examples/qt4/demos/browser/htmls/htmls.qrc
-share/examples/qt4/demos/browser/htmls/notfound.html
-share/examples/qt4/demos/browser/main.cpp
-share/examples/qt4/demos/browser/modelmenu.cpp
-share/examples/qt4/demos/browser/modelmenu.h
-share/examples/qt4/demos/browser/networkaccessmanager.cpp
-share/examples/qt4/demos/browser/networkaccessmanager.h
-share/examples/qt4/demos/browser/passworddialog.ui
-share/examples/qt4/demos/browser/proxy.ui
-share/examples/qt4/demos/browser/searchlineedit.cpp
-share/examples/qt4/demos/browser/searchlineedit.h
-share/examples/qt4/demos/browser/settings.cpp
-share/examples/qt4/demos/browser/settings.h
-share/examples/qt4/demos/browser/settings.ui
-share/examples/qt4/demos/browser/squeezelabel.cpp
-share/examples/qt4/demos/browser/squeezelabel.h
-share/examples/qt4/demos/browser/tabwidget.cpp
-share/examples/qt4/demos/browser/tabwidget.h
-share/examples/qt4/demos/browser/toolbarsearch.cpp
-share/examples/qt4/demos/browser/toolbarsearch.h
-share/examples/qt4/demos/browser/urllineedit.cpp
-share/examples/qt4/demos/browser/urllineedit.h
-share/examples/qt4/demos/browser/webview.cpp
-share/examples/qt4/demos/browser/webview.h
-share/examples/qt4/demos/browser/xbel.cpp
-share/examples/qt4/demos/browser/xbel.h
-share/examples/qt4/demos/chip/chip
-share/examples/qt4/demos/chip/chip.cpp
-%%DEBUG%%share/examples/qt4/demos/chip/chip.debug
-share/examples/qt4/demos/chip/chip.h
-share/examples/qt4/demos/chip/chip.pro
-share/examples/qt4/demos/chip/fileprint.png
-share/examples/qt4/demos/chip/images.qrc
-share/examples/qt4/demos/chip/main.cpp
-share/examples/qt4/demos/chip/mainwindow.cpp
-share/examples/qt4/demos/chip/mainwindow.h
-share/examples/qt4/demos/chip/qt4logo.png
-share/examples/qt4/demos/chip/rotateleft.png
-share/examples/qt4/demos/chip/rotateright.png
-share/examples/qt4/demos/chip/view.cpp
-share/examples/qt4/demos/chip/view.h
-share/examples/qt4/demos/chip/zoomin.png
-share/examples/qt4/demos/chip/zoomout.png
-share/examples/qt4/demos/composition/composition
-share/examples/qt4/demos/composition/composition.cpp
-%%DEBUG%%share/examples/qt4/demos/composition/composition.debug
-share/examples/qt4/demos/composition/composition.h
-share/examples/qt4/demos/composition/composition.html
-share/examples/qt4/demos/composition/composition.pro
-share/examples/qt4/demos/composition/composition.qrc
-share/examples/qt4/demos/composition/flower.jpg
-share/examples/qt4/demos/composition/flower_alpha.jpg
-share/examples/qt4/demos/composition/main.cpp
-share/examples/qt4/demos/declarative/calculator/calculator
-%%DEBUG%%share/examples/qt4/demos/declarative/calculator/calculator.debug
-share/examples/qt4/demos/declarative/calculator/calculator.desktop
-share/examples/qt4/demos/declarative/calculator/calculator.pro
-share/examples/qt4/demos/declarative/calculator/calculator.qmlproject
-share/examples/qt4/demos/declarative/calculator/calculator.svg
-share/examples/qt4/demos/declarative/calculator/calculator64.png
-share/examples/qt4/demos/declarative/calculator/calculator80.png
-share/examples/qt4/demos/declarative/calculator/calculator_harmattan.desktop
-share/examples/qt4/demos/declarative/calculator/main.cpp
-share/examples/qt4/demos/declarative/calculator/qml/calculator/CalculatorCore/Button.qml
-share/examples/qt4/demos/declarative/calculator/qml/calculator/CalculatorCore/Display.qml
-share/examples/qt4/demos/declarative/calculator/qml/calculator/CalculatorCore/calculator.js
-share/examples/qt4/demos/declarative/calculator/qml/calculator/CalculatorCore/images/button-.png
-share/examples/qt4/demos/declarative/calculator/qml/calculator/CalculatorCore/images/button-blue.png
-share/examples/qt4/demos/declarative/calculator/qml/calculator/CalculatorCore/images/button-green.png
-share/examples/qt4/demos/declarative/calculator/qml/calculator/CalculatorCore/images/button-purple.png
-share/examples/qt4/demos/declarative/calculator/qml/calculator/CalculatorCore/images/button-red.png
-share/examples/qt4/demos/declarative/calculator/qml/calculator/CalculatorCore/images/display.png
-share/examples/qt4/demos/declarative/calculator/qml/calculator/CalculatorCore/qmldir
-share/examples/qt4/demos/declarative/calculator/qml/calculator/calculator.qml
-share/examples/qt4/demos/declarative/flickr/flickr
-%%DEBUG%%share/examples/qt4/demos/declarative/flickr/flickr.debug
-share/examples/qt4/demos/declarative/flickr/flickr.desktop
-share/examples/qt4/demos/declarative/flickr/flickr.pro
-share/examples/qt4/demos/declarative/flickr/flickr.qmlproject
-share/examples/qt4/demos/declarative/flickr/flickr.svg
-share/examples/qt4/demos/declarative/flickr/flickr64.png
-share/examples/qt4/demos/declarative/flickr/flickr80.png
-share/examples/qt4/demos/declarative/flickr/flickr_harmattan.desktop
-share/examples/qt4/demos/declarative/flickr/main.cpp
-share/examples/qt4/demos/declarative/flickr/qml/flickr/common/Progress.qml
-share/examples/qt4/demos/declarative/flickr/qml/flickr/common/RssModel.qml
-share/examples/qt4/demos/declarative/flickr/qml/flickr/common/ScrollBar.qml
-share/examples/qt4/demos/declarative/flickr/qml/flickr/common/Slider.qml
-share/examples/qt4/demos/declarative/flickr/qml/flickr/common/qmldir
-share/examples/qt4/demos/declarative/flickr/qml/flickr/flickr-90.qml
-share/examples/qt4/demos/declarative/flickr/qml/flickr/flickr.qml
-share/examples/qt4/demos/declarative/flickr/qml/flickr/mobile/Button.qml
-share/examples/qt4/demos/declarative/flickr/qml/flickr/mobile/GridDelegate.qml
-share/examples/qt4/demos/declarative/flickr/qml/flickr/mobile/ImageDetails.qml
-share/examples/qt4/demos/declarative/flickr/qml/flickr/mobile/ListDelegate.qml
-share/examples/qt4/demos/declarative/flickr/qml/flickr/mobile/TitleBar.qml
-share/examples/qt4/demos/declarative/flickr/qml/flickr/mobile/ToolBar.qml
-share/examples/qt4/demos/declarative/flickr/qml/flickr/mobile/images/gloss.png
-share/examples/qt4/demos/declarative/flickr/qml/flickr/mobile/images/lineedit.png
-share/examples/qt4/demos/declarative/flickr/qml/flickr/mobile/images/lineedit.sci
-share/examples/qt4/demos/declarative/flickr/qml/flickr/mobile/images/quit.png
-share/examples/qt4/demos/declarative/flickr/qml/flickr/mobile/images/stripes.png
-share/examples/qt4/demos/declarative/flickr/qml/flickr/mobile/images/titlebar.png
-share/examples/qt4/demos/declarative/flickr/qml/flickr/mobile/images/titlebar.sci
-share/examples/qt4/demos/declarative/flickr/qml/flickr/mobile/images/toolbutton.png
-share/examples/qt4/demos/declarative/flickr/qml/flickr/mobile/images/toolbutton.sci
-share/examples/qt4/demos/declarative/minehunt/main.cpp
-share/examples/qt4/demos/declarative/minehunt/minehunt
-share/examples/qt4/demos/declarative/minehunt/minehunt.cpp
-%%DEBUG%%share/examples/qt4/demos/declarative/minehunt/minehunt.debug
-share/examples/qt4/demos/declarative/minehunt/minehunt.h
-share/examples/qt4/demos/declarative/minehunt/minehunt.pro
-share/examples/qt4/demos/declarative/minehunt/minehunt.qmlproject
-share/examples/qt4/demos/declarative/minehunt/qml/minehunt/MinehuntCore/Explosion.qml
-share/examples/qt4/demos/declarative/minehunt/qml/minehunt/MinehuntCore/Tile.qml
-share/examples/qt4/demos/declarative/minehunt/qml/minehunt/MinehuntCore/pics/back.png
-share/examples/qt4/demos/declarative/minehunt/qml/minehunt/MinehuntCore/pics/background.png
-share/examples/qt4/demos/declarative/minehunt/qml/minehunt/MinehuntCore/pics/bomb-color.png
-share/examples/qt4/demos/declarative/minehunt/qml/minehunt/MinehuntCore/pics/bomb.png
-share/examples/qt4/demos/declarative/minehunt/qml/minehunt/MinehuntCore/pics/face-sad.png
-share/examples/qt4/demos/declarative/minehunt/qml/minehunt/MinehuntCore/pics/face-smile-big.png
-share/examples/qt4/demos/declarative/minehunt/qml/minehunt/MinehuntCore/pics/face-smile.png
-share/examples/qt4/demos/declarative/minehunt/qml/minehunt/MinehuntCore/pics/flag-color.png
-share/examples/qt4/demos/declarative/minehunt/qml/minehunt/MinehuntCore/pics/flag.png
-share/examples/qt4/demos/declarative/minehunt/qml/minehunt/MinehuntCore/pics/front.png
-share/examples/qt4/demos/declarative/minehunt/qml/minehunt/MinehuntCore/pics/quit.png
-share/examples/qt4/demos/declarative/minehunt/qml/minehunt/MinehuntCore/pics/star.png
-share/examples/qt4/demos/declarative/minehunt/qml/minehunt/minehunt.qml
-share/examples/qt4/demos/declarative/photoviewer/main.cpp
-share/examples/qt4/demos/declarative/photoviewer/photoviewer
-%%DEBUG%%share/examples/qt4/demos/declarative/photoviewer/photoviewer.debug
-share/examples/qt4/demos/declarative/photoviewer/photoviewer.desktop
-share/examples/qt4/demos/declarative/photoviewer/photoviewer.pro
-share/examples/qt4/demos/declarative/photoviewer/photoviewer.qmlproject
-share/examples/qt4/demos/declarative/photoviewer/photoviewer.svg
-share/examples/qt4/demos/declarative/photoviewer/photoviewer64.png
-share/examples/qt4/demos/declarative/photoviewer/photoviewer80.png
-share/examples/qt4/demos/declarative/photoviewer/photoviewer_harmattan.desktop
-share/examples/qt4/demos/declarative/photoviewer/qml/photoviewer/PhotoViewerCore/AlbumDelegate.qml
-share/examples/qt4/demos/declarative/photoviewer/qml/photoviewer/PhotoViewerCore/BusyIndicator.qml
-share/examples/qt4/demos/declarative/photoviewer/qml/photoviewer/PhotoViewerCore/Button.qml
-share/examples/qt4/demos/declarative/photoviewer/qml/photoviewer/PhotoViewerCore/EditableButton.qml
-share/examples/qt4/demos/declarative/photoviewer/qml/photoviewer/PhotoViewerCore/PhotoDelegate.qml
-share/examples/qt4/demos/declarative/photoviewer/qml/photoviewer/PhotoViewerCore/ProgressBar.qml
-share/examples/qt4/demos/declarative/photoviewer/qml/photoviewer/PhotoViewerCore/RssModel.qml
-share/examples/qt4/demos/declarative/photoviewer/qml/photoviewer/PhotoViewerCore/Tag.qml
-share/examples/qt4/demos/declarative/photoviewer/qml/photoviewer/PhotoViewerCore/images/box-shadow.png
-share/examples/qt4/demos/declarative/photoviewer/qml/photoviewer/PhotoViewerCore/images/busy.png
-share/examples/qt4/demos/declarative/photoviewer/qml/photoviewer/PhotoViewerCore/images/cardboard.png
-share/examples/qt4/demos/declarative/photoviewer/qml/photoviewer/PhotoViewerCore/qmldir
-share/examples/qt4/demos/declarative/photoviewer/qml/photoviewer/PhotoViewerCore/script/script.js
-share/examples/qt4/demos/declarative/photoviewer/qml/photoviewer/i18n/base.ts
-share/examples/qt4/demos/declarative/photoviewer/qml/photoviewer/i18n/qml_fr.qm
-share/examples/qt4/demos/declarative/photoviewer/qml/photoviewer/i18n/qml_fr.ts
-share/examples/qt4/demos/declarative/photoviewer/qml/photoviewer/photoviewer.qml
-share/examples/qt4/demos/declarative/rssnews/main.cpp
-share/examples/qt4/demos/declarative/rssnews/qml/rssnews/content/BusyIndicator.qml
-share/examples/qt4/demos/declarative/rssnews/qml/rssnews/content/CategoryDelegate.qml
-share/examples/qt4/demos/declarative/rssnews/qml/rssnews/content/NewsDelegate.qml
-share/examples/qt4/demos/declarative/rssnews/qml/rssnews/content/RssFeeds.qml
-share/examples/qt4/demos/declarative/rssnews/qml/rssnews/content/ScrollBar.qml
-share/examples/qt4/demos/declarative/rssnews/qml/rssnews/content/images/busy.png
-share/examples/qt4/demos/declarative/rssnews/qml/rssnews/content/images/scrollbar.png
-share/examples/qt4/demos/declarative/rssnews/qml/rssnews/rssnews.qml
-share/examples/qt4/demos/declarative/rssnews/rssnews
-%%DEBUG%%share/examples/qt4/demos/declarative/rssnews/rssnews.debug
-share/examples/qt4/demos/declarative/rssnews/rssnews.desktop
-share/examples/qt4/demos/declarative/rssnews/rssnews.pro
-share/examples/qt4/demos/declarative/rssnews/rssnews.qmlproject
-share/examples/qt4/demos/declarative/rssnews/rssnews.svg
-share/examples/qt4/demos/declarative/rssnews/rssnews64.png
-share/examples/qt4/demos/declarative/rssnews/rssnews80.png
-share/examples/qt4/demos/declarative/rssnews/rssnews_harmattan.desktop
-share/examples/qt4/demos/declarative/samegame/main.cpp
-share/examples/qt4/demos/declarative/samegame/qml/samegame/SamegameCore/BoomBlock.qml
-share/examples/qt4/demos/declarative/samegame/qml/samegame/SamegameCore/Button.qml
-share/examples/qt4/demos/declarative/samegame/qml/samegame/SamegameCore/Dialog.qml
-share/examples/qt4/demos/declarative/samegame/qml/samegame/SamegameCore/pics/background.png
-share/examples/qt4/demos/declarative/samegame/qml/samegame/SamegameCore/pics/blueStar.png
-share/examples/qt4/demos/declarative/samegame/qml/samegame/SamegameCore/pics/blueStone.png
-share/examples/qt4/demos/declarative/samegame/qml/samegame/SamegameCore/pics/greenStar.png
-share/examples/qt4/demos/declarative/samegame/qml/samegame/SamegameCore/pics/greenStone.png
-share/examples/qt4/demos/declarative/samegame/qml/samegame/SamegameCore/pics/redStar.png
-share/examples/qt4/demos/declarative/samegame/qml/samegame/SamegameCore/pics/redStone.png
-share/examples/qt4/demos/declarative/samegame/qml/samegame/SamegameCore/pics/star.png
-share/examples/qt4/demos/declarative/samegame/qml/samegame/SamegameCore/pics/yellowStone.png
-share/examples/qt4/demos/declarative/samegame/qml/samegame/SamegameCore/qmldir
-share/examples/qt4/demos/declarative/samegame/qml/samegame/SamegameCore/samegame.js
-share/examples/qt4/demos/declarative/samegame/qml/samegame/highscores/README
-share/examples/qt4/demos/declarative/samegame/qml/samegame/highscores/score_data.xml
-share/examples/qt4/demos/declarative/samegame/qml/samegame/highscores/score_style.xsl
-share/examples/qt4/demos/declarative/samegame/qml/samegame/highscores/scores.php
-share/examples/qt4/demos/declarative/samegame/qml/samegame/samegame.qml
-share/examples/qt4/demos/declarative/samegame/samegame
-%%DEBUG%%share/examples/qt4/demos/declarative/samegame/samegame.debug
-share/examples/qt4/demos/declarative/samegame/samegame.desktop
-share/examples/qt4/demos/declarative/samegame/samegame.pro
-share/examples/qt4/demos/declarative/samegame/samegame.qmlproject
-share/examples/qt4/demos/declarative/samegame/samegame.svg
-share/examples/qt4/demos/declarative/samegame/samegame64.png
-share/examples/qt4/demos/declarative/samegame/samegame80.png
-share/examples/qt4/demos/declarative/samegame/samegame_harmattan.desktop
-share/examples/qt4/demos/declarative/snake/main.cpp
-share/examples/qt4/demos/declarative/snake/qml/snake/content/Button.qml
-share/examples/qt4/demos/declarative/snake/qml/snake/content/Cookie.qml
-share/examples/qt4/demos/declarative/snake/qml/snake/content/HighScoreModel.qml
-share/examples/qt4/demos/declarative/snake/qml/snake/content/Link.qml
-share/examples/qt4/demos/declarative/snake/qml/snake/content/Skull.qml
-share/examples/qt4/demos/declarative/snake/qml/snake/content/pics/README
-share/examples/qt4/demos/declarative/snake/qml/snake/content/pics/background.png
-share/examples/qt4/demos/declarative/snake/qml/snake/content/pics/blueStar.png
-share/examples/qt4/demos/declarative/snake/qml/snake/content/pics/blueStone.png
-share/examples/qt4/demos/declarative/snake/qml/snake/content/pics/cookie.png
-share/examples/qt4/demos/declarative/snake/qml/snake/content/pics/eyes.svg
-share/examples/qt4/demos/declarative/snake/qml/snake/content/pics/head.png
-share/examples/qt4/demos/declarative/snake/qml/snake/content/pics/head.svg
-share/examples/qt4/demos/declarative/snake/qml/snake/content/pics/pause.png
-share/examples/qt4/demos/declarative/snake/qml/snake/content/pics/redStar.png
-share/examples/qt4/demos/declarative/snake/qml/snake/content/pics/redStone.png
-share/examples/qt4/demos/declarative/snake/qml/snake/content/pics/skull.png
-share/examples/qt4/demos/declarative/snake/qml/snake/content/pics/snake.jpg
-share/examples/qt4/demos/declarative/snake/qml/snake/content/pics/star.png
-share/examples/qt4/demos/declarative/snake/qml/snake/content/pics/stoneShadow.png
-share/examples/qt4/demos/declarative/snake/qml/snake/content/pics/yellowStar.png
-share/examples/qt4/demos/declarative/snake/qml/snake/content/pics/yellowStone.png
-share/examples/qt4/demos/declarative/snake/qml/snake/content/snake.js
-share/examples/qt4/demos/declarative/snake/qml/snake/snake.qml
-share/examples/qt4/demos/declarative/snake/snake
-%%DEBUG%%share/examples/qt4/demos/declarative/snake/snake.debug
-share/examples/qt4/demos/declarative/snake/snake.desktop
-share/examples/qt4/demos/declarative/snake/snake.pro
-share/examples/qt4/demos/declarative/snake/snake.qmlproject
-share/examples/qt4/demos/declarative/snake/snake.svg
-share/examples/qt4/demos/declarative/snake/snake64.png
-share/examples/qt4/demos/declarative/snake/snake80.png
-share/examples/qt4/demos/declarative/snake/snake_harmattan.desktop
-share/examples/qt4/demos/declarative/twitter/main.cpp
-share/examples/qt4/demos/declarative/twitter/qml/twitter/TwitterCore/Button.qml
-share/examples/qt4/demos/declarative/twitter/qml/twitter/TwitterCore/FatDelegate.qml
-share/examples/qt4/demos/declarative/twitter/qml/twitter/TwitterCore/Input.qml
-share/examples/qt4/demos/declarative/twitter/qml/twitter/TwitterCore/Loading.qml
-share/examples/qt4/demos/declarative/twitter/qml/twitter/TwitterCore/MultiTitleBar.qml
-share/examples/qt4/demos/declarative/twitter/qml/twitter/TwitterCore/RssModel.qml
-share/examples/qt4/demos/declarative/twitter/qml/twitter/TwitterCore/SearchView.qml
-share/examples/qt4/demos/declarative/twitter/qml/twitter/TwitterCore/TitleBar.qml
-share/examples/qt4/demos/declarative/twitter/qml/twitter/TwitterCore/ToolBar.qml
-share/examples/qt4/demos/declarative/twitter/qml/twitter/TwitterCore/UserModel.qml
-share/examples/qt4/demos/declarative/twitter/qml/twitter/TwitterCore/images/gloss.png
-share/examples/qt4/demos/declarative/twitter/qml/twitter/TwitterCore/images/lineedit.png
-share/examples/qt4/demos/declarative/twitter/qml/twitter/TwitterCore/images/lineedit.sci
-share/examples/qt4/demos/declarative/twitter/qml/twitter/TwitterCore/images/loading.png
-share/examples/qt4/demos/declarative/twitter/qml/twitter/TwitterCore/images/quit.png
-share/examples/qt4/demos/declarative/twitter/qml/twitter/TwitterCore/images/stripes.png
-share/examples/qt4/demos/declarative/twitter/qml/twitter/TwitterCore/images/titlebar.png
-share/examples/qt4/demos/declarative/twitter/qml/twitter/TwitterCore/images/titlebar.sci
-share/examples/qt4/demos/declarative/twitter/qml/twitter/TwitterCore/images/toolbutton.png
-share/examples/qt4/demos/declarative/twitter/qml/twitter/TwitterCore/images/toolbutton.sci
-share/examples/qt4/demos/declarative/twitter/qml/twitter/TwitterCore/qmldir
-share/examples/qt4/demos/declarative/twitter/qml/twitter/twitter.qml
-share/examples/qt4/demos/declarative/twitter/twitter
-%%DEBUG%%share/examples/qt4/demos/declarative/twitter/twitter.debug
-share/examples/qt4/demos/declarative/twitter/twitter.desktop
-share/examples/qt4/demos/declarative/twitter/twitter.pro
-share/examples/qt4/demos/declarative/twitter/twitter.qmlproject
-share/examples/qt4/demos/declarative/twitter/twitter.svg
-share/examples/qt4/demos/declarative/twitter/twitter64.png
-share/examples/qt4/demos/declarative/twitter/twitter80.png
-share/examples/qt4/demos/declarative/twitter/twitter_harmattan.desktop
-share/examples/qt4/demos/declarative/webbrowser/main.cpp
-share/examples/qt4/demos/declarative/webbrowser/qml/webbrowser/content/Button.qml
-share/examples/qt4/demos/declarative/webbrowser/qml/webbrowser/content/FlickableWebView.qml
-share/examples/qt4/demos/declarative/webbrowser/qml/webbrowser/content/Header.qml
-share/examples/qt4/demos/declarative/webbrowser/qml/webbrowser/content/ScrollBar.qml
-share/examples/qt4/demos/declarative/webbrowser/qml/webbrowser/content/UrlInput.qml
-share/examples/qt4/demos/declarative/webbrowser/qml/webbrowser/content/pics/display.png
-share/examples/qt4/demos/declarative/webbrowser/qml/webbrowser/content/pics/edit-delete.png
-share/examples/qt4/demos/declarative/webbrowser/qml/webbrowser/content/pics/go-jump-locationbar.png
-share/examples/qt4/demos/declarative/webbrowser/qml/webbrowser/content/pics/go-next-view.png
-share/examples/qt4/demos/declarative/webbrowser/qml/webbrowser/content/pics/go-previous-view.png
-share/examples/qt4/demos/declarative/webbrowser/qml/webbrowser/content/pics/scrollbar.png
-share/examples/qt4/demos/declarative/webbrowser/qml/webbrowser/content/pics/titlebar-bg.png
-share/examples/qt4/demos/declarative/webbrowser/qml/webbrowser/content/pics/view-refresh.png
-share/examples/qt4/demos/declarative/webbrowser/qml/webbrowser/webbrowser.qml
-share/examples/qt4/demos/declarative/webbrowser/webbrowser
-%%DEBUG%%share/examples/qt4/demos/declarative/webbrowser/webbrowser.debug
-share/examples/qt4/demos/declarative/webbrowser/webbrowser.desktop
-share/examples/qt4/demos/declarative/webbrowser/webbrowser.pro
-share/examples/qt4/demos/declarative/webbrowser/webbrowser.qmlproject
-share/examples/qt4/demos/declarative/webbrowser/webbrowser.svg
-share/examples/qt4/demos/declarative/webbrowser/webbrowser64.png
-share/examples/qt4/demos/declarative/webbrowser/webbrowser80.png
-share/examples/qt4/demos/declarative/webbrowser/webbrowser_harmattan.desktop
-share/examples/qt4/demos/deform/deform
-%%DEBUG%%share/examples/qt4/demos/deform/deform.debug
-share/examples/qt4/demos/deform/deform.pro
-share/examples/qt4/demos/deform/deform.qrc
-share/examples/qt4/demos/deform/main.cpp
-share/examples/qt4/demos/deform/pathdeform.cpp
-share/examples/qt4/demos/deform/pathdeform.h
-share/examples/qt4/demos/deform/pathdeform.html
-share/examples/qt4/demos/demos.pro
-share/examples/qt4/demos/embeddeddialogs/No-Ones-Laughing-3.jpg
-share/examples/qt4/demos/embeddeddialogs/customproxy.cpp
-share/examples/qt4/demos/embeddeddialogs/customproxy.h
-share/examples/qt4/demos/embeddeddialogs/embeddeddialog.cpp
-share/examples/qt4/demos/embeddeddialogs/embeddeddialog.h
-share/examples/qt4/demos/embeddeddialogs/embeddeddialog.ui
-share/examples/qt4/demos/embeddeddialogs/embeddeddialogs
-%%DEBUG%%share/examples/qt4/demos/embeddeddialogs/embeddeddialogs.debug
-share/examples/qt4/demos/embeddeddialogs/embeddeddialogs.pro
-share/examples/qt4/demos/embeddeddialogs/embeddeddialogs.qrc
-share/examples/qt4/demos/embeddeddialogs/main.cpp
-share/examples/qt4/demos/glhypnotizer/glhypnotizer
-%%DEBUG%%share/examples/qt4/demos/glhypnotizer/glhypnotizer.debug
-share/examples/qt4/demos/glhypnotizer/glhypnotizer.pro
-share/examples/qt4/demos/glhypnotizer/hypnotizer.qrc
-share/examples/qt4/demos/glhypnotizer/main.cpp
-share/examples/qt4/demos/glhypnotizer/qt-logo.png
-share/examples/qt4/demos/glhypnotizer/spiral.svg
-share/examples/qt4/demos/gradients/gradients
-share/examples/qt4/demos/gradients/gradients.cpp
-%%DEBUG%%share/examples/qt4/demos/gradients/gradients.debug
-share/examples/qt4/demos/gradients/gradients.h
-share/examples/qt4/demos/gradients/gradients.html
-share/examples/qt4/demos/gradients/gradients.pro
-share/examples/qt4/demos/gradients/gradients.qrc
-share/examples/qt4/demos/gradients/main.cpp
-share/examples/qt4/demos/helper/qmlapplicationviewer/qmlapplicationviewer.cpp
-share/examples/qt4/demos/helper/qmlapplicationviewer/qmlapplicationviewer.h
-share/examples/qt4/demos/helper/qmlapplicationviewer/qmlapplicationviewer.pri
-share/examples/qt4/demos/interview/README
-share/examples/qt4/demos/interview/images/folder.png
-share/examples/qt4/demos/interview/images/interview.png
-share/examples/qt4/demos/interview/images/services.png
-share/examples/qt4/demos/interview/interview
-%%DEBUG%%share/examples/qt4/demos/interview/interview.debug
-share/examples/qt4/demos/interview/interview.pro
-share/examples/qt4/demos/interview/interview.qrc
-share/examples/qt4/demos/interview/main.cpp
-share/examples/qt4/demos/interview/model.cpp
-share/examples/qt4/demos/interview/model.h
-share/examples/qt4/demos/mainwindow/colorswatch.cpp
-share/examples/qt4/demos/mainwindow/colorswatch.h
-share/examples/qt4/demos/mainwindow/main.cpp
-share/examples/qt4/demos/mainwindow/mainwindow
-share/examples/qt4/demos/mainwindow/mainwindow.cpp
-%%DEBUG%%share/examples/qt4/demos/mainwindow/mainwindow.debug
-share/examples/qt4/demos/mainwindow/mainwindow.h
-share/examples/qt4/demos/mainwindow/mainwindow.pro
-share/examples/qt4/demos/mainwindow/mainwindow.qrc
-share/examples/qt4/demos/mainwindow/qt.png
-share/examples/qt4/demos/mainwindow/titlebarCenter.png
-share/examples/qt4/demos/mainwindow/titlebarLeft.png
-share/examples/qt4/demos/mainwindow/titlebarRight.png
-share/examples/qt4/demos/mainwindow/toolbar.cpp
-share/examples/qt4/demos/mainwindow/toolbar.h
-share/examples/qt4/demos/pathstroke/main.cpp
-share/examples/qt4/demos/pathstroke/pathstroke
-share/examples/qt4/demos/pathstroke/pathstroke.cpp
-%%DEBUG%%share/examples/qt4/demos/pathstroke/pathstroke.debug
-share/examples/qt4/demos/pathstroke/pathstroke.h
-share/examples/qt4/demos/pathstroke/pathstroke.html
-share/examples/qt4/demos/pathstroke/pathstroke.pro
-share/examples/qt4/demos/pathstroke/pathstroke.qrc
-share/examples/qt4/demos/qmediaplayer/images/screen.png
-share/examples/qt4/demos/qmediaplayer/main.cpp
-share/examples/qt4/demos/qmediaplayer/mediaplayer.cpp
-share/examples/qt4/demos/qmediaplayer/mediaplayer.h
-share/examples/qt4/demos/qmediaplayer/mediaplayer.qrc
-share/examples/qt4/demos/qmediaplayer/qmediaplayer
-%%DEBUG%%share/examples/qt4/demos/qmediaplayer/qmediaplayer.debug
-share/examples/qt4/demos/qmediaplayer/qmediaplayer.pro
-share/examples/qt4/demos/qmediaplayer/settings.ui
-share/examples/qt4/demos/qtdemo/Info_mac.plist
-share/examples/qt4/demos/qtdemo/colors.cpp
-share/examples/qt4/demos/qtdemo/colors.h
-share/examples/qt4/demos/qtdemo/demoitem.cpp
-share/examples/qt4/demos/qtdemo/demoitem.h
-share/examples/qt4/demos/qtdemo/demoitemanimation.cpp
-share/examples/qt4/demos/qtdemo/demoitemanimation.h
-share/examples/qt4/demos/qtdemo/demoscene.cpp
-share/examples/qt4/demos/qtdemo/demoscene.h
-share/examples/qt4/demos/qtdemo/demotextitem.cpp
-share/examples/qt4/demos/qtdemo/demotextitem.h
-share/examples/qt4/demos/qtdemo/dockitem.cpp
-share/examples/qt4/demos/qtdemo/dockitem.h
-share/examples/qt4/demos/qtdemo/examplecontent.cpp
-share/examples/qt4/demos/qtdemo/examplecontent.h
-share/examples/qt4/demos/qtdemo/guide.cpp
-share/examples/qt4/demos/qtdemo/guide.h
-share/examples/qt4/demos/qtdemo/guidecircle.cpp
-share/examples/qt4/demos/qtdemo/guidecircle.h
-share/examples/qt4/demos/qtdemo/guideline.cpp
-share/examples/qt4/demos/qtdemo/guideline.h
-share/examples/qt4/demos/qtdemo/headingitem.cpp
-share/examples/qt4/demos/qtdemo/headingitem.h
-share/examples/qt4/demos/qtdemo/imageitem.cpp
-share/examples/qt4/demos/qtdemo/imageitem.h
-share/examples/qt4/demos/qtdemo/images/demobg.png
-share/examples/qt4/demos/qtdemo/images/qtlogo_small.png
-share/examples/qt4/demos/qtdemo/images/trolltech-logo.png
-share/examples/qt4/demos/qtdemo/itemcircleanimation.cpp
-share/examples/qt4/demos/qtdemo/itemcircleanimation.h
-share/examples/qt4/demos/qtdemo/letteritem.cpp
-share/examples/qt4/demos/qtdemo/letteritem.h
-share/examples/qt4/demos/qtdemo/main.cpp
-share/examples/qt4/demos/qtdemo/mainwindow.cpp
-share/examples/qt4/demos/qtdemo/mainwindow.h
-share/examples/qt4/demos/qtdemo/menucontent.cpp
-share/examples/qt4/demos/qtdemo/menucontent.h
-share/examples/qt4/demos/qtdemo/menumanager.cpp
-share/examples/qt4/demos/qtdemo/menumanager.h
-share/examples/qt4/demos/qtdemo/qtdemo.icns
-share/examples/qt4/demos/qtdemo/qtdemo.ico
-share/examples/qt4/demos/qtdemo/qtdemo.pro
-share/examples/qt4/demos/qtdemo/qtdemo.qrc
-share/examples/qt4/demos/qtdemo/qtdemo.rc
-share/examples/qt4/demos/qtdemo/scanitem.cpp
-share/examples/qt4/demos/qtdemo/scanitem.h
-share/examples/qt4/demos/qtdemo/score.cpp
-share/examples/qt4/demos/qtdemo/score.h
-share/examples/qt4/demos/qtdemo/textbutton.cpp
-share/examples/qt4/demos/qtdemo/textbutton.h
-share/examples/qt4/demos/qtdemo/xml/examples.xml
-share/examples/qt4/demos/shared/arthurstyle.cpp
-share/examples/qt4/demos/shared/arthurstyle.h
-share/examples/qt4/demos/shared/arthurwidgets.cpp
-share/examples/qt4/demos/shared/arthurwidgets.h
-share/examples/qt4/demos/shared/hoverpoints.cpp
-share/examples/qt4/demos/shared/hoverpoints.h
-share/examples/qt4/demos/shared/images/bg_pattern.png
-share/examples/qt4/demos/shared/images/button_normal_cap_left.png
-share/examples/qt4/demos/shared/images/button_normal_cap_right.png
-share/examples/qt4/demos/shared/images/button_normal_stretch.png
-share/examples/qt4/demos/shared/images/button_pressed_cap_left.png
-share/examples/qt4/demos/shared/images/button_pressed_cap_right.png
-share/examples/qt4/demos/shared/images/button_pressed_stretch.png
-share/examples/qt4/demos/shared/images/curve_thing_edit-6.png
-share/examples/qt4/demos/shared/images/frame_bottom.png
-share/examples/qt4/demos/shared/images/frame_bottomleft.png
-share/examples/qt4/demos/shared/images/frame_bottomright.png
-share/examples/qt4/demos/shared/images/frame_left.png
-share/examples/qt4/demos/shared/images/frame_right.png
-share/examples/qt4/demos/shared/images/frame_top.png
-share/examples/qt4/demos/shared/images/frame_topleft.png
-share/examples/qt4/demos/shared/images/frame_topright.png
-share/examples/qt4/demos/shared/images/groupframe_bottom_left.png
-share/examples/qt4/demos/shared/images/groupframe_bottom_right.png
-share/examples/qt4/demos/shared/images/groupframe_bottom_stretch.png
-share/examples/qt4/demos/shared/images/groupframe_left_stretch.png
-share/examples/qt4/demos/shared/images/groupframe_right_stretch.png
-share/examples/qt4/demos/shared/images/groupframe_top_stretch.png
-share/examples/qt4/demos/shared/images/groupframe_topleft.png
-share/examples/qt4/demos/shared/images/groupframe_topright.png
-share/examples/qt4/demos/shared/images/line_dash_dot.png
-share/examples/qt4/demos/shared/images/line_dash_dot_dot.png
-share/examples/qt4/demos/shared/images/line_dashed.png
-share/examples/qt4/demos/shared/images/line_dotted.png
-share/examples/qt4/demos/shared/images/line_solid.png
-share/examples/qt4/demos/shared/images/radiobutton-off.png
-share/examples/qt4/demos/shared/images/radiobutton-on.png
-share/examples/qt4/demos/shared/images/radiobutton_off.png
-share/examples/qt4/demos/shared/images/radiobutton_on.png
-share/examples/qt4/demos/shared/images/slider_bar.png
-share/examples/qt4/demos/shared/images/slider_thumb_off.png
-share/examples/qt4/demos/shared/images/slider_thumb_on.png
-share/examples/qt4/demos/shared/images/title_cap_left.png
-share/examples/qt4/demos/shared/images/title_cap_right.png
-share/examples/qt4/demos/shared/images/title_stretch.png
-share/examples/qt4/demos/shared/libdemo_shared.a
-share/examples/qt4/demos/shared/libdemo_shared.prl
-share/examples/qt4/demos/shared/shared.pri
-share/examples/qt4/demos/shared/shared.pro
-share/examples/qt4/demos/shared/shared.qrc
-share/examples/qt4/demos/spectrum/3rdparty/fftreal/Array.h
-share/examples/qt4/demos/spectrum/3rdparty/fftreal/Array.hpp
-share/examples/qt4/demos/spectrum/3rdparty/fftreal/DynArray.h
-share/examples/qt4/demos/spectrum/3rdparty/fftreal/DynArray.hpp
-share/examples/qt4/demos/spectrum/3rdparty/fftreal/FFTRealFixLen.h
-share/examples/qt4/demos/spectrum/3rdparty/fftreal/FFTRealFixLen.hpp
-share/examples/qt4/demos/spectrum/3rdparty/fftreal/FFTRealFixLenParam.h
-share/examples/qt4/demos/spectrum/3rdparty/fftreal/FFTRealPassDirect.h
-share/examples/qt4/demos/spectrum/3rdparty/fftreal/FFTRealPassDirect.hpp
-share/examples/qt4/demos/spectrum/3rdparty/fftreal/FFTRealPassInverse.h
-share/examples/qt4/demos/spectrum/3rdparty/fftreal/FFTRealPassInverse.hpp
-share/examples/qt4/demos/spectrum/3rdparty/fftreal/FFTRealSelect.h
-share/examples/qt4/demos/spectrum/3rdparty/fftreal/FFTRealSelect.hpp
-share/examples/qt4/demos/spectrum/3rdparty/fftreal/FFTRealUseTrigo.h
-share/examples/qt4/demos/spectrum/3rdparty/fftreal/FFTRealUseTrigo.hpp
-share/examples/qt4/demos/spectrum/3rdparty/fftreal/OscSinCos.h
-share/examples/qt4/demos/spectrum/3rdparty/fftreal/OscSinCos.hpp
-share/examples/qt4/demos/spectrum/3rdparty/fftreal/def.h
-share/examples/qt4/demos/spectrum/3rdparty/fftreal/fftreal.pro
-share/examples/qt4/demos/spectrum/3rdparty/fftreal/fftreal_wrapper.cpp
-share/examples/qt4/demos/spectrum/3rdparty/fftreal/fftreal_wrapper.h
-share/examples/qt4/demos/spectrum/3rdparty/fftreal/license.txt
-share/examples/qt4/demos/spectrum/3rdparty/fftreal/readme.txt
-share/examples/qt4/demos/spectrum/README.txt
-share/examples/qt4/demos/spectrum/TODO.txt
-share/examples/qt4/demos/spectrum/app/app.pro
-share/examples/qt4/demos/spectrum/app/engine.cpp
-share/examples/qt4/demos/spectrum/app/engine.h
-share/examples/qt4/demos/spectrum/app/frequencyspectrum.cpp
-share/examples/qt4/demos/spectrum/app/frequencyspectrum.h
-share/examples/qt4/demos/spectrum/app/images/record.png
-share/examples/qt4/demos/spectrum/app/images/settings.png
-share/examples/qt4/demos/spectrum/app/levelmeter.cpp
-share/examples/qt4/demos/spectrum/app/levelmeter.h
-share/examples/qt4/demos/spectrum/app/main.cpp
-share/examples/qt4/demos/spectrum/app/mainwidget.cpp
-share/examples/qt4/demos/spectrum/app/mainwidget.h
-share/examples/qt4/demos/spectrum/app/progressbar.cpp
-share/examples/qt4/demos/spectrum/app/progressbar.h
-share/examples/qt4/demos/spectrum/app/settingsdialog.cpp
-share/examples/qt4/demos/spectrum/app/settingsdialog.h
-share/examples/qt4/demos/spectrum/app/spectrograph.cpp
-share/examples/qt4/demos/spectrum/app/spectrograph.h
-share/examples/qt4/demos/spectrum/app/spectrum.h
-share/examples/qt4/demos/spectrum/app/spectrum.qrc
-share/examples/qt4/demos/spectrum/app/spectrumanalyser.cpp
-share/examples/qt4/demos/spectrum/app/spectrumanalyser.h
-share/examples/qt4/demos/spectrum/app/tonegenerator.cpp
-share/examples/qt4/demos/spectrum/app/tonegenerator.h
-share/examples/qt4/demos/spectrum/app/tonegeneratordialog.cpp
-share/examples/qt4/demos/spectrum/app/tonegeneratordialog.h
-share/examples/qt4/demos/spectrum/app/utils.cpp
-share/examples/qt4/demos/spectrum/app/utils.h
-share/examples/qt4/demos/spectrum/app/waveform.cpp
-share/examples/qt4/demos/spectrum/app/waveform.h
-share/examples/qt4/demos/spectrum/app/wavfile.cpp
-share/examples/qt4/demos/spectrum/app/wavfile.h
-share/examples/qt4/demos/spectrum/spectrum.pri
-share/examples/qt4/demos/spectrum/spectrum.pro
-share/examples/qt4/demos/spreadsheet/images/interview.png
-share/examples/qt4/demos/spreadsheet/main.cpp
-share/examples/qt4/demos/spreadsheet/printview.cpp
-share/examples/qt4/demos/spreadsheet/printview.h
-share/examples/qt4/demos/spreadsheet/spreadsheet
-share/examples/qt4/demos/spreadsheet/spreadsheet.cpp
-%%DEBUG%%share/examples/qt4/demos/spreadsheet/spreadsheet.debug
-share/examples/qt4/demos/spreadsheet/spreadsheet.h
-share/examples/qt4/demos/spreadsheet/spreadsheet.pro
-share/examples/qt4/demos/spreadsheet/spreadsheet.qrc
-share/examples/qt4/demos/spreadsheet/spreadsheetdelegate.cpp
-share/examples/qt4/demos/spreadsheet/spreadsheetdelegate.h
-share/examples/qt4/demos/spreadsheet/spreadsheetitem.cpp
-share/examples/qt4/demos/spreadsheet/spreadsheetitem.h
-share/examples/qt4/demos/sqlbrowser/browser.cpp
-share/examples/qt4/demos/sqlbrowser/browser.h
-share/examples/qt4/demos/sqlbrowser/browserwidget.ui
-share/examples/qt4/demos/sqlbrowser/connectionwidget.cpp
-share/examples/qt4/demos/sqlbrowser/connectionwidget.h
-share/examples/qt4/demos/sqlbrowser/main.cpp
-share/examples/qt4/demos/sqlbrowser/qsqlconnectiondialog.cpp
-share/examples/qt4/demos/sqlbrowser/qsqlconnectiondialog.h
-share/examples/qt4/demos/sqlbrowser/qsqlconnectiondialog.ui
-share/examples/qt4/demos/sqlbrowser/sqlbrowser
-%%DEBUG%%share/examples/qt4/demos/sqlbrowser/sqlbrowser.debug
-share/examples/qt4/demos/sqlbrowser/sqlbrowser.pro
-share/examples/qt4/demos/sub-attaq/animationmanager.cpp
-share/examples/qt4/demos/sub-attaq/animationmanager.h
-share/examples/qt4/demos/sub-attaq/boat.cpp
-share/examples/qt4/demos/sub-attaq/boat.h
-share/examples/qt4/demos/sub-attaq/boat_p.h
-share/examples/qt4/demos/sub-attaq/bomb.cpp
-share/examples/qt4/demos/sub-attaq/bomb.h
-share/examples/qt4/demos/sub-attaq/graphicsscene.cpp
-share/examples/qt4/demos/sub-attaq/graphicsscene.h
-share/examples/qt4/demos/sub-attaq/main.cpp
-share/examples/qt4/demos/sub-attaq/mainwindow.cpp
-share/examples/qt4/demos/sub-attaq/mainwindow.h
-share/examples/qt4/demos/sub-attaq/pics/big/background.png
-share/examples/qt4/demos/sub-attaq/pics/big/boat.png
-share/examples/qt4/demos/sub-attaq/pics/big/bomb.png
-share/examples/qt4/demos/sub-attaq/pics/big/explosion/boat/step1.png
-share/examples/qt4/demos/sub-attaq/pics/big/explosion/boat/step2.png
-share/examples/qt4/demos/sub-attaq/pics/big/explosion/boat/step3.png
-share/examples/qt4/demos/sub-attaq/pics/big/explosion/boat/step4.png
-share/examples/qt4/demos/sub-attaq/pics/big/explosion/submarine/step1.png
-share/examples/qt4/demos/sub-attaq/pics/big/explosion/submarine/step2.png
-share/examples/qt4/demos/sub-attaq/pics/big/explosion/submarine/step3.png
-share/examples/qt4/demos/sub-attaq/pics/big/explosion/submarine/step4.png
-share/examples/qt4/demos/sub-attaq/pics/big/submarine.png
-share/examples/qt4/demos/sub-attaq/pics/big/surface.png
-share/examples/qt4/demos/sub-attaq/pics/big/torpedo.png
-share/examples/qt4/demos/sub-attaq/pics/scalable/background-n810.svg
-share/examples/qt4/demos/sub-attaq/pics/scalable/background.svg
-share/examples/qt4/demos/sub-attaq/pics/scalable/boat.svg
-share/examples/qt4/demos/sub-attaq/pics/scalable/bomb.svg
-share/examples/qt4/demos/sub-attaq/pics/scalable/sand.svg
-share/examples/qt4/demos/sub-attaq/pics/scalable/see.svg
-share/examples/qt4/demos/sub-attaq/pics/scalable/sky.svg
-share/examples/qt4/demos/sub-attaq/pics/scalable/sub-attaq.svg
-share/examples/qt4/demos/sub-attaq/pics/scalable/submarine.svg
-share/examples/qt4/demos/sub-attaq/pics/scalable/surface.svg
-share/examples/qt4/demos/sub-attaq/pics/scalable/torpedo.svg
-share/examples/qt4/demos/sub-attaq/pics/small/background.png
-share/examples/qt4/demos/sub-attaq/pics/small/boat.png
-share/examples/qt4/demos/sub-attaq/pics/small/bomb.png
-share/examples/qt4/demos/sub-attaq/pics/small/submarine.png
-share/examples/qt4/demos/sub-attaq/pics/small/surface.png
-share/examples/qt4/demos/sub-attaq/pics/small/torpedo.png
-share/examples/qt4/demos/sub-attaq/pics/welcome/logo-a.png
-share/examples/qt4/demos/sub-attaq/pics/welcome/logo-a2.png
-share/examples/qt4/demos/sub-attaq/pics/welcome/logo-b.png
-share/examples/qt4/demos/sub-attaq/pics/welcome/logo-dash.png
-share/examples/qt4/demos/sub-attaq/pics/welcome/logo-excl.png
-share/examples/qt4/demos/sub-attaq/pics/welcome/logo-q.png
-share/examples/qt4/demos/sub-attaq/pics/welcome/logo-s.png
-share/examples/qt4/demos/sub-attaq/pics/welcome/logo-t.png
-share/examples/qt4/demos/sub-attaq/pics/welcome/logo-t2.png
-share/examples/qt4/demos/sub-attaq/pics/welcome/logo-u.png
-share/examples/qt4/demos/sub-attaq/pixmapitem.cpp
-share/examples/qt4/demos/sub-attaq/pixmapitem.h
-share/examples/qt4/demos/sub-attaq/progressitem.cpp
-share/examples/qt4/demos/sub-attaq/progressitem.h
-share/examples/qt4/demos/sub-attaq/qanimationstate.cpp
-share/examples/qt4/demos/sub-attaq/qanimationstate.h
-share/examples/qt4/demos/sub-attaq/states.cpp
-share/examples/qt4/demos/sub-attaq/states.h
-share/examples/qt4/demos/sub-attaq/sub-attaq
-%%DEBUG%%share/examples/qt4/demos/sub-attaq/sub-attaq.debug
-share/examples/qt4/demos/sub-attaq/sub-attaq.pro
-share/examples/qt4/demos/sub-attaq/subattaq.qrc
-share/examples/qt4/demos/sub-attaq/submarine.cpp
-share/examples/qt4/demos/sub-attaq/submarine.h
-share/examples/qt4/demos/sub-attaq/submarine_p.h
-share/examples/qt4/demos/sub-attaq/textinformationitem.cpp
-share/examples/qt4/demos/sub-attaq/textinformationitem.h
-share/examples/qt4/demos/sub-attaq/torpedo.cpp
-share/examples/qt4/demos/sub-attaq/torpedo.h
-share/examples/qt4/demos/textedit/example.html
-share/examples/qt4/demos/textedit/images/logo32.png
-share/examples/qt4/demos/textedit/images/mac/editcopy.png
-share/examples/qt4/demos/textedit/images/mac/editcut.png
-share/examples/qt4/demos/textedit/images/mac/editpaste.png
-share/examples/qt4/demos/textedit/images/mac/editredo.png
-share/examples/qt4/demos/textedit/images/mac/editundo.png
-share/examples/qt4/demos/textedit/images/mac/exportpdf.png
-share/examples/qt4/demos/textedit/images/mac/filenew.png
-share/examples/qt4/demos/textedit/images/mac/fileopen.png
-share/examples/qt4/demos/textedit/images/mac/fileprint.png
-share/examples/qt4/demos/textedit/images/mac/filesave.png
-share/examples/qt4/demos/textedit/images/mac/textbold.png
-share/examples/qt4/demos/textedit/images/mac/textcenter.png
-share/examples/qt4/demos/textedit/images/mac/textitalic.png
-share/examples/qt4/demos/textedit/images/mac/textjustify.png
-share/examples/qt4/demos/textedit/images/mac/textleft.png
-share/examples/qt4/demos/textedit/images/mac/textright.png
-share/examples/qt4/demos/textedit/images/mac/textunder.png
-share/examples/qt4/demos/textedit/images/mac/zoomin.png
-share/examples/qt4/demos/textedit/images/mac/zoomout.png
-share/examples/qt4/demos/textedit/images/win/editcopy.png
-share/examples/qt4/demos/textedit/images/win/editcut.png
-share/examples/qt4/demos/textedit/images/win/editpaste.png
-share/examples/qt4/demos/textedit/images/win/editredo.png
-share/examples/qt4/demos/textedit/images/win/editundo.png
-share/examples/qt4/demos/textedit/images/win/exportpdf.png
-share/examples/qt4/demos/textedit/images/win/filenew.png
-share/examples/qt4/demos/textedit/images/win/fileopen.png
-share/examples/qt4/demos/textedit/images/win/fileprint.png
-share/examples/qt4/demos/textedit/images/win/filesave.png
-share/examples/qt4/demos/textedit/images/win/textbold.png
-share/examples/qt4/demos/textedit/images/win/textcenter.png
-share/examples/qt4/demos/textedit/images/win/textitalic.png
-share/examples/qt4/demos/textedit/images/win/textjustify.png
-share/examples/qt4/demos/textedit/images/win/textleft.png
-share/examples/qt4/demos/textedit/images/win/textright.png
-share/examples/qt4/demos/textedit/images/win/textunder.png
-share/examples/qt4/demos/textedit/images/win/zoomin.png
-share/examples/qt4/demos/textedit/images/win/zoomout.png
-share/examples/qt4/demos/textedit/main.cpp
-share/examples/qt4/demos/textedit/textedit
-share/examples/qt4/demos/textedit/textedit.cpp
-%%DEBUG%%share/examples/qt4/demos/textedit/textedit.debug
-share/examples/qt4/demos/textedit/textedit.h
-share/examples/qt4/demos/textedit/textedit.pro
-share/examples/qt4/demos/textedit/textedit.qrc
-share/examples/qt4/demos/undo/commands.cpp
-share/examples/qt4/demos/undo/commands.h
-share/examples/qt4/demos/undo/document.cpp
-share/examples/qt4/demos/undo/document.h
-share/examples/qt4/demos/undo/icons/background.png
-share/examples/qt4/demos/undo/icons/blue.png
-share/examples/qt4/demos/undo/icons/circle.png
-share/examples/qt4/demos/undo/icons/exit.png
-share/examples/qt4/demos/undo/icons/fileclose.png
-share/examples/qt4/demos/undo/icons/filenew.png
-share/examples/qt4/demos/undo/icons/fileopen.png
-share/examples/qt4/demos/undo/icons/filesave.png
-share/examples/qt4/demos/undo/icons/green.png
-share/examples/qt4/demos/undo/icons/ok.png
-share/examples/qt4/demos/undo/icons/rectangle.png
-share/examples/qt4/demos/undo/icons/red.png
-share/examples/qt4/demos/undo/icons/redo.png
-share/examples/qt4/demos/undo/icons/remove.png
-share/examples/qt4/demos/undo/icons/triangle.png
-share/examples/qt4/demos/undo/icons/undo.png
-share/examples/qt4/demos/undo/main.cpp
-share/examples/qt4/demos/undo/mainwindow.cpp
-share/examples/qt4/demos/undo/mainwindow.h
-share/examples/qt4/demos/undo/mainwindow.ui
-share/examples/qt4/demos/undo/undo
-%%DEBUG%%share/examples/qt4/demos/undo/undo.debug
-share/examples/qt4/demos/undo/undo.pro
-share/examples/qt4/demos/undo/undo.qrc
-share/examples/qt4/examples/README
-share/examples/qt4/examples/animation/README
-share/examples/qt4/examples/animation/animatedtiles/animatedtiles
-%%DEBUG%%share/examples/qt4/examples/animation/animatedtiles/animatedtiles.debug
-share/examples/qt4/examples/animation/animatedtiles/animatedtiles.pro
-share/examples/qt4/examples/animation/animatedtiles/animatedtiles.qrc
-share/examples/qt4/examples/animation/animatedtiles/images/Time-For-Lunch-2.jpg
-share/examples/qt4/examples/animation/animatedtiles/images/centered.png
-share/examples/qt4/examples/animation/animatedtiles/images/ellipse.png
-share/examples/qt4/examples/animation/animatedtiles/images/figure8.png
-share/examples/qt4/examples/animation/animatedtiles/images/kinetic.png
-share/examples/qt4/examples/animation/animatedtiles/images/random.png
-share/examples/qt4/examples/animation/animatedtiles/images/tile.png
-share/examples/qt4/examples/animation/animatedtiles/main.cpp
-share/examples/qt4/examples/animation/animation.pro
-share/examples/qt4/examples/animation/appchooser/appchooser
-%%DEBUG%%share/examples/qt4/examples/animation/appchooser/appchooser.debug
-share/examples/qt4/examples/animation/appchooser/appchooser.pro
-share/examples/qt4/examples/animation/appchooser/appchooser.qrc
-share/examples/qt4/examples/animation/appchooser/main.cpp
-share/examples/qt4/examples/animation/easing/animation.h
-share/examples/qt4/examples/animation/easing/easing
-%%DEBUG%%share/examples/qt4/examples/animation/easing/easing.debug
-share/examples/qt4/examples/animation/easing/easing.pro
-share/examples/qt4/examples/animation/easing/easing.qrc
-share/examples/qt4/examples/animation/easing/form.ui
-share/examples/qt4/examples/animation/easing/images/qt-logo.png
-share/examples/qt4/examples/animation/easing/main.cpp
-share/examples/qt4/examples/animation/easing/window.cpp
-share/examples/qt4/examples/animation/easing/window.h
-share/examples/qt4/examples/animation/moveblocks/main.cpp
-share/examples/qt4/examples/animation/moveblocks/moveblocks
-%%DEBUG%%share/examples/qt4/examples/animation/moveblocks/moveblocks.debug
-share/examples/qt4/examples/animation/moveblocks/moveblocks.pro
-share/examples/qt4/examples/animation/states/main.cpp
-share/examples/qt4/examples/animation/states/states
-%%DEBUG%%share/examples/qt4/examples/animation/states/states.debug
-share/examples/qt4/examples/animation/states/states.pro
-share/examples/qt4/examples/animation/states/states.qrc
-share/examples/qt4/examples/animation/stickman/animation.cpp
-share/examples/qt4/examples/animation/stickman/animation.h
-share/examples/qt4/examples/animation/stickman/graphicsview.cpp
-share/examples/qt4/examples/animation/stickman/graphicsview.h
-share/examples/qt4/examples/animation/stickman/lifecycle.cpp
-share/examples/qt4/examples/animation/stickman/lifecycle.h
-share/examples/qt4/examples/animation/stickman/main.cpp
-share/examples/qt4/examples/animation/stickman/node.cpp
-share/examples/qt4/examples/animation/stickman/node.h
-share/examples/qt4/examples/animation/stickman/rectbutton.cpp
-share/examples/qt4/examples/animation/stickman/rectbutton.h
-share/examples/qt4/examples/animation/stickman/stickman
-share/examples/qt4/examples/animation/stickman/stickman.cpp
-%%DEBUG%%share/examples/qt4/examples/animation/stickman/stickman.debug
-share/examples/qt4/examples/animation/stickman/stickman.h
-share/examples/qt4/examples/animation/stickman/stickman.pro
-share/examples/qt4/examples/animation/stickman/stickman.qrc
-share/examples/qt4/examples/dbus/chat/chat.cpp
-share/examples/qt4/examples/dbus/chat/chat.h
-share/examples/qt4/examples/dbus/chat/chat_adaptor.cpp
-share/examples/qt4/examples/dbus/chat/chat_adaptor.h
-share/examples/qt4/examples/dbus/chat/chat_interface.cpp
-share/examples/qt4/examples/dbus/chat/chat_interface.h
-share/examples/qt4/examples/dbus/chat/chatmainwindow.ui
-share/examples/qt4/examples/dbus/chat/chatsetnickname.ui
-share/examples/qt4/examples/dbus/chat/com.trolltech.chat.xml
-share/examples/qt4/examples/dbus/chat/dbus-chat
-%%DEBUG%%share/examples/qt4/examples/dbus/chat/dbus-chat.debug
-share/examples/qt4/examples/dbus/chat/dbus-chat.pro
-share/examples/qt4/examples/dbus/complexpingpong/complexping
-share/examples/qt4/examples/dbus/complexpingpong/complexping.cpp
-%%DEBUG%%share/examples/qt4/examples/dbus/complexpingpong/complexping.debug
-share/examples/qt4/examples/dbus/complexpingpong/complexping.h
-share/examples/qt4/examples/dbus/complexpingpong/complexping.pro
-share/examples/qt4/examples/dbus/complexpingpong/complexpingpong.pro
-share/examples/qt4/examples/dbus/complexpingpong/complexpong
-share/examples/qt4/examples/dbus/complexpingpong/complexpong.cpp
-%%DEBUG%%share/examples/qt4/examples/dbus/complexpingpong/complexpong.debug
-share/examples/qt4/examples/dbus/complexpingpong/complexpong.h
-share/examples/qt4/examples/dbus/complexpingpong/complexpong.pro
-share/examples/qt4/examples/dbus/complexpingpong/ping-common.h
-share/examples/qt4/examples/dbus/dbus.pro
-share/examples/qt4/examples/dbus/listnames/listnames
-share/examples/qt4/examples/dbus/listnames/listnames.cpp
-%%DEBUG%%share/examples/qt4/examples/dbus/listnames/listnames.debug
-share/examples/qt4/examples/dbus/listnames/listnames.pro
-share/examples/qt4/examples/dbus/pingpong/ping
-share/examples/qt4/examples/dbus/pingpong/ping-common.h
-share/examples/qt4/examples/dbus/pingpong/ping.cpp
-%%DEBUG%%share/examples/qt4/examples/dbus/pingpong/ping.debug
-share/examples/qt4/examples/dbus/pingpong/ping.pro
-share/examples/qt4/examples/dbus/pingpong/pingpong.pro
-share/examples/qt4/examples/dbus/pingpong/pong
-share/examples/qt4/examples/dbus/pingpong/pong.cpp
-%%DEBUG%%share/examples/qt4/examples/dbus/pingpong/pong.debug
-share/examples/qt4/examples/dbus/pingpong/pong.h
-share/examples/qt4/examples/dbus/pingpong/pong.pro
-share/examples/qt4/examples/dbus/remotecontrolledcar/car/car
-share/examples/qt4/examples/dbus/remotecontrolledcar/car/car.cpp
-%%DEBUG%%share/examples/qt4/examples/dbus/remotecontrolledcar/car/car.debug
-share/examples/qt4/examples/dbus/remotecontrolledcar/car/car.h
-share/examples/qt4/examples/dbus/remotecontrolledcar/car/car.pro
-share/examples/qt4/examples/dbus/remotecontrolledcar/car/car.xml
-share/examples/qt4/examples/dbus/remotecontrolledcar/car/car_adaptor.cpp
-share/examples/qt4/examples/dbus/remotecontrolledcar/car/car_adaptor.h
-share/examples/qt4/examples/dbus/remotecontrolledcar/car/main.cpp
-share/examples/qt4/examples/dbus/remotecontrolledcar/controller/car.xml
-share/examples/qt4/examples/dbus/remotecontrolledcar/controller/car_interface.cpp
-share/examples/qt4/examples/dbus/remotecontrolledcar/controller/car_interface.h
-share/examples/qt4/examples/dbus/remotecontrolledcar/controller/controller
-share/examples/qt4/examples/dbus/remotecontrolledcar/controller/controller.cpp
-%%DEBUG%%share/examples/qt4/examples/dbus/remotecontrolledcar/controller/controller.debug
-share/examples/qt4/examples/dbus/remotecontrolledcar/controller/controller.h
-share/examples/qt4/examples/dbus/remotecontrolledcar/controller/controller.pro
-share/examples/qt4/examples/dbus/remotecontrolledcar/controller/controller.ui
-share/examples/qt4/examples/dbus/remotecontrolledcar/controller/main.cpp
-share/examples/qt4/examples/dbus/remotecontrolledcar/remotecontrolledcar.pro
-share/examples/qt4/examples/declarative/animation/basics/color-animation/basics.qmlproject
-share/examples/qt4/examples/declarative/animation/basics/color-animation/color-animation
-%%DEBUG%%share/examples/qt4/examples/declarative/animation/basics/color-animation/color-animation.debug
-share/examples/qt4/examples/declarative/animation/basics/color-animation/color-animation.png
-share/examples/qt4/examples/declarative/animation/basics/color-animation/color-animation.pro
-share/examples/qt4/examples/declarative/animation/basics/color-animation/color-animation.svg
-share/examples/qt4/examples/declarative/animation/basics/color-animation/main.cpp
-share/examples/qt4/examples/declarative/animation/basics/color-animation/qml/color-animation/color-animation.qml
-share/examples/qt4/examples/declarative/animation/basics/color-animation/qml/color-animation/images/face-smile.png
-share/examples/qt4/examples/declarative/animation/basics/color-animation/qml/color-animation/images/moon.png
-share/examples/qt4/examples/declarative/animation/basics/color-animation/qml/color-animation/images/shadow.png
-share/examples/qt4/examples/declarative/animation/basics/color-animation/qml/color-animation/images/star.png
-share/examples/qt4/examples/declarative/animation/basics/color-animation/qml/color-animation/images/sun.png
-share/examples/qt4/examples/declarative/animation/basics/property-animation/main.cpp
-share/examples/qt4/examples/declarative/animation/basics/property-animation/property-animation
-%%DEBUG%%share/examples/qt4/examples/declarative/animation/basics/property-animation/property-animation.debug
-share/examples/qt4/examples/declarative/animation/basics/property-animation/property-animation.png
-share/examples/qt4/examples/declarative/animation/basics/property-animation/property-animation.pro
-share/examples/qt4/examples/declarative/animation/basics/property-animation/property-animation.svg
-share/examples/qt4/examples/declarative/animation/basics/property-animation/property.qmlproject
-share/examples/qt4/examples/declarative/animation/basics/property-animation/qml/property-animation/images/face-smile.png
-share/examples/qt4/examples/declarative/animation/basics/property-animation/qml/property-animation/images/moon.png
-share/examples/qt4/examples/declarative/animation/basics/property-animation/qml/property-animation/images/shadow.png
-share/examples/qt4/examples/declarative/animation/basics/property-animation/qml/property-animation/images/star.png
-share/examples/qt4/examples/declarative/animation/basics/property-animation/qml/property-animation/images/sun.png
-share/examples/qt4/examples/declarative/animation/basics/property-animation/qml/property-animation/property-animation.qml
-share/examples/qt4/examples/declarative/animation/behaviors/behavior-example/behavior-example
-%%DEBUG%%share/examples/qt4/examples/declarative/animation/behaviors/behavior-example/behavior-example.debug
-share/examples/qt4/examples/declarative/animation/behaviors/behavior-example/behavior-example.png
-share/examples/qt4/examples/declarative/animation/behaviors/behavior-example/behavior-example.pro
-share/examples/qt4/examples/declarative/animation/behaviors/behavior-example/behavior-example.svg
-share/examples/qt4/examples/declarative/animation/behaviors/behavior-example/behaviors.qmlproject
-share/examples/qt4/examples/declarative/animation/behaviors/behavior-example/main.cpp
-share/examples/qt4/examples/declarative/animation/behaviors/behavior-example/qml/behaviours/SideRect.qml
-share/examples/qt4/examples/declarative/animation/behaviors/behavior-example/qml/behaviours/behavior-example.qml
-share/examples/qt4/examples/declarative/animation/easing/easing
-%%DEBUG%%share/examples/qt4/examples/declarative/animation/easing/easing.debug
-share/examples/qt4/examples/declarative/animation/easing/easing.png
-share/examples/qt4/examples/declarative/animation/easing/easing.pro
-share/examples/qt4/examples/declarative/animation/easing/easing.qml
-share/examples/qt4/examples/declarative/animation/easing/easing.qmlproject
-share/examples/qt4/examples/declarative/animation/easing/easing.svg
-share/examples/qt4/examples/declarative/animation/easing/main.cpp
-share/examples/qt4/examples/declarative/animation/easing/qml/easing/content/QuitButton.qml
-share/examples/qt4/examples/declarative/animation/easing/qml/easing/content/quit.png
-share/examples/qt4/examples/declarative/animation/easing/qml/easing/easing.qml
-share/examples/qt4/examples/declarative/animation/states/main.cpp
-share/examples/qt4/examples/declarative/animation/states/qml/states/qt-logo.png
-share/examples/qt4/examples/declarative/animation/states/qml/states/states.qml
-share/examples/qt4/examples/declarative/animation/states/qml/states/transitions.qml
-share/examples/qt4/examples/declarative/animation/states/states
-%%DEBUG%%share/examples/qt4/examples/declarative/animation/states/states.debug
-share/examples/qt4/examples/declarative/animation/states/states.png
-share/examples/qt4/examples/declarative/animation/states/states.pro
-share/examples/qt4/examples/declarative/animation/states/states.qmlproject
-share/examples/qt4/examples/declarative/animation/states/states.svg
-share/examples/qt4/examples/declarative/cppextensions/Makefile
-share/examples/qt4/examples/declarative/cppextensions/cppextensions.pro
-share/examples/qt4/examples/declarative/cppextensions/cppextensions.qmlproject
-share/examples/qt4/examples/declarative/cppextensions/imageprovider/ImageProviderCore/libqmlimageproviderplugin.so
-%%DEBUG%%share/examples/qt4/examples/declarative/cppextensions/imageprovider/ImageProviderCore/libqmlimageproviderplugin.so.debug
-share/examples/qt4/examples/declarative/cppextensions/imageprovider/ImageProviderCore/qmldir
-share/examples/qt4/examples/declarative/cppextensions/imageprovider/Makefile
-share/examples/qt4/examples/declarative/cppextensions/imageprovider/imageprovider-example.qml
-share/examples/qt4/examples/declarative/cppextensions/imageprovider/imageprovider.cpp
-share/examples/qt4/examples/declarative/cppextensions/imageprovider/imageprovider.pro
-share/examples/qt4/examples/declarative/cppextensions/imageprovider/imageprovider.qmlproject
-share/examples/qt4/examples/declarative/cppextensions/networkaccessmanagerfactory/Makefile
-share/examples/qt4/examples/declarative/cppextensions/networkaccessmanagerfactory/main.cpp
-share/examples/qt4/examples/declarative/cppextensions/networkaccessmanagerfactory/networkaccessmanagerfactory
-%%DEBUG%%share/examples/qt4/examples/declarative/cppextensions/networkaccessmanagerfactory/networkaccessmanagerfactory.debug
-share/examples/qt4/examples/declarative/cppextensions/networkaccessmanagerfactory/networkaccessmanagerfactory.pro
-share/examples/qt4/examples/declarative/cppextensions/networkaccessmanagerfactory/networkaccessmanagerfactory.qmlproject
-share/examples/qt4/examples/declarative/cppextensions/networkaccessmanagerfactory/networkaccessmanagerfactory.qrc
-share/examples/qt4/examples/declarative/cppextensions/networkaccessmanagerfactory/qml/networkaccessmanagerfactory/view.qml
-share/examples/qt4/examples/declarative/cppextensions/plugins/Makefile
-share/examples/qt4/examples/declarative/cppextensions/plugins/README
-share/examples/qt4/examples/declarative/cppextensions/plugins/com/nokia/TimeExample/Clock.qml
-share/examples/qt4/examples/declarative/cppextensions/plugins/com/nokia/TimeExample/center.png
-share/examples/qt4/examples/declarative/cppextensions/plugins/com/nokia/TimeExample/clock.png
-share/examples/qt4/examples/declarative/cppextensions/plugins/com/nokia/TimeExample/hour.png
-share/examples/qt4/examples/declarative/cppextensions/plugins/com/nokia/TimeExample/libqmlqtimeexampleplugin.so
-%%DEBUG%%share/examples/qt4/examples/declarative/cppextensions/plugins/com/nokia/TimeExample/libqmlqtimeexampleplugin.so.debug
-share/examples/qt4/examples/declarative/cppextensions/plugins/com/nokia/TimeExample/minute.png
-share/examples/qt4/examples/declarative/cppextensions/plugins/com/nokia/TimeExample/qmldir
-share/examples/qt4/examples/declarative/cppextensions/plugins/libqmlqwidgetsplugin.so
-%%DEBUG%%share/examples/qt4/examples/declarative/cppextensions/plugins/libqmlqwidgetsplugin.so.debug
-share/examples/qt4/examples/declarative/cppextensions/plugins/plugin.cpp
-share/examples/qt4/examples/declarative/cppextensions/plugins/plugins.pro
-share/examples/qt4/examples/declarative/cppextensions/plugins/plugins.qml
-share/examples/qt4/examples/declarative/cppextensions/plugins/plugins.qmlproject
-share/examples/qt4/examples/declarative/cppextensions/plugins/qwidgets.cpp
-share/examples/qt4/examples/declarative/cppextensions/plugins/qwidgets.pro
-share/examples/qt4/examples/declarative/cppextensions/plugins/qwidgets.qml
-share/examples/qt4/examples/declarative/cppextensions/qgraphicslayouts/Makefile
-share/examples/qt4/examples/declarative/cppextensions/qgraphicslayouts/layoutitem/Makefile
-share/examples/qt4/examples/declarative/cppextensions/qgraphicslayouts/layoutitem/layoutitem
-%%DEBUG%%share/examples/qt4/examples/declarative/cppextensions/qgraphicslayouts/layoutitem/layoutitem.debug
-share/examples/qt4/examples/declarative/cppextensions/qgraphicslayouts/layoutitem/layoutitem.pro
-share/examples/qt4/examples/declarative/cppextensions/qgraphicslayouts/layoutitem/layoutitem.qml
-share/examples/qt4/examples/declarative/cppextensions/qgraphicslayouts/layoutitem/layoutitem.qmlproject
-share/examples/qt4/examples/declarative/cppextensions/qgraphicslayouts/layoutitem/layoutitem.qrc
-share/examples/qt4/examples/declarative/cppextensions/qgraphicslayouts/layoutitem/main.cpp
-share/examples/qt4/examples/declarative/cppextensions/qgraphicslayouts/qgraphicsgridlayout/Makefile
-share/examples/qt4/examples/declarative/cppextensions/qgraphicslayouts/qgraphicsgridlayout/gridlayout.cpp
-share/examples/qt4/examples/declarative/cppextensions/qgraphicslayouts/qgraphicsgridlayout/gridlayout.h
-share/examples/qt4/examples/declarative/cppextensions/qgraphicslayouts/qgraphicsgridlayout/gridlayout.qrc
-share/examples/qt4/examples/declarative/cppextensions/qgraphicslayouts/qgraphicsgridlayout/main.cpp
-share/examples/qt4/examples/declarative/cppextensions/qgraphicslayouts/qgraphicsgridlayout/qgraphicsgridlayout
-%%DEBUG%%share/examples/qt4/examples/declarative/cppextensions/qgraphicslayouts/qgraphicsgridlayout/qgraphicsgridlayout.debug
-share/examples/qt4/examples/declarative/cppextensions/qgraphicslayouts/qgraphicsgridlayout/qgraphicsgridlayout.pro
-share/examples/qt4/examples/declarative/cppextensions/qgraphicslayouts/qgraphicsgridlayout/qml/qgraphicsgridlayout/qgraphicsgridlayout.qml
-share/examples/qt4/examples/declarative/cppextensions/qgraphicslayouts/qgraphicslayouts.pro
-share/examples/qt4/examples/declarative/cppextensions/qgraphicslayouts/qgraphicslayouts.qmlproject
-share/examples/qt4/examples/declarative/cppextensions/qgraphicslayouts/qgraphicslinearlayout/Makefile
-share/examples/qt4/examples/declarative/cppextensions/qgraphicslayouts/qgraphicslinearlayout/linearlayout.cpp
-share/examples/qt4/examples/declarative/cppextensions/qgraphicslayouts/qgraphicslinearlayout/linearlayout.h
-share/examples/qt4/examples/declarative/cppextensions/qgraphicslayouts/qgraphicslinearlayout/linearlayout.qrc
-share/examples/qt4/examples/declarative/cppextensions/qgraphicslayouts/qgraphicslinearlayout/main.cpp
-share/examples/qt4/examples/declarative/cppextensions/qgraphicslayouts/qgraphicslinearlayout/qgraphicslinearlayout
-%%DEBUG%%share/examples/qt4/examples/declarative/cppextensions/qgraphicslayouts/qgraphicslinearlayout/qgraphicslinearlayout.debug
-share/examples/qt4/examples/declarative/cppextensions/qgraphicslayouts/qgraphicslinearlayout/qgraphicslinearlayout.pro
-share/examples/qt4/examples/declarative/cppextensions/qgraphicslayouts/qgraphicslinearlayout/qml/qgraphicslinearlayout/qgraphicslinearlayout.qml
-share/examples/qt4/examples/declarative/cppextensions/qwidgets/Makefile
-share/examples/qt4/examples/declarative/cppextensions/qwidgets/QWidgets/libqmlqwidgetsplugin.so
-%%DEBUG%%share/examples/qt4/examples/declarative/cppextensions/qwidgets/QWidgets/libqmlqwidgetsplugin.so.debug
-share/examples/qt4/examples/declarative/cppextensions/qwidgets/QWidgets/qmldir
-share/examples/qt4/examples/declarative/cppextensions/qwidgets/README
-share/examples/qt4/examples/declarative/cppextensions/qwidgets/qwidgets.cpp
-share/examples/qt4/examples/declarative/cppextensions/qwidgets/qwidgets.pro
-share/examples/qt4/examples/declarative/cppextensions/qwidgets/qwidgets.qml
-share/examples/qt4/examples/declarative/cppextensions/qwidgets/qwidgets.qmlproject
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/Makefile
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/adding/Makefile
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/adding/adding
-%%DEBUG%%share/examples/qt4/examples/declarative/cppextensions/referenceexamples/adding/adding.debug
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/adding/adding.pro
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/adding/adding.qrc
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/adding/example.qml
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/adding/main.cpp
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/adding/person.cpp
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/adding/person.h
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/attached/Makefile
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/attached/attached
-%%DEBUG%%share/examples/qt4/examples/declarative/cppextensions/referenceexamples/attached/attached.debug
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/attached/attached.pro
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/attached/attached.qrc
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/attached/birthdayparty.cpp
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/attached/birthdayparty.h
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/attached/example.qml
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/attached/main.cpp
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/attached/person.cpp
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/attached/person.h
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/binding/Makefile
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/binding/binding
-%%DEBUG%%share/examples/qt4/examples/declarative/cppextensions/referenceexamples/binding/binding.debug
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/binding/binding.pro
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/binding/binding.qrc
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/binding/birthdayparty.cpp
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/binding/birthdayparty.h
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/binding/example.qml
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/binding/happybirthdaysong.cpp
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/binding/happybirthdaysong.h
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/binding/main.cpp
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/binding/person.cpp
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/binding/person.h
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/coercion/Makefile
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/coercion/birthdayparty.cpp
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/coercion/birthdayparty.h
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/coercion/coercion
-%%DEBUG%%share/examples/qt4/examples/declarative/cppextensions/referenceexamples/coercion/coercion.debug
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/coercion/coercion.pro
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/coercion/coercion.qrc
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/coercion/example.qml
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/coercion/main.cpp
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/coercion/person.cpp
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/coercion/person.h
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/default/Makefile
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/default/birthdayparty.cpp
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/default/birthdayparty.h
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/default/default
-%%DEBUG%%share/examples/qt4/examples/declarative/cppextensions/referenceexamples/default/default.debug
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/default/default.pro
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/default/default.qrc
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/default/example.qml
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/default/main.cpp
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/default/person.cpp
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/default/person.h
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/extended/Makefile
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/extended/example.qml
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/extended/extended
-%%DEBUG%%share/examples/qt4/examples/declarative/cppextensions/referenceexamples/extended/extended.debug
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/extended/extended.pro
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/extended/extended.qrc
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/extended/lineedit.cpp
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/extended/lineedit.h
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/extended/main.cpp
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/grouped/Makefile
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/grouped/birthdayparty.cpp
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/grouped/birthdayparty.h
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/grouped/example.qml
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/grouped/grouped
-%%DEBUG%%share/examples/qt4/examples/declarative/cppextensions/referenceexamples/grouped/grouped.debug
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/grouped/grouped.pro
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/grouped/grouped.qrc
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/grouped/main.cpp
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/grouped/person.cpp
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/grouped/person.h
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/methods/Makefile
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/methods/birthdayparty.cpp
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/methods/birthdayparty.h
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/methods/example.qml
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/methods/main.cpp
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/methods/methods
-%%DEBUG%%share/examples/qt4/examples/declarative/cppextensions/referenceexamples/methods/methods.debug
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/methods/methods.pro
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/methods/methods.qrc
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/methods/person.cpp
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/methods/person.h
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/properties/Makefile
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/properties/birthdayparty.cpp
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/properties/birthdayparty.h
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/properties/example.qml
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/properties/main.cpp
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/properties/person.cpp
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/properties/person.h
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/properties/properties
-%%DEBUG%%share/examples/qt4/examples/declarative/cppextensions/referenceexamples/properties/properties.debug
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/properties/properties.pro
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/properties/properties.qrc
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/referenceexamples.pro
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/referenceexamples.qmlproject
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/signal/Makefile
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/signal/birthdayparty.cpp
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/signal/birthdayparty.h
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/signal/example.qml
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/signal/main.cpp
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/signal/person.cpp
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/signal/person.h
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/signal/signal
-%%DEBUG%%share/examples/qt4/examples/declarative/cppextensions/referenceexamples/signal/signal.debug
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/signal/signal.pro
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/signal/signal.qrc
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/valuesource/Makefile
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/valuesource/birthdayparty.cpp
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/valuesource/birthdayparty.h
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/valuesource/example.qml
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/valuesource/happybirthdaysong.cpp
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/valuesource/happybirthdaysong.h
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/valuesource/main.cpp
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/valuesource/person.cpp
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/valuesource/person.h
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/valuesource/valuesource
-%%DEBUG%%share/examples/qt4/examples/declarative/cppextensions/referenceexamples/valuesource/valuesource.debug
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/valuesource/valuesource.pro
-share/examples/qt4/examples/declarative/cppextensions/referenceexamples/valuesource/valuesource.qrc
-share/examples/qt4/examples/declarative/i18n/i18n
-%%DEBUG%%share/examples/qt4/examples/declarative/i18n/i18n.debug
-share/examples/qt4/examples/declarative/i18n/i18n.png
-share/examples/qt4/examples/declarative/i18n/i18n.pro
-share/examples/qt4/examples/declarative/i18n/i18n.qmlproject
-share/examples/qt4/examples/declarative/i18n/i18n.svg
-share/examples/qt4/examples/declarative/i18n/main.cpp
-share/examples/qt4/examples/declarative/i18n/qml/i18n/base.ts
-share/examples/qt4/examples/declarative/i18n/qml/i18n/i18n.qml
-share/examples/qt4/examples/declarative/i18n/qml/i18n/qml_en_AU.ts
-share/examples/qt4/examples/declarative/i18n/qml/i18n/qml_fr.ts
-share/examples/qt4/examples/declarative/imageelements/borderimage/borderimage
-%%DEBUG%%share/examples/qt4/examples/declarative/imageelements/borderimage/borderimage.debug
-share/examples/qt4/examples/declarative/imageelements/borderimage/borderimage.png
-share/examples/qt4/examples/declarative/imageelements/borderimage/borderimage.pro
-share/examples/qt4/examples/declarative/imageelements/borderimage/borderimage.qmlproject
-share/examples/qt4/examples/declarative/imageelements/borderimage/borderimage.svg
-share/examples/qt4/examples/declarative/imageelements/borderimage/main.cpp
-share/examples/qt4/examples/declarative/imageelements/borderimage/qml/borderimage/borderimage.qml
-share/examples/qt4/examples/declarative/imageelements/borderimage/qml/borderimage/content/MyBorderImage.qml
-share/examples/qt4/examples/declarative/imageelements/borderimage/qml/borderimage/content/ShadowRectangle.qml
-share/examples/qt4/examples/declarative/imageelements/borderimage/qml/borderimage/content/bw.png
-share/examples/qt4/examples/declarative/imageelements/borderimage/qml/borderimage/content/colors-round.sci
-share/examples/qt4/examples/declarative/imageelements/borderimage/qml/borderimage/content/colors-stretch.sci
-share/examples/qt4/examples/declarative/imageelements/borderimage/qml/borderimage/content/colors.png
-share/examples/qt4/examples/declarative/imageelements/borderimage/qml/borderimage/content/shadow.png
-share/examples/qt4/examples/declarative/imageelements/borderimage/qml/borderimage/shadows.qml
-share/examples/qt4/examples/declarative/imageelements/image/image
-%%DEBUG%%share/examples/qt4/examples/declarative/imageelements/image/image.debug
-share/examples/qt4/examples/declarative/imageelements/image/image.png
-share/examples/qt4/examples/declarative/imageelements/image/image.pro
-share/examples/qt4/examples/declarative/imageelements/image/image.qmlproject
-share/examples/qt4/examples/declarative/imageelements/image/image.svg
-share/examples/qt4/examples/declarative/imageelements/image/main.cpp
-share/examples/qt4/examples/declarative/imageelements/image/qml/image/ImageCell.qml
-share/examples/qt4/examples/declarative/imageelements/image/qml/image/image.qml
-share/examples/qt4/examples/declarative/imageelements/image/qml/image/qt-logo.png
-share/examples/qt4/examples/declarative/imageelements/shadows/main.cpp
-share/examples/qt4/examples/declarative/imageelements/shadows/qml/shadows/borderimage.qml
-share/examples/qt4/examples/declarative/imageelements/shadows/qml/shadows/content/MyBorderImage.qml
-share/examples/qt4/examples/declarative/imageelements/shadows/qml/shadows/content/ShadowRectangle.qml
-share/examples/qt4/examples/declarative/imageelements/shadows/qml/shadows/content/bw.png
-share/examples/qt4/examples/declarative/imageelements/shadows/qml/shadows/content/colors-round.sci
-share/examples/qt4/examples/declarative/imageelements/shadows/qml/shadows/content/colors-stretch.sci
-share/examples/qt4/examples/declarative/imageelements/shadows/qml/shadows/content/colors.png
-share/examples/qt4/examples/declarative/imageelements/shadows/qml/shadows/content/shadow.png
-share/examples/qt4/examples/declarative/imageelements/shadows/qml/shadows/shadows.qml
-share/examples/qt4/examples/declarative/imageelements/shadows/shadows
-%%DEBUG%%share/examples/qt4/examples/declarative/imageelements/shadows/shadows.debug
-share/examples/qt4/examples/declarative/imageelements/shadows/shadows.png
-share/examples/qt4/examples/declarative/imageelements/shadows/shadows.pro
-share/examples/qt4/examples/declarative/imageelements/shadows/shadows.qmlproject
-share/examples/qt4/examples/declarative/imageelements/shadows/shadows.svg
-share/examples/qt4/examples/declarative/keyinteraction/focus/focus
-%%DEBUG%%share/examples/qt4/examples/declarative/keyinteraction/focus/focus.debug
-share/examples/qt4/examples/declarative/keyinteraction/focus/focus.png
-share/examples/qt4/examples/declarative/keyinteraction/focus/focus.pro
-share/examples/qt4/examples/declarative/keyinteraction/focus/focus.qmlproject
-share/examples/qt4/examples/declarative/keyinteraction/focus/focus.svg
-share/examples/qt4/examples/declarative/keyinteraction/focus/main.cpp
-share/examples/qt4/examples/declarative/keyinteraction/focus/qml/focus/FocusCore/ContextMenu.qml
-share/examples/qt4/examples/declarative/keyinteraction/focus/qml/focus/FocusCore/GridMenu.qml
-share/examples/qt4/examples/declarative/keyinteraction/focus/qml/focus/FocusCore/ListMenu.qml
-share/examples/qt4/examples/declarative/keyinteraction/focus/qml/focus/FocusCore/ListViewDelegate.qml
-share/examples/qt4/examples/declarative/keyinteraction/focus/qml/focus/FocusCore/images/arrow.png
-share/examples/qt4/examples/declarative/keyinteraction/focus/qml/focus/FocusCore/images/qt-logo.png
-share/examples/qt4/examples/declarative/keyinteraction/focus/qml/focus/focus.qml
-share/examples/qt4/examples/declarative/modelviews/abstractitemmodel/abstractitemmodel
-%%DEBUG%%share/examples/qt4/examples/declarative/modelviews/abstractitemmodel/abstractitemmodel.debug
-share/examples/qt4/examples/declarative/modelviews/abstractitemmodel/abstractitemmodel.pro
-share/examples/qt4/examples/declarative/modelviews/abstractitemmodel/main.cpp
-share/examples/qt4/examples/declarative/modelviews/abstractitemmodel/model.cpp
-share/examples/qt4/examples/declarative/modelviews/abstractitemmodel/model.h
-share/examples/qt4/examples/declarative/modelviews/abstractitemmodel/qml/abstractitemmodel/view.qml
-share/examples/qt4/examples/declarative/modelviews/gridview-example/gridview
-%%DEBUG%%share/examples/qt4/examples/declarative/modelviews/gridview-example/gridview.debug
-share/examples/qt4/examples/declarative/modelviews/gridview-example/gridview.pro
-share/examples/qt4/examples/declarative/modelviews/gridview-example/gridview.qmlproject
-share/examples/qt4/examples/declarative/modelviews/gridview-example/gridview.svg
-share/examples/qt4/examples/declarative/modelviews/gridview-example/gridviewexample.png
-share/examples/qt4/examples/declarative/modelviews/gridview-example/main.cpp
-share/examples/qt4/examples/declarative/modelviews/gridview-example/qml/gridview-example/gridview-example.qml
-share/examples/qt4/examples/declarative/modelviews/gridview-example/qml/gridview-example/pics/AddressBook_48.png
-share/examples/qt4/examples/declarative/modelviews/gridview-example/qml/gridview-example/pics/AudioPlayer_48.png
-share/examples/qt4/examples/declarative/modelviews/gridview-example/qml/gridview-example/pics/Camera_48.png
-share/examples/qt4/examples/declarative/modelviews/gridview-example/qml/gridview-example/pics/DateBook_48.png
-share/examples/qt4/examples/declarative/modelviews/gridview-example/qml/gridview-example/pics/EMail_48.png
-share/examples/qt4/examples/declarative/modelviews/gridview-example/qml/gridview-example/pics/TodoList_48.png
-share/examples/qt4/examples/declarative/modelviews/gridview-example/qml/gridview-example/pics/VideoPlayer_48.png
-share/examples/qt4/examples/declarative/modelviews/listview/dynamiclist/dynamiclist
-%%DEBUG%%share/examples/qt4/examples/declarative/modelviews/listview/dynamiclist/dynamiclist.debug
-share/examples/qt4/examples/declarative/modelviews/listview/dynamiclist/dynamiclist.png
-share/examples/qt4/examples/declarative/modelviews/listview/dynamiclist/dynamiclist.pro
-share/examples/qt4/examples/declarative/modelviews/listview/dynamiclist/dynamiclist.qmlproject
-share/examples/qt4/examples/declarative/modelviews/listview/dynamiclist/dynamiclist.svg
-share/examples/qt4/examples/declarative/modelviews/listview/dynamiclist/main.cpp
-share/examples/qt4/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/PetsModel.qml
-share/examples/qt4/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/PressAndHoldButton.qml
-share/examples/qt4/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/RecipesModel.qml
-share/examples/qt4/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/TextButton.qml
-share/examples/qt4/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/pics/arrow-down.png
-share/examples/qt4/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/pics/arrow-up.png
-share/examples/qt4/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/pics/fruit-salad.jpg
-share/examples/qt4/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/pics/hamburger.jpg
-share/examples/qt4/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/pics/lemonade.jpg
-share/examples/qt4/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/pics/list-delete.png
-share/examples/qt4/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/pics/minus-sign.png
-share/examples/qt4/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/pics/moreDown.png
-share/examples/qt4/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/pics/moreUp.png
-share/examples/qt4/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/pics/pancakes.jpg
-share/examples/qt4/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/pics/plus-sign.png
-share/examples/qt4/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/pics/vegetable-soup.jpg
-share/examples/qt4/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/dynamiclist.qml
-share/examples/qt4/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/expandingdelegates.qml
-share/examples/qt4/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/highlight.qml
-share/examples/qt4/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/highlightranges.qml
-share/examples/qt4/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/sections.qml
-share/examples/qt4/examples/declarative/modelviews/listview/expandingdelegates/expandingdelegates
-%%DEBUG%%share/examples/qt4/examples/declarative/modelviews/listview/expandingdelegates/expandingdelegates.debug
-share/examples/qt4/examples/declarative/modelviews/listview/expandingdelegates/expandingdelegates.png
-share/examples/qt4/examples/declarative/modelviews/listview/expandingdelegates/expandingdelegates.pro
-share/examples/qt4/examples/declarative/modelviews/listview/expandingdelegates/expandingdelegates.qmlproject
-share/examples/qt4/examples/declarative/modelviews/listview/expandingdelegates/expandingdelegates.svg
-share/examples/qt4/examples/declarative/modelviews/listview/expandingdelegates/main.cpp
-share/examples/qt4/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/PetsModel.qml
-share/examples/qt4/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/PressAndHoldButton.qml
-share/examples/qt4/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/RecipesModel.qml
-share/examples/qt4/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/TextButton.qml
-share/examples/qt4/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/pics/arrow-down.png
-share/examples/qt4/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/pics/arrow-up.png
-share/examples/qt4/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/pics/fruit-salad.jpg
-share/examples/qt4/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/pics/hamburger.jpg
-share/examples/qt4/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/pics/lemonade.jpg
-share/examples/qt4/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/pics/list-delete.png
-share/examples/qt4/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/pics/minus-sign.png
-share/examples/qt4/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/pics/moreDown.png
-share/examples/qt4/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/pics/moreUp.png
-share/examples/qt4/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/pics/pancakes.jpg
-share/examples/qt4/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/pics/plus-sign.png
-share/examples/qt4/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/pics/vegetable-soup.jpg
-share/examples/qt4/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/dynamiclist.qml
-share/examples/qt4/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/expandingdelegates.qml
-share/examples/qt4/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/highlight.qml
-share/examples/qt4/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/highlightranges.qml
-share/examples/qt4/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/sections.qml
-share/examples/qt4/examples/declarative/modelviews/listview/highlight/highlight
-%%DEBUG%%share/examples/qt4/examples/declarative/modelviews/listview/highlight/highlight.debug
-share/examples/qt4/examples/declarative/modelviews/listview/highlight/highlight.png
-share/examples/qt4/examples/declarative/modelviews/listview/highlight/highlight.pro
-share/examples/qt4/examples/declarative/modelviews/listview/highlight/highlight.qmlproject
-share/examples/qt4/examples/declarative/modelviews/listview/highlight/highlight.svg
-share/examples/qt4/examples/declarative/modelviews/listview/highlight/main.cpp
-share/examples/qt4/examples/declarative/modelviews/listview/highlight/qml/highlight/content/PetsModel.qml
-share/examples/qt4/examples/declarative/modelviews/listview/highlight/qml/highlight/content/PressAndHoldButton.qml
-share/examples/qt4/examples/declarative/modelviews/listview/highlight/qml/highlight/content/RecipesModel.qml
-share/examples/qt4/examples/declarative/modelviews/listview/highlight/qml/highlight/content/TextButton.qml
-share/examples/qt4/examples/declarative/modelviews/listview/highlight/qml/highlight/content/pics/arrow-down.png
-share/examples/qt4/examples/declarative/modelviews/listview/highlight/qml/highlight/content/pics/arrow-up.png
-share/examples/qt4/examples/declarative/modelviews/listview/highlight/qml/highlight/content/pics/fruit-salad.jpg
-share/examples/qt4/examples/declarative/modelviews/listview/highlight/qml/highlight/content/pics/hamburger.jpg
-share/examples/qt4/examples/declarative/modelviews/listview/highlight/qml/highlight/content/pics/lemonade.jpg
-share/examples/qt4/examples/declarative/modelviews/listview/highlight/qml/highlight/content/pics/list-delete.png
-share/examples/qt4/examples/declarative/modelviews/listview/highlight/qml/highlight/content/pics/minus-sign.png
-share/examples/qt4/examples/declarative/modelviews/listview/highlight/qml/highlight/content/pics/moreDown.png
-share/examples/qt4/examples/declarative/modelviews/listview/highlight/qml/highlight/content/pics/moreUp.png
-share/examples/qt4/examples/declarative/modelviews/listview/highlight/qml/highlight/content/pics/pancakes.jpg
-share/examples/qt4/examples/declarative/modelviews/listview/highlight/qml/highlight/content/pics/plus-sign.png
-share/examples/qt4/examples/declarative/modelviews/listview/highlight/qml/highlight/content/pics/vegetable-soup.jpg
-share/examples/qt4/examples/declarative/modelviews/listview/highlight/qml/highlight/dynamiclist.qml
-share/examples/qt4/examples/declarative/modelviews/listview/highlight/qml/highlight/expandingdelegates.qml
-share/examples/qt4/examples/declarative/modelviews/listview/highlight/qml/highlight/highlight.qml
-share/examples/qt4/examples/declarative/modelviews/listview/highlight/qml/highlight/highlightranges.qml
-share/examples/qt4/examples/declarative/modelviews/listview/highlight/qml/highlight/sections.qml
-share/examples/qt4/examples/declarative/modelviews/listview/highlightranges/highlightranges
-%%DEBUG%%share/examples/qt4/examples/declarative/modelviews/listview/highlightranges/highlightranges.debug
-share/examples/qt4/examples/declarative/modelviews/listview/highlightranges/highlightranges.png
-share/examples/qt4/examples/declarative/modelviews/listview/highlightranges/highlightranges.pro
-share/examples/qt4/examples/declarative/modelviews/listview/highlightranges/highlightranges.qmlproject
-share/examples/qt4/examples/declarative/modelviews/listview/highlightranges/highlightranges.svg
-share/examples/qt4/examples/declarative/modelviews/listview/highlightranges/main.cpp
-share/examples/qt4/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/PetsModel.qml
-share/examples/qt4/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/PressAndHoldButton.qml
-share/examples/qt4/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/RecipesModel.qml
-share/examples/qt4/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/TextButton.qml
-share/examples/qt4/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/pics/arrow-down.png
-share/examples/qt4/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/pics/arrow-up.png
-share/examples/qt4/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/pics/fruit-salad.jpg
-share/examples/qt4/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/pics/hamburger.jpg
-share/examples/qt4/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/pics/lemonade.jpg
-share/examples/qt4/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/pics/list-delete.png
-share/examples/qt4/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/pics/minus-sign.png
-share/examples/qt4/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/pics/moreDown.png
-share/examples/qt4/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/pics/moreUp.png
-share/examples/qt4/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/pics/pancakes.jpg
-share/examples/qt4/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/pics/plus-sign.png
-share/examples/qt4/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/pics/vegetable-soup.jpg
-share/examples/qt4/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/dynamiclist.qml
-share/examples/qt4/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/expandingdelegates.qml
-share/examples/qt4/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/highlight.qml
-share/examples/qt4/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/highlightranges.qml
-share/examples/qt4/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/sections.qml
-share/examples/qt4/examples/declarative/modelviews/listview/sections/main.cpp
-share/examples/qt4/examples/declarative/modelviews/listview/sections/qml/sections/content/PetsModel.qml
-share/examples/qt4/examples/declarative/modelviews/listview/sections/qml/sections/content/PressAndHoldButton.qml
-share/examples/qt4/examples/declarative/modelviews/listview/sections/qml/sections/content/RecipesModel.qml
-share/examples/qt4/examples/declarative/modelviews/listview/sections/qml/sections/content/TextButton.qml
-share/examples/qt4/examples/declarative/modelviews/listview/sections/qml/sections/content/pics/arrow-down.png
-share/examples/qt4/examples/declarative/modelviews/listview/sections/qml/sections/content/pics/arrow-up.png
-share/examples/qt4/examples/declarative/modelviews/listview/sections/qml/sections/content/pics/fruit-salad.jpg
-share/examples/qt4/examples/declarative/modelviews/listview/sections/qml/sections/content/pics/hamburger.jpg
-share/examples/qt4/examples/declarative/modelviews/listview/sections/qml/sections/content/pics/lemonade.jpg
-share/examples/qt4/examples/declarative/modelviews/listview/sections/qml/sections/content/pics/list-delete.png
-share/examples/qt4/examples/declarative/modelviews/listview/sections/qml/sections/content/pics/minus-sign.png
-share/examples/qt4/examples/declarative/modelviews/listview/sections/qml/sections/content/pics/moreDown.png
-share/examples/qt4/examples/declarative/modelviews/listview/sections/qml/sections/content/pics/moreUp.png
-share/examples/qt4/examples/declarative/modelviews/listview/sections/qml/sections/content/pics/pancakes.jpg
-share/examples/qt4/examples/declarative/modelviews/listview/sections/qml/sections/content/pics/plus-sign.png
-share/examples/qt4/examples/declarative/modelviews/listview/sections/qml/sections/content/pics/vegetable-soup.jpg
-share/examples/qt4/examples/declarative/modelviews/listview/sections/qml/sections/dynamiclist.qml
-share/examples/qt4/examples/declarative/modelviews/listview/sections/qml/sections/expandingdelegates.qml
-share/examples/qt4/examples/declarative/modelviews/listview/sections/qml/sections/highlight.qml
-share/examples/qt4/examples/declarative/modelviews/listview/sections/qml/sections/highlightranges.qml
-share/examples/qt4/examples/declarative/modelviews/listview/sections/qml/sections/sections.qml
-share/examples/qt4/examples/declarative/modelviews/listview/sections/sections
-%%DEBUG%%share/examples/qt4/examples/declarative/modelviews/listview/sections/sections.debug
-share/examples/qt4/examples/declarative/modelviews/listview/sections/sections.png
-share/examples/qt4/examples/declarative/modelviews/listview/sections/sections.pro
-share/examples/qt4/examples/declarative/modelviews/listview/sections/sections.qmlproject
-share/examples/qt4/examples/declarative/modelviews/listview/sections/sections.svg
-share/examples/qt4/examples/declarative/modelviews/objectlistmodel/dataobject.cpp
-share/examples/qt4/examples/declarative/modelviews/objectlistmodel/dataobject.h
-share/examples/qt4/examples/declarative/modelviews/objectlistmodel/main.cpp
-share/examples/qt4/examples/declarative/modelviews/objectlistmodel/objectlistmodel
-%%DEBUG%%share/examples/qt4/examples/declarative/modelviews/objectlistmodel/objectlistmodel.debug
-share/examples/qt4/examples/declarative/modelviews/objectlistmodel/objectlistmodel.pro
-share/examples/qt4/examples/declarative/modelviews/objectlistmodel/objectlistmodel.qmlproject
-share/examples/qt4/examples/declarative/modelviews/objectlistmodel/qml/objectlistmodel/view.qml
-share/examples/qt4/examples/declarative/modelviews/package/main.cpp
-share/examples/qt4/examples/declarative/modelviews/package/package
-%%DEBUG%%share/examples/qt4/examples/declarative/modelviews/package/package.debug
-share/examples/qt4/examples/declarative/modelviews/package/package.pro
-share/examples/qt4/examples/declarative/modelviews/package/package.qmlproject
-share/examples/qt4/examples/declarative/modelviews/package/qml/package/Delegate.qml
-share/examples/qt4/examples/declarative/modelviews/package/qml/package/view.qml
-share/examples/qt4/examples/declarative/modelviews/parallax/main.cpp
-share/examples/qt4/examples/declarative/modelviews/parallax/parallax
-%%DEBUG%%share/examples/qt4/examples/declarative/modelviews/parallax/parallax.debug
-share/examples/qt4/examples/declarative/modelviews/parallax/parallax.pro
-share/examples/qt4/examples/declarative/modelviews/parallax/parallax.qmlproject
-share/examples/qt4/examples/declarative/modelviews/parallax/parallax.svg
-share/examples/qt4/examples/declarative/modelviews/parallax/parallax64.png
-share/examples/qt4/examples/declarative/modelviews/parallax/parallax80.png
-share/examples/qt4/examples/declarative/modelviews/parallax/qml/parallax/Clock.qml
-share/examples/qt4/examples/declarative/modelviews/parallax/qml/parallax/ParallaxView.qml
-share/examples/qt4/examples/declarative/modelviews/parallax/qml/parallax/Smiley.qml
-share/examples/qt4/examples/declarative/modelviews/parallax/qml/parallax/parallax.qml
-share/examples/qt4/examples/declarative/modelviews/parallax/qml/parallax/pics/background.jpg
-share/examples/qt4/examples/declarative/modelviews/parallax/qml/parallax/pics/face-smile.png
-share/examples/qt4/examples/declarative/modelviews/parallax/qml/parallax/pics/home-page.svg
-share/examples/qt4/examples/declarative/modelviews/parallax/qml/parallax/pics/shadow.png
-share/examples/qt4/examples/declarative/modelviews/parallax/qml/parallax/pics/yast-joystick.png
-share/examples/qt4/examples/declarative/modelviews/parallax/qml/parallax/pics/yast-wol.png
-share/examples/qt4/examples/declarative/modelviews/pathview-example/main.cpp
-share/examples/qt4/examples/declarative/modelviews/pathview-example/pathview
-%%DEBUG%%share/examples/qt4/examples/declarative/modelviews/pathview-example/pathview.debug
-share/examples/qt4/examples/declarative/modelviews/pathview-example/pathview.png
-share/examples/qt4/examples/declarative/modelviews/pathview-example/pathview.pro
-share/examples/qt4/examples/declarative/modelviews/pathview-example/pathview.qmlproject
-share/examples/qt4/examples/declarative/modelviews/pathview-example/pathview.svg
-share/examples/qt4/examples/declarative/modelviews/pathview-example/qml/pathview-example/pathview-example.qml
-share/examples/qt4/examples/declarative/modelviews/pathview-example/qml/pathview-example/pics/AddressBook_48.png
-share/examples/qt4/examples/declarative/modelviews/pathview-example/qml/pathview-example/pics/AudioPlayer_48.png
-share/examples/qt4/examples/declarative/modelviews/pathview-example/qml/pathview-example/pics/Camera_48.png
-share/examples/qt4/examples/declarative/modelviews/pathview-example/qml/pathview-example/pics/DateBook_48.png
-share/examples/qt4/examples/declarative/modelviews/pathview-example/qml/pathview-example/pics/EMail_48.png
-share/examples/qt4/examples/declarative/modelviews/pathview-example/qml/pathview-example/pics/TodoList_48.png
-share/examples/qt4/examples/declarative/modelviews/pathview-example/qml/pathview-example/pics/VideoPlayer_48.png
-share/examples/qt4/examples/declarative/modelviews/stringlistmodel/main.cpp
-share/examples/qt4/examples/declarative/modelviews/stringlistmodel/qml/stringlistmodel/view.qml
-share/examples/qt4/examples/declarative/modelviews/stringlistmodel/stringlistmodel
-%%DEBUG%%share/examples/qt4/examples/declarative/modelviews/stringlistmodel/stringlistmodel.debug
-share/examples/qt4/examples/declarative/modelviews/stringlistmodel/stringlistmodel.pro
-share/examples/qt4/examples/declarative/modelviews/visualitemmodel/main.cpp
-share/examples/qt4/examples/declarative/modelviews/visualitemmodel/qml/visualitemmodel/visualitemmodel.qml
-share/examples/qt4/examples/declarative/modelviews/visualitemmodel/visualitemmodel
-%%DEBUG%%share/examples/qt4/examples/declarative/modelviews/visualitemmodel/visualitemmodel.debug
-share/examples/qt4/examples/declarative/modelviews/visualitemmodel/visualitemmodel.png
-share/examples/qt4/examples/declarative/modelviews/visualitemmodel/visualitemmodel.pro
-share/examples/qt4/examples/declarative/modelviews/visualitemmodel/visualitemmodel.qmlproject
-share/examples/qt4/examples/declarative/modelviews/visualitemmodel/visualitemmodel.svg
-share/examples/qt4/examples/declarative/modelviews/webview/alerts/alerts
-%%DEBUG%%share/examples/qt4/examples/declarative/modelviews/webview/alerts/alerts.debug
-share/examples/qt4/examples/declarative/modelviews/webview/alerts/alerts.png
-share/examples/qt4/examples/declarative/modelviews/webview/alerts/alerts.pro
-share/examples/qt4/examples/declarative/modelviews/webview/alerts/alerts.qmlproject
-share/examples/qt4/examples/declarative/modelviews/webview/alerts/alerts.svg
-share/examples/qt4/examples/declarative/modelviews/webview/alerts/main.cpp
-share/examples/qt4/examples/declarative/modelviews/webview/alerts/qml/alerts/alerts.html
-share/examples/qt4/examples/declarative/modelviews/webview/alerts/qml/alerts/alerts.qml
-share/examples/qt4/examples/declarative/modelviews/webview/autosize/autosize
-%%DEBUG%%share/examples/qt4/examples/declarative/modelviews/webview/autosize/autosize.debug
-share/examples/qt4/examples/declarative/modelviews/webview/autosize/autosize.png
-share/examples/qt4/examples/declarative/modelviews/webview/autosize/autosize.pro
-share/examples/qt4/examples/declarative/modelviews/webview/autosize/autosize.qmlproject
-share/examples/qt4/examples/declarative/modelviews/webview/autosize/autosize.svg
-share/examples/qt4/examples/declarative/modelviews/webview/autosize/main.cpp
-share/examples/qt4/examples/declarative/modelviews/webview/autosize/qml/autosize/autosize.qml
-share/examples/qt4/examples/declarative/modelviews/webview/googlemaps/googlemaps
-%%DEBUG%%share/examples/qt4/examples/declarative/modelviews/webview/googlemaps/googlemaps.debug
-share/examples/qt4/examples/declarative/modelviews/webview/googlemaps/googlemaps.png
-share/examples/qt4/examples/declarative/modelviews/webview/googlemaps/googlemaps.pro
-share/examples/qt4/examples/declarative/modelviews/webview/googlemaps/googlemaps.qmlproject
-share/examples/qt4/examples/declarative/modelviews/webview/googlemaps/googlemaps.svg
-share/examples/qt4/examples/declarative/modelviews/webview/googlemaps/main.cpp
-share/examples/qt4/examples/declarative/modelviews/webview/googlemaps/qml/googlemaps/content/Mapping/Map.qml
-share/examples/qt4/examples/declarative/modelviews/webview/googlemaps/qml/googlemaps/content/Mapping/map.html
-share/examples/qt4/examples/declarative/modelviews/webview/googlemaps/qml/googlemaps/content/pics/cancel.png
-share/examples/qt4/examples/declarative/modelviews/webview/googlemaps/qml/googlemaps/content/pics/ok.png
-share/examples/qt4/examples/declarative/modelviews/webview/googlemaps/qml/googlemaps/googlemaps.qml
-share/examples/qt4/examples/declarative/modelviews/webview/inlinehtml/inlinehtml
-%%DEBUG%%share/examples/qt4/examples/declarative/modelviews/webview/inlinehtml/inlinehtml.debug
-share/examples/qt4/examples/declarative/modelviews/webview/inlinehtml/inlinehtml.png
-share/examples/qt4/examples/declarative/modelviews/webview/inlinehtml/inlinehtml.pro
-share/examples/qt4/examples/declarative/modelviews/webview/inlinehtml/inlinehtml.qmlproject
-share/examples/qt4/examples/declarative/modelviews/webview/inlinehtml/inlinehtml.svg
-share/examples/qt4/examples/declarative/modelviews/webview/inlinehtml/main.cpp
-share/examples/qt4/examples/declarative/modelviews/webview/inlinehtml/qml/inlinehtml/inlinehtml.qml
-share/examples/qt4/examples/declarative/modelviews/webview/newwindows/main.cpp
-share/examples/qt4/examples/declarative/modelviews/webview/newwindows/newwindows
-%%DEBUG%%share/examples/qt4/examples/declarative/modelviews/webview/newwindows/newwindows.debug
-share/examples/qt4/examples/declarative/modelviews/webview/newwindows/newwindows.png
-share/examples/qt4/examples/declarative/modelviews/webview/newwindows/newwindows.pro
-share/examples/qt4/examples/declarative/modelviews/webview/newwindows/newwindows.qmlproject
-share/examples/qt4/examples/declarative/modelviews/webview/newwindows/newwindows.svg
-share/examples/qt4/examples/declarative/modelviews/webview/newwindows/qml/newwindows/newwindows.html
-share/examples/qt4/examples/declarative/modelviews/webview/newwindows/qml/newwindows/newwindows.qml
-share/examples/qt4/examples/declarative/positioners/main.cpp
-share/examples/qt4/examples/declarative/positioners/positioners
-%%DEBUG%%share/examples/qt4/examples/declarative/positioners/positioners.debug
-share/examples/qt4/examples/declarative/positioners/positioners.png
-share/examples/qt4/examples/declarative/positioners/positioners.pro
-share/examples/qt4/examples/declarative/positioners/positioners.qmlproject
-share/examples/qt4/examples/declarative/positioners/positioners.svg
-share/examples/qt4/examples/declarative/positioners/qml/positioners/Button.qml
-share/examples/qt4/examples/declarative/positioners/qml/positioners/add.png
-share/examples/qt4/examples/declarative/positioners/qml/positioners/del.png
-share/examples/qt4/examples/declarative/positioners/qml/positioners/positioners.qml
-share/examples/qt4/examples/declarative/shadereffects/main.cpp
-share/examples/qt4/examples/declarative/shadereffects/qml/shadereffects/Curtain.qml
-share/examples/qt4/examples/declarative/shadereffects/qml/shadereffects/CurtainEffect.qml
-share/examples/qt4/examples/declarative/shadereffects/qml/shadereffects/DropShadow.qml
-share/examples/qt4/examples/declarative/shadereffects/qml/shadereffects/DropShadowEffect.qml
-share/examples/qt4/examples/declarative/shadereffects/qml/shadereffects/Grayscale.qml
-share/examples/qt4/examples/declarative/shadereffects/qml/shadereffects/GrayscaleEffect.qml
-share/examples/qt4/examples/declarative/shadereffects/qml/shadereffects/ImageMask.qml
-share/examples/qt4/examples/declarative/shadereffects/qml/shadereffects/ImageMaskEffect.qml
-share/examples/qt4/examples/declarative/shadereffects/qml/shadereffects/RadialWave.qml
-share/examples/qt4/examples/declarative/shadereffects/qml/shadereffects/RadialWaveEffect.qml
-share/examples/qt4/examples/declarative/shadereffects/qml/shadereffects/Water.qml
-share/examples/qt4/examples/declarative/shadereffects/qml/shadereffects/WaterEffect.qml
-share/examples/qt4/examples/declarative/shadereffects/qml/shadereffects/images/Curtain.jpg
-share/examples/qt4/examples/declarative/shadereffects/qml/shadereffects/images/DropShadow.jpg
-share/examples/qt4/examples/declarative/shadereffects/qml/shadereffects/images/Grayscale.jpg
-share/examples/qt4/examples/declarative/shadereffects/qml/shadereffects/images/ImageMask.jpg
-share/examples/qt4/examples/declarative/shadereffects/qml/shadereffects/images/RadialWave.jpg
-share/examples/qt4/examples/declarative/shadereffects/qml/shadereffects/images/Water.jpg
-share/examples/qt4/examples/declarative/shadereffects/qml/shadereffects/images/back.png
-share/examples/qt4/examples/declarative/shadereffects/qml/shadereffects/images/bg.jpg
-share/examples/qt4/examples/declarative/shadereffects/qml/shadereffects/images/desaturate.jpg
-share/examples/qt4/examples/declarative/shadereffects/qml/shadereffects/images/drop_shadow.png
-share/examples/qt4/examples/declarative/shadereffects/qml/shadereffects/images/fabric.jpg
-share/examples/qt4/examples/declarative/shadereffects/qml/shadereffects/images/flower.png
-share/examples/qt4/examples/declarative/shadereffects/qml/shadereffects/images/image1.jpg
-share/examples/qt4/examples/declarative/shadereffects/qml/shadereffects/images/image2.jpg
-share/examples/qt4/examples/declarative/shadereffects/qml/shadereffects/images/qt-logo.png
-share/examples/qt4/examples/declarative/shadereffects/qml/shadereffects/images/shader_effects.jpg
-share/examples/qt4/examples/declarative/shadereffects/qml/shadereffects/images/sky.jpg
-share/examples/qt4/examples/declarative/shadereffects/qml/shadereffects/images/toolbar.png
-share/examples/qt4/examples/declarative/shadereffects/qml/shadereffects/images/wave.jpg
-share/examples/qt4/examples/declarative/shadereffects/qml/shadereffects/main.qml
-share/examples/qt4/examples/declarative/shadereffects/shadereffects
-%%DEBUG%%share/examples/qt4/examples/declarative/shadereffects/shadereffects.debug
-share/examples/qt4/examples/declarative/shadereffects/shadereffects.pro
-share/examples/qt4/examples/declarative/shadereffects/shadereffects.qmlproject
-share/examples/qt4/examples/declarative/sqllocalstorage/main.cpp
-share/examples/qt4/examples/declarative/sqllocalstorage/qml/sqllocalstorage/hello.qml
-share/examples/qt4/examples/declarative/sqllocalstorage/sqllocalstorage
-%%DEBUG%%share/examples/qt4/examples/declarative/sqllocalstorage/sqllocalstorage.debug
-share/examples/qt4/examples/declarative/sqllocalstorage/sqllocalstorage.pro
-share/examples/qt4/examples/declarative/sqllocalstorage/sqllocalstorage.qmlproject
-share/examples/qt4/examples/declarative/sqllocalstorage/sqllocalstorage.svg
-share/examples/qt4/examples/declarative/sqllocalstorage/sqllocalstorage64.png
-share/examples/qt4/examples/declarative/sqllocalstorage/sqllocalstorage80.png
-share/examples/qt4/examples/declarative/text/fonts/availableFonts/availableFonts
-%%DEBUG%%share/examples/qt4/examples/declarative/text/fonts/availableFonts/availableFonts.debug
-share/examples/qt4/examples/declarative/text/fonts/availableFonts/availableFonts.png
-share/examples/qt4/examples/declarative/text/fonts/availableFonts/availableFonts.pro
-share/examples/qt4/examples/declarative/text/fonts/availableFonts/availableFonts.qmlproject
-share/examples/qt4/examples/declarative/text/fonts/availableFonts/availableFonts.svg
-share/examples/qt4/examples/declarative/text/fonts/availableFonts/main.cpp
-share/examples/qt4/examples/declarative/text/fonts/availableFonts/qml/availableFonts/availableFonts.qml
-share/examples/qt4/examples/declarative/text/fonts/availableFonts/qml/availableFonts/banner.qml
-share/examples/qt4/examples/declarative/text/fonts/availableFonts/qml/availableFonts/fonts.qml
-share/examples/qt4/examples/declarative/text/fonts/availableFonts/qml/availableFonts/fonts/tarzeau_ocr_a.ttf
-share/examples/qt4/examples/declarative/text/fonts/availableFonts/qml/availableFonts/hello.qml
-share/examples/qt4/examples/declarative/text/fonts/banner/banner
-%%DEBUG%%share/examples/qt4/examples/declarative/text/fonts/banner/banner.debug
-share/examples/qt4/examples/declarative/text/fonts/banner/banner.png
-share/examples/qt4/examples/declarative/text/fonts/banner/banner.pro
-share/examples/qt4/examples/declarative/text/fonts/banner/banner.qmlproject
-share/examples/qt4/examples/declarative/text/fonts/banner/banner.svg
-share/examples/qt4/examples/declarative/text/fonts/banner/main.cpp
-share/examples/qt4/examples/declarative/text/fonts/banner/qml/banner/availableFonts.qml
-share/examples/qt4/examples/declarative/text/fonts/banner/qml/banner/banner.qml
-share/examples/qt4/examples/declarative/text/fonts/banner/qml/banner/fonts.qml
-share/examples/qt4/examples/declarative/text/fonts/banner/qml/banner/fonts/tarzeau_ocr_a.ttf
-share/examples/qt4/examples/declarative/text/fonts/banner/qml/banner/hello.qml
-share/examples/qt4/examples/declarative/text/fonts/fonts/fonts
-%%DEBUG%%share/examples/qt4/examples/declarative/text/fonts/fonts/fonts.debug
-share/examples/qt4/examples/declarative/text/fonts/fonts/fonts.png
-share/examples/qt4/examples/declarative/text/fonts/fonts/fonts.pro
-share/examples/qt4/examples/declarative/text/fonts/fonts/fonts.qmlproject
-share/examples/qt4/examples/declarative/text/fonts/fonts/fonts.svg
-share/examples/qt4/examples/declarative/text/fonts/fonts/main.cpp
-share/examples/qt4/examples/declarative/text/fonts/fonts/qml/fonts-qml/availableFonts.qml
-share/examples/qt4/examples/declarative/text/fonts/fonts/qml/fonts-qml/banner.qml
-share/examples/qt4/examples/declarative/text/fonts/fonts/qml/fonts-qml/fonts.qml
-share/examples/qt4/examples/declarative/text/fonts/fonts/qml/fonts-qml/fonts/tarzeau_ocr_a.ttf
-share/examples/qt4/examples/declarative/text/fonts/fonts/qml/fonts-qml/hello.qml
-share/examples/qt4/examples/declarative/text/fonts/hello/hello
-%%DEBUG%%share/examples/qt4/examples/declarative/text/fonts/hello/hello.debug
-share/examples/qt4/examples/declarative/text/fonts/hello/hello.png
-share/examples/qt4/examples/declarative/text/fonts/hello/hello.pro
-share/examples/qt4/examples/declarative/text/fonts/hello/hello.qmlproject
-share/examples/qt4/examples/declarative/text/fonts/hello/hello.svg
-share/examples/qt4/examples/declarative/text/fonts/hello/main.cpp
-share/examples/qt4/examples/declarative/text/fonts/hello/qml/hello/availableFonts.qml
-share/examples/qt4/examples/declarative/text/fonts/hello/qml/hello/banner.qml
-share/examples/qt4/examples/declarative/text/fonts/hello/qml/hello/fonts.qml
-share/examples/qt4/examples/declarative/text/fonts/hello/qml/hello/fonts/tarzeau_ocr_a.ttf
-share/examples/qt4/examples/declarative/text/fonts/hello/qml/hello/hello.qml
-share/examples/qt4/examples/declarative/text/textselection/main.cpp
-share/examples/qt4/examples/declarative/text/textselection/qml/textselection/pics/endHandle.png
-share/examples/qt4/examples/declarative/text/textselection/qml/textselection/pics/endHandle.sci
-share/examples/qt4/examples/declarative/text/textselection/qml/textselection/pics/startHandle.png
-share/examples/qt4/examples/declarative/text/textselection/qml/textselection/pics/startHandle.sci
-share/examples/qt4/examples/declarative/text/textselection/qml/textselection/textselection.qml
-share/examples/qt4/examples/declarative/text/textselection/textselection
-%%DEBUG%%share/examples/qt4/examples/declarative/text/textselection/textselection.debug
-share/examples/qt4/examples/declarative/text/textselection/textselection.png
-share/examples/qt4/examples/declarative/text/textselection/textselection.pro
-share/examples/qt4/examples/declarative/text/textselection/textselection.qmlproject
-share/examples/qt4/examples/declarative/text/textselection/textselection.svg
-share/examples/qt4/examples/declarative/threading/threadedlistmodel/main.cpp
-share/examples/qt4/examples/declarative/threading/threadedlistmodel/qml/threadedlistmodel/dataloader.js
-share/examples/qt4/examples/declarative/threading/threadedlistmodel/qml/threadedlistmodel/timedisplay.qml
-share/examples/qt4/examples/declarative/threading/threadedlistmodel/threadedlistmodel
-%%DEBUG%%share/examples/qt4/examples/declarative/threading/threadedlistmodel/threadedlistmodel.debug
-share/examples/qt4/examples/declarative/threading/threadedlistmodel/threadedlistmodel.pro
-share/examples/qt4/examples/declarative/threading/threadedlistmodel/threadedlistmodel.qmlproject
-share/examples/qt4/examples/declarative/threading/threadedlistmodel/threadedlistmodel.svg
-share/examples/qt4/examples/declarative/threading/threadedlistmodel/threadedlistmodel64.png
-share/examples/qt4/examples/declarative/threading/threadedlistmodel/threadedlistmodel80.png
-share/examples/qt4/examples/declarative/threading/workerscript/main.cpp
-share/examples/qt4/examples/declarative/threading/workerscript/qml/workerscript/workerscript.js
-share/examples/qt4/examples/declarative/threading/workerscript/qml/workerscript/workerscript.qml
-share/examples/qt4/examples/declarative/threading/workerscript/workerscript
-%%DEBUG%%share/examples/qt4/examples/declarative/threading/workerscript/workerscript.debug
-share/examples/qt4/examples/declarative/threading/workerscript/workerscript.pro
-share/examples/qt4/examples/declarative/threading/workerscript/workerscript.qmlproject
-share/examples/qt4/examples/declarative/threading/workerscript/workerscript.svg
-share/examples/qt4/examples/declarative/threading/workerscript/workerscript64.png
-share/examples/qt4/examples/declarative/threading/workerscript/workerscript80.png
-share/examples/qt4/examples/declarative/touchinteraction/gestures/experimental-gestures/experimentalgestures
-%%DEBUG%%share/examples/qt4/examples/declarative/touchinteraction/gestures/experimental-gestures/experimentalgestures.debug
-share/examples/qt4/examples/declarative/touchinteraction/gestures/experimental-gestures/experimentalgestures.png
-share/examples/qt4/examples/declarative/touchinteraction/gestures/experimental-gestures/experimentalgestures.pro
-share/examples/qt4/examples/declarative/touchinteraction/gestures/experimental-gestures/experimentalgestures.svg
-share/examples/qt4/examples/declarative/touchinteraction/gestures/experimental-gestures/gestures.qmlproject
-share/examples/qt4/examples/declarative/touchinteraction/gestures/experimental-gestures/main.cpp
-share/examples/qt4/examples/declarative/touchinteraction/gestures/experimental-gestures/qml/experimental-gestures/experimental-gestures.qml
-share/examples/qt4/examples/declarative/touchinteraction/mousearea/mousearea-example/main.cpp
-share/examples/qt4/examples/declarative/touchinteraction/mousearea/mousearea-example/mousearea.qmlproject
-share/examples/qt4/examples/declarative/touchinteraction/mousearea/mousearea-example/mouseareaexample
-%%DEBUG%%share/examples/qt4/examples/declarative/touchinteraction/mousearea/mousearea-example/mouseareaexample.debug
-share/examples/qt4/examples/declarative/touchinteraction/mousearea/mousearea-example/mouseareaexample.png
-share/examples/qt4/examples/declarative/touchinteraction/mousearea/mousearea-example/mouseareaexample.pro
-share/examples/qt4/examples/declarative/touchinteraction/mousearea/mousearea-example/mouseareaexample.svg
-share/examples/qt4/examples/declarative/touchinteraction/mousearea/mousearea-example/qml/mousearea-example/mousearea-example.qml
-share/examples/qt4/examples/declarative/touchinteraction/pincharea/main.cpp
-share/examples/qt4/examples/declarative/touchinteraction/pincharea/pincharea
-%%DEBUG%%share/examples/qt4/examples/declarative/touchinteraction/pincharea/pincharea.debug
-share/examples/qt4/examples/declarative/touchinteraction/pincharea/pincharea.pro
-share/examples/qt4/examples/declarative/touchinteraction/pincharea/pincharea.qmlproject
-share/examples/qt4/examples/declarative/touchinteraction/pincharea/pincharea.svg
-share/examples/qt4/examples/declarative/touchinteraction/pincharea/pincharea64.png
-share/examples/qt4/examples/declarative/touchinteraction/pincharea/pincharea80.png
-share/examples/qt4/examples/declarative/touchinteraction/pincharea/qml/pincharea/flickresize.qml
-share/examples/qt4/examples/declarative/touchinteraction/pincharea/qml/pincharea/qt-logo.jpg
-share/examples/qt4/examples/declarative/toys/clocks/clocks
-%%DEBUG%%share/examples/qt4/examples/declarative/toys/clocks/clocks.debug
-share/examples/qt4/examples/declarative/toys/clocks/clocks.png
-share/examples/qt4/examples/declarative/toys/clocks/clocks.pro
-share/examples/qt4/examples/declarative/toys/clocks/clocks.qmlproject
-share/examples/qt4/examples/declarative/toys/clocks/clocks.svg
-share/examples/qt4/examples/declarative/toys/clocks/main.cpp
-share/examples/qt4/examples/declarative/toys/clocks/qml/clocks/clocks.qml
-share/examples/qt4/examples/declarative/toys/clocks/qml/clocks/content/Clock.qml
-share/examples/qt4/examples/declarative/toys/clocks/qml/clocks/content/QuitButton.qml
-share/examples/qt4/examples/declarative/toys/clocks/qml/clocks/content/background.png
-share/examples/qt4/examples/declarative/toys/clocks/qml/clocks/content/center.png
-share/examples/qt4/examples/declarative/toys/clocks/qml/clocks/content/clock-night.png
-share/examples/qt4/examples/declarative/toys/clocks/qml/clocks/content/clock.png
-share/examples/qt4/examples/declarative/toys/clocks/qml/clocks/content/hour.png
-share/examples/qt4/examples/declarative/toys/clocks/qml/clocks/content/minute.png
-share/examples/qt4/examples/declarative/toys/clocks/qml/clocks/content/quit.png
-share/examples/qt4/examples/declarative/toys/clocks/qml/clocks/content/second.png
-share/examples/qt4/examples/declarative/toys/corkboards/corkboards
-%%DEBUG%%share/examples/qt4/examples/declarative/toys/corkboards/corkboards.debug
-share/examples/qt4/examples/declarative/toys/corkboards/corkboards.png
-share/examples/qt4/examples/declarative/toys/corkboards/corkboards.pro
-share/examples/qt4/examples/declarative/toys/corkboards/corkboards.qmlproject
-share/examples/qt4/examples/declarative/toys/corkboards/corkboards.svg
-share/examples/qt4/examples/declarative/toys/corkboards/main.cpp
-share/examples/qt4/examples/declarative/toys/corkboards/qml/corkboards/Day.qml
-share/examples/qt4/examples/declarative/toys/corkboards/qml/corkboards/cork.jpg
-share/examples/qt4/examples/declarative/toys/corkboards/qml/corkboards/corkboards.qml
-share/examples/qt4/examples/declarative/toys/corkboards/qml/corkboards/note-yellow.png
-share/examples/qt4/examples/declarative/toys/corkboards/qml/corkboards/tack.png
-share/examples/qt4/examples/declarative/toys/dynamicscene/dynamicscene
-%%DEBUG%%share/examples/qt4/examples/declarative/toys/dynamicscene/dynamicscene.debug
-share/examples/qt4/examples/declarative/toys/dynamicscene/dynamicscene.png
-share/examples/qt4/examples/declarative/toys/dynamicscene/dynamicscene.pro
-share/examples/qt4/examples/declarative/toys/dynamicscene/dynamicscene.qmlproject
-share/examples/qt4/examples/declarative/toys/dynamicscene/dynamicscene.svg
-share/examples/qt4/examples/declarative/toys/dynamicscene/main.cpp
-share/examples/qt4/examples/declarative/toys/dynamicscene/qml/dynamicscene/Button.qml
-share/examples/qt4/examples/declarative/toys/dynamicscene/qml/dynamicscene/GenericSceneItem.qml
-share/examples/qt4/examples/declarative/toys/dynamicscene/qml/dynamicscene/PaletteItem.qml
-share/examples/qt4/examples/declarative/toys/dynamicscene/qml/dynamicscene/PerspectiveItem.qml
-share/examples/qt4/examples/declarative/toys/dynamicscene/qml/dynamicscene/Sun.qml
-share/examples/qt4/examples/declarative/toys/dynamicscene/qml/dynamicscene/dynamicscene.qml
-share/examples/qt4/examples/declarative/toys/dynamicscene/qml/dynamicscene/images/NOTE
-share/examples/qt4/examples/declarative/toys/dynamicscene/qml/dynamicscene/images/face-smile.png
-share/examples/qt4/examples/declarative/toys/dynamicscene/qml/dynamicscene/images/moon.png
-share/examples/qt4/examples/declarative/toys/dynamicscene/qml/dynamicscene/images/rabbit_brown.png
-share/examples/qt4/examples/declarative/toys/dynamicscene/qml/dynamicscene/images/rabbit_bw.png
-share/examples/qt4/examples/declarative/toys/dynamicscene/qml/dynamicscene/images/star.png
-share/examples/qt4/examples/declarative/toys/dynamicscene/qml/dynamicscene/images/sun.png
-share/examples/qt4/examples/declarative/toys/dynamicscene/qml/dynamicscene/images/tree_s.png
-share/examples/qt4/examples/declarative/toys/dynamicscene/qml/dynamicscene/itemCreation.js
-share/examples/qt4/examples/declarative/toys/tic-tac-toe/main.cpp
-share/examples/qt4/examples/declarative/toys/tic-tac-toe/qml/tic-tac-toe/content/Button.qml
-share/examples/qt4/examples/declarative/toys/tic-tac-toe/qml/tic-tac-toe/content/TicTac.qml
-share/examples/qt4/examples/declarative/toys/tic-tac-toe/qml/tic-tac-toe/content/pics/board.png
-share/examples/qt4/examples/declarative/toys/tic-tac-toe/qml/tic-tac-toe/content/pics/o.png
-share/examples/qt4/examples/declarative/toys/tic-tac-toe/qml/tic-tac-toe/content/pics/x.png
-share/examples/qt4/examples/declarative/toys/tic-tac-toe/qml/tic-tac-toe/content/tic-tac-toe.js
-share/examples/qt4/examples/declarative/toys/tic-tac-toe/qml/tic-tac-toe/tic-tac-toe.qml
-share/examples/qt4/examples/declarative/toys/tic-tac-toe/tic-tac-toe
-%%DEBUG%%share/examples/qt4/examples/declarative/toys/tic-tac-toe/tic-tac-toe.debug
-share/examples/qt4/examples/declarative/toys/tic-tac-toe/tic-tac-toe.qmlproject
-share/examples/qt4/examples/declarative/toys/tic-tac-toe/tictactoe.png
-share/examples/qt4/examples/declarative/toys/tic-tac-toe/tictactoe.pro
-share/examples/qt4/examples/declarative/toys/tic-tac-toe/tictactoe.svg
-share/examples/qt4/examples/declarative/toys/tvtennis/main.cpp
-share/examples/qt4/examples/declarative/toys/tvtennis/qml/tvtennis/tvtennis.qml
-share/examples/qt4/examples/declarative/toys/tvtennis/tvtennis
-%%DEBUG%%share/examples/qt4/examples/declarative/toys/tvtennis/tvtennis.debug
-share/examples/qt4/examples/declarative/toys/tvtennis/tvtennis.png
-share/examples/qt4/examples/declarative/toys/tvtennis/tvtennis.pro
-share/examples/qt4/examples/declarative/toys/tvtennis/tvtennis.qmlproject
-share/examples/qt4/examples/declarative/toys/tvtennis/tvtennis.svg
-share/examples/qt4/examples/declarative/ui-components/dialcontrol/dialcontrol
-%%DEBUG%%share/examples/qt4/examples/declarative/ui-components/dialcontrol/dialcontrol.debug
-share/examples/qt4/examples/declarative/ui-components/dialcontrol/dialcontrol.png
-share/examples/qt4/examples/declarative/ui-components/dialcontrol/dialcontrol.pro
-share/examples/qt4/examples/declarative/ui-components/dialcontrol/dialcontrol.qmlproject
-share/examples/qt4/examples/declarative/ui-components/dialcontrol/dialcontrol.svg
-share/examples/qt4/examples/declarative/ui-components/dialcontrol/main.cpp
-share/examples/qt4/examples/declarative/ui-components/dialcontrol/qml/dialcontrol/content/Dial.qml
-share/examples/qt4/examples/declarative/ui-components/dialcontrol/qml/dialcontrol/content/QuitButton.qml
-share/examples/qt4/examples/declarative/ui-components/dialcontrol/qml/dialcontrol/content/background.png
-share/examples/qt4/examples/declarative/ui-components/dialcontrol/qml/dialcontrol/content/needle.png
-share/examples/qt4/examples/declarative/ui-components/dialcontrol/qml/dialcontrol/content/needle_shadow.png
-share/examples/qt4/examples/declarative/ui-components/dialcontrol/qml/dialcontrol/content/overlay.png
-share/examples/qt4/examples/declarative/ui-components/dialcontrol/qml/dialcontrol/content/quit.png
-share/examples/qt4/examples/declarative/ui-components/dialcontrol/qml/dialcontrol/dialcontrol.qml
-share/examples/qt4/examples/declarative/ui-components/flipable/flipable
-%%DEBUG%%share/examples/qt4/examples/declarative/ui-components/flipable/flipable.debug
-share/examples/qt4/examples/declarative/ui-components/flipable/flipable.png
-share/examples/qt4/examples/declarative/ui-components/flipable/flipable.pro
-share/examples/qt4/examples/declarative/ui-components/flipable/flipable.qmlproject
-share/examples/qt4/examples/declarative/ui-components/flipable/flipable.svg
-share/examples/qt4/examples/declarative/ui-components/flipable/main.cpp
-share/examples/qt4/examples/declarative/ui-components/flipable/qml/flipable/content/5_heart.png
-share/examples/qt4/examples/declarative/ui-components/flipable/qml/flipable/content/9_club.png
-share/examples/qt4/examples/declarative/ui-components/flipable/qml/flipable/content/Card.qml
-share/examples/qt4/examples/declarative/ui-components/flipable/qml/flipable/content/back.png
-share/examples/qt4/examples/declarative/ui-components/flipable/qml/flipable/flipable.qml
-share/examples/qt4/examples/declarative/ui-components/main/main
-share/examples/qt4/examples/declarative/ui-components/main/main.cpp
-%%DEBUG%%share/examples/qt4/examples/declarative/ui-components/main/main.debug
-share/examples/qt4/examples/declarative/ui-components/main/main.png
-share/examples/qt4/examples/declarative/ui-components/main/main.pro
-share/examples/qt4/examples/declarative/ui-components/main/main.qmlproject
-share/examples/qt4/examples/declarative/ui-components/main/main.svg
-share/examples/qt4/examples/declarative/ui-components/main/qml/main/ScrollBar.qml
-share/examples/qt4/examples/declarative/ui-components/main/qml/main/SearchBox.qml
-share/examples/qt4/examples/declarative/ui-components/main/qml/main/TabWidget.qml
-share/examples/qt4/examples/declarative/ui-components/main/qml/main/content/ProgressBar.qml
-share/examples/qt4/examples/declarative/ui-components/main/qml/main/content/Spinner.qml
-share/examples/qt4/examples/declarative/ui-components/main/qml/main/content/background.png
-share/examples/qt4/examples/declarative/ui-components/main/qml/main/content/spinner-bg.png
-share/examples/qt4/examples/declarative/ui-components/main/qml/main/content/spinner-select.png
-share/examples/qt4/examples/declarative/ui-components/main/qml/main/images/clear.png
-share/examples/qt4/examples/declarative/ui-components/main/qml/main/images/lineedit-bg-focus.png
-share/examples/qt4/examples/declarative/ui-components/main/qml/main/images/lineedit-bg.png
-share/examples/qt4/examples/declarative/ui-components/main/qml/main/main.qml
-share/examples/qt4/examples/declarative/ui-components/main/qml/main/pics/niagara_falls.jpg
-share/examples/qt4/examples/declarative/ui-components/main/qml/main/tab.png
-share/examples/qt4/examples/declarative/ui-components/progressbar/main.cpp
-share/examples/qt4/examples/declarative/ui-components/progressbar/progressbar
-%%DEBUG%%share/examples/qt4/examples/declarative/ui-components/progressbar/progressbar.debug
-share/examples/qt4/examples/declarative/ui-components/progressbar/progressbar.png
-share/examples/qt4/examples/declarative/ui-components/progressbar/progressbar.pro
-share/examples/qt4/examples/declarative/ui-components/progressbar/progressbar.qmlproject
-share/examples/qt4/examples/declarative/ui-components/progressbar/progressbar.svg
-share/examples/qt4/examples/declarative/ui-components/progressbar/qml/progressbar/content/ProgressBar.qml
-share/examples/qt4/examples/declarative/ui-components/progressbar/qml/progressbar/content/background.png
-share/examples/qt4/examples/declarative/ui-components/progressbar/qml/progressbar/main.qml
-share/examples/qt4/examples/declarative/ui-components/scrollbar/main.cpp
-share/examples/qt4/examples/declarative/ui-components/scrollbar/qml/scrollbar/ScrollBar.qml
-share/examples/qt4/examples/declarative/ui-components/scrollbar/qml/scrollbar/main.qml
-share/examples/qt4/examples/declarative/ui-components/scrollbar/qml/scrollbar/niagara_falls.jpg
-share/examples/qt4/examples/declarative/ui-components/scrollbar/scrollbar
-%%DEBUG%%share/examples/qt4/examples/declarative/ui-components/scrollbar/scrollbar.debug
-share/examples/qt4/examples/declarative/ui-components/scrollbar/scrollbar.pro
-share/examples/qt4/examples/declarative/ui-components/scrollbar/scrollbar.qmlproject
-share/examples/qt4/examples/declarative/ui-components/scrollbar/scrollbar.svg
-share/examples/qt4/examples/declarative/ui-components/scrollbar/scrollbar64.png
-share/examples/qt4/examples/declarative/ui-components/scrollbar/scrollbar80.png
-share/examples/qt4/examples/declarative/ui-components/searchbox/main.cpp
-share/examples/qt4/examples/declarative/ui-components/searchbox/qml/searchbox/SearchBox.qml
-share/examples/qt4/examples/declarative/ui-components/searchbox/qml/searchbox/images/clear.png
-share/examples/qt4/examples/declarative/ui-components/searchbox/qml/searchbox/images/lineedit-bg-focus.png
-share/examples/qt4/examples/declarative/ui-components/searchbox/qml/searchbox/images/lineedit-bg.png
-share/examples/qt4/examples/declarative/ui-components/searchbox/qml/searchbox/main.qml
-share/examples/qt4/examples/declarative/ui-components/searchbox/searchbox
-%%DEBUG%%share/examples/qt4/examples/declarative/ui-components/searchbox/searchbox.debug
-share/examples/qt4/examples/declarative/ui-components/searchbox/searchbox.pro
-share/examples/qt4/examples/declarative/ui-components/searchbox/searchbox.qmlproject
-share/examples/qt4/examples/declarative/ui-components/searchbox/searchbox.svg
-share/examples/qt4/examples/declarative/ui-components/searchbox/searchbox64.png
-share/examples/qt4/examples/declarative/ui-components/searchbox/searchbox80.png
-share/examples/qt4/examples/declarative/ui-components/slideswitch/main.cpp
-share/examples/qt4/examples/declarative/ui-components/slideswitch/qml/slideswitch/content/Switch.qml
-share/examples/qt4/examples/declarative/ui-components/slideswitch/qml/slideswitch/content/background.svg
-share/examples/qt4/examples/declarative/ui-components/slideswitch/qml/slideswitch/content/knob.svg
-share/examples/qt4/examples/declarative/ui-components/slideswitch/qml/slideswitch/slideswitch.qml
-share/examples/qt4/examples/declarative/ui-components/slideswitch/slideswitch
-%%DEBUG%%share/examples/qt4/examples/declarative/ui-components/slideswitch/slideswitch.debug
-share/examples/qt4/examples/declarative/ui-components/slideswitch/slideswitch.png
-share/examples/qt4/examples/declarative/ui-components/slideswitch/slideswitch.pro
-share/examples/qt4/examples/declarative/ui-components/slideswitch/slideswitch.qmlproject
-share/examples/qt4/examples/declarative/ui-components/slideswitch/slideswitch.svg
-share/examples/qt4/examples/declarative/ui-components/spinner/main.cpp
-share/examples/qt4/examples/declarative/ui-components/spinner/qml/spinner/content/Spinner.qml
-share/examples/qt4/examples/declarative/ui-components/spinner/qml/spinner/content/spinner-bg.png
-share/examples/qt4/examples/declarative/ui-components/spinner/qml/spinner/content/spinner-select.png
-share/examples/qt4/examples/declarative/ui-components/spinner/qml/spinner/main.qml
-share/examples/qt4/examples/declarative/ui-components/spinner/spinner
-%%DEBUG%%share/examples/qt4/examples/declarative/ui-components/spinner/spinner.debug
-share/examples/qt4/examples/declarative/ui-components/spinner/spinner.pro
-share/examples/qt4/examples/declarative/ui-components/spinner/spinner.qmlproject
-share/examples/qt4/examples/declarative/ui-components/spinner/spinner.svg
-share/examples/qt4/examples/declarative/ui-components/spinner/spinner64.png
-share/examples/qt4/examples/declarative/ui-components/spinner/spinner80.png
-share/examples/qt4/examples/declarative/ui-components/tabwidget/main.cpp
-share/examples/qt4/examples/declarative/ui-components/tabwidget/qml/tabwidget/TabWidget.qml
-share/examples/qt4/examples/declarative/ui-components/tabwidget/qml/tabwidget/main.qml
-share/examples/qt4/examples/declarative/ui-components/tabwidget/qml/tabwidget/tab.png
-share/examples/qt4/examples/declarative/ui-components/tabwidget/tabwidget
-%%DEBUG%%share/examples/qt4/examples/declarative/ui-components/tabwidget/tabwidget.debug
-share/examples/qt4/examples/declarative/ui-components/tabwidget/tabwidget.pro
-share/examples/qt4/examples/declarative/ui-components/tabwidget/tabwidget.qmlproject
-share/examples/qt4/examples/declarative/ui-components/tabwidget/tabwidget.svg
-share/examples/qt4/examples/declarative/ui-components/tabwidget/tabwidget64.png
-share/examples/qt4/examples/declarative/ui-components/tabwidget/tabwidget80.png
-share/examples/qt4/examples/declarative/xml/xmlhttprequest-example/Makefile
-share/examples/qt4/examples/declarative/xml/xmlhttprequest-example/main.cpp
-share/examples/qt4/examples/declarative/xml/xmlhttprequest-example/qml/xmlhttprequest-example/data.xml
-share/examples/qt4/examples/declarative/xml/xmlhttprequest-example/qml/xmlhttprequest-example/xmlhttprequest-example.qml
-share/examples/qt4/examples/declarative/xml/xmlhttprequest-example/xmlhttprequest.qmlproject
-share/examples/qt4/examples/declarative/xml/xmlhttprequest-example/xmlhttprequestexample.png
-share/examples/qt4/examples/declarative/xml/xmlhttprequest-example/xmlhttprequestexample.pro
-share/examples/qt4/examples/declarative/xml/xmlhttprequest-example/xmlhttprequestexample.svg
-share/examples/qt4/examples/declarative/xml/xmlhttprequest/xmlhttprequest-example.qml
-share/examples/qt4/examples/declarative/xml/xmlhttprequest/xmlhttprequest.qmlproject
-share/examples/qt4/examples/designer/README
-share/examples/qt4/examples/designer/calculatorbuilder/calculatorbuilder
-%%DEBUG%%share/examples/qt4/examples/designer/calculatorbuilder/calculatorbuilder.debug
-share/examples/qt4/examples/designer/calculatorbuilder/calculatorbuilder.pro
-share/examples/qt4/examples/designer/calculatorbuilder/calculatorbuilder.qrc
-share/examples/qt4/examples/designer/calculatorbuilder/calculatorform.cpp
-share/examples/qt4/examples/designer/calculatorbuilder/calculatorform.h
-share/examples/qt4/examples/designer/calculatorbuilder/calculatorform.ui
-share/examples/qt4/examples/designer/calculatorbuilder/main.cpp
-share/examples/qt4/examples/designer/calculatorform/calculatorform
-share/examples/qt4/examples/designer/calculatorform/calculatorform.cpp
-%%DEBUG%%share/examples/qt4/examples/designer/calculatorform/calculatorform.debug
-share/examples/qt4/examples/designer/calculatorform/calculatorform.h
-share/examples/qt4/examples/designer/calculatorform/calculatorform.pro
-share/examples/qt4/examples/designer/calculatorform/calculatorform.ui
-share/examples/qt4/examples/designer/calculatorform/main.cpp
-share/examples/qt4/examples/designer/containerextension/containerextension.pro
-share/examples/qt4/examples/designer/containerextension/multipagewidget.cpp
-share/examples/qt4/examples/designer/containerextension/multipagewidget.h
-share/examples/qt4/examples/designer/containerextension/multipagewidgetcontainerextension.cpp
-share/examples/qt4/examples/designer/containerextension/multipagewidgetcontainerextension.h
-share/examples/qt4/examples/designer/containerextension/multipagewidgetextensionfactory.cpp
-share/examples/qt4/examples/designer/containerextension/multipagewidgetextensionfactory.h
-share/examples/qt4/examples/designer/containerextension/multipagewidgetplugin.cpp
-share/examples/qt4/examples/designer/containerextension/multipagewidgetplugin.h
-share/examples/qt4/examples/designer/customwidgetplugin/analogclock.cpp
-share/examples/qt4/examples/designer/customwidgetplugin/analogclock.h
-share/examples/qt4/examples/designer/customwidgetplugin/customwidgetplugin.cpp
-share/examples/qt4/examples/designer/customwidgetplugin/customwidgetplugin.h
-share/examples/qt4/examples/designer/customwidgetplugin/customwidgetplugin.pro
-share/examples/qt4/examples/designer/designer.pro
-share/examples/qt4/examples/designer/taskmenuextension/taskmenuextension.pro
-share/examples/qt4/examples/designer/taskmenuextension/tictactoe.cpp
-share/examples/qt4/examples/designer/taskmenuextension/tictactoe.h
-share/examples/qt4/examples/designer/taskmenuextension/tictactoedialog.cpp
-share/examples/qt4/examples/designer/taskmenuextension/tictactoedialog.h
-share/examples/qt4/examples/designer/taskmenuextension/tictactoeplugin.cpp
-share/examples/qt4/examples/designer/taskmenuextension/tictactoeplugin.h
-share/examples/qt4/examples/designer/taskmenuextension/tictactoetaskmenu.cpp
-share/examples/qt4/examples/designer/taskmenuextension/tictactoetaskmenu.h
-share/examples/qt4/examples/designer/worldtimeclockbuilder/form.ui
-share/examples/qt4/examples/designer/worldtimeclockbuilder/main.cpp
-share/examples/qt4/examples/designer/worldtimeclockbuilder/worldtimeclockbuilder
-%%DEBUG%%share/examples/qt4/examples/designer/worldtimeclockbuilder/worldtimeclockbuilder.debug
-share/examples/qt4/examples/designer/worldtimeclockbuilder/worldtimeclockbuilder.pro
-share/examples/qt4/examples/designer/worldtimeclockbuilder/worldtimeclockbuilder.qrc
-share/examples/qt4/examples/designer/worldtimeclockplugin/worldtimeclock.cpp
-share/examples/qt4/examples/designer/worldtimeclockplugin/worldtimeclock.h
-share/examples/qt4/examples/designer/worldtimeclockplugin/worldtimeclockplugin.cpp
-share/examples/qt4/examples/designer/worldtimeclockplugin/worldtimeclockplugin.h
-share/examples/qt4/examples/designer/worldtimeclockplugin/worldtimeclockplugin.pro
-share/examples/qt4/examples/desktop/README
-share/examples/qt4/examples/desktop/desktop.pro
-share/examples/qt4/examples/desktop/screenshot/main.cpp
-share/examples/qt4/examples/desktop/screenshot/screenshot
-share/examples/qt4/examples/desktop/screenshot/screenshot.cpp
-%%DEBUG%%share/examples/qt4/examples/desktop/screenshot/screenshot.debug
-share/examples/qt4/examples/desktop/screenshot/screenshot.h
-share/examples/qt4/examples/desktop/screenshot/screenshot.pro
-share/examples/qt4/examples/desktop/systray/images/bad.svg
-share/examples/qt4/examples/desktop/systray/images/heart.svg
-share/examples/qt4/examples/desktop/systray/images/trash.svg
-share/examples/qt4/examples/desktop/systray/main.cpp
-share/examples/qt4/examples/desktop/systray/systray
-%%DEBUG%%share/examples/qt4/examples/desktop/systray/systray.debug
-share/examples/qt4/examples/desktop/systray/systray.pro
-share/examples/qt4/examples/desktop/systray/systray.qrc
-share/examples/qt4/examples/desktop/systray/window.cpp
-share/examples/qt4/examples/desktop/systray/window.h
-share/examples/qt4/examples/dialogs/README
-share/examples/qt4/examples/dialogs/classwizard/classwizard
-share/examples/qt4/examples/dialogs/classwizard/classwizard.cpp
-%%DEBUG%%share/examples/qt4/examples/dialogs/classwizard/classwizard.debug
-share/examples/qt4/examples/dialogs/classwizard/classwizard.h
-share/examples/qt4/examples/dialogs/classwizard/classwizard.pro
-share/examples/qt4/examples/dialogs/classwizard/classwizard.qrc
-share/examples/qt4/examples/dialogs/classwizard/images/background.png
-share/examples/qt4/examples/dialogs/classwizard/images/banner.png
-share/examples/qt4/examples/dialogs/classwizard/images/logo1.png
-share/examples/qt4/examples/dialogs/classwizard/images/logo2.png
-share/examples/qt4/examples/dialogs/classwizard/images/logo3.png
-share/examples/qt4/examples/dialogs/classwizard/images/watermark1.png
-share/examples/qt4/examples/dialogs/classwizard/images/watermark2.png
-share/examples/qt4/examples/dialogs/classwizard/main.cpp
-share/examples/qt4/examples/dialogs/configdialog/configdialog
-share/examples/qt4/examples/dialogs/configdialog/configdialog.cpp
-%%DEBUG%%share/examples/qt4/examples/dialogs/configdialog/configdialog.debug
-share/examples/qt4/examples/dialogs/configdialog/configdialog.h
-share/examples/qt4/examples/dialogs/configdialog/configdialog.pro
-share/examples/qt4/examples/dialogs/configdialog/configdialog.qrc
-share/examples/qt4/examples/dialogs/configdialog/images/config.png
-share/examples/qt4/examples/dialogs/configdialog/images/query.png
-share/examples/qt4/examples/dialogs/configdialog/images/update.png
-share/examples/qt4/examples/dialogs/configdialog/main.cpp
-share/examples/qt4/examples/dialogs/configdialog/pages.cpp
-share/examples/qt4/examples/dialogs/configdialog/pages.h
-share/examples/qt4/examples/dialogs/dialogs.pro
-share/examples/qt4/examples/dialogs/extension/extension
-%%DEBUG%%share/examples/qt4/examples/dialogs/extension/extension.debug
-share/examples/qt4/examples/dialogs/extension/extension.pro
-share/examples/qt4/examples/dialogs/extension/finddialog.cpp
-share/examples/qt4/examples/dialogs/extension/finddialog.h
-share/examples/qt4/examples/dialogs/extension/main.cpp
-share/examples/qt4/examples/dialogs/findfiles/findfiles
-%%DEBUG%%share/examples/qt4/examples/dialogs/findfiles/findfiles.debug
-share/examples/qt4/examples/dialogs/findfiles/findfiles.pro
-share/examples/qt4/examples/dialogs/findfiles/main.cpp
-share/examples/qt4/examples/dialogs/findfiles/window.cpp
-share/examples/qt4/examples/dialogs/findfiles/window.h
-share/examples/qt4/examples/dialogs/licensewizard/images/logo.png
-share/examples/qt4/examples/dialogs/licensewizard/images/watermark.png
-share/examples/qt4/examples/dialogs/licensewizard/licensewizard
-share/examples/qt4/examples/dialogs/licensewizard/licensewizard.cpp
-%%DEBUG%%share/examples/qt4/examples/dialogs/licensewizard/licensewizard.debug
-share/examples/qt4/examples/dialogs/licensewizard/licensewizard.h
-share/examples/qt4/examples/dialogs/licensewizard/licensewizard.pro
-share/examples/qt4/examples/dialogs/licensewizard/licensewizard.qrc
-share/examples/qt4/examples/dialogs/licensewizard/main.cpp
-share/examples/qt4/examples/dialogs/standarddialogs/dialog.cpp
-share/examples/qt4/examples/dialogs/standarddialogs/dialog.h
-share/examples/qt4/examples/dialogs/standarddialogs/main.cpp
-share/examples/qt4/examples/dialogs/standarddialogs/standarddialogs
-%%DEBUG%%share/examples/qt4/examples/dialogs/standarddialogs/standarddialogs.debug
-share/examples/qt4/examples/dialogs/standarddialogs/standarddialogs.pro
-share/examples/qt4/examples/dialogs/tabdialog/main.cpp
-share/examples/qt4/examples/dialogs/tabdialog/tabdialog
-share/examples/qt4/examples/dialogs/tabdialog/tabdialog.cpp
-%%DEBUG%%share/examples/qt4/examples/dialogs/tabdialog/tabdialog.debug
-share/examples/qt4/examples/dialogs/tabdialog/tabdialog.h
-share/examples/qt4/examples/dialogs/tabdialog/tabdialog.pro
-share/examples/qt4/examples/dialogs/trivialwizard/trivialwizard
-share/examples/qt4/examples/dialogs/trivialwizard/trivialwizard.cpp
-%%DEBUG%%share/examples/qt4/examples/dialogs/trivialwizard/trivialwizard.debug
-share/examples/qt4/examples/dialogs/trivialwizard/trivialwizard.pro
-share/examples/qt4/examples/draganddrop/README
-share/examples/qt4/examples/draganddrop/delayedencoding/delayedencoding
-%%DEBUG%%share/examples/qt4/examples/draganddrop/delayedencoding/delayedencoding.debug
-share/examples/qt4/examples/draganddrop/draganddrop.pro
-share/examples/qt4/examples/draganddrop/draggableicons/draggableicons
-%%DEBUG%%share/examples/qt4/examples/draganddrop/draggableicons/draggableicons.debug
-share/examples/qt4/examples/draganddrop/draggableicons/draggableicons.pro
-share/examples/qt4/examples/draganddrop/draggableicons/draggableicons.qrc
-share/examples/qt4/examples/draganddrop/draggableicons/dragwidget.cpp
-share/examples/qt4/examples/draganddrop/draggableicons/dragwidget.h
-share/examples/qt4/examples/draganddrop/draggableicons/images/boat.png
-share/examples/qt4/examples/draganddrop/draggableicons/images/car.png
-share/examples/qt4/examples/draganddrop/draggableicons/images/house.png
-share/examples/qt4/examples/draganddrop/draggableicons/main.cpp
-share/examples/qt4/examples/draganddrop/draggabletext/draggabletext
-%%DEBUG%%share/examples/qt4/examples/draganddrop/draggabletext/draggabletext.debug
-share/examples/qt4/examples/draganddrop/draggabletext/draggabletext.pro
-share/examples/qt4/examples/draganddrop/draggabletext/draggabletext.qrc
-share/examples/qt4/examples/draganddrop/draggabletext/draglabel.cpp
-share/examples/qt4/examples/draganddrop/draggabletext/draglabel.h
-share/examples/qt4/examples/draganddrop/draggabletext/dragwidget.cpp
-share/examples/qt4/examples/draganddrop/draggabletext/dragwidget.h
-share/examples/qt4/examples/draganddrop/draggabletext/main.cpp
-share/examples/qt4/examples/draganddrop/draggabletext/words.txt
-share/examples/qt4/examples/draganddrop/dropsite/droparea.cpp
-share/examples/qt4/examples/draganddrop/dropsite/droparea.h
-share/examples/qt4/examples/draganddrop/dropsite/dropsite
-%%DEBUG%%share/examples/qt4/examples/draganddrop/dropsite/dropsite.debug
-share/examples/qt4/examples/draganddrop/dropsite/dropsite.pro
-share/examples/qt4/examples/draganddrop/dropsite/dropsitewindow.cpp
-share/examples/qt4/examples/draganddrop/dropsite/dropsitewindow.h
-share/examples/qt4/examples/draganddrop/dropsite/main.cpp
-share/examples/qt4/examples/draganddrop/fridgemagnets/draglabel.cpp
-share/examples/qt4/examples/draganddrop/fridgemagnets/draglabel.h
-share/examples/qt4/examples/draganddrop/fridgemagnets/dragwidget.cpp
-share/examples/qt4/examples/draganddrop/fridgemagnets/dragwidget.h
-share/examples/qt4/examples/draganddrop/fridgemagnets/fridgemagnets
-%%DEBUG%%share/examples/qt4/examples/draganddrop/fridgemagnets/fridgemagnets.debug
-share/examples/qt4/examples/draganddrop/fridgemagnets/fridgemagnets.pro
-share/examples/qt4/examples/draganddrop/fridgemagnets/fridgemagnets.qrc
-share/examples/qt4/examples/draganddrop/fridgemagnets/main.cpp
-share/examples/qt4/examples/draganddrop/fridgemagnets/words.txt
-share/examples/qt4/examples/draganddrop/puzzle/example.jpg
-share/examples/qt4/examples/draganddrop/puzzle/main.cpp
-share/examples/qt4/examples/draganddrop/puzzle/mainwindow.cpp
-share/examples/qt4/examples/draganddrop/puzzle/mainwindow.h
-share/examples/qt4/examples/draganddrop/puzzle/pieceslist.cpp
-share/examples/qt4/examples/draganddrop/puzzle/pieceslist.h
-share/examples/qt4/examples/draganddrop/puzzle/puzzle
-%%DEBUG%%share/examples/qt4/examples/draganddrop/puzzle/puzzle.debug
-share/examples/qt4/examples/draganddrop/puzzle/puzzle.pro
-share/examples/qt4/examples/draganddrop/puzzle/puzzle.qrc
-share/examples/qt4/examples/draganddrop/puzzle/puzzlewidget.cpp
-share/examples/qt4/examples/draganddrop/puzzle/puzzlewidget.h
-share/examples/qt4/examples/effects/blurpicker/blureffect.cpp
-share/examples/qt4/examples/effects/blurpicker/blureffect.h
-share/examples/qt4/examples/effects/blurpicker/blurpicker
-share/examples/qt4/examples/effects/blurpicker/blurpicker.cpp
-%%DEBUG%%share/examples/qt4/examples/effects/blurpicker/blurpicker.debug
-share/examples/qt4/examples/effects/blurpicker/blurpicker.h
-share/examples/qt4/examples/effects/blurpicker/blurpicker.pro
-share/examples/qt4/examples/effects/blurpicker/blurpicker.qrc
-share/examples/qt4/examples/effects/blurpicker/main.cpp
-share/examples/qt4/examples/effects/effects.pro
-share/examples/qt4/examples/effects/fademessage/fademessage
-share/examples/qt4/examples/effects/fademessage/fademessage.cpp
-%%DEBUG%%share/examples/qt4/examples/effects/fademessage/fademessage.debug
-share/examples/qt4/examples/effects/fademessage/fademessage.h
-share/examples/qt4/examples/effects/fademessage/fademessage.pro
-share/examples/qt4/examples/effects/fademessage/fademessage.qrc
-share/examples/qt4/examples/effects/fademessage/main.cpp
-share/examples/qt4/examples/effects/lighting/lighting
-share/examples/qt4/examples/effects/lighting/lighting.cpp
-%%DEBUG%%share/examples/qt4/examples/effects/lighting/lighting.debug
-share/examples/qt4/examples/effects/lighting/lighting.h
-share/examples/qt4/examples/effects/lighting/lighting.pro
-share/examples/qt4/examples/effects/lighting/main.cpp
-share/examples/qt4/examples/examples.pro
-share/examples/qt4/examples/gestures/gestures.pro
-share/examples/qt4/examples/gestures/imagegestures/imagegestures
-%%DEBUG%%share/examples/qt4/examples/gestures/imagegestures/imagegestures.debug
-share/examples/qt4/examples/gestures/imagegestures/imagegestures.pro
-share/examples/qt4/examples/gestures/imagegestures/imagewidget.cpp
-share/examples/qt4/examples/gestures/imagegestures/imagewidget.h
-share/examples/qt4/examples/gestures/imagegestures/main.cpp
-share/examples/qt4/examples/gestures/imagegestures/mainwidget.cpp
-share/examples/qt4/examples/gestures/imagegestures/mainwidget.h
-share/examples/qt4/examples/graphicsview/README
-share/examples/qt4/examples/graphicsview/anchorlayout/anchorlayout
-%%DEBUG%%share/examples/qt4/examples/graphicsview/anchorlayout/anchorlayout.debug
-share/examples/qt4/examples/graphicsview/anchorlayout/anchorlayout.pro
-share/examples/qt4/examples/graphicsview/anchorlayout/main.cpp
-share/examples/qt4/examples/graphicsview/basicgraphicslayouts/basicgraphicslayouts
-%%DEBUG%%share/examples/qt4/examples/graphicsview/basicgraphicslayouts/basicgraphicslayouts.debug
-share/examples/qt4/examples/graphicsview/basicgraphicslayouts/basicgraphicslayouts.pro
-share/examples/qt4/examples/graphicsview/basicgraphicslayouts/basicgraphicslayouts.qrc
-share/examples/qt4/examples/graphicsview/basicgraphicslayouts/layoutitem.cpp
-share/examples/qt4/examples/graphicsview/basicgraphicslayouts/layoutitem.h
-share/examples/qt4/examples/graphicsview/basicgraphicslayouts/main.cpp
-share/examples/qt4/examples/graphicsview/basicgraphicslayouts/window.cpp
-share/examples/qt4/examples/graphicsview/basicgraphicslayouts/window.h
-share/examples/qt4/examples/graphicsview/collidingmice/collidingmice
-%%DEBUG%%share/examples/qt4/examples/graphicsview/collidingmice/collidingmice.debug
-share/examples/qt4/examples/graphicsview/collidingmice/collidingmice.pro
-share/examples/qt4/examples/graphicsview/collidingmice/images/cheese.jpg
-share/examples/qt4/examples/graphicsview/collidingmice/main.cpp
-share/examples/qt4/examples/graphicsview/collidingmice/mice.qrc
-share/examples/qt4/examples/graphicsview/collidingmice/mouse.cpp
-share/examples/qt4/examples/graphicsview/collidingmice/mouse.h
-share/examples/qt4/examples/graphicsview/diagramscene/arrow.cpp
-share/examples/qt4/examples/graphicsview/diagramscene/arrow.h
-share/examples/qt4/examples/graphicsview/diagramscene/diagramitem.cpp
-share/examples/qt4/examples/graphicsview/diagramscene/diagramitem.h
-share/examples/qt4/examples/graphicsview/diagramscene/diagramscene
-share/examples/qt4/examples/graphicsview/diagramscene/diagramscene.cpp
-%%DEBUG%%share/examples/qt4/examples/graphicsview/diagramscene/diagramscene.debug
-share/examples/qt4/examples/graphicsview/diagramscene/diagramscene.h
-share/examples/qt4/examples/graphicsview/diagramscene/diagramscene.pro
-share/examples/qt4/examples/graphicsview/diagramscene/diagramscene.qrc
-share/examples/qt4/examples/graphicsview/diagramscene/diagramtextitem.cpp
-share/examples/qt4/examples/graphicsview/diagramscene/diagramtextitem.h
-share/examples/qt4/examples/graphicsview/diagramscene/images/background1.png
-share/examples/qt4/examples/graphicsview/diagramscene/images/background2.png
-share/examples/qt4/examples/graphicsview/diagramscene/images/background3.png
-share/examples/qt4/examples/graphicsview/diagramscene/images/background4.png
-share/examples/qt4/examples/graphicsview/diagramscene/images/bold.png
-share/examples/qt4/examples/graphicsview/diagramscene/images/bringtofront.png
-share/examples/qt4/examples/graphicsview/diagramscene/images/delete.png
-share/examples/qt4/examples/graphicsview/diagramscene/images/floodfill.png
-share/examples/qt4/examples/graphicsview/diagramscene/images/italic.png
-share/examples/qt4/examples/graphicsview/diagramscene/images/linecolor.png
-share/examples/qt4/examples/graphicsview/diagramscene/images/linepointer.png
-share/examples/qt4/examples/graphicsview/diagramscene/images/pointer.png
-share/examples/qt4/examples/graphicsview/diagramscene/images/sendtoback.png
-share/examples/qt4/examples/graphicsview/diagramscene/images/textpointer.png
-share/examples/qt4/examples/graphicsview/diagramscene/images/underline.png
-share/examples/qt4/examples/graphicsview/diagramscene/main.cpp
-share/examples/qt4/examples/graphicsview/diagramscene/mainwindow.cpp
-share/examples/qt4/examples/graphicsview/diagramscene/mainwindow.h
-share/examples/qt4/examples/graphicsview/dragdroprobot/coloritem.cpp
-share/examples/qt4/examples/graphicsview/dragdroprobot/coloritem.h
-share/examples/qt4/examples/graphicsview/dragdroprobot/dragdroprobot
-%%DEBUG%%share/examples/qt4/examples/graphicsview/dragdroprobot/dragdroprobot.debug
-share/examples/qt4/examples/graphicsview/dragdroprobot/dragdroprobot.pro
-share/examples/qt4/examples/graphicsview/dragdroprobot/images/head.png
-share/examples/qt4/examples/graphicsview/dragdroprobot/main.cpp
-share/examples/qt4/examples/graphicsview/dragdroprobot/robot.cpp
-share/examples/qt4/examples/graphicsview/dragdroprobot/robot.h
-share/examples/qt4/examples/graphicsview/dragdroprobot/robot.qrc
-share/examples/qt4/examples/graphicsview/elasticnodes/edge.cpp
-share/examples/qt4/examples/graphicsview/elasticnodes/edge.h
-share/examples/qt4/examples/graphicsview/elasticnodes/elasticnodes
-%%DEBUG%%share/examples/qt4/examples/graphicsview/elasticnodes/elasticnodes.debug
-share/examples/qt4/examples/graphicsview/elasticnodes/elasticnodes.pro
-share/examples/qt4/examples/graphicsview/elasticnodes/graphwidget.cpp
-share/examples/qt4/examples/graphicsview/elasticnodes/graphwidget.h
-share/examples/qt4/examples/graphicsview/elasticnodes/main.cpp
-share/examples/qt4/examples/graphicsview/elasticnodes/node.cpp
-share/examples/qt4/examples/graphicsview/elasticnodes/node.h
-share/examples/qt4/examples/graphicsview/graphicsview.pro
-share/examples/qt4/examples/graphicsview/padnavigator/flippablepad.cpp
-share/examples/qt4/examples/graphicsview/padnavigator/flippablepad.h
-share/examples/qt4/examples/graphicsview/padnavigator/form.ui
-share/examples/qt4/examples/graphicsview/padnavigator/images/artsfftscope.png
-share/examples/qt4/examples/graphicsview/padnavigator/images/blue_angle_swirl.jpg
-share/examples/qt4/examples/graphicsview/padnavigator/images/kontact_contacts.png
-share/examples/qt4/examples/graphicsview/padnavigator/images/kontact_journal.png
-share/examples/qt4/examples/graphicsview/padnavigator/images/kontact_mail.png
-share/examples/qt4/examples/graphicsview/padnavigator/images/kontact_notes.png
-share/examples/qt4/examples/graphicsview/padnavigator/images/kopeteavailable.png
-share/examples/qt4/examples/graphicsview/padnavigator/images/metacontact_online.png
-share/examples/qt4/examples/graphicsview/padnavigator/images/minitools.png
-share/examples/qt4/examples/graphicsview/padnavigator/main.cpp
-share/examples/qt4/examples/graphicsview/padnavigator/padnavigator
-share/examples/qt4/examples/graphicsview/padnavigator/padnavigator.cpp
-%%DEBUG%%share/examples/qt4/examples/graphicsview/padnavigator/padnavigator.debug
-share/examples/qt4/examples/graphicsview/padnavigator/padnavigator.h
-share/examples/qt4/examples/graphicsview/padnavigator/padnavigator.pro
-share/examples/qt4/examples/graphicsview/padnavigator/padnavigator.qrc
-share/examples/qt4/examples/graphicsview/padnavigator/roundrectitem.cpp
-share/examples/qt4/examples/graphicsview/padnavigator/roundrectitem.h
-share/examples/qt4/examples/graphicsview/padnavigator/splashitem.cpp
-share/examples/qt4/examples/graphicsview/padnavigator/splashitem.h
-share/examples/qt4/examples/graphicsview/portedasteroids/animateditem.cpp
-share/examples/qt4/examples/graphicsview/portedasteroids/animateditem.h
-share/examples/qt4/examples/graphicsview/portedasteroids/bg.png
-share/examples/qt4/examples/graphicsview/portedasteroids/ledmeter.cpp
-share/examples/qt4/examples/graphicsview/portedasteroids/ledmeter.h
-share/examples/qt4/examples/graphicsview/portedasteroids/main.cpp
-share/examples/qt4/examples/graphicsview/portedasteroids/portedasteroids
-%%DEBUG%%share/examples/qt4/examples/graphicsview/portedasteroids/portedasteroids.debug
-share/examples/qt4/examples/graphicsview/portedasteroids/portedasteroids.pro
-share/examples/qt4/examples/graphicsview/portedasteroids/portedasteroids.qrc
-share/examples/qt4/examples/graphicsview/portedasteroids/sounds/Explosion.wav
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites.h
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/bits/bits.ini
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/bits/bits.pov
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/bits/bits0000.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/bits/bits0001.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/bits/bits0002.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/bits/bits0003.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/bits/bits0004.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/bits/bits0005.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/bits/bits0006.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/bits/bits0007.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/bits/bits0008.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/bits/bits0009.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/bits/bits0010.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/bits/bits0011.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/bits/bits0012.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/bits/bits0013.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/bits/bits0014.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/bits/bits0015.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/exhaust/exhaust.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/missile/missile.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/powerups/brake.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/powerups/energy.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/powerups/shield.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/powerups/shoot.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/powerups/teleport.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock1/rock1.ini
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock1/rock1.pov
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock1/rock10000.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock1/rock10001.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock1/rock10002.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock1/rock10003.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock1/rock10004.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock1/rock10005.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock1/rock10006.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock1/rock10007.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock1/rock10008.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock1/rock10009.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock1/rock10010.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock1/rock10011.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock1/rock10012.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock1/rock10013.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock1/rock10014.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock1/rock10015.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock1/rock10016.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock1/rock10017.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock1/rock10018.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock1/rock10019.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock1/rock10020.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock1/rock10021.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock1/rock10022.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock1/rock10023.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock1/rock10024.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock1/rock10025.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock1/rock10026.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock1/rock10027.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock1/rock10028.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock1/rock10029.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock1/rock10030.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock1/rock10031.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock2/rock2.ini
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock2/rock2.pov
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock2/rock20000.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock2/rock20001.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock2/rock20002.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock2/rock20003.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock2/rock20004.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock2/rock20005.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock2/rock20006.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock2/rock20007.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock2/rock20008.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock2/rock20009.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock2/rock20010.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock2/rock20011.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock2/rock20012.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock2/rock20013.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock2/rock20014.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock2/rock20015.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock2/rock20016.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock2/rock20017.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock2/rock20018.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock2/rock20019.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock2/rock20020.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock2/rock20021.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock2/rock20022.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock2/rock20023.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock2/rock20024.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock2/rock20025.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock2/rock20026.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock2/rock20027.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock2/rock20028.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock2/rock20029.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock2/rock20030.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock2/rock20031.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock3/rock3.ini
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock3/rock3.pov
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock3/rock30000.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock3/rock30001.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock3/rock30002.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock3/rock30003.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock3/rock30004.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock3/rock30005.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock3/rock30006.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock3/rock30007.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock3/rock30008.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock3/rock30009.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock3/rock30010.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock3/rock30011.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock3/rock30012.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock3/rock30013.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock3/rock30014.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock3/rock30015.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock3/rock30016.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock3/rock30017.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock3/rock30018.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock3/rock30019.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock3/rock30020.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock3/rock30021.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock3/rock30022.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock3/rock30023.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock3/rock30024.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock3/rock30025.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock3/rock30026.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock3/rock30027.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock3/rock30028.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock3/rock30029.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock3/rock30030.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock3/rock30031.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/shield/shield0000.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/shield/shield0001.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/shield/shield0002.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/shield/shield0003.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/shield/shield0004.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/shield/shield0005.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/shield/shield0006.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/ship/ship.ini
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/ship/ship.pov
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/ship/ship0000.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/ship/ship0001.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/ship/ship0002.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/ship/ship0003.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/ship/ship0004.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/ship/ship0005.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/ship/ship0006.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/ship/ship0007.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/ship/ship0008.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/ship/ship0009.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/ship/ship0010.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/ship/ship0011.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/ship/ship0012.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/ship/ship0013.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/ship/ship0014.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/ship/ship0015.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/ship/ship0016.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/ship/ship0017.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/ship/ship0018.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/ship/ship0019.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/ship/ship0020.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/ship/ship0021.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/ship/ship0022.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/ship/ship0023.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/ship/ship0024.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/ship/ship0025.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/ship/ship0026.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/ship/ship0027.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/ship/ship0028.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/ship/ship0029.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/ship/ship0030.png
-share/examples/qt4/examples/graphicsview/portedasteroids/sprites/ship/ship0031.png
-share/examples/qt4/examples/graphicsview/portedasteroids/toplevel.cpp
-share/examples/qt4/examples/graphicsview/portedasteroids/toplevel.h
-share/examples/qt4/examples/graphicsview/portedasteroids/view.cpp
-share/examples/qt4/examples/graphicsview/portedasteroids/view.h
-share/examples/qt4/examples/graphicsview/portedcanvas/butterfly.png
-share/examples/qt4/examples/graphicsview/portedcanvas/canvas.cpp
-share/examples/qt4/examples/graphicsview/portedcanvas/canvas.doc
-share/examples/qt4/examples/graphicsview/portedcanvas/canvas.h
-share/examples/qt4/examples/graphicsview/portedcanvas/main.cpp
-share/examples/qt4/examples/graphicsview/portedcanvas/portedcanvas
-%%DEBUG%%share/examples/qt4/examples/graphicsview/portedcanvas/portedcanvas.debug
-share/examples/qt4/examples/graphicsview/portedcanvas/portedcanvas.pro
-share/examples/qt4/examples/graphicsview/portedcanvas/portedcanvas.qrc
-share/examples/qt4/examples/graphicsview/portedcanvas/qt-trans.xpm
-share/examples/qt4/examples/graphicsview/portedcanvas/qtlogo.png
-share/examples/qt4/examples/graphicsview/simpleanchorlayout/main.cpp
-share/examples/qt4/examples/graphicsview/simpleanchorlayout/simpleanchorlayout
-%%DEBUG%%share/examples/qt4/examples/graphicsview/simpleanchorlayout/simpleanchorlayout.debug
-share/examples/qt4/examples/graphicsview/simpleanchorlayout/simpleanchorlayout.pro
-share/examples/qt4/examples/graphicsview/weatheranchorlayout/images/5days.jpg
-share/examples/qt4/examples/graphicsview/weatheranchorlayout/images/details.jpg
-share/examples/qt4/examples/graphicsview/weatheranchorlayout/images/place.jpg
-share/examples/qt4/examples/graphicsview/weatheranchorlayout/images/tabbar.jpg
-share/examples/qt4/examples/graphicsview/weatheranchorlayout/images/title.jpg
-share/examples/qt4/examples/graphicsview/weatheranchorlayout/images/weather-few-clouds.png
-share/examples/qt4/examples/graphicsview/weatheranchorlayout/main.cpp
-share/examples/qt4/examples/graphicsview/weatheranchorlayout/weatheranchorlayout
-%%DEBUG%%share/examples/qt4/examples/graphicsview/weatheranchorlayout/weatheranchorlayout.debug
-share/examples/qt4/examples/graphicsview/weatheranchorlayout/weatheranchorlayout.pro
-share/examples/qt4/examples/graphicsview/weatheranchorlayout/weatheranchorlayout.qrc
-share/examples/qt4/examples/help/README
-share/examples/qt4/examples/help/contextsensitivehelp/contextsensitivehelp
-%%DEBUG%%share/examples/qt4/examples/help/contextsensitivehelp/contextsensitivehelp.debug
-share/examples/qt4/examples/help/contextsensitivehelp/contextsensitivehelp.pro
-share/examples/qt4/examples/help/contextsensitivehelp/doc/amount.html
-share/examples/qt4/examples/help/contextsensitivehelp/doc/filter.html
-share/examples/qt4/examples/help/contextsensitivehelp/doc/plants.html
-share/examples/qt4/examples/help/contextsensitivehelp/doc/rain.html
-share/examples/qt4/examples/help/contextsensitivehelp/doc/source.html
-share/examples/qt4/examples/help/contextsensitivehelp/doc/temperature.html
-share/examples/qt4/examples/help/contextsensitivehelp/doc/time.html
-share/examples/qt4/examples/help/contextsensitivehelp/doc/wateringmachine.qch
-share/examples/qt4/examples/help/contextsensitivehelp/doc/wateringmachine.qhc
-share/examples/qt4/examples/help/contextsensitivehelp/doc/wateringmachine.qhcp
-share/examples/qt4/examples/help/contextsensitivehelp/doc/wateringmachine.qhp
-share/examples/qt4/examples/help/contextsensitivehelp/helpbrowser.cpp
-share/examples/qt4/examples/help/contextsensitivehelp/helpbrowser.h
-share/examples/qt4/examples/help/contextsensitivehelp/main.cpp
-share/examples/qt4/examples/help/contextsensitivehelp/wateringconfigdialog.cpp
-share/examples/qt4/examples/help/contextsensitivehelp/wateringconfigdialog.h
-share/examples/qt4/examples/help/contextsensitivehelp/wateringconfigdialog.ui
-share/examples/qt4/examples/help/help.pro
-share/examples/qt4/examples/help/remotecontrol/enter.png
-share/examples/qt4/examples/help/remotecontrol/main.cpp
-share/examples/qt4/examples/help/remotecontrol/remotecontrol
-share/examples/qt4/examples/help/remotecontrol/remotecontrol.cpp
-%%DEBUG%%share/examples/qt4/examples/help/remotecontrol/remotecontrol.debug
-share/examples/qt4/examples/help/remotecontrol/remotecontrol.h
-share/examples/qt4/examples/help/remotecontrol/remotecontrol.pro
-share/examples/qt4/examples/help/remotecontrol/remotecontrol.qrc
-share/examples/qt4/examples/help/remotecontrol/remotecontrol.ui
-share/examples/qt4/examples/help/simpletextviewer/assistant.cpp
-share/examples/qt4/examples/help/simpletextviewer/assistant.h
-share/examples/qt4/examples/help/simpletextviewer/documentation/about.txt
-share/examples/qt4/examples/help/simpletextviewer/documentation/browse.html
-share/examples/qt4/examples/help/simpletextviewer/documentation/filedialog.html
-share/examples/qt4/examples/help/simpletextviewer/documentation/findfile.html
-share/examples/qt4/examples/help/simpletextviewer/documentation/images/browse.png
-share/examples/qt4/examples/help/simpletextviewer/documentation/images/fadedfilemenu.png
-share/examples/qt4/examples/help/simpletextviewer/documentation/images/filedialog.png
-share/examples/qt4/examples/help/simpletextviewer/documentation/images/handbook.png
-share/examples/qt4/examples/help/simpletextviewer/documentation/images/icon.png
-share/examples/qt4/examples/help/simpletextviewer/documentation/images/mainwindow.png
-share/examples/qt4/examples/help/simpletextviewer/documentation/images/open.png
-share/examples/qt4/examples/help/simpletextviewer/documentation/images/wildcard.png
-share/examples/qt4/examples/help/simpletextviewer/documentation/index.html
-share/examples/qt4/examples/help/simpletextviewer/documentation/intro.html
-share/examples/qt4/examples/help/simpletextviewer/documentation/openfile.html
-share/examples/qt4/examples/help/simpletextviewer/documentation/simpletextviewer.qch
-share/examples/qt4/examples/help/simpletextviewer/documentation/simpletextviewer.qhc
-share/examples/qt4/examples/help/simpletextviewer/documentation/simpletextviewer.qhcp
-share/examples/qt4/examples/help/simpletextviewer/documentation/simpletextviewer.qhp
-share/examples/qt4/examples/help/simpletextviewer/documentation/wildcardmatching.html
-share/examples/qt4/examples/help/simpletextviewer/findfiledialog.cpp
-share/examples/qt4/examples/help/simpletextviewer/findfiledialog.h
-share/examples/qt4/examples/help/simpletextviewer/main.cpp
-share/examples/qt4/examples/help/simpletextviewer/mainwindow.cpp
-share/examples/qt4/examples/help/simpletextviewer/mainwindow.h
-share/examples/qt4/examples/help/simpletextviewer/simpletextviewer
-%%DEBUG%%share/examples/qt4/examples/help/simpletextviewer/simpletextviewer.debug
-share/examples/qt4/examples/help/simpletextviewer/simpletextviewer.pro
-share/examples/qt4/examples/help/simpletextviewer/textedit.cpp
-share/examples/qt4/examples/help/simpletextviewer/textedit.h
-share/examples/qt4/examples/helper/qmlapplicationviewer/qmlapplicationviewer.cpp
-share/examples/qt4/examples/helper/qmlapplicationviewer/qmlapplicationviewer.h
-share/examples/qt4/examples/helper/qmlapplicationviewer/qmlapplicationviewer.pri
-share/examples/qt4/examples/ipc/README
-share/examples/qt4/examples/ipc/ipc.pro
-share/examples/qt4/examples/ipc/localfortuneclient/client.cpp
-share/examples/qt4/examples/ipc/localfortuneclient/client.h
-share/examples/qt4/examples/ipc/localfortuneclient/localfortuneclient
-%%DEBUG%%share/examples/qt4/examples/ipc/localfortuneclient/localfortuneclient.debug
-share/examples/qt4/examples/ipc/localfortuneclient/localfortuneclient.pro
-share/examples/qt4/examples/ipc/localfortuneclient/main.cpp
-share/examples/qt4/examples/ipc/localfortuneserver/localfortuneserver
-%%DEBUG%%share/examples/qt4/examples/ipc/localfortuneserver/localfortuneserver.debug
-share/examples/qt4/examples/ipc/localfortuneserver/localfortuneserver.pro
-share/examples/qt4/examples/ipc/localfortuneserver/main.cpp
-share/examples/qt4/examples/ipc/localfortuneserver/server.cpp
-share/examples/qt4/examples/ipc/localfortuneserver/server.h
-share/examples/qt4/examples/ipc/sharedmemory/dialog.cpp
-share/examples/qt4/examples/ipc/sharedmemory/dialog.h
-share/examples/qt4/examples/ipc/sharedmemory/dialog.ui
-share/examples/qt4/examples/ipc/sharedmemory/image.png
-share/examples/qt4/examples/ipc/sharedmemory/main.cpp
-share/examples/qt4/examples/ipc/sharedmemory/qt.png
-share/examples/qt4/examples/ipc/sharedmemory/sharedmemory
-%%DEBUG%%share/examples/qt4/examples/ipc/sharedmemory/sharedmemory.debug
-share/examples/qt4/examples/ipc/sharedmemory/sharedmemory.pro
-share/examples/qt4/examples/itemviews/README
-share/examples/qt4/examples/itemviews/addressbook/adddialog.cpp
-share/examples/qt4/examples/itemviews/addressbook/adddialog.h
-share/examples/qt4/examples/itemviews/addressbook/addressbook
-%%DEBUG%%share/examples/qt4/examples/itemviews/addressbook/addressbook.debug
-share/examples/qt4/examples/itemviews/addressbook/addressbook.pro
-share/examples/qt4/examples/itemviews/addressbook/addresswidget.cpp
-share/examples/qt4/examples/itemviews/addressbook/addresswidget.h
-share/examples/qt4/examples/itemviews/addressbook/main.cpp
-share/examples/qt4/examples/itemviews/addressbook/mainwindow.cpp
-share/examples/qt4/examples/itemviews/addressbook/mainwindow.h
-share/examples/qt4/examples/itemviews/addressbook/newaddresstab.cpp
-share/examples/qt4/examples/itemviews/addressbook/newaddresstab.h
-share/examples/qt4/examples/itemviews/addressbook/tablemodel.cpp
-share/examples/qt4/examples/itemviews/addressbook/tablemodel.h
-share/examples/qt4/examples/itemviews/basicsortfiltermodel/basicsortfiltermodel
-%%DEBUG%%share/examples/qt4/examples/itemviews/basicsortfiltermodel/basicsortfiltermodel.debug
-share/examples/qt4/examples/itemviews/basicsortfiltermodel/basicsortfiltermodel.pro
-share/examples/qt4/examples/itemviews/basicsortfiltermodel/main.cpp
-share/examples/qt4/examples/itemviews/basicsortfiltermodel/window.cpp
-share/examples/qt4/examples/itemviews/basicsortfiltermodel/window.h
-share/examples/qt4/examples/itemviews/chart/chart
-%%DEBUG%%share/examples/qt4/examples/itemviews/chart/chart.debug
-share/examples/qt4/examples/itemviews/chart/chart.pro
-share/examples/qt4/examples/itemviews/chart/chart.qrc
-share/examples/qt4/examples/itemviews/chart/main.cpp
-share/examples/qt4/examples/itemviews/chart/mainwindow.cpp
-share/examples/qt4/examples/itemviews/chart/mainwindow.h
-share/examples/qt4/examples/itemviews/chart/mydata.cht
-share/examples/qt4/examples/itemviews/chart/pieview.cpp
-share/examples/qt4/examples/itemviews/chart/pieview.h
-share/examples/qt4/examples/itemviews/chart/qtdata.cht
-share/examples/qt4/examples/itemviews/combowidgetmapper/combowidgetmapper
-%%DEBUG%%share/examples/qt4/examples/itemviews/combowidgetmapper/combowidgetmapper.debug
-share/examples/qt4/examples/itemviews/combowidgetmapper/combowidgetmapper.pro
-share/examples/qt4/examples/itemviews/combowidgetmapper/main.cpp
-share/examples/qt4/examples/itemviews/combowidgetmapper/window.cpp
-share/examples/qt4/examples/itemviews/combowidgetmapper/window.h
-share/examples/qt4/examples/itemviews/customsortfiltermodel/customsortfiltermodel
-%%DEBUG%%share/examples/qt4/examples/itemviews/customsortfiltermodel/customsortfiltermodel.debug
-share/examples/qt4/examples/itemviews/customsortfiltermodel/customsortfiltermodel.pro
-share/examples/qt4/examples/itemviews/customsortfiltermodel/main.cpp
-share/examples/qt4/examples/itemviews/customsortfiltermodel/mysortfilterproxymodel.cpp
-share/examples/qt4/examples/itemviews/customsortfiltermodel/mysortfilterproxymodel.h
-share/examples/qt4/examples/itemviews/customsortfiltermodel/window.cpp
-share/examples/qt4/examples/itemviews/customsortfiltermodel/window.h
-share/examples/qt4/examples/itemviews/delayedencoding/delayedencoding.pro
-share/examples/qt4/examples/itemviews/delayedencoding/main.cpp
-share/examples/qt4/examples/itemviews/delayedencoding/mimedata.cpp
-share/examples/qt4/examples/itemviews/delayedencoding/mimedata.h
-share/examples/qt4/examples/itemviews/delayedencoding/sourcewidget.cpp
-share/examples/qt4/examples/itemviews/delayedencoding/sourcewidget.h
-share/examples/qt4/examples/itemviews/dirview/dirview
-%%DEBUG%%share/examples/qt4/examples/itemviews/dirview/dirview.debug
-share/examples/qt4/examples/itemviews/dirview/dirview.pro
-share/examples/qt4/examples/itemviews/dirview/main.cpp
-share/examples/qt4/examples/itemviews/editabletreemodel/default.txt
-share/examples/qt4/examples/itemviews/editabletreemodel/editabletreemodel
-%%DEBUG%%share/examples/qt4/examples/itemviews/editabletreemodel/editabletreemodel.debug
-share/examples/qt4/examples/itemviews/editabletreemodel/editabletreemodel.pro
-share/examples/qt4/examples/itemviews/editabletreemodel/editabletreemodel.qrc
-share/examples/qt4/examples/itemviews/editabletreemodel/main.cpp
-share/examples/qt4/examples/itemviews/editabletreemodel/mainwindow.cpp
-share/examples/qt4/examples/itemviews/editabletreemodel/mainwindow.h
-share/examples/qt4/examples/itemviews/editabletreemodel/mainwindow.ui
-share/examples/qt4/examples/itemviews/editabletreemodel/treeitem.cpp
-share/examples/qt4/examples/itemviews/editabletreemodel/treeitem.h
-share/examples/qt4/examples/itemviews/editabletreemodel/treemodel.cpp
-share/examples/qt4/examples/itemviews/editabletreemodel/treemodel.h
-share/examples/qt4/examples/itemviews/fetchmore/fetchmore
-%%DEBUG%%share/examples/qt4/examples/itemviews/fetchmore/fetchmore.debug
-share/examples/qt4/examples/itemviews/fetchmore/fetchmore.pro
-share/examples/qt4/examples/itemviews/fetchmore/filelistmodel.cpp
-share/examples/qt4/examples/itemviews/fetchmore/filelistmodel.h
-share/examples/qt4/examples/itemviews/fetchmore/main.cpp
-share/examples/qt4/examples/itemviews/fetchmore/window.cpp
-share/examples/qt4/examples/itemviews/fetchmore/window.h
-share/examples/qt4/examples/itemviews/frozencolumn/freezetablewidget.cpp
-share/examples/qt4/examples/itemviews/frozencolumn/freezetablewidget.h
-share/examples/qt4/examples/itemviews/frozencolumn/frozencolumn
-%%DEBUG%%share/examples/qt4/examples/itemviews/frozencolumn/frozencolumn.debug
-share/examples/qt4/examples/itemviews/frozencolumn/frozencolumn.pro
-share/examples/qt4/examples/itemviews/frozencolumn/grades.qrc
-share/examples/qt4/examples/itemviews/frozencolumn/main.cpp
-share/examples/qt4/examples/itemviews/itemviews.pro
-share/examples/qt4/examples/itemviews/pixelator/imagemodel.cpp
-share/examples/qt4/examples/itemviews/pixelator/imagemodel.h
-share/examples/qt4/examples/itemviews/pixelator/images.qrc
-share/examples/qt4/examples/itemviews/pixelator/images/qt.png
-share/examples/qt4/examples/itemviews/pixelator/main.cpp
-share/examples/qt4/examples/itemviews/pixelator/mainwindow.cpp
-share/examples/qt4/examples/itemviews/pixelator/mainwindow.h
-share/examples/qt4/examples/itemviews/pixelator/pixelator
-%%DEBUG%%share/examples/qt4/examples/itemviews/pixelator/pixelator.debug
-share/examples/qt4/examples/itemviews/pixelator/pixelator.pro
-share/examples/qt4/examples/itemviews/pixelator/pixeldelegate.cpp
-share/examples/qt4/examples/itemviews/pixelator/pixeldelegate.h
-share/examples/qt4/examples/itemviews/puzzle/example.jpg
-share/examples/qt4/examples/itemviews/puzzle/main.cpp
-share/examples/qt4/examples/itemviews/puzzle/mainwindow.cpp
-share/examples/qt4/examples/itemviews/puzzle/mainwindow.h
-share/examples/qt4/examples/itemviews/puzzle/piecesmodel.cpp
-share/examples/qt4/examples/itemviews/puzzle/piecesmodel.h
-share/examples/qt4/examples/itemviews/puzzle/puzzle
-%%DEBUG%%share/examples/qt4/examples/itemviews/puzzle/puzzle.debug
-share/examples/qt4/examples/itemviews/puzzle/puzzle.pro
-share/examples/qt4/examples/itemviews/puzzle/puzzle.qrc
-share/examples/qt4/examples/itemviews/puzzle/puzzlewidget.cpp
-share/examples/qt4/examples/itemviews/puzzle/puzzlewidget.h
-share/examples/qt4/examples/itemviews/simpledommodel/domitem.cpp
-share/examples/qt4/examples/itemviews/simpledommodel/domitem.h
-share/examples/qt4/examples/itemviews/simpledommodel/dommodel.cpp
-share/examples/qt4/examples/itemviews/simpledommodel/dommodel.h
-share/examples/qt4/examples/itemviews/simpledommodel/main.cpp
-share/examples/qt4/examples/itemviews/simpledommodel/mainwindow.cpp
-share/examples/qt4/examples/itemviews/simpledommodel/mainwindow.h
-share/examples/qt4/examples/itemviews/simpledommodel/simpledommodel
-%%DEBUG%%share/examples/qt4/examples/itemviews/simpledommodel/simpledommodel.debug
-share/examples/qt4/examples/itemviews/simpledommodel/simpledommodel.pro
-share/examples/qt4/examples/itemviews/simpletreemodel/default.txt
-share/examples/qt4/examples/itemviews/simpletreemodel/main.cpp
-share/examples/qt4/examples/itemviews/simpletreemodel/simpletreemodel
-%%DEBUG%%share/examples/qt4/examples/itemviews/simpletreemodel/simpletreemodel.debug
-share/examples/qt4/examples/itemviews/simpletreemodel/simpletreemodel.pro
-share/examples/qt4/examples/itemviews/simpletreemodel/simpletreemodel.qrc
-share/examples/qt4/examples/itemviews/simpletreemodel/treeitem.cpp
-share/examples/qt4/examples/itemviews/simpletreemodel/treeitem.h
-share/examples/qt4/examples/itemviews/simpletreemodel/treemodel.cpp
-share/examples/qt4/examples/itemviews/simpletreemodel/treemodel.h
-share/examples/qt4/examples/itemviews/simplewidgetmapper/main.cpp
-share/examples/qt4/examples/itemviews/simplewidgetmapper/simplewidgetmapper
-%%DEBUG%%share/examples/qt4/examples/itemviews/simplewidgetmapper/simplewidgetmapper.debug
-share/examples/qt4/examples/itemviews/simplewidgetmapper/simplewidgetmapper.pro
-share/examples/qt4/examples/itemviews/simplewidgetmapper/window.cpp
-share/examples/qt4/examples/itemviews/simplewidgetmapper/window.h
-share/examples/qt4/examples/itemviews/spinboxdelegate/delegate.cpp
-share/examples/qt4/examples/itemviews/spinboxdelegate/delegate.h
-share/examples/qt4/examples/itemviews/spinboxdelegate/main.cpp
-share/examples/qt4/examples/itemviews/spinboxdelegate/spinboxdelegate
-%%DEBUG%%share/examples/qt4/examples/itemviews/spinboxdelegate/spinboxdelegate.debug
-share/examples/qt4/examples/itemviews/spinboxdelegate/spinboxdelegate.pro
-share/examples/qt4/examples/layouts/README
-share/examples/qt4/examples/layouts/basiclayouts/basiclayouts
-%%DEBUG%%share/examples/qt4/examples/layouts/basiclayouts/basiclayouts.debug
-share/examples/qt4/examples/layouts/basiclayouts/basiclayouts.pro
-share/examples/qt4/examples/layouts/basiclayouts/dialog.cpp
-share/examples/qt4/examples/layouts/basiclayouts/dialog.h
-share/examples/qt4/examples/layouts/basiclayouts/main.cpp
-share/examples/qt4/examples/layouts/borderlayout/borderlayout
-share/examples/qt4/examples/layouts/borderlayout/borderlayout.cpp
-%%DEBUG%%share/examples/qt4/examples/layouts/borderlayout/borderlayout.debug
-share/examples/qt4/examples/layouts/borderlayout/borderlayout.h
-share/examples/qt4/examples/layouts/borderlayout/borderlayout.pro
-share/examples/qt4/examples/layouts/borderlayout/main.cpp
-share/examples/qt4/examples/layouts/borderlayout/window.cpp
-share/examples/qt4/examples/layouts/borderlayout/window.h
-share/examples/qt4/examples/layouts/dynamiclayouts/dialog.cpp
-share/examples/qt4/examples/layouts/dynamiclayouts/dialog.h
-share/examples/qt4/examples/layouts/dynamiclayouts/dynamiclayouts
-%%DEBUG%%share/examples/qt4/examples/layouts/dynamiclayouts/dynamiclayouts.debug
-share/examples/qt4/examples/layouts/dynamiclayouts/dynamiclayouts.pro
-share/examples/qt4/examples/layouts/dynamiclayouts/main.cpp
-share/examples/qt4/examples/layouts/flowlayout/flowlayout
-share/examples/qt4/examples/layouts/flowlayout/flowlayout.cpp
-%%DEBUG%%share/examples/qt4/examples/layouts/flowlayout/flowlayout.debug
-share/examples/qt4/examples/layouts/flowlayout/flowlayout.h
-share/examples/qt4/examples/layouts/flowlayout/flowlayout.pro
-share/examples/qt4/examples/layouts/flowlayout/main.cpp
-share/examples/qt4/examples/layouts/flowlayout/window.cpp
-share/examples/qt4/examples/layouts/flowlayout/window.h
-share/examples/qt4/examples/layouts/layouts.pro
-share/examples/qt4/examples/linguist/README
-share/examples/qt4/examples/linguist/arrowpad/arrowpad
-share/examples/qt4/examples/linguist/arrowpad/arrowpad.cpp
-%%DEBUG%%share/examples/qt4/examples/linguist/arrowpad/arrowpad.debug
-share/examples/qt4/examples/linguist/arrowpad/arrowpad.h
-share/examples/qt4/examples/linguist/arrowpad/arrowpad.pro
-share/examples/qt4/examples/linguist/arrowpad/main.cpp
-share/examples/qt4/examples/linguist/arrowpad/mainwindow.cpp
-share/examples/qt4/examples/linguist/arrowpad/mainwindow.h
-share/examples/qt4/examples/linguist/hellotr/hellotr
-%%DEBUG%%share/examples/qt4/examples/linguist/hellotr/hellotr.debug
-share/examples/qt4/examples/linguist/hellotr/hellotr.pro
-share/examples/qt4/examples/linguist/hellotr/main.cpp
-share/examples/qt4/examples/linguist/linguist.pro
-share/examples/qt4/examples/linguist/trollprint/main.cpp
-share/examples/qt4/examples/linguist/trollprint/mainwindow.cpp
-share/examples/qt4/examples/linguist/trollprint/mainwindow.h
-share/examples/qt4/examples/linguist/trollprint/printpanel.cpp
-share/examples/qt4/examples/linguist/trollprint/printpanel.h
-share/examples/qt4/examples/linguist/trollprint/trollprint
-%%DEBUG%%share/examples/qt4/examples/linguist/trollprint/trollprint.debug
-share/examples/qt4/examples/linguist/trollprint/trollprint.pro
-share/examples/qt4/examples/linguist/trollprint/trollprint_pt.ts
-share/examples/qt4/examples/mainwindows/README
-share/examples/qt4/examples/mainwindows/application/application
-%%DEBUG%%share/examples/qt4/examples/mainwindows/application/application.debug
-share/examples/qt4/examples/mainwindows/application/application.pro
-share/examples/qt4/examples/mainwindows/application/application.qrc
-share/examples/qt4/examples/mainwindows/application/images/copy.png
-share/examples/qt4/examples/mainwindows/application/images/cut.png
-share/examples/qt4/examples/mainwindows/application/images/new.png
-share/examples/qt4/examples/mainwindows/application/images/open.png
-share/examples/qt4/examples/mainwindows/application/images/paste.png
-share/examples/qt4/examples/mainwindows/application/images/save.png
-share/examples/qt4/examples/mainwindows/application/main.cpp
-share/examples/qt4/examples/mainwindows/application/mainwindow.cpp
-share/examples/qt4/examples/mainwindows/application/mainwindow.h
-share/examples/qt4/examples/mainwindows/dockwidgets/dockwidgets
-%%DEBUG%%share/examples/qt4/examples/mainwindows/dockwidgets/dockwidgets.debug
-share/examples/qt4/examples/mainwindows/dockwidgets/dockwidgets.pro
-share/examples/qt4/examples/mainwindows/dockwidgets/dockwidgets.qrc
-share/examples/qt4/examples/mainwindows/dockwidgets/images/new.png
-share/examples/qt4/examples/mainwindows/dockwidgets/images/print.png
-share/examples/qt4/examples/mainwindows/dockwidgets/images/save.png
-share/examples/qt4/examples/mainwindows/dockwidgets/images/undo.png
-share/examples/qt4/examples/mainwindows/dockwidgets/main.cpp
-share/examples/qt4/examples/mainwindows/dockwidgets/mainwindow.cpp
-share/examples/qt4/examples/mainwindows/dockwidgets/mainwindow.h
-share/examples/qt4/examples/mainwindows/mainwindows.pro
-share/examples/qt4/examples/mainwindows/mdi/images/copy.png
-share/examples/qt4/examples/mainwindows/mdi/images/cut.png
-share/examples/qt4/examples/mainwindows/mdi/images/new.png
-share/examples/qt4/examples/mainwindows/mdi/images/open.png
-share/examples/qt4/examples/mainwindows/mdi/images/paste.png
-share/examples/qt4/examples/mainwindows/mdi/images/save.png
-share/examples/qt4/examples/mainwindows/mdi/main.cpp
-share/examples/qt4/examples/mainwindows/mdi/mainwindow.cpp
-share/examples/qt4/examples/mainwindows/mdi/mainwindow.h
-share/examples/qt4/examples/mainwindows/mdi/mdi
-%%DEBUG%%share/examples/qt4/examples/mainwindows/mdi/mdi.debug
-share/examples/qt4/examples/mainwindows/mdi/mdi.pro
-share/examples/qt4/examples/mainwindows/mdi/mdi.qrc
-share/examples/qt4/examples/mainwindows/mdi/mdichild.cpp
-share/examples/qt4/examples/mainwindows/mdi/mdichild.h
-share/examples/qt4/examples/mainwindows/menus/main.cpp
-share/examples/qt4/examples/mainwindows/menus/mainwindow.cpp
-share/examples/qt4/examples/mainwindows/menus/mainwindow.h
-share/examples/qt4/examples/mainwindows/menus/menus
-%%DEBUG%%share/examples/qt4/examples/mainwindows/menus/menus.debug
-share/examples/qt4/examples/mainwindows/menus/menus.pro
-share/examples/qt4/examples/mainwindows/recentfiles/main.cpp
-share/examples/qt4/examples/mainwindows/recentfiles/mainwindow.cpp
-share/examples/qt4/examples/mainwindows/recentfiles/mainwindow.h
-share/examples/qt4/examples/mainwindows/recentfiles/recentfiles
-%%DEBUG%%share/examples/qt4/examples/mainwindows/recentfiles/recentfiles.debug
-share/examples/qt4/examples/mainwindows/recentfiles/recentfiles.pro
-share/examples/qt4/examples/mainwindows/sdi/images/copy.png
-share/examples/qt4/examples/mainwindows/sdi/images/cut.png
-share/examples/qt4/examples/mainwindows/sdi/images/new.png
-share/examples/qt4/examples/mainwindows/sdi/images/open.png
-share/examples/qt4/examples/mainwindows/sdi/images/paste.png
-share/examples/qt4/examples/mainwindows/sdi/images/save.png
-share/examples/qt4/examples/mainwindows/sdi/main.cpp
-share/examples/qt4/examples/mainwindows/sdi/mainwindow.cpp
-share/examples/qt4/examples/mainwindows/sdi/mainwindow.h
-share/examples/qt4/examples/mainwindows/sdi/sdi
-%%DEBUG%%share/examples/qt4/examples/mainwindows/sdi/sdi.debug
-share/examples/qt4/examples/mainwindows/sdi/sdi.pro
-share/examples/qt4/examples/mainwindows/sdi/sdi.qrc
-share/examples/qt4/examples/multimedia/README
-share/examples/qt4/examples/multimedia/audiodevices/audiodevices
-share/examples/qt4/examples/multimedia/audiodevices/audiodevices.cpp
-%%DEBUG%%share/examples/qt4/examples/multimedia/audiodevices/audiodevices.debug
-share/examples/qt4/examples/multimedia/audiodevices/audiodevices.h
-share/examples/qt4/examples/multimedia/audiodevices/audiodevices.pro
-share/examples/qt4/examples/multimedia/audiodevices/audiodevicesbase.ui
-share/examples/qt4/examples/multimedia/audiodevices/main.cpp
-share/examples/qt4/examples/multimedia/audioinput/audioinput
-share/examples/qt4/examples/multimedia/audioinput/audioinput.cpp
-%%DEBUG%%share/examples/qt4/examples/multimedia/audioinput/audioinput.debug
-share/examples/qt4/examples/multimedia/audioinput/audioinput.h
-share/examples/qt4/examples/multimedia/audioinput/audioinput.pro
-share/examples/qt4/examples/multimedia/audioinput/main.cpp
-share/examples/qt4/examples/multimedia/audiooutput/audiooutput
-share/examples/qt4/examples/multimedia/audiooutput/audiooutput.cpp
-%%DEBUG%%share/examples/qt4/examples/multimedia/audiooutput/audiooutput.debug
-share/examples/qt4/examples/multimedia/audiooutput/audiooutput.h
-share/examples/qt4/examples/multimedia/audiooutput/audiooutput.pro
-share/examples/qt4/examples/multimedia/audiooutput/main.cpp
-share/examples/qt4/examples/multimedia/multimedia.pro
-share/examples/qt4/examples/multimedia/videographicsitem/main.cpp
-share/examples/qt4/examples/multimedia/videographicsitem/videographicsitem
-%%DEBUG%%share/examples/qt4/examples/multimedia/videographicsitem/videographicsitem.debug
-share/examples/qt4/examples/multimedia/videographicsitem/videographicsitem.pro
-share/examples/qt4/examples/multimedia/videographicsitem/videoitem.cpp
-share/examples/qt4/examples/multimedia/videographicsitem/videoitem.h
-share/examples/qt4/examples/multimedia/videographicsitem/videoplayer.cpp
-share/examples/qt4/examples/multimedia/videographicsitem/videoplayer.h
-share/examples/qt4/examples/multimedia/videowidget/main.cpp
-share/examples/qt4/examples/multimedia/videowidget/videoplayer.cpp
-share/examples/qt4/examples/multimedia/videowidget/videoplayer.h
-share/examples/qt4/examples/multimedia/videowidget/videowidget
-share/examples/qt4/examples/multimedia/videowidget/videowidget.cpp
-%%DEBUG%%share/examples/qt4/examples/multimedia/videowidget/videowidget.debug
-share/examples/qt4/examples/multimedia/videowidget/videowidget.h
-share/examples/qt4/examples/multimedia/videowidget/videowidget.pro
-share/examples/qt4/examples/multimedia/videowidget/videowidgetsurface.cpp
-share/examples/qt4/examples/multimedia/videowidget/videowidgetsurface.h
-share/examples/qt4/examples/network/README
-share/examples/qt4/examples/network/blockingfortuneclient/blockingclient.cpp
-share/examples/qt4/examples/network/blockingfortuneclient/blockingclient.h
-share/examples/qt4/examples/network/blockingfortuneclient/blockingfortuneclient
-%%DEBUG%%share/examples/qt4/examples/network/blockingfortuneclient/blockingfortuneclient.debug
-share/examples/qt4/examples/network/blockingfortuneclient/blockingfortuneclient.pro
-share/examples/qt4/examples/network/blockingfortuneclient/fortunethread.cpp
-share/examples/qt4/examples/network/blockingfortuneclient/fortunethread.h
-share/examples/qt4/examples/network/blockingfortuneclient/main.cpp
-share/examples/qt4/examples/network/broadcastreceiver/broadcastreceiver
-%%DEBUG%%share/examples/qt4/examples/network/broadcastreceiver/broadcastreceiver.debug
-share/examples/qt4/examples/network/broadcastreceiver/broadcastreceiver.pro
-share/examples/qt4/examples/network/broadcastreceiver/main.cpp
-share/examples/qt4/examples/network/broadcastreceiver/receiver.cpp
-share/examples/qt4/examples/network/broadcastreceiver/receiver.h
-share/examples/qt4/examples/network/broadcastsender/broadcastsender
-%%DEBUG%%share/examples/qt4/examples/network/broadcastsender/broadcastsender.debug
-share/examples/qt4/examples/network/broadcastsender/broadcastsender.pro
-share/examples/qt4/examples/network/broadcastsender/main.cpp
-share/examples/qt4/examples/network/broadcastsender/sender.cpp
-share/examples/qt4/examples/network/broadcastsender/sender.h
-share/examples/qt4/examples/network/download/download
-%%DEBUG%%share/examples/qt4/examples/network/download/download.debug
-share/examples/qt4/examples/network/download/download.pro
-share/examples/qt4/examples/network/download/main.cpp
-share/examples/qt4/examples/network/downloadmanager/downloadmanager
-share/examples/qt4/examples/network/downloadmanager/downloadmanager.cpp
-%%DEBUG%%share/examples/qt4/examples/network/downloadmanager/downloadmanager.debug
-share/examples/qt4/examples/network/downloadmanager/downloadmanager.h
-share/examples/qt4/examples/network/downloadmanager/downloadmanager.pro
-share/examples/qt4/examples/network/downloadmanager/main.cpp
-share/examples/qt4/examples/network/downloadmanager/textprogressbar.cpp
-share/examples/qt4/examples/network/downloadmanager/textprogressbar.h
-share/examples/qt4/examples/network/fortuneclient/client.cpp
-share/examples/qt4/examples/network/fortuneclient/client.h
-share/examples/qt4/examples/network/fortuneclient/fortuneclient
-%%DEBUG%%share/examples/qt4/examples/network/fortuneclient/fortuneclient.debug
-share/examples/qt4/examples/network/fortuneclient/fortuneclient.pro
-share/examples/qt4/examples/network/fortuneclient/main.cpp
-share/examples/qt4/examples/network/fortuneserver/fortuneserver
-%%DEBUG%%share/examples/qt4/examples/network/fortuneserver/fortuneserver.debug
-share/examples/qt4/examples/network/fortuneserver/fortuneserver.pro
-share/examples/qt4/examples/network/fortuneserver/main.cpp
-share/examples/qt4/examples/network/fortuneserver/server.cpp
-share/examples/qt4/examples/network/fortuneserver/server.h
-share/examples/qt4/examples/network/googlesuggest/googlesuggest
-share/examples/qt4/examples/network/googlesuggest/googlesuggest.cpp
-%%DEBUG%%share/examples/qt4/examples/network/googlesuggest/googlesuggest.debug
-share/examples/qt4/examples/network/googlesuggest/googlesuggest.h
-share/examples/qt4/examples/network/googlesuggest/googlesuggest.pro
-share/examples/qt4/examples/network/googlesuggest/main.cpp
-share/examples/qt4/examples/network/googlesuggest/searchbox.cpp
-share/examples/qt4/examples/network/googlesuggest/searchbox.h
-share/examples/qt4/examples/network/http/authenticationdialog.ui
-share/examples/qt4/examples/network/http/http
-%%DEBUG%%share/examples/qt4/examples/network/http/http.debug
-share/examples/qt4/examples/network/http/http.pro
-share/examples/qt4/examples/network/http/httpwindow.cpp
-share/examples/qt4/examples/network/http/httpwindow.h
-share/examples/qt4/examples/network/http/main.cpp
-share/examples/qt4/examples/network/loopback/dialog.cpp
-share/examples/qt4/examples/network/loopback/dialog.h
-share/examples/qt4/examples/network/loopback/loopback
-%%DEBUG%%share/examples/qt4/examples/network/loopback/loopback.debug
-share/examples/qt4/examples/network/loopback/loopback.pro
-share/examples/qt4/examples/network/loopback/main.cpp
-share/examples/qt4/examples/network/multicastreceiver/main.cpp
-share/examples/qt4/examples/network/multicastreceiver/multicastreceiver
-%%DEBUG%%share/examples/qt4/examples/network/multicastreceiver/multicastreceiver.debug
-share/examples/qt4/examples/network/multicastreceiver/multicastreceiver.pro
-share/examples/qt4/examples/network/multicastreceiver/receiver.cpp
-share/examples/qt4/examples/network/multicastreceiver/receiver.h
-share/examples/qt4/examples/network/multicastsender/main.cpp
-share/examples/qt4/examples/network/multicastsender/multicastsender
-%%DEBUG%%share/examples/qt4/examples/network/multicastsender/multicastsender.debug
-share/examples/qt4/examples/network/multicastsender/multicastsender.pro
-share/examples/qt4/examples/network/multicastsender/sender.cpp
-share/examples/qt4/examples/network/multicastsender/sender.h
-share/examples/qt4/examples/network/network-chat/chatdialog.cpp
-share/examples/qt4/examples/network/network-chat/chatdialog.h
-share/examples/qt4/examples/network/network-chat/chatdialog.ui
-share/examples/qt4/examples/network/network-chat/client.cpp
-share/examples/qt4/examples/network/network-chat/client.h
-share/examples/qt4/examples/network/network-chat/connection.cpp
-share/examples/qt4/examples/network/network-chat/connection.h
-share/examples/qt4/examples/network/network-chat/main.cpp
-share/examples/qt4/examples/network/network-chat/network-chat
-%%DEBUG%%share/examples/qt4/examples/network/network-chat/network-chat.debug
-share/examples/qt4/examples/network/network-chat/network-chat.pro
-share/examples/qt4/examples/network/network-chat/peermanager.cpp
-share/examples/qt4/examples/network/network-chat/peermanager.h
-share/examples/qt4/examples/network/network-chat/server.cpp
-share/examples/qt4/examples/network/network-chat/server.h
-share/examples/qt4/examples/network/network.pro
-share/examples/qt4/examples/network/qftp/ftp.qrc
-share/examples/qt4/examples/network/qftp/ftpwindow.cpp
-share/examples/qt4/examples/network/qftp/ftpwindow.h
-share/examples/qt4/examples/network/qftp/images/cdtoparent.png
-share/examples/qt4/examples/network/qftp/images/dir.png
-share/examples/qt4/examples/network/qftp/images/file.png
-share/examples/qt4/examples/network/qftp/main.cpp
-share/examples/qt4/examples/network/qftp/qftp
-%%DEBUG%%share/examples/qt4/examples/network/qftp/qftp.debug
-share/examples/qt4/examples/network/qftp/qftp.pro
-share/examples/qt4/examples/network/securesocketclient/certificateinfo.cpp
-share/examples/qt4/examples/network/securesocketclient/certificateinfo.h
-share/examples/qt4/examples/network/securesocketclient/certificateinfo.ui
-share/examples/qt4/examples/network/securesocketclient/encrypted.png
-share/examples/qt4/examples/network/securesocketclient/main.cpp
-share/examples/qt4/examples/network/securesocketclient/securesocketclient
-%%DEBUG%%share/examples/qt4/examples/network/securesocketclient/securesocketclient.debug
-share/examples/qt4/examples/network/securesocketclient/securesocketclient.pro
-share/examples/qt4/examples/network/securesocketclient/securesocketclient.qrc
-share/examples/qt4/examples/network/securesocketclient/sslclient.cpp
-share/examples/qt4/examples/network/securesocketclient/sslclient.h
-share/examples/qt4/examples/network/securesocketclient/sslclient.ui
-share/examples/qt4/examples/network/securesocketclient/sslerrors.ui
-share/examples/qt4/examples/network/threadedfortuneserver/dialog.cpp
-share/examples/qt4/examples/network/threadedfortuneserver/dialog.h
-share/examples/qt4/examples/network/threadedfortuneserver/fortuneserver.cpp
-share/examples/qt4/examples/network/threadedfortuneserver/fortuneserver.h
-share/examples/qt4/examples/network/threadedfortuneserver/fortunethread.cpp
-share/examples/qt4/examples/network/threadedfortuneserver/fortunethread.h
-share/examples/qt4/examples/network/threadedfortuneserver/main.cpp
-share/examples/qt4/examples/network/threadedfortuneserver/threadedfortuneserver
-%%DEBUG%%share/examples/qt4/examples/network/threadedfortuneserver/threadedfortuneserver.debug
-share/examples/qt4/examples/network/threadedfortuneserver/threadedfortuneserver.pro
-share/examples/qt4/examples/network/torrent/addtorrentdialog.cpp
-share/examples/qt4/examples/network/torrent/addtorrentdialog.h
-share/examples/qt4/examples/network/torrent/bencodeparser.cpp
-share/examples/qt4/examples/network/torrent/bencodeparser.h
-share/examples/qt4/examples/network/torrent/connectionmanager.cpp
-share/examples/qt4/examples/network/torrent/connectionmanager.h
-share/examples/qt4/examples/network/torrent/filemanager.cpp
-share/examples/qt4/examples/network/torrent/filemanager.h
-share/examples/qt4/examples/network/torrent/forms/addtorrentform.ui
-share/examples/qt4/examples/network/torrent/icons.qrc
-share/examples/qt4/examples/network/torrent/icons/1downarrow.png
-share/examples/qt4/examples/network/torrent/icons/1uparrow.png
-share/examples/qt4/examples/network/torrent/icons/bottom.png
-share/examples/qt4/examples/network/torrent/icons/edit_add.png
-share/examples/qt4/examples/network/torrent/icons/edit_remove.png
-share/examples/qt4/examples/network/torrent/icons/exit.png
-share/examples/qt4/examples/network/torrent/icons/peertopeer.png
-share/examples/qt4/examples/network/torrent/icons/player_pause.png
-share/examples/qt4/examples/network/torrent/icons/player_play.png
-share/examples/qt4/examples/network/torrent/icons/player_stop.png
-share/examples/qt4/examples/network/torrent/icons/stop.png
-share/examples/qt4/examples/network/torrent/main.cpp
-share/examples/qt4/examples/network/torrent/mainwindow.cpp
-share/examples/qt4/examples/network/torrent/mainwindow.h
-share/examples/qt4/examples/network/torrent/metainfo.cpp
-share/examples/qt4/examples/network/torrent/metainfo.h
-share/examples/qt4/examples/network/torrent/peerwireclient.cpp
-share/examples/qt4/examples/network/torrent/peerwireclient.h
-share/examples/qt4/examples/network/torrent/ratecontroller.cpp
-share/examples/qt4/examples/network/torrent/ratecontroller.h
-share/examples/qt4/examples/network/torrent/torrent
-%%DEBUG%%share/examples/qt4/examples/network/torrent/torrent.debug
-share/examples/qt4/examples/network/torrent/torrent.pro
-share/examples/qt4/examples/network/torrent/torrentclient.cpp
-share/examples/qt4/examples/network/torrent/torrentclient.h
-share/examples/qt4/examples/network/torrent/torrentserver.cpp
-share/examples/qt4/examples/network/torrent/torrentserver.h
-share/examples/qt4/examples/network/torrent/trackerclient.cpp
-share/examples/qt4/examples/network/torrent/trackerclient.h
-share/examples/qt4/examples/opengl/2dpainting/2dpainting
-%%DEBUG%%share/examples/qt4/examples/opengl/2dpainting/2dpainting.debug
-share/examples/qt4/examples/opengl/2dpainting/2dpainting.pro
-share/examples/qt4/examples/opengl/2dpainting/glwidget.cpp
-share/examples/qt4/examples/opengl/2dpainting/glwidget.h
-share/examples/qt4/examples/opengl/2dpainting/helper.cpp
-share/examples/qt4/examples/opengl/2dpainting/helper.h
-share/examples/qt4/examples/opengl/2dpainting/main.cpp
-share/examples/qt4/examples/opengl/2dpainting/widget.cpp
-share/examples/qt4/examples/opengl/2dpainting/widget.h
-share/examples/qt4/examples/opengl/2dpainting/window.cpp
-share/examples/qt4/examples/opengl/2dpainting/window.h
-share/examples/qt4/examples/opengl/README
-share/examples/qt4/examples/opengl/framebufferobject/bubbles.svg
-share/examples/qt4/examples/opengl/framebufferobject/designer.png
-share/examples/qt4/examples/opengl/framebufferobject/framebufferobject
-%%DEBUG%%share/examples/qt4/examples/opengl/framebufferobject/framebufferobject.debug
-share/examples/qt4/examples/opengl/framebufferobject/framebufferobject.pro
-share/examples/qt4/examples/opengl/framebufferobject/framebufferobject.qrc
-share/examples/qt4/examples/opengl/framebufferobject/glwidget.cpp
-share/examples/qt4/examples/opengl/framebufferobject/glwidget.h
-share/examples/qt4/examples/opengl/framebufferobject/main.cpp
-share/examples/qt4/examples/opengl/framebufferobject2/cubelogo.png
-share/examples/qt4/examples/opengl/framebufferobject2/framebufferobject2
-%%DEBUG%%share/examples/qt4/examples/opengl/framebufferobject2/framebufferobject2.debug
-share/examples/qt4/examples/opengl/framebufferobject2/framebufferobject2.pro
-share/examples/qt4/examples/opengl/framebufferobject2/framebufferobject2.qrc
-share/examples/qt4/examples/opengl/framebufferobject2/glwidget.cpp
-share/examples/qt4/examples/opengl/framebufferobject2/glwidget.h
-share/examples/qt4/examples/opengl/framebufferobject2/main.cpp
-share/examples/qt4/examples/opengl/grabber/glwidget.cpp
-share/examples/qt4/examples/opengl/grabber/glwidget.h
-share/examples/qt4/examples/opengl/grabber/grabber
-%%DEBUG%%share/examples/qt4/examples/opengl/grabber/grabber.debug
-share/examples/qt4/examples/opengl/grabber/grabber.pro
-share/examples/qt4/examples/opengl/grabber/main.cpp
-share/examples/qt4/examples/opengl/grabber/mainwindow.cpp
-share/examples/qt4/examples/opengl/grabber/mainwindow.h
-share/examples/qt4/examples/opengl/hellogl/glwidget.cpp
-share/examples/qt4/examples/opengl/hellogl/glwidget.h
-share/examples/qt4/examples/opengl/hellogl/hellogl
-%%DEBUG%%share/examples/qt4/examples/opengl/hellogl/hellogl.debug
-share/examples/qt4/examples/opengl/hellogl/hellogl.pro
-share/examples/qt4/examples/opengl/hellogl/main.cpp
-share/examples/qt4/examples/opengl/hellogl/qtlogo.cpp
-share/examples/qt4/examples/opengl/hellogl/qtlogo.h
-share/examples/qt4/examples/opengl/hellogl/window.cpp
-share/examples/qt4/examples/opengl/hellogl/window.h
-share/examples/qt4/examples/opengl/opengl.pro
-share/examples/qt4/examples/opengl/overpainting/bubble.cpp
-share/examples/qt4/examples/opengl/overpainting/bubble.h
-share/examples/qt4/examples/opengl/overpainting/glwidget.cpp
-share/examples/qt4/examples/opengl/overpainting/glwidget.h
-share/examples/qt4/examples/opengl/overpainting/main.cpp
-share/examples/qt4/examples/opengl/overpainting/overpainting
-%%DEBUG%%share/examples/qt4/examples/opengl/overpainting/overpainting.debug
-share/examples/qt4/examples/opengl/overpainting/overpainting.pro
-share/examples/qt4/examples/opengl/overpainting/qtlogo.cpp
-share/examples/qt4/examples/opengl/overpainting/qtlogo.h
-share/examples/qt4/examples/opengl/pbuffers/cube.cpp
-share/examples/qt4/examples/opengl/pbuffers/cube.h
-share/examples/qt4/examples/opengl/pbuffers/cubelogo.png
-share/examples/qt4/examples/opengl/pbuffers/glwidget.cpp
-share/examples/qt4/examples/opengl/pbuffers/glwidget.h
-share/examples/qt4/examples/opengl/pbuffers/main.cpp
-share/examples/qt4/examples/opengl/pbuffers/pbuffers
-%%DEBUG%%share/examples/qt4/examples/opengl/pbuffers/pbuffers.debug
-share/examples/qt4/examples/opengl/pbuffers/pbuffers.pro
-share/examples/qt4/examples/opengl/pbuffers/pbuffers.qrc
-share/examples/qt4/examples/opengl/pbuffers2/bubbles.svg
-share/examples/qt4/examples/opengl/pbuffers2/designer.png
-share/examples/qt4/examples/opengl/pbuffers2/glwidget.cpp
-share/examples/qt4/examples/opengl/pbuffers2/glwidget.h
-share/examples/qt4/examples/opengl/pbuffers2/main.cpp
-share/examples/qt4/examples/opengl/pbuffers2/pbuffers2
-%%DEBUG%%share/examples/qt4/examples/opengl/pbuffers2/pbuffers2.debug
-share/examples/qt4/examples/opengl/pbuffers2/pbuffers2.pro
-share/examples/qt4/examples/opengl/pbuffers2/pbuffers2.qrc
-share/examples/qt4/examples/opengl/samplebuffers/glwidget.cpp
-share/examples/qt4/examples/opengl/samplebuffers/glwidget.h
-share/examples/qt4/examples/opengl/samplebuffers/main.cpp
-share/examples/qt4/examples/opengl/samplebuffers/samplebuffers
-%%DEBUG%%share/examples/qt4/examples/opengl/samplebuffers/samplebuffers.debug
-share/examples/qt4/examples/opengl/samplebuffers/samplebuffers.pro
-share/examples/qt4/examples/opengl/textures/glwidget.cpp
-share/examples/qt4/examples/opengl/textures/glwidget.h
-share/examples/qt4/examples/opengl/textures/images/side1.png
-share/examples/qt4/examples/opengl/textures/images/side2.png
-share/examples/qt4/examples/opengl/textures/images/side3.png
-share/examples/qt4/examples/opengl/textures/images/side4.png
-share/examples/qt4/examples/opengl/textures/images/side5.png
-share/examples/qt4/examples/opengl/textures/images/side6.png
-share/examples/qt4/examples/opengl/textures/main.cpp
-share/examples/qt4/examples/opengl/textures/textures
-%%DEBUG%%share/examples/qt4/examples/opengl/textures/textures.debug
-share/examples/qt4/examples/opengl/textures/textures.pro
-share/examples/qt4/examples/opengl/textures/textures.qrc
-share/examples/qt4/examples/opengl/textures/window.cpp
-share/examples/qt4/examples/opengl/textures/window.h
-share/examples/qt4/examples/painting/README
-share/examples/qt4/examples/painting/basicdrawing/basicdrawing
-%%DEBUG%%share/examples/qt4/examples/painting/basicdrawing/basicdrawing.debug
-share/examples/qt4/examples/painting/basicdrawing/basicdrawing.pro
-share/examples/qt4/examples/painting/basicdrawing/basicdrawing.qrc
-share/examples/qt4/examples/painting/basicdrawing/images/brick.png
-share/examples/qt4/examples/painting/basicdrawing/images/qt-logo.png
-share/examples/qt4/examples/painting/basicdrawing/main.cpp
-share/examples/qt4/examples/painting/basicdrawing/renderarea.cpp
-share/examples/qt4/examples/painting/basicdrawing/renderarea.h
-share/examples/qt4/examples/painting/basicdrawing/window.cpp
-share/examples/qt4/examples/painting/basicdrawing/window.h
-share/examples/qt4/examples/painting/concentriccircles/circlewidget.cpp
-share/examples/qt4/examples/painting/concentriccircles/circlewidget.h
-share/examples/qt4/examples/painting/concentriccircles/concentriccircles
-%%DEBUG%%share/examples/qt4/examples/painting/concentriccircles/concentriccircles.debug
-share/examples/qt4/examples/painting/concentriccircles/concentriccircles.pro
-share/examples/qt4/examples/painting/concentriccircles/main.cpp
-share/examples/qt4/examples/painting/concentriccircles/window.cpp
-share/examples/qt4/examples/painting/concentriccircles/window.h
-share/examples/qt4/examples/painting/fontsampler/fontsampler
-%%DEBUG%%share/examples/qt4/examples/painting/fontsampler/fontsampler.debug
-share/examples/qt4/examples/painting/fontsampler/fontsampler.pro
-share/examples/qt4/examples/painting/fontsampler/main.cpp
-share/examples/qt4/examples/painting/fontsampler/mainwindow.cpp
-share/examples/qt4/examples/painting/fontsampler/mainwindow.h
-share/examples/qt4/examples/painting/fontsampler/mainwindowbase.ui
-share/examples/qt4/examples/painting/imagecomposition/imagecomposer.cpp
-share/examples/qt4/examples/painting/imagecomposition/imagecomposer.h
-share/examples/qt4/examples/painting/imagecomposition/imagecomposition
-%%DEBUG%%share/examples/qt4/examples/painting/imagecomposition/imagecomposition.debug
-share/examples/qt4/examples/painting/imagecomposition/imagecomposition.pro
-share/examples/qt4/examples/painting/imagecomposition/imagecomposition.qrc
-share/examples/qt4/examples/painting/imagecomposition/images/background.png
-share/examples/qt4/examples/painting/imagecomposition/images/blackrectangle.png
-share/examples/qt4/examples/painting/imagecomposition/images/butterfly.png
-share/examples/qt4/examples/painting/imagecomposition/images/checker.png
-share/examples/qt4/examples/painting/imagecomposition/main.cpp
-share/examples/qt4/examples/painting/painterpaths/main.cpp
-share/examples/qt4/examples/painting/painterpaths/painterpaths
-%%DEBUG%%share/examples/qt4/examples/painting/painterpaths/painterpaths.debug
-share/examples/qt4/examples/painting/painterpaths/painterpaths.pro
-share/examples/qt4/examples/painting/painterpaths/renderarea.cpp
-share/examples/qt4/examples/painting/painterpaths/renderarea.h
-share/examples/qt4/examples/painting/painterpaths/window.cpp
-share/examples/qt4/examples/painting/painterpaths/window.h
-share/examples/qt4/examples/painting/painting.pro
-share/examples/qt4/examples/painting/svggenerator/displaywidget.cpp
-share/examples/qt4/examples/painting/svggenerator/displaywidget.h
-share/examples/qt4/examples/painting/svggenerator/main.cpp
-share/examples/qt4/examples/painting/svggenerator/svggenerator
-%%DEBUG%%share/examples/qt4/examples/painting/svggenerator/svggenerator.debug
-share/examples/qt4/examples/painting/svggenerator/svggenerator.pro
-share/examples/qt4/examples/painting/svggenerator/svggenerator.qrc
-share/examples/qt4/examples/painting/svggenerator/window.cpp
-share/examples/qt4/examples/painting/svggenerator/window.h
-share/examples/qt4/examples/painting/svggenerator/window.ui
-share/examples/qt4/examples/painting/svgviewer/files/bubbles.svg
-share/examples/qt4/examples/painting/svgviewer/files/cubic.svg
-share/examples/qt4/examples/painting/svgviewer/files/spheres.svg
-share/examples/qt4/examples/painting/svgviewer/main.cpp
-share/examples/qt4/examples/painting/svgviewer/mainwindow.cpp
-share/examples/qt4/examples/painting/svgviewer/mainwindow.h
-share/examples/qt4/examples/painting/svgviewer/svgview.cpp
-share/examples/qt4/examples/painting/svgviewer/svgview.h
-share/examples/qt4/examples/painting/svgviewer/svgviewer
-%%DEBUG%%share/examples/qt4/examples/painting/svgviewer/svgviewer.debug
-share/examples/qt4/examples/painting/svgviewer/svgviewer.pro
-share/examples/qt4/examples/painting/svgviewer/svgviewer.qrc
-share/examples/qt4/examples/painting/transformations/main.cpp
-share/examples/qt4/examples/painting/transformations/renderarea.cpp
-share/examples/qt4/examples/painting/transformations/renderarea.h
-share/examples/qt4/examples/painting/transformations/transformations
-%%DEBUG%%share/examples/qt4/examples/painting/transformations/transformations.debug
-share/examples/qt4/examples/painting/transformations/transformations.pro
-share/examples/qt4/examples/painting/transformations/window.cpp
-share/examples/qt4/examples/painting/transformations/window.h
-share/examples/qt4/examples/phonon/README
-share/examples/qt4/examples/phonon/capabilities/capabilities
-%%DEBUG%%share/examples/qt4/examples/phonon/capabilities/capabilities.debug
-share/examples/qt4/examples/phonon/capabilities/capabilities.pro
-share/examples/qt4/examples/phonon/capabilities/main.cpp
-share/examples/qt4/examples/phonon/capabilities/window.cpp
-share/examples/qt4/examples/phonon/capabilities/window.h
-share/examples/qt4/examples/phonon/phonon.pro
-share/examples/qt4/examples/phonon/qmusicplayer/main.cpp
-share/examples/qt4/examples/phonon/qmusicplayer/mainwindow.cpp
-share/examples/qt4/examples/phonon/qmusicplayer/mainwindow.h
-share/examples/qt4/examples/phonon/qmusicplayer/qmusicplayer
-%%DEBUG%%share/examples/qt4/examples/phonon/qmusicplayer/qmusicplayer.debug
-share/examples/qt4/examples/phonon/qmusicplayer/qmusicplayer.pro
-share/examples/qt4/examples/qtconcurrent/README
-share/examples/qt4/examples/qtconcurrent/imagescaling/imagescaling
-share/examples/qt4/examples/qtconcurrent/imagescaling/imagescaling.cpp
-%%DEBUG%%share/examples/qt4/examples/qtconcurrent/imagescaling/imagescaling.debug
-share/examples/qt4/examples/qtconcurrent/imagescaling/imagescaling.h
-share/examples/qt4/examples/qtconcurrent/imagescaling/imagescaling.pro
-share/examples/qt4/examples/qtconcurrent/imagescaling/main.cpp
-share/examples/qt4/examples/qtconcurrent/map/main.cpp
-share/examples/qt4/examples/qtconcurrent/map/map.pro
-share/examples/qt4/examples/qtconcurrent/map/mapdemo
-%%DEBUG%%share/examples/qt4/examples/qtconcurrent/map/mapdemo.debug
-share/examples/qt4/examples/qtconcurrent/progressdialog/main.cpp
-share/examples/qt4/examples/qtconcurrent/progressdialog/progressdialog
-%%DEBUG%%share/examples/qt4/examples/qtconcurrent/progressdialog/progressdialog.debug
-share/examples/qt4/examples/qtconcurrent/progressdialog/progressdialog.pro
-share/examples/qt4/examples/qtconcurrent/qtconcurrent.pro
-share/examples/qt4/examples/qtconcurrent/runfunction/main.cpp
-share/examples/qt4/examples/qtconcurrent/runfunction/runfunction
-%%DEBUG%%share/examples/qt4/examples/qtconcurrent/runfunction/runfunction.debug
-share/examples/qt4/examples/qtconcurrent/runfunction/runfunction.pro
-share/examples/qt4/examples/qtconcurrent/wordcount/main.cpp
-share/examples/qt4/examples/qtconcurrent/wordcount/wordcount
-%%DEBUG%%share/examples/qt4/examples/qtconcurrent/wordcount/wordcount.debug
-share/examples/qt4/examples/qtconcurrent/wordcount/wordcount.pro
-share/examples/qt4/examples/qtestlib/README
-share/examples/qt4/examples/qtestlib/qtestlib.pro
-share/examples/qt4/examples/qtestlib/tutorial1/testqstring.cpp
-share/examples/qt4/examples/qtestlib/tutorial1/tutorial1
-%%DEBUG%%share/examples/qt4/examples/qtestlib/tutorial1/tutorial1.debug
-share/examples/qt4/examples/qtestlib/tutorial1/tutorial1.pro
-share/examples/qt4/examples/qtestlib/tutorial2/testqstring.cpp
-share/examples/qt4/examples/qtestlib/tutorial2/tutorial2
-%%DEBUG%%share/examples/qt4/examples/qtestlib/tutorial2/tutorial2.debug
-share/examples/qt4/examples/qtestlib/tutorial2/tutorial2.pro
-share/examples/qt4/examples/qtestlib/tutorial3/testgui.cpp
-share/examples/qt4/examples/qtestlib/tutorial3/tutorial3
-%%DEBUG%%share/examples/qt4/examples/qtestlib/tutorial3/tutorial3.debug
-share/examples/qt4/examples/qtestlib/tutorial3/tutorial3.pro
-share/examples/qt4/examples/qtestlib/tutorial4/testgui.cpp
-share/examples/qt4/examples/qtestlib/tutorial4/tutorial4
-%%DEBUG%%share/examples/qt4/examples/qtestlib/tutorial4/tutorial4.debug
-share/examples/qt4/examples/qtestlib/tutorial4/tutorial4.pro
-share/examples/qt4/examples/qtestlib/tutorial5/benchmarking.cpp
-share/examples/qt4/examples/qtestlib/tutorial5/tutorial5
-%%DEBUG%%share/examples/qt4/examples/qtestlib/tutorial5/tutorial5.debug
-share/examples/qt4/examples/qtestlib/tutorial5/tutorial5.pro
-share/examples/qt4/examples/richtext/README
-share/examples/qt4/examples/richtext/calendar/calendar
-%%DEBUG%%share/examples/qt4/examples/richtext/calendar/calendar.debug
-share/examples/qt4/examples/richtext/calendar/calendar.pro
-share/examples/qt4/examples/richtext/calendar/main.cpp
-share/examples/qt4/examples/richtext/calendar/mainwindow.cpp
-share/examples/qt4/examples/richtext/calendar/mainwindow.h
-share/examples/qt4/examples/richtext/orderform/detailsdialog.cpp
-share/examples/qt4/examples/richtext/orderform/detailsdialog.h
-share/examples/qt4/examples/richtext/orderform/main.cpp
-share/examples/qt4/examples/richtext/orderform/mainwindow.cpp
-share/examples/qt4/examples/richtext/orderform/mainwindow.h
-share/examples/qt4/examples/richtext/orderform/orderform
-%%DEBUG%%share/examples/qt4/examples/richtext/orderform/orderform.debug
-share/examples/qt4/examples/richtext/orderform/orderform.pro
-share/examples/qt4/examples/richtext/richtext.pro
-share/examples/qt4/examples/richtext/syntaxhighlighter/highlighter.cpp
-share/examples/qt4/examples/richtext/syntaxhighlighter/highlighter.h
-share/examples/qt4/examples/richtext/syntaxhighlighter/main.cpp
-share/examples/qt4/examples/richtext/syntaxhighlighter/mainwindow.cpp
-share/examples/qt4/examples/richtext/syntaxhighlighter/mainwindow.h
-share/examples/qt4/examples/richtext/syntaxhighlighter/syntaxhighlighter
-%%DEBUG%%share/examples/qt4/examples/richtext/syntaxhighlighter/syntaxhighlighter.debug
-share/examples/qt4/examples/richtext/syntaxhighlighter/syntaxhighlighter.pro
-share/examples/qt4/examples/richtext/textobject/main.cpp
-share/examples/qt4/examples/richtext/textobject/svgtextobject.cpp
-share/examples/qt4/examples/richtext/textobject/svgtextobject.h
-share/examples/qt4/examples/richtext/textobject/textobject
-%%DEBUG%%share/examples/qt4/examples/richtext/textobject/textobject.debug
-share/examples/qt4/examples/richtext/textobject/textobject.pro
-share/examples/qt4/examples/richtext/textobject/window.cpp
-share/examples/qt4/examples/richtext/textobject/window.h
-share/examples/qt4/examples/script/README
-share/examples/qt4/examples/script/calculator/calculator
-%%DEBUG%%share/examples/qt4/examples/script/calculator/calculator.debug
-share/examples/qt4/examples/script/calculator/calculator.js
-share/examples/qt4/examples/script/calculator/calculator.pro
-share/examples/qt4/examples/script/calculator/calculator.qrc
-share/examples/qt4/examples/script/calculator/calculator.ui
-share/examples/qt4/examples/script/calculator/main.cpp
-share/examples/qt4/examples/script/context2d/context2d
-share/examples/qt4/examples/script/context2d/context2d.cpp
-%%DEBUG%%share/examples/qt4/examples/script/context2d/context2d.debug
-share/examples/qt4/examples/script/context2d/context2d.h
-share/examples/qt4/examples/script/context2d/context2d.pro
-share/examples/qt4/examples/script/context2d/context2d.qrc
-share/examples/qt4/examples/script/context2d/domimage.cpp
-share/examples/qt4/examples/script/context2d/domimage.h
-share/examples/qt4/examples/script/context2d/environment.cpp
-share/examples/qt4/examples/script/context2d/environment.h
-share/examples/qt4/examples/script/context2d/main.cpp
-share/examples/qt4/examples/script/context2d/qcontext2dcanvas.cpp
-share/examples/qt4/examples/script/context2d/qcontext2dcanvas.h
-share/examples/qt4/examples/script/context2d/scripts/alpha.js
-share/examples/qt4/examples/script/context2d/scripts/arc.js
-share/examples/qt4/examples/script/context2d/scripts/bezier.js
-share/examples/qt4/examples/script/context2d/scripts/clock.js
-share/examples/qt4/examples/script/context2d/scripts/fill1.js
-share/examples/qt4/examples/script/context2d/scripts/grad.js
-share/examples/qt4/examples/script/context2d/scripts/linecap.js
-share/examples/qt4/examples/script/context2d/scripts/linestye.js
-share/examples/qt4/examples/script/context2d/scripts/moveto.js
-share/examples/qt4/examples/script/context2d/scripts/moveto2.js
-share/examples/qt4/examples/script/context2d/scripts/pacman.js
-share/examples/qt4/examples/script/context2d/scripts/plasma.js
-share/examples/qt4/examples/script/context2d/scripts/pong.js
-share/examples/qt4/examples/script/context2d/scripts/quad.js
-share/examples/qt4/examples/script/context2d/scripts/rgba.js
-share/examples/qt4/examples/script/context2d/scripts/rotate.js
-share/examples/qt4/examples/script/context2d/scripts/scale.js
-share/examples/qt4/examples/script/context2d/scripts/stroke1.js
-share/examples/qt4/examples/script/context2d/scripts/translate.js
-share/examples/qt4/examples/script/context2d/window.cpp
-share/examples/qt4/examples/script/context2d/window.h
-share/examples/qt4/examples/script/customclass/bytearrayclass.cpp
-share/examples/qt4/examples/script/customclass/bytearrayclass.h
-share/examples/qt4/examples/script/customclass/bytearrayclass.pri
-share/examples/qt4/examples/script/customclass/bytearrayprototype.cpp
-share/examples/qt4/examples/script/customclass/bytearrayprototype.h
-share/examples/qt4/examples/script/customclass/customclass
-%%DEBUG%%share/examples/qt4/examples/script/customclass/customclass.debug
-share/examples/qt4/examples/script/customclass/customclass.pro
-share/examples/qt4/examples/script/customclass/main.cpp
-share/examples/qt4/examples/script/defaultprototypes/code.js
-share/examples/qt4/examples/script/defaultprototypes/defaultprototypes
-%%DEBUG%%share/examples/qt4/examples/script/defaultprototypes/defaultprototypes.debug
-share/examples/qt4/examples/script/defaultprototypes/defaultprototypes.pro
-share/examples/qt4/examples/script/defaultprototypes/defaultprototypes.qrc
-share/examples/qt4/examples/script/defaultprototypes/main.cpp
-share/examples/qt4/examples/script/defaultprototypes/prototypes.cpp
-share/examples/qt4/examples/script/defaultprototypes/prototypes.h
-share/examples/qt4/examples/script/helloscript/helloscript
-%%DEBUG%%share/examples/qt4/examples/script/helloscript/helloscript.debug
-share/examples/qt4/examples/script/helloscript/helloscript.pro
-share/examples/qt4/examples/script/helloscript/helloscript.qrc
-share/examples/qt4/examples/script/helloscript/main.cpp
-share/examples/qt4/examples/script/marshal/main.cpp
-share/examples/qt4/examples/script/marshal/marshal
-%%DEBUG%%share/examples/qt4/examples/script/marshal/marshal.debug
-share/examples/qt4/examples/script/marshal/marshal.pro
-share/examples/qt4/examples/script/qscript/main.cpp
-share/examples/qt4/examples/script/qscript/qscript
-%%DEBUG%%share/examples/qt4/examples/script/qscript/qscript.debug
-share/examples/qt4/examples/script/qscript/qscript.pro
-share/examples/qt4/examples/script/qstetrix/main.cpp
-share/examples/qt4/examples/script/qstetrix/qstetrix
-%%DEBUG%%share/examples/qt4/examples/script/qstetrix/qstetrix.debug
-share/examples/qt4/examples/script/qstetrix/qstetrix.pro
-share/examples/qt4/examples/script/qstetrix/tetrix.qrc
-share/examples/qt4/examples/script/qstetrix/tetrixboard.cpp
-share/examples/qt4/examples/script/qstetrix/tetrixboard.h
-share/examples/qt4/examples/script/qstetrix/tetrixboard.js
-share/examples/qt4/examples/script/qstetrix/tetrixpiece.js
-share/examples/qt4/examples/script/qstetrix/tetrixwindow.js
-share/examples/qt4/examples/script/script.pro
-share/examples/qt4/examples/sql/README
-share/examples/qt4/examples/sql/cachedtable/cachedtable
-%%DEBUG%%share/examples/qt4/examples/sql/cachedtable/cachedtable.debug
-share/examples/qt4/examples/sql/cachedtable/cachedtable.pro
-share/examples/qt4/examples/sql/cachedtable/main.cpp
-share/examples/qt4/examples/sql/cachedtable/tableeditor.cpp
-share/examples/qt4/examples/sql/cachedtable/tableeditor.h
-share/examples/qt4/examples/sql/connection.h
-share/examples/qt4/examples/sql/drilldown/drilldown
-%%DEBUG%%share/examples/qt4/examples/sql/drilldown/drilldown.debug
-share/examples/qt4/examples/sql/drilldown/drilldown.pro
-share/examples/qt4/examples/sql/drilldown/drilldown.qrc
-share/examples/qt4/examples/sql/drilldown/imageitem.cpp
-share/examples/qt4/examples/sql/drilldown/imageitem.h
-share/examples/qt4/examples/sql/drilldown/images/beijing.png
-share/examples/qt4/examples/sql/drilldown/images/berlin.png
-share/examples/qt4/examples/sql/drilldown/images/brisbane.png
-share/examples/qt4/examples/sql/drilldown/images/munich.png
-share/examples/qt4/examples/sql/drilldown/images/oslo.png
-share/examples/qt4/examples/sql/drilldown/images/redwood.png
-share/examples/qt4/examples/sql/drilldown/informationwindow.cpp
-share/examples/qt4/examples/sql/drilldown/informationwindow.h
-share/examples/qt4/examples/sql/drilldown/logo.png
-share/examples/qt4/examples/sql/drilldown/main.cpp
-share/examples/qt4/examples/sql/drilldown/view.cpp
-share/examples/qt4/examples/sql/drilldown/view.h
-share/examples/qt4/examples/sql/masterdetail/albumdetails.xml
-share/examples/qt4/examples/sql/masterdetail/database.h
-share/examples/qt4/examples/sql/masterdetail/dialog.cpp
-share/examples/qt4/examples/sql/masterdetail/dialog.h
-share/examples/qt4/examples/sql/masterdetail/images/icon.png
-share/examples/qt4/examples/sql/masterdetail/images/image.png
-share/examples/qt4/examples/sql/masterdetail/main.cpp
-share/examples/qt4/examples/sql/masterdetail/mainwindow.cpp
-share/examples/qt4/examples/sql/masterdetail/mainwindow.h
-share/examples/qt4/examples/sql/masterdetail/masterdetail
-%%DEBUG%%share/examples/qt4/examples/sql/masterdetail/masterdetail.debug
-share/examples/qt4/examples/sql/masterdetail/masterdetail.pro
-share/examples/qt4/examples/sql/masterdetail/masterdetail.qrc
-share/examples/qt4/examples/sql/querymodel/customsqlmodel.cpp
-share/examples/qt4/examples/sql/querymodel/customsqlmodel.h
-share/examples/qt4/examples/sql/querymodel/editablesqlmodel.cpp
-share/examples/qt4/examples/sql/querymodel/editablesqlmodel.h
-share/examples/qt4/examples/sql/querymodel/main.cpp
-share/examples/qt4/examples/sql/querymodel/querymodel
-%%DEBUG%%share/examples/qt4/examples/sql/querymodel/querymodel.debug
-share/examples/qt4/examples/sql/querymodel/querymodel.pro
-share/examples/qt4/examples/sql/relationaltablemodel/relationaltablemodel
-share/examples/qt4/examples/sql/relationaltablemodel/relationaltablemodel.cpp
-%%DEBUG%%share/examples/qt4/examples/sql/relationaltablemodel/relationaltablemodel.debug
-share/examples/qt4/examples/sql/relationaltablemodel/relationaltablemodel.pro
-share/examples/qt4/examples/sql/sql.pro
-share/examples/qt4/examples/sql/sqlwidgetmapper/main.cpp
-share/examples/qt4/examples/sql/sqlwidgetmapper/sqlwidgetmapper
-%%DEBUG%%share/examples/qt4/examples/sql/sqlwidgetmapper/sqlwidgetmapper.debug
-share/examples/qt4/examples/sql/sqlwidgetmapper/sqlwidgetmapper.pro
-share/examples/qt4/examples/sql/sqlwidgetmapper/window.cpp
-share/examples/qt4/examples/sql/sqlwidgetmapper/window.h
-share/examples/qt4/examples/sql/tablemodel/tablemodel
-share/examples/qt4/examples/sql/tablemodel/tablemodel.cpp
-%%DEBUG%%share/examples/qt4/examples/sql/tablemodel/tablemodel.debug
-share/examples/qt4/examples/sql/tablemodel/tablemodel.pro
-share/examples/qt4/examples/statemachine/README
-share/examples/qt4/examples/statemachine/eventtransitions/eventtransitions
-%%DEBUG%%share/examples/qt4/examples/statemachine/eventtransitions/eventtransitions.debug
-share/examples/qt4/examples/statemachine/eventtransitions/eventtransitions.pro
-share/examples/qt4/examples/statemachine/eventtransitions/main.cpp
-share/examples/qt4/examples/statemachine/factorial/factorial
-%%DEBUG%%share/examples/qt4/examples/statemachine/factorial/factorial.debug
-share/examples/qt4/examples/statemachine/factorial/factorial.pro
-share/examples/qt4/examples/statemachine/factorial/main.cpp
-share/examples/qt4/examples/statemachine/pingpong/main.cpp
-share/examples/qt4/examples/statemachine/pingpong/pingpong
-%%DEBUG%%share/examples/qt4/examples/statemachine/pingpong/pingpong.debug
-share/examples/qt4/examples/statemachine/pingpong/pingpong.pro
-share/examples/qt4/examples/statemachine/rogue/main.cpp
-share/examples/qt4/examples/statemachine/rogue/movementtransition.h
-share/examples/qt4/examples/statemachine/rogue/rogue
-%%DEBUG%%share/examples/qt4/examples/statemachine/rogue/rogue.debug
-share/examples/qt4/examples/statemachine/rogue/rogue.pro
-share/examples/qt4/examples/statemachine/rogue/window.cpp
-share/examples/qt4/examples/statemachine/rogue/window.h
-share/examples/qt4/examples/statemachine/statemachine.pro
-share/examples/qt4/examples/statemachine/trafficlight/main.cpp
-share/examples/qt4/examples/statemachine/trafficlight/trafficlight
-%%DEBUG%%share/examples/qt4/examples/statemachine/trafficlight/trafficlight.debug
-share/examples/qt4/examples/statemachine/trafficlight/trafficlight.pro
-share/examples/qt4/examples/statemachine/twowaybutton/main.cpp
-share/examples/qt4/examples/statemachine/twowaybutton/twowaybutton
-%%DEBUG%%share/examples/qt4/examples/statemachine/twowaybutton/twowaybutton.debug
-share/examples/qt4/examples/statemachine/twowaybutton/twowaybutton.pro
-share/examples/qt4/examples/threads/README
-share/examples/qt4/examples/threads/mandelbrot/main.cpp
-share/examples/qt4/examples/threads/mandelbrot/mandelbrot
-%%DEBUG%%share/examples/qt4/examples/threads/mandelbrot/mandelbrot.debug
-share/examples/qt4/examples/threads/mandelbrot/mandelbrot.pro
-share/examples/qt4/examples/threads/mandelbrot/mandelbrotwidget.cpp
-share/examples/qt4/examples/threads/mandelbrot/mandelbrotwidget.h
-share/examples/qt4/examples/threads/mandelbrot/renderthread.cpp
-share/examples/qt4/examples/threads/mandelbrot/renderthread.h
-share/examples/qt4/examples/threads/semaphores/semaphores
-share/examples/qt4/examples/threads/semaphores/semaphores.cpp
-%%DEBUG%%share/examples/qt4/examples/threads/semaphores/semaphores.debug
-share/examples/qt4/examples/threads/semaphores/semaphores.pro
-share/examples/qt4/examples/threads/threads.pro
-share/examples/qt4/examples/threads/waitconditions/waitconditions
-share/examples/qt4/examples/threads/waitconditions/waitconditions.cpp
-%%DEBUG%%share/examples/qt4/examples/threads/waitconditions/waitconditions.debug
-share/examples/qt4/examples/threads/waitconditions/waitconditions.pro
-share/examples/qt4/examples/tools/README
-share/examples/qt4/examples/tools/codecs/codecs
-%%DEBUG%%share/examples/qt4/examples/tools/codecs/codecs.debug
-share/examples/qt4/examples/tools/codecs/codecs.pro
-share/examples/qt4/examples/tools/codecs/encodedfiles/iso-8859-1.txt
-share/examples/qt4/examples/tools/codecs/encodedfiles/iso-8859-15.txt
-share/examples/qt4/examples/tools/codecs/encodedfiles/utf-16.txt
-share/examples/qt4/examples/tools/codecs/encodedfiles/utf-16be.txt
-share/examples/qt4/examples/tools/codecs/encodedfiles/utf-16le.txt
-share/examples/qt4/examples/tools/codecs/encodedfiles/utf-8.txt
-share/examples/qt4/examples/tools/codecs/main.cpp
-share/examples/qt4/examples/tools/codecs/mainwindow.cpp
-share/examples/qt4/examples/tools/codecs/mainwindow.h
-share/examples/qt4/examples/tools/codecs/previewform.cpp
-share/examples/qt4/examples/tools/codecs/previewform.h
-share/examples/qt4/examples/tools/completer/completer
-%%DEBUG%%share/examples/qt4/examples/tools/completer/completer.debug
-share/examples/qt4/examples/tools/completer/completer.pro
-share/examples/qt4/examples/tools/completer/completer.qrc
-share/examples/qt4/examples/tools/completer/fsmodel.cpp
-share/examples/qt4/examples/tools/completer/fsmodel.h
-share/examples/qt4/examples/tools/completer/main.cpp
-share/examples/qt4/examples/tools/completer/mainwindow.cpp
-share/examples/qt4/examples/tools/completer/mainwindow.h
-share/examples/qt4/examples/tools/completer/resources/countries.txt
-share/examples/qt4/examples/tools/completer/resources/wordlist.txt
-share/examples/qt4/examples/tools/contiguouscache/contiguouscache
-%%DEBUG%%share/examples/qt4/examples/tools/contiguouscache/contiguouscache.debug
-share/examples/qt4/examples/tools/contiguouscache/contiguouscache.pro
-share/examples/qt4/examples/tools/contiguouscache/main.cpp
-share/examples/qt4/examples/tools/contiguouscache/randomlistmodel.cpp
-share/examples/qt4/examples/tools/contiguouscache/randomlistmodel.h
-share/examples/qt4/examples/tools/customcompleter/customcompleter
-%%DEBUG%%share/examples/qt4/examples/tools/customcompleter/customcompleter.debug
-share/examples/qt4/examples/tools/customcompleter/customcompleter.pro
-share/examples/qt4/examples/tools/customcompleter/customcompleter.qrc
-share/examples/qt4/examples/tools/customcompleter/main.cpp
-share/examples/qt4/examples/tools/customcompleter/mainwindow.cpp
-share/examples/qt4/examples/tools/customcompleter/mainwindow.h
-share/examples/qt4/examples/tools/customcompleter/resources/wordlist.txt
-share/examples/qt4/examples/tools/customcompleter/textedit.cpp
-share/examples/qt4/examples/tools/customcompleter/textedit.h
-share/examples/qt4/examples/tools/echoplugin/echoplugin
-%%DEBUG%%share/examples/qt4/examples/tools/echoplugin/echoplugin.debug
-share/examples/qt4/examples/tools/echoplugin/echoplugin.pro
-share/examples/qt4/examples/tools/echoplugin/echowindow/echointerface.h
-share/examples/qt4/examples/tools/echoplugin/echowindow/echowindow.cpp
-share/examples/qt4/examples/tools/echoplugin/echowindow/echowindow.h
-share/examples/qt4/examples/tools/echoplugin/echowindow/echowindow.pro
-share/examples/qt4/examples/tools/echoplugin/echowindow/main.cpp
-share/examples/qt4/examples/tools/echoplugin/plugin/echoplugin.cpp
-share/examples/qt4/examples/tools/echoplugin/plugin/echoplugin.h
-share/examples/qt4/examples/tools/echoplugin/plugin/libechoplugin.so
-%%DEBUG%%share/examples/qt4/examples/tools/echoplugin/plugin/libechoplugin.so.debug
-share/examples/qt4/examples/tools/echoplugin/plugin/plugin.pro
-share/examples/qt4/examples/tools/i18n/i18n
-%%DEBUG%%share/examples/qt4/examples/tools/i18n/i18n.debug
-share/examples/qt4/examples/tools/i18n/i18n.pro
-share/examples/qt4/examples/tools/i18n/i18n.qrc
-share/examples/qt4/examples/tools/i18n/languagechooser.cpp
-share/examples/qt4/examples/tools/i18n/languagechooser.h
-share/examples/qt4/examples/tools/i18n/main.cpp
-share/examples/qt4/examples/tools/i18n/mainwindow.cpp
-share/examples/qt4/examples/tools/i18n/mainwindow.h
-share/examples/qt4/examples/tools/i18n/translations/i18n_ar.qm
-share/examples/qt4/examples/tools/i18n/translations/i18n_ar.ts
-share/examples/qt4/examples/tools/i18n/translations/i18n_cs.qm
-share/examples/qt4/examples/tools/i18n/translations/i18n_cs.ts
-share/examples/qt4/examples/tools/i18n/translations/i18n_de.qm
-share/examples/qt4/examples/tools/i18n/translations/i18n_de.ts
-share/examples/qt4/examples/tools/i18n/translations/i18n_el.qm
-share/examples/qt4/examples/tools/i18n/translations/i18n_el.ts
-share/examples/qt4/examples/tools/i18n/translations/i18n_en.qm
-share/examples/qt4/examples/tools/i18n/translations/i18n_en.ts
-share/examples/qt4/examples/tools/i18n/translations/i18n_eo.qm
-share/examples/qt4/examples/tools/i18n/translations/i18n_eo.ts
-share/examples/qt4/examples/tools/i18n/translations/i18n_fr.qm
-share/examples/qt4/examples/tools/i18n/translations/i18n_fr.ts
-share/examples/qt4/examples/tools/i18n/translations/i18n_it.qm
-share/examples/qt4/examples/tools/i18n/translations/i18n_it.ts
-share/examples/qt4/examples/tools/i18n/translations/i18n_jp.qm
-share/examples/qt4/examples/tools/i18n/translations/i18n_jp.ts
-share/examples/qt4/examples/tools/i18n/translations/i18n_ko.qm
-share/examples/qt4/examples/tools/i18n/translations/i18n_ko.ts
-share/examples/qt4/examples/tools/i18n/translations/i18n_no.qm
-share/examples/qt4/examples/tools/i18n/translations/i18n_no.ts
-share/examples/qt4/examples/tools/i18n/translations/i18n_ru.qm
-share/examples/qt4/examples/tools/i18n/translations/i18n_ru.ts
-share/examples/qt4/examples/tools/i18n/translations/i18n_sv.qm
-share/examples/qt4/examples/tools/i18n/translations/i18n_sv.ts
-share/examples/qt4/examples/tools/i18n/translations/i18n_zh.qm
-share/examples/qt4/examples/tools/i18n/translations/i18n_zh.ts
-share/examples/qt4/examples/tools/inputpanel/inputpanel
-%%DEBUG%%share/examples/qt4/examples/tools/inputpanel/inputpanel.debug
-share/examples/qt4/examples/tools/inputpanel/inputpanel.pro
-share/examples/qt4/examples/tools/inputpanel/main.cpp
-share/examples/qt4/examples/tools/inputpanel/mainform.ui
-share/examples/qt4/examples/tools/inputpanel/myinputpanel.cpp
-share/examples/qt4/examples/tools/inputpanel/myinputpanel.h
-share/examples/qt4/examples/tools/inputpanel/myinputpanelcontext.cpp
-share/examples/qt4/examples/tools/inputpanel/myinputpanelcontext.h
-share/examples/qt4/examples/tools/inputpanel/myinputpanelform.ui
-share/examples/qt4/examples/tools/plugandpaint/interfaces.h
-share/examples/qt4/examples/tools/plugandpaint/main.cpp
-share/examples/qt4/examples/tools/plugandpaint/mainwindow.cpp
-share/examples/qt4/examples/tools/plugandpaint/mainwindow.h
-share/examples/qt4/examples/tools/plugandpaint/paintarea.cpp
-share/examples/qt4/examples/tools/plugandpaint/paintarea.h
-share/examples/qt4/examples/tools/plugandpaint/plugandpaint
-%%DEBUG%%share/examples/qt4/examples/tools/plugandpaint/plugandpaint.debug
-share/examples/qt4/examples/tools/plugandpaint/plugandpaint.pro
-share/examples/qt4/examples/tools/plugandpaint/plugindialog.cpp
-share/examples/qt4/examples/tools/plugandpaint/plugindialog.h
-share/examples/qt4/examples/tools/plugandpaint/plugins/libpnp_basictools.a
-share/examples/qt4/examples/tools/plugandpaint/plugins/libpnp_basictools.prl
-share/examples/qt4/examples/tools/plugandpaint/plugins/libpnp_extrafilters.so
-%%DEBUG%%share/examples/qt4/examples/tools/plugandpaint/plugins/libpnp_extrafilters.so.debug
-share/examples/qt4/examples/tools/plugandpaintplugins/basictools/basictools.pro
-share/examples/qt4/examples/tools/plugandpaintplugins/basictools/basictoolsplugin.cpp
-share/examples/qt4/examples/tools/plugandpaintplugins/basictools/basictoolsplugin.h
-share/examples/qt4/examples/tools/plugandpaintplugins/extrafilters/extrafilters.pro
-share/examples/qt4/examples/tools/plugandpaintplugins/extrafilters/extrafiltersplugin.cpp
-share/examples/qt4/examples/tools/plugandpaintplugins/extrafilters/extrafiltersplugin.h
-share/examples/qt4/examples/tools/plugandpaintplugins/plugandpaintplugins.pro
-share/examples/qt4/examples/tools/regexp/main.cpp
-share/examples/qt4/examples/tools/regexp/regexp
-%%DEBUG%%share/examples/qt4/examples/tools/regexp/regexp.debug
-share/examples/qt4/examples/tools/regexp/regexp.pro
-share/examples/qt4/examples/tools/regexp/regexpdialog.cpp
-share/examples/qt4/examples/tools/regexp/regexpdialog.h
-share/examples/qt4/examples/tools/settingseditor/inifiles/licensepage.ini
-share/examples/qt4/examples/tools/settingseditor/inifiles/qsa.ini
-share/examples/qt4/examples/tools/settingseditor/locationdialog.cpp
-share/examples/qt4/examples/tools/settingseditor/locationdialog.h
-share/examples/qt4/examples/tools/settingseditor/main.cpp
-share/examples/qt4/examples/tools/settingseditor/mainwindow.cpp
-share/examples/qt4/examples/tools/settingseditor/mainwindow.h
-share/examples/qt4/examples/tools/settingseditor/settingseditor
-%%DEBUG%%share/examples/qt4/examples/tools/settingseditor/settingseditor.debug
-share/examples/qt4/examples/tools/settingseditor/settingseditor.pro
-share/examples/qt4/examples/tools/settingseditor/settingstree.cpp
-share/examples/qt4/examples/tools/settingseditor/settingstree.h
-share/examples/qt4/examples/tools/settingseditor/variantdelegate.cpp
-share/examples/qt4/examples/tools/settingseditor/variantdelegate.h
-share/examples/qt4/examples/tools/styleplugin/plugin/plugin.pro
-share/examples/qt4/examples/tools/styleplugin/plugin/simplestyle.cpp
-share/examples/qt4/examples/tools/styleplugin/plugin/simplestyle.h
-share/examples/qt4/examples/tools/styleplugin/plugin/simplestyleplugin.cpp
-share/examples/qt4/examples/tools/styleplugin/plugin/simplestyleplugin.h
-share/examples/qt4/examples/tools/styleplugin/styleplugin
-%%DEBUG%%share/examples/qt4/examples/tools/styleplugin/styleplugin.debug
-share/examples/qt4/examples/tools/styleplugin/styleplugin.pro
-share/examples/qt4/examples/tools/styleplugin/styles/libsimplestyleplugin.so
-%%DEBUG%%share/examples/qt4/examples/tools/styleplugin/styles/libsimplestyleplugin.so.debug
-share/examples/qt4/examples/tools/styleplugin/stylewindow/main.cpp
-share/examples/qt4/examples/tools/styleplugin/stylewindow/stylewindow.cpp
-share/examples/qt4/examples/tools/styleplugin/stylewindow/stylewindow.h
-share/examples/qt4/examples/tools/styleplugin/stylewindow/stylewindow.pro
-share/examples/qt4/examples/tools/tools.pro
-share/examples/qt4/examples/tools/treemodelcompleter/main.cpp
-share/examples/qt4/examples/tools/treemodelcompleter/mainwindow.cpp
-share/examples/qt4/examples/tools/treemodelcompleter/mainwindow.h
-share/examples/qt4/examples/tools/treemodelcompleter/resources/treemodel.txt
-share/examples/qt4/examples/tools/treemodelcompleter/treemodelcompleter
-share/examples/qt4/examples/tools/treemodelcompleter/treemodelcompleter.cpp
-%%DEBUG%%share/examples/qt4/examples/tools/treemodelcompleter/treemodelcompleter.debug
-share/examples/qt4/examples/tools/treemodelcompleter/treemodelcompleter.h
-share/examples/qt4/examples/tools/treemodelcompleter/treemodelcompleter.pro
-share/examples/qt4/examples/tools/treemodelcompleter/treemodelcompleter.qrc
-share/examples/qt4/examples/tools/undoframework/commands.cpp
-share/examples/qt4/examples/tools/undoframework/commands.h
-share/examples/qt4/examples/tools/undoframework/diagramitem.cpp
-share/examples/qt4/examples/tools/undoframework/diagramitem.h
-share/examples/qt4/examples/tools/undoframework/diagramscene.cpp
-share/examples/qt4/examples/tools/undoframework/diagramscene.h
-share/examples/qt4/examples/tools/undoframework/images/cross.png
-share/examples/qt4/examples/tools/undoframework/main.cpp
-share/examples/qt4/examples/tools/undoframework/mainwindow.cpp
-share/examples/qt4/examples/tools/undoframework/mainwindow.h
-share/examples/qt4/examples/tools/undoframework/undoframework
-%%DEBUG%%share/examples/qt4/examples/tools/undoframework/undoframework.debug
-share/examples/qt4/examples/tools/undoframework/undoframework.pro
-share/examples/qt4/examples/tools/undoframework/undoframework.qrc
-share/examples/qt4/examples/touch/dials/dials
-%%DEBUG%%share/examples/qt4/examples/touch/dials/dials.debug
-share/examples/qt4/examples/touch/dials/dials.pro
-share/examples/qt4/examples/touch/dials/dials.ui
-share/examples/qt4/examples/touch/dials/main.cpp
-share/examples/qt4/examples/touch/fingerpaint/fingerpaint
-%%DEBUG%%share/examples/qt4/examples/touch/fingerpaint/fingerpaint.debug
-share/examples/qt4/examples/touch/fingerpaint/fingerpaint.pro
-share/examples/qt4/examples/touch/fingerpaint/main.cpp
-share/examples/qt4/examples/touch/fingerpaint/mainwindow.cpp
-share/examples/qt4/examples/touch/fingerpaint/mainwindow.h
-share/examples/qt4/examples/touch/fingerpaint/scribblearea.cpp
-share/examples/qt4/examples/touch/fingerpaint/scribblearea.h
-share/examples/qt4/examples/touch/knobs/knob.cpp
-share/examples/qt4/examples/touch/knobs/knob.h
-share/examples/qt4/examples/touch/knobs/knobs
-%%DEBUG%%share/examples/qt4/examples/touch/knobs/knobs.debug
-share/examples/qt4/examples/touch/knobs/knobs.pro
-share/examples/qt4/examples/touch/knobs/main.cpp
-share/examples/qt4/examples/touch/pinchzoom/graphicsview.cpp
-share/examples/qt4/examples/touch/pinchzoom/graphicsview.h
-share/examples/qt4/examples/touch/pinchzoom/images/cheese.jpg
-share/examples/qt4/examples/touch/pinchzoom/main.cpp
-share/examples/qt4/examples/touch/pinchzoom/mice.qrc
-share/examples/qt4/examples/touch/pinchzoom/mouse.cpp
-share/examples/qt4/examples/touch/pinchzoom/mouse.h
-share/examples/qt4/examples/touch/pinchzoom/pinchzoom
-%%DEBUG%%share/examples/qt4/examples/touch/pinchzoom/pinchzoom.debug
-share/examples/qt4/examples/touch/pinchzoom/pinchzoom.pro
-share/examples/qt4/examples/tutorials/README
-share/examples/qt4/examples/tutorials/addressbook/README
-share/examples/qt4/examples/tutorials/addressbook/addressbook.pro
-share/examples/qt4/examples/tutorials/addressbook/part1/addressbook.cpp
-share/examples/qt4/examples/tutorials/addressbook/part1/addressbook.h
-share/examples/qt4/examples/tutorials/addressbook/part1/main.cpp
-share/examples/qt4/examples/tutorials/addressbook/part1/part1
-%%DEBUG%%share/examples/qt4/examples/tutorials/addressbook/part1/part1.debug
-share/examples/qt4/examples/tutorials/addressbook/part1/part1.pro
-share/examples/qt4/examples/tutorials/addressbook/part2/addressbook.cpp
-share/examples/qt4/examples/tutorials/addressbook/part2/addressbook.h
-share/examples/qt4/examples/tutorials/addressbook/part2/main.cpp
-share/examples/qt4/examples/tutorials/addressbook/part2/part2
-%%DEBUG%%share/examples/qt4/examples/tutorials/addressbook/part2/part2.debug
-share/examples/qt4/examples/tutorials/addressbook/part2/part2.pro
-share/examples/qt4/examples/tutorials/addressbook/part3/addressbook.cpp
-share/examples/qt4/examples/tutorials/addressbook/part3/addressbook.h
-share/examples/qt4/examples/tutorials/addressbook/part3/main.cpp
-share/examples/qt4/examples/tutorials/addressbook/part3/part3
-%%DEBUG%%share/examples/qt4/examples/tutorials/addressbook/part3/part3.debug
-share/examples/qt4/examples/tutorials/addressbook/part3/part3.pro
-share/examples/qt4/examples/tutorials/addressbook/part4/addressbook.cpp
-share/examples/qt4/examples/tutorials/addressbook/part4/addressbook.h
-share/examples/qt4/examples/tutorials/addressbook/part4/main.cpp
-share/examples/qt4/examples/tutorials/addressbook/part4/part4
-%%DEBUG%%share/examples/qt4/examples/tutorials/addressbook/part4/part4.debug
-share/examples/qt4/examples/tutorials/addressbook/part4/part4.pro
-share/examples/qt4/examples/tutorials/addressbook/part5/addressbook.cpp
-share/examples/qt4/examples/tutorials/addressbook/part5/addressbook.h
-share/examples/qt4/examples/tutorials/addressbook/part5/finddialog.cpp
-share/examples/qt4/examples/tutorials/addressbook/part5/finddialog.h
-share/examples/qt4/examples/tutorials/addressbook/part5/main.cpp
-share/examples/qt4/examples/tutorials/addressbook/part5/part5
-%%DEBUG%%share/examples/qt4/examples/tutorials/addressbook/part5/part5.debug
-share/examples/qt4/examples/tutorials/addressbook/part5/part5.pro
-share/examples/qt4/examples/tutorials/addressbook/part6/addressbook.cpp
-share/examples/qt4/examples/tutorials/addressbook/part6/addressbook.h
-share/examples/qt4/examples/tutorials/addressbook/part6/finddialog.cpp
-share/examples/qt4/examples/tutorials/addressbook/part6/finddialog.h
-share/examples/qt4/examples/tutorials/addressbook/part6/main.cpp
-share/examples/qt4/examples/tutorials/addressbook/part6/part6
-%%DEBUG%%share/examples/qt4/examples/tutorials/addressbook/part6/part6.debug
-share/examples/qt4/examples/tutorials/addressbook/part6/part6.pro
-share/examples/qt4/examples/tutorials/addressbook/part7/addressbook.cpp
-share/examples/qt4/examples/tutorials/addressbook/part7/addressbook.h
-share/examples/qt4/examples/tutorials/addressbook/part7/finddialog.cpp
-share/examples/qt4/examples/tutorials/addressbook/part7/finddialog.h
-share/examples/qt4/examples/tutorials/addressbook/part7/main.cpp
-share/examples/qt4/examples/tutorials/addressbook/part7/part7
-%%DEBUG%%share/examples/qt4/examples/tutorials/addressbook/part7/part7.debug
-share/examples/qt4/examples/tutorials/addressbook/part7/part7.pro
-share/examples/qt4/examples/tutorials/modelview/1_readonly/1_readonly.pro
-share/examples/qt4/examples/tutorials/modelview/1_readonly/main.cpp
-share/examples/qt4/examples/tutorials/modelview/1_readonly/mv_readonly
-%%DEBUG%%share/examples/qt4/examples/tutorials/modelview/1_readonly/mv_readonly.debug
-share/examples/qt4/examples/tutorials/modelview/1_readonly/mymodel.cpp
-share/examples/qt4/examples/tutorials/modelview/1_readonly/mymodel.h
-share/examples/qt4/examples/tutorials/modelview/2_formatting/2_formatting.pro
-share/examples/qt4/examples/tutorials/modelview/2_formatting/main.cpp
-share/examples/qt4/examples/tutorials/modelview/2_formatting/mv_formatting
-%%DEBUG%%share/examples/qt4/examples/tutorials/modelview/2_formatting/mv_formatting.debug
-share/examples/qt4/examples/tutorials/modelview/2_formatting/mymodel.cpp
-share/examples/qt4/examples/tutorials/modelview/2_formatting/mymodel.h
-share/examples/qt4/examples/tutorials/modelview/3_changingmodel/3_changingmodel.pro
-share/examples/qt4/examples/tutorials/modelview/3_changingmodel/main.cpp
-share/examples/qt4/examples/tutorials/modelview/3_changingmodel/mv_changingmodel
-%%DEBUG%%share/examples/qt4/examples/tutorials/modelview/3_changingmodel/mv_changingmodel.debug
-share/examples/qt4/examples/tutorials/modelview/3_changingmodel/mymodel.cpp
-share/examples/qt4/examples/tutorials/modelview/3_changingmodel/mymodel.h
-share/examples/qt4/examples/tutorials/modelview/4_headers/4_headers.pro
-share/examples/qt4/examples/tutorials/modelview/4_headers/main.cpp
-share/examples/qt4/examples/tutorials/modelview/4_headers/mv_headers
-%%DEBUG%%share/examples/qt4/examples/tutorials/modelview/4_headers/mv_headers.debug
-share/examples/qt4/examples/tutorials/modelview/4_headers/mymodel.cpp
-share/examples/qt4/examples/tutorials/modelview/4_headers/mymodel.h
-share/examples/qt4/examples/tutorials/modelview/5_edit/5_edit.pro
-share/examples/qt4/examples/tutorials/modelview/5_edit/main.cpp
-share/examples/qt4/examples/tutorials/modelview/5_edit/mainwindow.cpp
-share/examples/qt4/examples/tutorials/modelview/5_edit/mainwindow.h
-share/examples/qt4/examples/tutorials/modelview/5_edit/mv_edit
-%%DEBUG%%share/examples/qt4/examples/tutorials/modelview/5_edit/mv_edit.debug
-share/examples/qt4/examples/tutorials/modelview/5_edit/mymodel.cpp
-share/examples/qt4/examples/tutorials/modelview/5_edit/mymodel.h
-share/examples/qt4/examples/tutorials/modelview/6_treeview/6_treeview.pro
-share/examples/qt4/examples/tutorials/modelview/6_treeview/main.cpp
-share/examples/qt4/examples/tutorials/modelview/6_treeview/mainwindow.cpp
-share/examples/qt4/examples/tutorials/modelview/6_treeview/mainwindow.h
-share/examples/qt4/examples/tutorials/modelview/6_treeview/mv_tree
-%%DEBUG%%share/examples/qt4/examples/tutorials/modelview/6_treeview/mv_tree.debug
-share/examples/qt4/examples/tutorials/modelview/7_selections/7_selections.pro
-share/examples/qt4/examples/tutorials/modelview/7_selections/main.cpp
-share/examples/qt4/examples/tutorials/modelview/7_selections/mainwindow.cpp
-share/examples/qt4/examples/tutorials/modelview/7_selections/mainwindow.h
-share/examples/qt4/examples/tutorials/modelview/7_selections/mv_selections
-%%DEBUG%%share/examples/qt4/examples/tutorials/modelview/7_selections/mv_selections.debug
-share/examples/qt4/examples/tutorials/modelview/modelview.pro
-share/examples/qt4/examples/tutorials/threads/clock/clock
-%%DEBUG%%share/examples/qt4/examples/tutorials/threads/clock/clock.debug
-share/examples/qt4/examples/tutorials/threads/clock/clock.pro
-share/examples/qt4/examples/tutorials/threads/clock/clockthread.cpp
-share/examples/qt4/examples/tutorials/threads/clock/clockthread.h
-share/examples/qt4/examples/tutorials/threads/clock/main.cpp
-share/examples/qt4/examples/tutorials/threads/helloconcurrent/helloconcurrent
-share/examples/qt4/examples/tutorials/threads/helloconcurrent/helloconcurrent.cpp
-%%DEBUG%%share/examples/qt4/examples/tutorials/threads/helloconcurrent/helloconcurrent.debug
-share/examples/qt4/examples/tutorials/threads/helloconcurrent/helloconcurrent.pro
-share/examples/qt4/examples/tutorials/threads/hellothread/hellothread
-share/examples/qt4/examples/tutorials/threads/hellothread/hellothread.cpp
-%%DEBUG%%share/examples/qt4/examples/tutorials/threads/hellothread/hellothread.debug
-share/examples/qt4/examples/tutorials/threads/hellothread/hellothread.h
-share/examples/qt4/examples/tutorials/threads/hellothread/hellothread.pro
-share/examples/qt4/examples/tutorials/threads/hellothread/main.cpp
-share/examples/qt4/examples/tutorials/threads/hellothreadpool/hellothreadpool
-share/examples/qt4/examples/tutorials/threads/hellothreadpool/hellothreadpool.cpp
-%%DEBUG%%share/examples/qt4/examples/tutorials/threads/hellothreadpool/hellothreadpool.debug
-share/examples/qt4/examples/tutorials/threads/hellothreadpool/hellothreadpool.pro
-share/examples/qt4/examples/tutorials/threads/movedobject/main.cpp
-share/examples/qt4/examples/tutorials/threads/movedobject/movedobject
-%%DEBUG%%share/examples/qt4/examples/tutorials/threads/movedobject/movedobject.debug
-share/examples/qt4/examples/tutorials/threads/movedobject/movedobject.pro
-share/examples/qt4/examples/tutorials/threads/movedobject/thread.cpp
-share/examples/qt4/examples/tutorials/threads/movedobject/thread.h
-share/examples/qt4/examples/tutorials/threads/movedobject/workerobject.cpp
-share/examples/qt4/examples/tutorials/threads/movedobject/workerobject.h
-share/examples/qt4/examples/tutorials/tutorials.pro
-share/examples/qt4/examples/uitools/multipleinheritance/calculatorform.cpp
-share/examples/qt4/examples/uitools/multipleinheritance/calculatorform.h
-share/examples/qt4/examples/uitools/multipleinheritance/calculatorform.ui
-share/examples/qt4/examples/uitools/multipleinheritance/main.cpp
-share/examples/qt4/examples/uitools/multipleinheritance/multipleinheritance
-%%DEBUG%%share/examples/qt4/examples/uitools/multipleinheritance/multipleinheritance.debug
-share/examples/qt4/examples/uitools/multipleinheritance/multipleinheritance.pro
-share/examples/qt4/examples/uitools/textfinder/forms/input.txt
-share/examples/qt4/examples/uitools/textfinder/forms/textfinder.ui
-share/examples/qt4/examples/uitools/textfinder/main.cpp
-share/examples/qt4/examples/uitools/textfinder/textfinder
-share/examples/qt4/examples/uitools/textfinder/textfinder.cpp
-%%DEBUG%%share/examples/qt4/examples/uitools/textfinder/textfinder.debug
-share/examples/qt4/examples/uitools/textfinder/textfinder.h
-share/examples/qt4/examples/uitools/textfinder/textfinder.pro
-share/examples/qt4/examples/uitools/textfinder/textfinder.qrc
-share/examples/qt4/examples/uitools/uitools.pro
-share/examples/qt4/examples/webkit/domtraversal/domtraversal
-%%DEBUG%%share/examples/qt4/examples/webkit/domtraversal/domtraversal.debug
-share/examples/qt4/examples/webkit/domtraversal/domtraversal.pro
-share/examples/qt4/examples/webkit/domtraversal/main.cpp
-share/examples/qt4/examples/webkit/domtraversal/window.cpp
-share/examples/qt4/examples/webkit/domtraversal/window.h
-share/examples/qt4/examples/webkit/domtraversal/window.ui
-share/examples/qt4/examples/webkit/domtraversal/window_mobiles.ui
-share/examples/qt4/examples/webkit/fancybrowser/fancybrowser
-%%DEBUG%%share/examples/qt4/examples/webkit/fancybrowser/fancybrowser.debug
-share/examples/qt4/examples/webkit/fancybrowser/fancybrowser.pro
-share/examples/qt4/examples/webkit/fancybrowser/jquery.qrc
-share/examples/qt4/examples/webkit/fancybrowser/main.cpp
-share/examples/qt4/examples/webkit/fancybrowser/mainwindow.cpp
-share/examples/qt4/examples/webkit/fancybrowser/mainwindow.h
-share/examples/qt4/examples/webkit/formextractor/form.html
-share/examples/qt4/examples/webkit/formextractor/formextractor
-share/examples/qt4/examples/webkit/formextractor/formextractor.cpp
-%%DEBUG%%share/examples/qt4/examples/webkit/formextractor/formextractor.debug
-share/examples/qt4/examples/webkit/formextractor/formextractor.h
-share/examples/qt4/examples/webkit/formextractor/formextractor.pro
-share/examples/qt4/examples/webkit/formextractor/formextractor.qrc
-share/examples/qt4/examples/webkit/formextractor/formextractor.ui
-share/examples/qt4/examples/webkit/formextractor/formextractor_mobiles.ui
-share/examples/qt4/examples/webkit/formextractor/main.cpp
-share/examples/qt4/examples/webkit/formextractor/mainwindow.cpp
-share/examples/qt4/examples/webkit/formextractor/mainwindow.h
-share/examples/qt4/examples/webkit/framecapture/framecapture
-share/examples/qt4/examples/webkit/framecapture/framecapture.cpp
-%%DEBUG%%share/examples/qt4/examples/webkit/framecapture/framecapture.debug
-share/examples/qt4/examples/webkit/framecapture/framecapture.h
-share/examples/qt4/examples/webkit/framecapture/main.cpp
-share/examples/qt4/examples/webkit/googlechat/form.ui
-share/examples/qt4/examples/webkit/googlechat/googlechat
-share/examples/qt4/examples/webkit/googlechat/googlechat.cpp
-%%DEBUG%%share/examples/qt4/examples/webkit/googlechat/googlechat.debug
-share/examples/qt4/examples/webkit/googlechat/googlechat.h
-share/examples/qt4/examples/webkit/googlechat/googlechat.pro
-share/examples/qt4/examples/webkit/googlechat/main.cpp
-share/examples/qt4/examples/webkit/previewer/main.cpp
-share/examples/qt4/examples/webkit/previewer/mainwindow.cpp
-share/examples/qt4/examples/webkit/previewer/mainwindow.h
-share/examples/qt4/examples/webkit/previewer/previewer
-share/examples/qt4/examples/webkit/previewer/previewer.cpp
-%%DEBUG%%share/examples/qt4/examples/webkit/previewer/previewer.debug
-share/examples/qt4/examples/webkit/previewer/previewer.h
-share/examples/qt4/examples/webkit/previewer/previewer.pro
-share/examples/qt4/examples/webkit/previewer/previewer.ui
-share/examples/qt4/examples/webkit/previewer/previewer_mobiles.ui
-share/examples/qt4/examples/webkit/simpleselector/main.cpp
-share/examples/qt4/examples/webkit/simpleselector/simpleselector
-%%DEBUG%%share/examples/qt4/examples/webkit/simpleselector/simpleselector.debug
-share/examples/qt4/examples/webkit/simpleselector/simpleselector.pro
-share/examples/qt4/examples/webkit/simpleselector/window.cpp
-share/examples/qt4/examples/webkit/simpleselector/window.h
-share/examples/qt4/examples/webkit/simpleselector/window.ui
-share/examples/qt4/examples/webkit/simplewebplugin/csvfactory.cpp
-share/examples/qt4/examples/webkit/simplewebplugin/csvfactory.h
-share/examples/qt4/examples/webkit/simplewebplugin/csvview.cpp
-share/examples/qt4/examples/webkit/simplewebplugin/csvview.h
-share/examples/qt4/examples/webkit/simplewebplugin/main.cpp
-share/examples/qt4/examples/webkit/simplewebplugin/mainwindow.cpp
-share/examples/qt4/examples/webkit/simplewebplugin/mainwindow.h
-share/examples/qt4/examples/webkit/simplewebplugin/simplewebplugin
-%%DEBUG%%share/examples/qt4/examples/webkit/simplewebplugin/simplewebplugin.debug
-share/examples/qt4/examples/webkit/simplewebplugin/simplewebplugin.pro
-share/examples/qt4/examples/webkit/simplewebplugin/simplewebplugin.qrc
-share/examples/qt4/examples/webkit/webftpclient/downloader.cpp
-share/examples/qt4/examples/webkit/webftpclient/downloader.h
-share/examples/qt4/examples/webkit/webftpclient/ftpreply.cpp
-share/examples/qt4/examples/webkit/webftpclient/ftpreply.h
-share/examples/qt4/examples/webkit/webftpclient/ftpview.cpp
-share/examples/qt4/examples/webkit/webftpclient/ftpview.h
-share/examples/qt4/examples/webkit/webftpclient/main.cpp
-share/examples/qt4/examples/webkit/webftpclient/networkaccessmanager.cpp
-share/examples/qt4/examples/webkit/webftpclient/networkaccessmanager.h
-share/examples/qt4/examples/webkit/webftpclient/webftpclient
-%%DEBUG%%share/examples/qt4/examples/webkit/webftpclient/webftpclient.debug
-share/examples/qt4/examples/webkit/webftpclient/webftpclient.pro
-share/examples/qt4/examples/webkit/webkit.pro
-share/examples/qt4/examples/webkit/webplugin/csvfactory.cpp
-share/examples/qt4/examples/webkit/webplugin/csvfactory.h
-share/examples/qt4/examples/webkit/webplugin/csvview.cpp
-share/examples/qt4/examples/webkit/webplugin/csvview.h
-share/examples/qt4/examples/webkit/webplugin/main.cpp
-share/examples/qt4/examples/webkit/webplugin/mainwindow.cpp
-share/examples/qt4/examples/webkit/webplugin/mainwindow.h
-share/examples/qt4/examples/webkit/webplugin/webplugin
-%%DEBUG%%share/examples/qt4/examples/webkit/webplugin/webplugin.debug
-share/examples/qt4/examples/webkit/webplugin/webplugin.pro
-share/examples/qt4/examples/webkit/webplugin/webplugin.qrc
-share/examples/qt4/examples/widgets/README
-share/examples/qt4/examples/widgets/analogclock/analogclock
-share/examples/qt4/examples/widgets/analogclock/analogclock.cpp
-%%DEBUG%%share/examples/qt4/examples/widgets/analogclock/analogclock.debug
-share/examples/qt4/examples/widgets/analogclock/analogclock.h
-share/examples/qt4/examples/widgets/analogclock/analogclock.pro
-share/examples/qt4/examples/widgets/analogclock/main.cpp
-share/examples/qt4/examples/widgets/calculator/button.cpp
-share/examples/qt4/examples/widgets/calculator/button.h
-share/examples/qt4/examples/widgets/calculator/calculator
-share/examples/qt4/examples/widgets/calculator/calculator.cpp
-%%DEBUG%%share/examples/qt4/examples/widgets/calculator/calculator.debug
-share/examples/qt4/examples/widgets/calculator/calculator.h
-share/examples/qt4/examples/widgets/calculator/calculator.pro
-share/examples/qt4/examples/widgets/calculator/main.cpp
-share/examples/qt4/examples/widgets/calendarwidget/calendarwidget
-%%DEBUG%%share/examples/qt4/examples/widgets/calendarwidget/calendarwidget.debug
-share/examples/qt4/examples/widgets/calendarwidget/calendarwidget.pro
-share/examples/qt4/examples/widgets/calendarwidget/main.cpp
-share/examples/qt4/examples/widgets/calendarwidget/window.cpp
-share/examples/qt4/examples/widgets/calendarwidget/window.h
-share/examples/qt4/examples/widgets/charactermap/charactermap
-%%DEBUG%%share/examples/qt4/examples/widgets/charactermap/charactermap.debug
-share/examples/qt4/examples/widgets/charactermap/charactermap.pro
-share/examples/qt4/examples/widgets/charactermap/characterwidget.cpp
-share/examples/qt4/examples/widgets/charactermap/characterwidget.h
-share/examples/qt4/examples/widgets/charactermap/main.cpp
-share/examples/qt4/examples/widgets/charactermap/mainwindow.cpp
-share/examples/qt4/examples/widgets/charactermap/mainwindow.h
-share/examples/qt4/examples/widgets/codeeditor/codeeditor
-share/examples/qt4/examples/widgets/codeeditor/codeeditor.cpp
-%%DEBUG%%share/examples/qt4/examples/widgets/codeeditor/codeeditor.debug
-share/examples/qt4/examples/widgets/codeeditor/codeeditor.h
-share/examples/qt4/examples/widgets/codeeditor/codeeditor.pro
-share/examples/qt4/examples/widgets/codeeditor/main.cpp
-share/examples/qt4/examples/widgets/digitalclock/digitalclock
-share/examples/qt4/examples/widgets/digitalclock/digitalclock.cpp
-%%DEBUG%%share/examples/qt4/examples/widgets/digitalclock/digitalclock.debug
-share/examples/qt4/examples/widgets/digitalclock/digitalclock.h
-share/examples/qt4/examples/widgets/digitalclock/digitalclock.pro
-share/examples/qt4/examples/widgets/digitalclock/main.cpp
-share/examples/qt4/examples/widgets/groupbox/groupbox
-%%DEBUG%%share/examples/qt4/examples/widgets/groupbox/groupbox.debug
-share/examples/qt4/examples/widgets/groupbox/groupbox.pro
-share/examples/qt4/examples/widgets/groupbox/main.cpp
-share/examples/qt4/examples/widgets/groupbox/window.cpp
-share/examples/qt4/examples/widgets/groupbox/window.h
-share/examples/qt4/examples/widgets/icons/iconpreviewarea.cpp
-share/examples/qt4/examples/widgets/icons/iconpreviewarea.h
-share/examples/qt4/examples/widgets/icons/icons
-%%DEBUG%%share/examples/qt4/examples/widgets/icons/icons.debug
-share/examples/qt4/examples/widgets/icons/icons.pro
-share/examples/qt4/examples/widgets/icons/iconsizespinbox.cpp
-share/examples/qt4/examples/widgets/icons/iconsizespinbox.h
-share/examples/qt4/examples/widgets/icons/imagedelegate.cpp
-share/examples/qt4/examples/widgets/icons/imagedelegate.h
-share/examples/qt4/examples/widgets/icons/images/designer.png
-share/examples/qt4/examples/widgets/icons/images/find_disabled.png
-share/examples/qt4/examples/widgets/icons/images/find_normal.png
-share/examples/qt4/examples/widgets/icons/images/monkey_off_128x128.png
-share/examples/qt4/examples/widgets/icons/images/monkey_off_16x16.png
-share/examples/qt4/examples/widgets/icons/images/monkey_off_32x32.png
-share/examples/qt4/examples/widgets/icons/images/monkey_off_64x64.png
-share/examples/qt4/examples/widgets/icons/images/monkey_on_128x128.png
-share/examples/qt4/examples/widgets/icons/images/monkey_on_16x16.png
-share/examples/qt4/examples/widgets/icons/images/monkey_on_32x32.png
-share/examples/qt4/examples/widgets/icons/images/monkey_on_64x64.png
-share/examples/qt4/examples/widgets/icons/images/qt_extended_16x16.png
-share/examples/qt4/examples/widgets/icons/images/qt_extended_32x32.png
-share/examples/qt4/examples/widgets/icons/images/qt_extended_48x48.png
-share/examples/qt4/examples/widgets/icons/main.cpp
-share/examples/qt4/examples/widgets/icons/mainwindow.cpp
-share/examples/qt4/examples/widgets/icons/mainwindow.h
-share/examples/qt4/examples/widgets/imageviewer/imageviewer
-share/examples/qt4/examples/widgets/imageviewer/imageviewer.cpp
-%%DEBUG%%share/examples/qt4/examples/widgets/imageviewer/imageviewer.debug
-share/examples/qt4/examples/widgets/imageviewer/imageviewer.h
-share/examples/qt4/examples/widgets/imageviewer/imageviewer.pro
-share/examples/qt4/examples/widgets/imageviewer/main.cpp
-share/examples/qt4/examples/widgets/lineedits/lineedits
-%%DEBUG%%share/examples/qt4/examples/widgets/lineedits/lineedits.debug
-share/examples/qt4/examples/widgets/lineedits/lineedits.pro
-share/examples/qt4/examples/widgets/lineedits/main.cpp
-share/examples/qt4/examples/widgets/lineedits/window.cpp
-share/examples/qt4/examples/widgets/lineedits/window.h
-share/examples/qt4/examples/widgets/movie/animation.mng
-share/examples/qt4/examples/widgets/movie/main.cpp
-share/examples/qt4/examples/widgets/movie/movie
-%%DEBUG%%share/examples/qt4/examples/widgets/movie/movie.debug
-share/examples/qt4/examples/widgets/movie/movie.pro
-share/examples/qt4/examples/widgets/movie/movieplayer.cpp
-share/examples/qt4/examples/widgets/movie/movieplayer.h
-share/examples/qt4/examples/widgets/scribble/main.cpp
-share/examples/qt4/examples/widgets/scribble/mainwindow.cpp
-share/examples/qt4/examples/widgets/scribble/mainwindow.h
-share/examples/qt4/examples/widgets/scribble/scribble
-%%DEBUG%%share/examples/qt4/examples/widgets/scribble/scribble.debug
-share/examples/qt4/examples/widgets/scribble/scribble.pro
-share/examples/qt4/examples/widgets/scribble/scribblearea.cpp
-share/examples/qt4/examples/widgets/scribble/scribblearea.h
-share/examples/qt4/examples/widgets/shapedclock/main.cpp
-share/examples/qt4/examples/widgets/shapedclock/shapedclock
-share/examples/qt4/examples/widgets/shapedclock/shapedclock.cpp
-%%DEBUG%%share/examples/qt4/examples/widgets/shapedclock/shapedclock.debug
-share/examples/qt4/examples/widgets/shapedclock/shapedclock.h
-share/examples/qt4/examples/widgets/shapedclock/shapedclock.pro
-share/examples/qt4/examples/widgets/sliders/main.cpp
-share/examples/qt4/examples/widgets/sliders/sliders
-%%DEBUG%%share/examples/qt4/examples/widgets/sliders/sliders.debug
-share/examples/qt4/examples/widgets/sliders/sliders.pro
-share/examples/qt4/examples/widgets/sliders/slidersgroup.cpp
-share/examples/qt4/examples/widgets/sliders/slidersgroup.h
-share/examples/qt4/examples/widgets/sliders/window.cpp
-share/examples/qt4/examples/widgets/sliders/window.h
-share/examples/qt4/examples/widgets/spinboxes/main.cpp
-share/examples/qt4/examples/widgets/spinboxes/spinboxes
-%%DEBUG%%share/examples/qt4/examples/widgets/spinboxes/spinboxes.debug
-share/examples/qt4/examples/widgets/spinboxes/spinboxes.pro
-share/examples/qt4/examples/widgets/spinboxes/window.cpp
-share/examples/qt4/examples/widgets/spinboxes/window.h
-share/examples/qt4/examples/widgets/styles/images/woodbackground.png
-share/examples/qt4/examples/widgets/styles/images/woodbutton.png
-share/examples/qt4/examples/widgets/styles/main.cpp
-share/examples/qt4/examples/widgets/styles/norwegianwoodstyle.cpp
-share/examples/qt4/examples/widgets/styles/norwegianwoodstyle.h
-share/examples/qt4/examples/widgets/styles/styles
-%%DEBUG%%share/examples/qt4/examples/widgets/styles/styles.debug
-share/examples/qt4/examples/widgets/styles/styles.pro
-share/examples/qt4/examples/widgets/styles/styles.qrc
-share/examples/qt4/examples/widgets/styles/widgetgallery.cpp
-share/examples/qt4/examples/widgets/styles/widgetgallery.h
-share/examples/qt4/examples/widgets/stylesheet/images/checkbox_checked.png
-share/examples/qt4/examples/widgets/stylesheet/images/checkbox_checked_hover.png
-share/examples/qt4/examples/widgets/stylesheet/images/checkbox_checked_pressed.png
-share/examples/qt4/examples/widgets/stylesheet/images/checkbox_unchecked.png
-share/examples/qt4/examples/widgets/stylesheet/images/checkbox_unchecked_hover.png
-share/examples/qt4/examples/widgets/stylesheet/images/checkbox_unchecked_pressed.png
-share/examples/qt4/examples/widgets/stylesheet/images/down_arrow.png
-share/examples/qt4/examples/widgets/stylesheet/images/down_arrow_disabled.png
-share/examples/qt4/examples/widgets/stylesheet/images/frame.png
-share/examples/qt4/examples/widgets/stylesheet/images/pagefold.png
-share/examples/qt4/examples/widgets/stylesheet/images/pushbutton.png
-share/examples/qt4/examples/widgets/stylesheet/images/pushbutton_hover.png
-share/examples/qt4/examples/widgets/stylesheet/images/pushbutton_pressed.png
-share/examples/qt4/examples/widgets/stylesheet/images/radiobutton_checked.png
-share/examples/qt4/examples/widgets/stylesheet/images/radiobutton_checked_hover.png
-share/examples/qt4/examples/widgets/stylesheet/images/radiobutton_checked_pressed.png
-share/examples/qt4/examples/widgets/stylesheet/images/radiobutton_unchecked.png
-share/examples/qt4/examples/widgets/stylesheet/images/radiobutton_unchecked_hover.png
-share/examples/qt4/examples/widgets/stylesheet/images/radiobutton_unchecked_pressed.png
-share/examples/qt4/examples/widgets/stylesheet/images/sizegrip.png
-share/examples/qt4/examples/widgets/stylesheet/images/spindown.png
-share/examples/qt4/examples/widgets/stylesheet/images/spindown_hover.png
-share/examples/qt4/examples/widgets/stylesheet/images/spindown_off.png
-share/examples/qt4/examples/widgets/stylesheet/images/spindown_pressed.png
-share/examples/qt4/examples/widgets/stylesheet/images/spinup.png
-share/examples/qt4/examples/widgets/stylesheet/images/spinup_hover.png
-share/examples/qt4/examples/widgets/stylesheet/images/spinup_off.png
-share/examples/qt4/examples/widgets/stylesheet/images/spinup_pressed.png
-share/examples/qt4/examples/widgets/stylesheet/images/up_arrow.png
-share/examples/qt4/examples/widgets/stylesheet/images/up_arrow_disabled.png
-share/examples/qt4/examples/widgets/stylesheet/layouts/default.ui
-share/examples/qt4/examples/widgets/stylesheet/layouts/pagefold.ui
-share/examples/qt4/examples/widgets/stylesheet/main.cpp
-share/examples/qt4/examples/widgets/stylesheet/mainwindow.cpp
-share/examples/qt4/examples/widgets/stylesheet/mainwindow.h
-share/examples/qt4/examples/widgets/stylesheet/mainwindow.ui
-share/examples/qt4/examples/widgets/stylesheet/qss/coffee.qss
-share/examples/qt4/examples/widgets/stylesheet/qss/default.qss
-share/examples/qt4/examples/widgets/stylesheet/qss/pagefold.qss
-share/examples/qt4/examples/widgets/stylesheet/stylesheet
-%%DEBUG%%share/examples/qt4/examples/widgets/stylesheet/stylesheet.debug
-share/examples/qt4/examples/widgets/stylesheet/stylesheet.pro
-share/examples/qt4/examples/widgets/stylesheet/stylesheet.qrc
-share/examples/qt4/examples/widgets/stylesheet/stylesheeteditor.cpp
-share/examples/qt4/examples/widgets/stylesheet/stylesheeteditor.h
-share/examples/qt4/examples/widgets/stylesheet/stylesheeteditor.ui
-share/examples/qt4/examples/widgets/tablet/main.cpp
-share/examples/qt4/examples/widgets/tablet/mainwindow.cpp
-share/examples/qt4/examples/widgets/tablet/mainwindow.h
-share/examples/qt4/examples/widgets/tablet/tablet
-%%DEBUG%%share/examples/qt4/examples/widgets/tablet/tablet.debug
-share/examples/qt4/examples/widgets/tablet/tablet.pro
-share/examples/qt4/examples/widgets/tablet/tabletapplication.cpp
-share/examples/qt4/examples/widgets/tablet/tabletapplication.h
-share/examples/qt4/examples/widgets/tablet/tabletcanvas.cpp
-share/examples/qt4/examples/widgets/tablet/tabletcanvas.h
-share/examples/qt4/examples/widgets/tetrix/main.cpp
-share/examples/qt4/examples/widgets/tetrix/tetrix
-%%DEBUG%%share/examples/qt4/examples/widgets/tetrix/tetrix.debug
-share/examples/qt4/examples/widgets/tetrix/tetrix.pro
-share/examples/qt4/examples/widgets/tetrix/tetrixboard.cpp
-share/examples/qt4/examples/widgets/tetrix/tetrixboard.h
-share/examples/qt4/examples/widgets/tetrix/tetrixpiece.cpp
-share/examples/qt4/examples/widgets/tetrix/tetrixpiece.h
-share/examples/qt4/examples/widgets/tetrix/tetrixwindow.cpp
-share/examples/qt4/examples/widgets/tetrix/tetrixwindow.h
-share/examples/qt4/examples/widgets/tooltips/images/circle.png
-share/examples/qt4/examples/widgets/tooltips/images/square.png
-share/examples/qt4/examples/widgets/tooltips/images/triangle.png
-share/examples/qt4/examples/widgets/tooltips/main.cpp
-share/examples/qt4/examples/widgets/tooltips/shapeitem.cpp
-share/examples/qt4/examples/widgets/tooltips/shapeitem.h
-share/examples/qt4/examples/widgets/tooltips/sortingbox.cpp
-share/examples/qt4/examples/widgets/tooltips/sortingbox.h
-share/examples/qt4/examples/widgets/tooltips/tooltips
-%%DEBUG%%share/examples/qt4/examples/widgets/tooltips/tooltips.debug
-share/examples/qt4/examples/widgets/tooltips/tooltips.pro
-share/examples/qt4/examples/widgets/tooltips/tooltips.qrc
-share/examples/qt4/examples/widgets/validators/ledoff.png
-share/examples/qt4/examples/widgets/validators/ledon.png
-share/examples/qt4/examples/widgets/validators/ledwidget.cpp
-share/examples/qt4/examples/widgets/validators/ledwidget.h
-share/examples/qt4/examples/widgets/validators/localeselector.cpp
-share/examples/qt4/examples/widgets/validators/localeselector.h
-share/examples/qt4/examples/widgets/validators/main.cpp
-share/examples/qt4/examples/widgets/validators/validators
-%%DEBUG%%share/examples/qt4/examples/widgets/validators/validators.debug
-share/examples/qt4/examples/widgets/validators/validators.pro
-share/examples/qt4/examples/widgets/validators/validators.qrc
-share/examples/qt4/examples/widgets/validators/validators.ui
-share/examples/qt4/examples/widgets/widgets.pro
-share/examples/qt4/examples/widgets/wiggly/dialog.cpp
-share/examples/qt4/examples/widgets/wiggly/dialog.h
-share/examples/qt4/examples/widgets/wiggly/main.cpp
-share/examples/qt4/examples/widgets/wiggly/wiggly
-%%DEBUG%%share/examples/qt4/examples/widgets/wiggly/wiggly.debug
-share/examples/qt4/examples/widgets/wiggly/wiggly.pro
-share/examples/qt4/examples/widgets/wiggly/wigglywidget.cpp
-share/examples/qt4/examples/widgets/wiggly/wigglywidget.h
-share/examples/qt4/examples/widgets/windowflags/controllerwindow.cpp
-share/examples/qt4/examples/widgets/windowflags/controllerwindow.h
-share/examples/qt4/examples/widgets/windowflags/main.cpp
-share/examples/qt4/examples/widgets/windowflags/previewwindow.cpp
-share/examples/qt4/examples/widgets/windowflags/previewwindow.h
-share/examples/qt4/examples/widgets/windowflags/windowflags
-%%DEBUG%%share/examples/qt4/examples/widgets/windowflags/windowflags.debug
-share/examples/qt4/examples/widgets/windowflags/windowflags.pro
-share/examples/qt4/examples/xml/README
-share/examples/qt4/examples/xml/dombookmarks/dombookmarks
-%%DEBUG%%share/examples/qt4/examples/xml/dombookmarks/dombookmarks.debug
-share/examples/qt4/examples/xml/dombookmarks/dombookmarks.pro
-share/examples/qt4/examples/xml/dombookmarks/frank.xbel
-share/examples/qt4/examples/xml/dombookmarks/jennifer.xbel
-share/examples/qt4/examples/xml/dombookmarks/main.cpp
-share/examples/qt4/examples/xml/dombookmarks/mainwindow.cpp
-share/examples/qt4/examples/xml/dombookmarks/mainwindow.h
-share/examples/qt4/examples/xml/dombookmarks/xbeltree.cpp
-share/examples/qt4/examples/xml/dombookmarks/xbeltree.h
-share/examples/qt4/examples/xml/htmlinfo/htmlinfo
-%%DEBUG%%share/examples/qt4/examples/xml/htmlinfo/htmlinfo.debug
-share/examples/qt4/examples/xml/rsslisting/main.cpp
-share/examples/qt4/examples/xml/rsslisting/rsslisting
-share/examples/qt4/examples/xml/rsslisting/rsslisting.cpp
-%%DEBUG%%share/examples/qt4/examples/xml/rsslisting/rsslisting.debug
-share/examples/qt4/examples/xml/rsslisting/rsslisting.h
-share/examples/qt4/examples/xml/rsslisting/rsslisting.pro
-share/examples/qt4/examples/xml/saxbookmarks/frank.xbel
-share/examples/qt4/examples/xml/saxbookmarks/jennifer.xbel
-share/examples/qt4/examples/xml/saxbookmarks/main.cpp
-share/examples/qt4/examples/xml/saxbookmarks/mainwindow.cpp
-share/examples/qt4/examples/xml/saxbookmarks/mainwindow.h
-share/examples/qt4/examples/xml/saxbookmarks/saxbookmarks
-%%DEBUG%%share/examples/qt4/examples/xml/saxbookmarks/saxbookmarks.debug
-share/examples/qt4/examples/xml/saxbookmarks/saxbookmarks.pro
-share/examples/qt4/examples/xml/saxbookmarks/xbelgenerator.cpp
-share/examples/qt4/examples/xml/saxbookmarks/xbelgenerator.h
-share/examples/qt4/examples/xml/saxbookmarks/xbelhandler.cpp
-share/examples/qt4/examples/xml/saxbookmarks/xbelhandler.h
-share/examples/qt4/examples/xml/streambookmarks/frank.xbel
-share/examples/qt4/examples/xml/streambookmarks/jennifer.xbel
-share/examples/qt4/examples/xml/streambookmarks/main.cpp
-share/examples/qt4/examples/xml/streambookmarks/mainwindow.cpp
-share/examples/qt4/examples/xml/streambookmarks/mainwindow.h
-share/examples/qt4/examples/xml/streambookmarks/streambookmarks
-%%DEBUG%%share/examples/qt4/examples/xml/streambookmarks/streambookmarks.debug
-share/examples/qt4/examples/xml/streambookmarks/streambookmarks.pro
-share/examples/qt4/examples/xml/streambookmarks/xbelreader.cpp
-share/examples/qt4/examples/xml/streambookmarks/xbelreader.h
-share/examples/qt4/examples/xml/streambookmarks/xbelwriter.cpp
-share/examples/qt4/examples/xml/streambookmarks/xbelwriter.h
-share/examples/qt4/examples/xml/xml.pro
-share/examples/qt4/examples/xml/xmlstreamlint/main.cpp
-share/examples/qt4/examples/xml/xmlstreamlint/xmlstreamlint
-%%DEBUG%%share/examples/qt4/examples/xml/xmlstreamlint/xmlstreamlint.debug
-share/examples/qt4/examples/xml/xmlstreamlint/xmlstreamlint.pro
-share/examples/qt4/examples/xmlpatterns/README
-share/examples/qt4/examples/xmlpatterns/filetree/filetree
-share/examples/qt4/examples/xmlpatterns/filetree/filetree.cpp
-%%DEBUG%%share/examples/qt4/examples/xmlpatterns/filetree/filetree.debug
-share/examples/qt4/examples/xmlpatterns/filetree/filetree.h
-share/examples/qt4/examples/xmlpatterns/filetree/filetree.pro
-share/examples/qt4/examples/xmlpatterns/filetree/main.cpp
-share/examples/qt4/examples/xmlpatterns/filetree/mainwindow.cpp
-share/examples/qt4/examples/xmlpatterns/filetree/mainwindow.h
-share/examples/qt4/examples/xmlpatterns/filetree/mainwindow.ui
-share/examples/qt4/examples/xmlpatterns/filetree/queries.qrc
-share/examples/qt4/examples/xmlpatterns/filetree/xmlsyntaxhighlighter.cpp
-share/examples/qt4/examples/xmlpatterns/filetree/xmlsyntaxhighlighter.h
-share/examples/qt4/examples/xmlpatterns/qobjectxmlmodel/main.cpp
-share/examples/qt4/examples/xmlpatterns/qobjectxmlmodel/mainwindow.cpp
-share/examples/qt4/examples/xmlpatterns/qobjectxmlmodel/mainwindow.h
-share/examples/qt4/examples/xmlpatterns/qobjectxmlmodel/mainwindow.ui
-share/examples/qt4/examples/xmlpatterns/qobjectxmlmodel/qobjectxmlmodel
-share/examples/qt4/examples/xmlpatterns/qobjectxmlmodel/qobjectxmlmodel.cpp
-%%DEBUG%%share/examples/qt4/examples/xmlpatterns/qobjectxmlmodel/qobjectxmlmodel.debug
-share/examples/qt4/examples/xmlpatterns/qobjectxmlmodel/qobjectxmlmodel.h
-share/examples/qt4/examples/xmlpatterns/qobjectxmlmodel/qobjectxmlmodel.pro
-share/examples/qt4/examples/xmlpatterns/qobjectxmlmodel/queries.qrc
-share/examples/qt4/examples/xmlpatterns/qobjectxmlmodel/xmlsyntaxhighlighter.cpp
-share/examples/qt4/examples/xmlpatterns/qobjectxmlmodel/xmlsyntaxhighlighter.h
-share/examples/qt4/examples/xmlpatterns/recipes/files/allRecipes.xq
-share/examples/qt4/examples/xmlpatterns/recipes/files/cookbook.xml
-share/examples/qt4/examples/xmlpatterns/recipes/files/liquidIngredientsInSoup.xq
-share/examples/qt4/examples/xmlpatterns/recipes/files/mushroomSoup.xq
-share/examples/qt4/examples/xmlpatterns/recipes/files/preparationLessThan30.xq
-share/examples/qt4/examples/xmlpatterns/recipes/files/preparationTimes.xq
-share/examples/qt4/examples/xmlpatterns/recipes/forms/querywidget.ui
-share/examples/qt4/examples/xmlpatterns/recipes/forms/querywidget_mobiles.ui
-share/examples/qt4/examples/xmlpatterns/recipes/main.cpp
-share/examples/qt4/examples/xmlpatterns/recipes/querymainwindow.cpp
-share/examples/qt4/examples/xmlpatterns/recipes/querymainwindow.h
-share/examples/qt4/examples/xmlpatterns/recipes/recipes
-%%DEBUG%%share/examples/qt4/examples/xmlpatterns/recipes/recipes.debug
-share/examples/qt4/examples/xmlpatterns/recipes/recipes.pro
-share/examples/qt4/examples/xmlpatterns/recipes/recipes.qrc
-share/examples/qt4/examples/xmlpatterns/recipes/xmlsyntaxhighlighter.cpp
-share/examples/qt4/examples/xmlpatterns/recipes/xmlsyntaxhighlighter.h
-share/examples/qt4/examples/xmlpatterns/schema/files/contact.xsd
-share/examples/qt4/examples/xmlpatterns/schema/files/invalid_contact.xml
-share/examples/qt4/examples/xmlpatterns/schema/files/invalid_order.xml
-share/examples/qt4/examples/xmlpatterns/schema/files/invalid_recipe.xml
-share/examples/qt4/examples/xmlpatterns/schema/files/order.xsd
-share/examples/qt4/examples/xmlpatterns/schema/files/recipe.xsd
-share/examples/qt4/examples/xmlpatterns/schema/files/valid_contact.xml
-share/examples/qt4/examples/xmlpatterns/schema/files/valid_order.xml
-share/examples/qt4/examples/xmlpatterns/schema/files/valid_recipe.xml
-share/examples/qt4/examples/xmlpatterns/schema/main.cpp
-share/examples/qt4/examples/xmlpatterns/schema/mainwindow.cpp
-share/examples/qt4/examples/xmlpatterns/schema/mainwindow.h
-share/examples/qt4/examples/xmlpatterns/schema/schema
-%%DEBUG%%share/examples/qt4/examples/xmlpatterns/schema/schema.debug
-share/examples/qt4/examples/xmlpatterns/schema/schema.pro
-share/examples/qt4/examples/xmlpatterns/schema/schema.qrc
-share/examples/qt4/examples/xmlpatterns/schema/xmlsyntaxhighlighter.cpp
-share/examples/qt4/examples/xmlpatterns/schema/xmlsyntaxhighlighter.h
-share/examples/qt4/examples/xmlpatterns/trafficinfo/main.cpp
-share/examples/qt4/examples/xmlpatterns/trafficinfo/mainwindow.cpp
-share/examples/qt4/examples/xmlpatterns/trafficinfo/mainwindow.h
-share/examples/qt4/examples/xmlpatterns/trafficinfo/stationdialog.cpp
-share/examples/qt4/examples/xmlpatterns/trafficinfo/stationdialog.h
-share/examples/qt4/examples/xmlpatterns/trafficinfo/stationquery.cpp
-share/examples/qt4/examples/xmlpatterns/trafficinfo/stationquery.h
-share/examples/qt4/examples/xmlpatterns/trafficinfo/timequery.cpp
-share/examples/qt4/examples/xmlpatterns/trafficinfo/timequery.h
-share/examples/qt4/examples/xmlpatterns/trafficinfo/trafficinfo
-%%DEBUG%%share/examples/qt4/examples/xmlpatterns/trafficinfo/trafficinfo.debug
-share/examples/qt4/examples/xmlpatterns/trafficinfo/trafficinfo.pro
-share/examples/qt4/examples/xmlpatterns/xmlpatterns.pro
-share/examples/qt4/examples/xmlpatterns/xquery/globalVariables/globalVariables.pro
-share/examples/qt4/examples/xmlpatterns/xquery/globalVariables/globals.cpp
-share/examples/qt4/examples/xmlpatterns/xquery/globalVariables/globals.gccxml
-share/examples/qt4/examples/xmlpatterns/xquery/globalVariables/globals.html
-share/examples/qt4/examples/xmlpatterns/xquery/globalVariables/reportGlobals.xq
-share/examples/qt4/examples/xmlpatterns/xquery/xquery.pro
-@dirrm share/examples/qt4/examples/xmlpatterns/xquery/globalVariables
-@dirrm share/examples/qt4/examples/xmlpatterns/xquery
-@dirrm share/examples/qt4/examples/xmlpatterns/trafficinfo
-@dirrm share/examples/qt4/examples/xmlpatterns/schema/files
-@dirrm share/examples/qt4/examples/xmlpatterns/schema
-@dirrm share/examples/qt4/examples/xmlpatterns/recipes/forms
-@dirrm share/examples/qt4/examples/xmlpatterns/recipes/files
-@dirrm share/examples/qt4/examples/xmlpatterns/recipes
-@dirrm share/examples/qt4/examples/xmlpatterns/qobjectxmlmodel
-@dirrm share/examples/qt4/examples/xmlpatterns/filetree
-@dirrm share/examples/qt4/examples/xmlpatterns
-@dirrm share/examples/qt4/examples/xml/xmlstreamlint
-@dirrm share/examples/qt4/examples/xml/streambookmarks
-@dirrm share/examples/qt4/examples/xml/saxbookmarks
-@dirrm share/examples/qt4/examples/xml/rsslisting
-@dirrm share/examples/qt4/examples/xml/htmlinfo
-@dirrm share/examples/qt4/examples/xml/dombookmarks
-@dirrm share/examples/qt4/examples/xml
-@dirrm share/examples/qt4/examples/widgets/windowflags
-@dirrm share/examples/qt4/examples/widgets/wiggly
-@dirrm share/examples/qt4/examples/widgets/validators
-@dirrm share/examples/qt4/examples/widgets/tooltips/images
-@dirrm share/examples/qt4/examples/widgets/tooltips
-@dirrm share/examples/qt4/examples/widgets/tetrix
-@dirrm share/examples/qt4/examples/widgets/tablet
-@dirrm share/examples/qt4/examples/widgets/stylesheet/qss
-@dirrm share/examples/qt4/examples/widgets/stylesheet/layouts
-@dirrm share/examples/qt4/examples/widgets/stylesheet/images
-@dirrm share/examples/qt4/examples/widgets/stylesheet
-@dirrm share/examples/qt4/examples/widgets/styles/images
-@dirrm share/examples/qt4/examples/widgets/styles
-@dirrm share/examples/qt4/examples/widgets/spinboxes
-@dirrm share/examples/qt4/examples/widgets/sliders
-@dirrm share/examples/qt4/examples/widgets/shapedclock
-@dirrm share/examples/qt4/examples/widgets/scribble
-@dirrm share/examples/qt4/examples/widgets/movie
-@dirrm share/examples/qt4/examples/widgets/lineedits
-@dirrm share/examples/qt4/examples/widgets/imageviewer
-@dirrm share/examples/qt4/examples/widgets/icons/images
-@dirrm share/examples/qt4/examples/widgets/icons
-@dirrm share/examples/qt4/examples/widgets/groupbox
-@dirrm share/examples/qt4/examples/widgets/digitalclock
-@dirrm share/examples/qt4/examples/widgets/codeeditor
-@dirrm share/examples/qt4/examples/widgets/charactermap
-@dirrm share/examples/qt4/examples/widgets/calendarwidget
-@dirrm share/examples/qt4/examples/widgets/calculator
-@dirrm share/examples/qt4/examples/widgets/analogclock
-@dirrm share/examples/qt4/examples/widgets
-@dirrm share/examples/qt4/examples/webkit/webplugin
-@dirrm share/examples/qt4/examples/webkit/webftpclient
-@dirrm share/examples/qt4/examples/webkit/simplewebplugin
-@dirrm share/examples/qt4/examples/webkit/simpleselector
-@dirrm share/examples/qt4/examples/webkit/previewer
-@dirrm share/examples/qt4/examples/webkit/googlechat
-@dirrm share/examples/qt4/examples/webkit/framecapture
-@dirrm share/examples/qt4/examples/webkit/formextractor
-@dirrm share/examples/qt4/examples/webkit/fancybrowser
-@dirrm share/examples/qt4/examples/webkit/domtraversal
-@dirrm share/examples/qt4/examples/webkit
-@dirrm share/examples/qt4/examples/uitools/textfinder/forms
-@dirrm share/examples/qt4/examples/uitools/textfinder
-@dirrm share/examples/qt4/examples/uitools/multipleinheritance
-@dirrm share/examples/qt4/examples/uitools
-@dirrm share/examples/qt4/examples/tutorials/threads/movedobject
-@dirrm share/examples/qt4/examples/tutorials/threads/hellothreadpool
-@dirrm share/examples/qt4/examples/tutorials/threads/hellothread
-@dirrm share/examples/qt4/examples/tutorials/threads/helloconcurrent
-@dirrm share/examples/qt4/examples/tutorials/threads/clock
-@dirrm share/examples/qt4/examples/tutorials/threads
-@dirrm share/examples/qt4/examples/tutorials/modelview/7_selections
-@dirrm share/examples/qt4/examples/tutorials/modelview/6_treeview
-@dirrm share/examples/qt4/examples/tutorials/modelview/5_edit
-@dirrm share/examples/qt4/examples/tutorials/modelview/4_headers
-@dirrm share/examples/qt4/examples/tutorials/modelview/3_changingmodel
-@dirrm share/examples/qt4/examples/tutorials/modelview/2_formatting
-@dirrm share/examples/qt4/examples/tutorials/modelview/1_readonly
-@dirrm share/examples/qt4/examples/tutorials/modelview
-@dirrm share/examples/qt4/examples/tutorials/addressbook/part7
-@dirrm share/examples/qt4/examples/tutorials/addressbook/part6
-@dirrm share/examples/qt4/examples/tutorials/addressbook/part5
-@dirrm share/examples/qt4/examples/tutorials/addressbook/part4
-@dirrm share/examples/qt4/examples/tutorials/addressbook/part3
-@dirrm share/examples/qt4/examples/tutorials/addressbook/part2
-@dirrm share/examples/qt4/examples/tutorials/addressbook/part1
-@dirrm share/examples/qt4/examples/tutorials/addressbook
-@dirrm share/examples/qt4/examples/tutorials
-@dirrm share/examples/qt4/examples/touch/pinchzoom/images
-@dirrm share/examples/qt4/examples/touch/pinchzoom
-@dirrm share/examples/qt4/examples/touch/knobs
-@dirrm share/examples/qt4/examples/touch/fingerpaint
-@dirrm share/examples/qt4/examples/touch/dials
-@dirrm share/examples/qt4/examples/touch
-@dirrm share/examples/qt4/examples/tools/undoframework/images
-@dirrm share/examples/qt4/examples/tools/undoframework
-@dirrm share/examples/qt4/examples/tools/treemodelcompleter/resources
-@dirrm share/examples/qt4/examples/tools/treemodelcompleter
-@dirrm share/examples/qt4/examples/tools/styleplugin/stylewindow
-@dirrm share/examples/qt4/examples/tools/styleplugin/styles
-@dirrm share/examples/qt4/examples/tools/styleplugin/plugin
-@dirrm share/examples/qt4/examples/tools/styleplugin
-@dirrm share/examples/qt4/examples/tools/settingseditor/inifiles
-@dirrm share/examples/qt4/examples/tools/settingseditor
-@dirrm share/examples/qt4/examples/tools/regexp
-@dirrm share/examples/qt4/examples/tools/plugandpaintplugins/extrafilters
-@dirrm share/examples/qt4/examples/tools/plugandpaintplugins/basictools
-@dirrm share/examples/qt4/examples/tools/plugandpaintplugins
-@dirrm share/examples/qt4/examples/tools/plugandpaint/plugins
-@dirrm share/examples/qt4/examples/tools/plugandpaint
-@dirrm share/examples/qt4/examples/tools/inputpanel
-@dirrm share/examples/qt4/examples/tools/i18n/translations
-@dirrm share/examples/qt4/examples/tools/i18n
-@dirrm share/examples/qt4/examples/tools/echoplugin/plugin
-@dirrm share/examples/qt4/examples/tools/echoplugin/echowindow
-@dirrm share/examples/qt4/examples/tools/echoplugin
-@dirrm share/examples/qt4/examples/tools/customcompleter/resources
-@dirrm share/examples/qt4/examples/tools/customcompleter
-@dirrm share/examples/qt4/examples/tools/contiguouscache
-@dirrm share/examples/qt4/examples/tools/completer/resources
-@dirrm share/examples/qt4/examples/tools/completer
-@dirrm share/examples/qt4/examples/tools/codecs/encodedfiles
-@dirrm share/examples/qt4/examples/tools/codecs
-@dirrm share/examples/qt4/examples/tools
-@dirrm share/examples/qt4/examples/threads/waitconditions
-@dirrm share/examples/qt4/examples/threads/semaphores
-@dirrm share/examples/qt4/examples/threads/mandelbrot
-@dirrm share/examples/qt4/examples/threads
-@dirrm share/examples/qt4/examples/statemachine/twowaybutton
-@dirrm share/examples/qt4/examples/statemachine/trafficlight
-@dirrm share/examples/qt4/examples/statemachine/rogue
-@dirrm share/examples/qt4/examples/statemachine/pingpong
-@dirrm share/examples/qt4/examples/statemachine/factorial
-@dirrm share/examples/qt4/examples/statemachine/eventtransitions
-@dirrm share/examples/qt4/examples/statemachine
-@dirrm share/examples/qt4/examples/sql/tablemodel
-@dirrm share/examples/qt4/examples/sql/sqlwidgetmapper
-@dirrm share/examples/qt4/examples/sql/relationaltablemodel
-@dirrm share/examples/qt4/examples/sql/querymodel
-@dirrm share/examples/qt4/examples/sql/masterdetail/images
-@dirrm share/examples/qt4/examples/sql/masterdetail
-@dirrm share/examples/qt4/examples/sql/drilldown/images
-@dirrm share/examples/qt4/examples/sql/drilldown
-@dirrm share/examples/qt4/examples/sql/cachedtable
-@dirrm share/examples/qt4/examples/sql
-@dirrm share/examples/qt4/examples/script/qstetrix
-@dirrm share/examples/qt4/examples/script/qscript
-@dirrm share/examples/qt4/examples/script/marshal
-@dirrm share/examples/qt4/examples/script/helloscript
-@dirrm share/examples/qt4/examples/script/defaultprototypes
-@dirrm share/examples/qt4/examples/script/customclass
-@dirrm share/examples/qt4/examples/script/context2d/scripts
-@dirrm share/examples/qt4/examples/script/context2d
-@dirrm share/examples/qt4/examples/script/calculator
-@dirrm share/examples/qt4/examples/script
-@dirrm share/examples/qt4/examples/richtext/textobject
-@dirrm share/examples/qt4/examples/richtext/syntaxhighlighter
-@dirrm share/examples/qt4/examples/richtext/orderform
-@dirrm share/examples/qt4/examples/richtext/calendar
-@dirrm share/examples/qt4/examples/richtext
-@dirrm share/examples/qt4/examples/qtestlib/tutorial5
-@dirrm share/examples/qt4/examples/qtestlib/tutorial4
-@dirrm share/examples/qt4/examples/qtestlib/tutorial3
-@dirrm share/examples/qt4/examples/qtestlib/tutorial2
-@dirrm share/examples/qt4/examples/qtestlib/tutorial1
-@dirrm share/examples/qt4/examples/qtestlib
-@dirrm share/examples/qt4/examples/qtconcurrent/wordcount
-@dirrm share/examples/qt4/examples/qtconcurrent/runfunction
-@dirrm share/examples/qt4/examples/qtconcurrent/progressdialog
-@dirrm share/examples/qt4/examples/qtconcurrent/map
-@dirrm share/examples/qt4/examples/qtconcurrent/imagescaling
-@dirrm share/examples/qt4/examples/qtconcurrent
-@dirrm share/examples/qt4/examples/phonon/qmusicplayer
-@dirrm share/examples/qt4/examples/phonon/capabilities
-@dirrm share/examples/qt4/examples/phonon
-@dirrm share/examples/qt4/examples/painting/transformations
-@dirrm share/examples/qt4/examples/painting/svgviewer/files
-@dirrm share/examples/qt4/examples/painting/svgviewer
-@dirrm share/examples/qt4/examples/painting/svggenerator
-@dirrm share/examples/qt4/examples/painting/painterpaths
-@dirrm share/examples/qt4/examples/painting/imagecomposition/images
-@dirrm share/examples/qt4/examples/painting/imagecomposition
-@dirrm share/examples/qt4/examples/painting/fontsampler
-@dirrm share/examples/qt4/examples/painting/concentriccircles
-@dirrm share/examples/qt4/examples/painting/basicdrawing/images
-@dirrm share/examples/qt4/examples/painting/basicdrawing
-@dirrm share/examples/qt4/examples/painting
-@dirrm share/examples/qt4/examples/opengl/textures/images
-@dirrm share/examples/qt4/examples/opengl/textures
-@dirrm share/examples/qt4/examples/opengl/samplebuffers
-@dirrm share/examples/qt4/examples/opengl/pbuffers2
-@dirrm share/examples/qt4/examples/opengl/pbuffers
-@dirrm share/examples/qt4/examples/opengl/overpainting
-@dirrm share/examples/qt4/examples/opengl/hellogl
-@dirrm share/examples/qt4/examples/opengl/grabber
-@dirrm share/examples/qt4/examples/opengl/framebufferobject2
-@dirrm share/examples/qt4/examples/opengl/framebufferobject
-@dirrm share/examples/qt4/examples/opengl/2dpainting
-@dirrm share/examples/qt4/examples/opengl
-@dirrm share/examples/qt4/examples/network/torrent/icons
-@dirrm share/examples/qt4/examples/network/torrent/forms
-@dirrm share/examples/qt4/examples/network/torrent
-@dirrm share/examples/qt4/examples/network/threadedfortuneserver
-@dirrm share/examples/qt4/examples/network/securesocketclient
-@dirrm share/examples/qt4/examples/network/qftp/images
-@dirrm share/examples/qt4/examples/network/qftp
-@dirrm share/examples/qt4/examples/network/network-chat
-@dirrm share/examples/qt4/examples/network/multicastsender
-@dirrm share/examples/qt4/examples/network/multicastreceiver
-@dirrm share/examples/qt4/examples/network/loopback
-@dirrm share/examples/qt4/examples/network/http
-@dirrm share/examples/qt4/examples/network/googlesuggest
-@dirrm share/examples/qt4/examples/network/fortuneserver
-@dirrm share/examples/qt4/examples/network/fortuneclient
-@dirrm share/examples/qt4/examples/network/downloadmanager
-@dirrm share/examples/qt4/examples/network/download
-@dirrm share/examples/qt4/examples/network/broadcastsender
-@dirrm share/examples/qt4/examples/network/broadcastreceiver
-@dirrm share/examples/qt4/examples/network/blockingfortuneclient
-@dirrm share/examples/qt4/examples/network
-@dirrm share/examples/qt4/examples/multimedia/videowidget
-@dirrm share/examples/qt4/examples/multimedia/videographicsitem
-@dirrm share/examples/qt4/examples/multimedia/audiooutput
-@dirrm share/examples/qt4/examples/multimedia/audioinput
-@dirrm share/examples/qt4/examples/multimedia/audiodevices
-@dirrm share/examples/qt4/examples/multimedia
-@dirrm share/examples/qt4/examples/mainwindows/sdi/images
-@dirrm share/examples/qt4/examples/mainwindows/sdi
-@dirrm share/examples/qt4/examples/mainwindows/recentfiles
-@dirrm share/examples/qt4/examples/mainwindows/menus
-@dirrm share/examples/qt4/examples/mainwindows/mdi/images
-@dirrm share/examples/qt4/examples/mainwindows/mdi
-@dirrm share/examples/qt4/examples/mainwindows/dockwidgets/images
-@dirrm share/examples/qt4/examples/mainwindows/dockwidgets
-@dirrm share/examples/qt4/examples/mainwindows/application/images
-@dirrm share/examples/qt4/examples/mainwindows/application
-@dirrm share/examples/qt4/examples/mainwindows
-@dirrm share/examples/qt4/examples/linguist/trollprint
-@dirrm share/examples/qt4/examples/linguist/hellotr
-@dirrm share/examples/qt4/examples/linguist/arrowpad
-@dirrm share/examples/qt4/examples/linguist
-@dirrm share/examples/qt4/examples/layouts/flowlayout
-@dirrm share/examples/qt4/examples/layouts/dynamiclayouts
-@dirrm share/examples/qt4/examples/layouts/borderlayout
-@dirrm share/examples/qt4/examples/layouts/basiclayouts
-@dirrm share/examples/qt4/examples/layouts
-@dirrm share/examples/qt4/examples/itemviews/spinboxdelegate
-@dirrm share/examples/qt4/examples/itemviews/simplewidgetmapper
-@dirrm share/examples/qt4/examples/itemviews/simpletreemodel
-@dirrm share/examples/qt4/examples/itemviews/simpledommodel
-@dirrm share/examples/qt4/examples/itemviews/puzzle
-@dirrm share/examples/qt4/examples/itemviews/pixelator/images
-@dirrm share/examples/qt4/examples/itemviews/pixelator
-@dirrm share/examples/qt4/examples/itemviews/frozencolumn
-@dirrm share/examples/qt4/examples/itemviews/fetchmore
-@dirrm share/examples/qt4/examples/itemviews/editabletreemodel
-@dirrm share/examples/qt4/examples/itemviews/dirview
-@dirrm share/examples/qt4/examples/itemviews/delayedencoding
-@dirrm share/examples/qt4/examples/itemviews/customsortfiltermodel
-@dirrm share/examples/qt4/examples/itemviews/combowidgetmapper
-@dirrm share/examples/qt4/examples/itemviews/chart
-@dirrm share/examples/qt4/examples/itemviews/basicsortfiltermodel
-@dirrm share/examples/qt4/examples/itemviews/addressbook
-@dirrm share/examples/qt4/examples/itemviews
-@dirrm share/examples/qt4/examples/ipc/sharedmemory
-@dirrm share/examples/qt4/examples/ipc/localfortuneserver
-@dirrm share/examples/qt4/examples/ipc/localfortuneclient
-@dirrm share/examples/qt4/examples/ipc
-@dirrm share/examples/qt4/examples/helper/qmlapplicationviewer
-@dirrm share/examples/qt4/examples/helper
-@dirrm share/examples/qt4/examples/help/simpletextviewer/documentation/images
-@dirrm share/examples/qt4/examples/help/simpletextviewer/documentation
-@dirrm share/examples/qt4/examples/help/simpletextviewer
-@dirrm share/examples/qt4/examples/help/remotecontrol
-@dirrm share/examples/qt4/examples/help/contextsensitivehelp/doc
-@dirrm share/examples/qt4/examples/help/contextsensitivehelp
-@dirrm share/examples/qt4/examples/help
-@dirrm share/examples/qt4/examples/graphicsview/weatheranchorlayout/images
-@dirrm share/examples/qt4/examples/graphicsview/weatheranchorlayout
-@dirrm share/examples/qt4/examples/graphicsview/simpleanchorlayout
-@dirrm share/examples/qt4/examples/graphicsview/portedcanvas
-@dirrm share/examples/qt4/examples/graphicsview/portedasteroids/sprites/ship
-@dirrm share/examples/qt4/examples/graphicsview/portedasteroids/sprites/shield
-@dirrm share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock3
-@dirrm share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock2
-@dirrm share/examples/qt4/examples/graphicsview/portedasteroids/sprites/rock1
-@dirrm share/examples/qt4/examples/graphicsview/portedasteroids/sprites/powerups
-@dirrm share/examples/qt4/examples/graphicsview/portedasteroids/sprites/missile
-@dirrm share/examples/qt4/examples/graphicsview/portedasteroids/sprites/exhaust
-@dirrm share/examples/qt4/examples/graphicsview/portedasteroids/sprites/bits
-@dirrm share/examples/qt4/examples/graphicsview/portedasteroids/sprites
-@dirrm share/examples/qt4/examples/graphicsview/portedasteroids/sounds
-@dirrm share/examples/qt4/examples/graphicsview/portedasteroids
-@dirrm share/examples/qt4/examples/graphicsview/padnavigator/images
-@dirrm share/examples/qt4/examples/graphicsview/padnavigator
-@dirrm share/examples/qt4/examples/graphicsview/elasticnodes
-@dirrm share/examples/qt4/examples/graphicsview/dragdroprobot/images
-@dirrm share/examples/qt4/examples/graphicsview/dragdroprobot
-@dirrm share/examples/qt4/examples/graphicsview/diagramscene/images
-@dirrm share/examples/qt4/examples/graphicsview/diagramscene
-@dirrm share/examples/qt4/examples/graphicsview/collidingmice/images
-@dirrm share/examples/qt4/examples/graphicsview/collidingmice
-@dirrm share/examples/qt4/examples/graphicsview/basicgraphicslayouts
-@dirrm share/examples/qt4/examples/graphicsview/anchorlayout
-@dirrm share/examples/qt4/examples/graphicsview
-@dirrm share/examples/qt4/examples/gestures/imagegestures
-@dirrm share/examples/qt4/examples/gestures
-@dirrm share/examples/qt4/examples/effects/lighting
-@dirrm share/examples/qt4/examples/effects/fademessage
-@dirrm share/examples/qt4/examples/effects/blurpicker
-@dirrm share/examples/qt4/examples/effects
-@dirrm share/examples/qt4/examples/draganddrop/puzzle
-@dirrm share/examples/qt4/examples/draganddrop/fridgemagnets
-@dirrm share/examples/qt4/examples/draganddrop/dropsite
-@dirrm share/examples/qt4/examples/draganddrop/draggabletext
-@dirrm share/examples/qt4/examples/draganddrop/draggableicons/images
-@dirrm share/examples/qt4/examples/draganddrop/draggableicons
-@dirrm share/examples/qt4/examples/draganddrop/delayedencoding
-@dirrm share/examples/qt4/examples/draganddrop
-@dirrm share/examples/qt4/examples/dialogs/trivialwizard
-@dirrm share/examples/qt4/examples/dialogs/tabdialog
-@dirrm share/examples/qt4/examples/dialogs/standarddialogs
-@dirrm share/examples/qt4/examples/dialogs/licensewizard/images
-@dirrm share/examples/qt4/examples/dialogs/licensewizard
-@dirrm share/examples/qt4/examples/dialogs/findfiles
-@dirrm share/examples/qt4/examples/dialogs/extension
-@dirrm share/examples/qt4/examples/dialogs/configdialog/images
-@dirrm share/examples/qt4/examples/dialogs/configdialog
-@dirrm share/examples/qt4/examples/dialogs/classwizard/images
-@dirrm share/examples/qt4/examples/dialogs/classwizard
-@dirrm share/examples/qt4/examples/dialogs
-@dirrm share/examples/qt4/examples/desktop/systray/images
-@dirrm share/examples/qt4/examples/desktop/systray
-@dirrm share/examples/qt4/examples/desktop/screenshot
-@dirrm share/examples/qt4/examples/desktop
-@dirrm share/examples/qt4/examples/designer/worldtimeclockplugin
-@dirrm share/examples/qt4/examples/designer/worldtimeclockbuilder
-@dirrm share/examples/qt4/examples/designer/taskmenuextension
-@dirrm share/examples/qt4/examples/designer/customwidgetplugin
-@dirrm share/examples/qt4/examples/designer/containerextension
-@dirrm share/examples/qt4/examples/designer/calculatorform
-@dirrm share/examples/qt4/examples/designer/calculatorbuilder
-@dirrm share/examples/qt4/examples/designer
-@dirrm share/examples/qt4/examples/declarative/xml/xmlhttprequest-example/qml/xmlhttprequest-example
-@dirrm share/examples/qt4/examples/declarative/xml/xmlhttprequest-example/qml
-@dirrm share/examples/qt4/examples/declarative/xml/xmlhttprequest-example
-@dirrm share/examples/qt4/examples/declarative/xml/xmlhttprequest
-@dirrm share/examples/qt4/examples/declarative/xml
-@dirrm share/examples/qt4/examples/declarative/ui-components/tabwidget/qml/tabwidget
-@dirrm share/examples/qt4/examples/declarative/ui-components/tabwidget/qml
-@dirrm share/examples/qt4/examples/declarative/ui-components/tabwidget
-@dirrm share/examples/qt4/examples/declarative/ui-components/spinner/qml/spinner/content
-@dirrm share/examples/qt4/examples/declarative/ui-components/spinner/qml/spinner
-@dirrm share/examples/qt4/examples/declarative/ui-components/spinner/qml
-@dirrm share/examples/qt4/examples/declarative/ui-components/spinner
-@dirrm share/examples/qt4/examples/declarative/ui-components/slideswitch/qml/slideswitch/content
-@dirrm share/examples/qt4/examples/declarative/ui-components/slideswitch/qml/slideswitch
-@dirrm share/examples/qt4/examples/declarative/ui-components/slideswitch/qml
-@dirrm share/examples/qt4/examples/declarative/ui-components/slideswitch
-@dirrm share/examples/qt4/examples/declarative/ui-components/searchbox/qml/searchbox/images
-@dirrm share/examples/qt4/examples/declarative/ui-components/searchbox/qml/searchbox
-@dirrm share/examples/qt4/examples/declarative/ui-components/searchbox/qml
-@dirrm share/examples/qt4/examples/declarative/ui-components/searchbox
-@dirrm share/examples/qt4/examples/declarative/ui-components/scrollbar/qml/scrollbar
-@dirrm share/examples/qt4/examples/declarative/ui-components/scrollbar/qml
-@dirrm share/examples/qt4/examples/declarative/ui-components/scrollbar
-@dirrm share/examples/qt4/examples/declarative/ui-components/progressbar/qml/progressbar/content
-@dirrm share/examples/qt4/examples/declarative/ui-components/progressbar/qml/progressbar
-@dirrm share/examples/qt4/examples/declarative/ui-components/progressbar/qml
-@dirrm share/examples/qt4/examples/declarative/ui-components/progressbar
-@dirrm share/examples/qt4/examples/declarative/ui-components/main/qml/main/pics
-@dirrm share/examples/qt4/examples/declarative/ui-components/main/qml/main/images
-@dirrm share/examples/qt4/examples/declarative/ui-components/main/qml/main/content
-@dirrm share/examples/qt4/examples/declarative/ui-components/main/qml/main
-@dirrm share/examples/qt4/examples/declarative/ui-components/main/qml
-@dirrm share/examples/qt4/examples/declarative/ui-components/main
-@dirrm share/examples/qt4/examples/declarative/ui-components/flipable/qml/flipable/content
-@dirrm share/examples/qt4/examples/declarative/ui-components/flipable/qml/flipable
-@dirrm share/examples/qt4/examples/declarative/ui-components/flipable/qml
-@dirrm share/examples/qt4/examples/declarative/ui-components/flipable
-@dirrm share/examples/qt4/examples/declarative/ui-components/dialcontrol/qml/dialcontrol/content
-@dirrm share/examples/qt4/examples/declarative/ui-components/dialcontrol/qml/dialcontrol
-@dirrm share/examples/qt4/examples/declarative/ui-components/dialcontrol/qml
-@dirrm share/examples/qt4/examples/declarative/ui-components/dialcontrol
-@dirrm share/examples/qt4/examples/declarative/ui-components
-@dirrm share/examples/qt4/examples/declarative/toys/tvtennis/qml/tvtennis
-@dirrm share/examples/qt4/examples/declarative/toys/tvtennis/qml
-@dirrm share/examples/qt4/examples/declarative/toys/tvtennis
-@dirrm share/examples/qt4/examples/declarative/toys/tic-tac-toe/qml/tic-tac-toe/content/pics
-@dirrm share/examples/qt4/examples/declarative/toys/tic-tac-toe/qml/tic-tac-toe/content
-@dirrm share/examples/qt4/examples/declarative/toys/tic-tac-toe/qml/tic-tac-toe
-@dirrm share/examples/qt4/examples/declarative/toys/tic-tac-toe/qml
-@dirrm share/examples/qt4/examples/declarative/toys/tic-tac-toe
-@dirrm share/examples/qt4/examples/declarative/toys/dynamicscene/qml/dynamicscene/images
-@dirrm share/examples/qt4/examples/declarative/toys/dynamicscene/qml/dynamicscene
-@dirrm share/examples/qt4/examples/declarative/toys/dynamicscene/qml
-@dirrm share/examples/qt4/examples/declarative/toys/dynamicscene
-@dirrm share/examples/qt4/examples/declarative/toys/corkboards/qml/corkboards
-@dirrm share/examples/qt4/examples/declarative/toys/corkboards/qml
-@dirrm share/examples/qt4/examples/declarative/toys/corkboards
-@dirrm share/examples/qt4/examples/declarative/toys/clocks/qml/clocks/content
-@dirrm share/examples/qt4/examples/declarative/toys/clocks/qml/clocks
-@dirrm share/examples/qt4/examples/declarative/toys/clocks/qml
-@dirrm share/examples/qt4/examples/declarative/toys/clocks
-@dirrm share/examples/qt4/examples/declarative/toys
-@dirrm share/examples/qt4/examples/declarative/touchinteraction/pincharea/qml/pincharea
-@dirrm share/examples/qt4/examples/declarative/touchinteraction/pincharea/qml
-@dirrm share/examples/qt4/examples/declarative/touchinteraction/pincharea
-@dirrm share/examples/qt4/examples/declarative/touchinteraction/mousearea/mousearea-example/qml/mousearea-example
-@dirrm share/examples/qt4/examples/declarative/touchinteraction/mousearea/mousearea-example/qml
-@dirrm share/examples/qt4/examples/declarative/touchinteraction/mousearea/mousearea-example
-@dirrm share/examples/qt4/examples/declarative/touchinteraction/mousearea
-@dirrm share/examples/qt4/examples/declarative/touchinteraction/gestures/experimental-gestures/qml/experimental-gestures
-@dirrm share/examples/qt4/examples/declarative/touchinteraction/gestures/experimental-gestures/qml
-@dirrm share/examples/qt4/examples/declarative/touchinteraction/gestures/experimental-gestures
-@dirrm share/examples/qt4/examples/declarative/touchinteraction/gestures
-@dirrm share/examples/qt4/examples/declarative/touchinteraction
-@dirrm share/examples/qt4/examples/declarative/threading/workerscript/qml/workerscript
-@dirrm share/examples/qt4/examples/declarative/threading/workerscript/qml
-@dirrm share/examples/qt4/examples/declarative/threading/workerscript
-@dirrm share/examples/qt4/examples/declarative/threading/threadedlistmodel/qml/threadedlistmodel
-@dirrm share/examples/qt4/examples/declarative/threading/threadedlistmodel/qml
-@dirrm share/examples/qt4/examples/declarative/threading/threadedlistmodel
-@dirrm share/examples/qt4/examples/declarative/threading
-@dirrm share/examples/qt4/examples/declarative/text/textselection/qml/textselection/pics
-@dirrm share/examples/qt4/examples/declarative/text/textselection/qml/textselection
-@dirrm share/examples/qt4/examples/declarative/text/textselection/qml
-@dirrm share/examples/qt4/examples/declarative/text/textselection
-@dirrm share/examples/qt4/examples/declarative/text/fonts/hello/qml/hello/fonts
-@dirrm share/examples/qt4/examples/declarative/text/fonts/hello/qml/hello
-@dirrm share/examples/qt4/examples/declarative/text/fonts/hello/qml
-@dirrm share/examples/qt4/examples/declarative/text/fonts/hello
-@dirrm share/examples/qt4/examples/declarative/text/fonts/fonts/qml/fonts-qml/fonts
-@dirrm share/examples/qt4/examples/declarative/text/fonts/fonts/qml/fonts-qml
-@dirrm share/examples/qt4/examples/declarative/text/fonts/fonts/qml
-@dirrm share/examples/qt4/examples/declarative/text/fonts/fonts
-@dirrm share/examples/qt4/examples/declarative/text/fonts/banner/qml/banner/fonts
-@dirrm share/examples/qt4/examples/declarative/text/fonts/banner/qml/banner
-@dirrm share/examples/qt4/examples/declarative/text/fonts/banner/qml
-@dirrm share/examples/qt4/examples/declarative/text/fonts/banner
-@dirrm share/examples/qt4/examples/declarative/text/fonts/availableFonts/qml/availableFonts/fonts
-@dirrm share/examples/qt4/examples/declarative/text/fonts/availableFonts/qml/availableFonts
-@dirrm share/examples/qt4/examples/declarative/text/fonts/availableFonts/qml
-@dirrm share/examples/qt4/examples/declarative/text/fonts/availableFonts
-@dirrm share/examples/qt4/examples/declarative/text/fonts
-@dirrm share/examples/qt4/examples/declarative/text
-@dirrm share/examples/qt4/examples/declarative/sqllocalstorage/qml/sqllocalstorage
-@dirrm share/examples/qt4/examples/declarative/sqllocalstorage/qml
-@dirrm share/examples/qt4/examples/declarative/sqllocalstorage
-@dirrm share/examples/qt4/examples/declarative/shadereffects/qml/shadereffects/images
-@dirrm share/examples/qt4/examples/declarative/shadereffects/qml/shadereffects
-@dirrm share/examples/qt4/examples/declarative/shadereffects/qml
-@dirrm share/examples/qt4/examples/declarative/shadereffects
-@dirrm share/examples/qt4/examples/declarative/positioners/qml/positioners
-@dirrm share/examples/qt4/examples/declarative/positioners/qml
-@dirrm share/examples/qt4/examples/declarative/positioners
-@dirrm share/examples/qt4/examples/declarative/modelviews/webview/newwindows/qml/newwindows
-@dirrm share/examples/qt4/examples/declarative/modelviews/webview/newwindows/qml
-@dirrm share/examples/qt4/examples/declarative/modelviews/webview/newwindows
-@dirrm share/examples/qt4/examples/declarative/modelviews/webview/inlinehtml/qml/inlinehtml
-@dirrm share/examples/qt4/examples/declarative/modelviews/webview/inlinehtml/qml
-@dirrm share/examples/qt4/examples/declarative/modelviews/webview/inlinehtml
-@dirrm share/examples/qt4/examples/declarative/modelviews/webview/googlemaps/qml/googlemaps/content/pics
-@dirrm share/examples/qt4/examples/declarative/modelviews/webview/googlemaps/qml/googlemaps/content/Mapping
-@dirrm share/examples/qt4/examples/declarative/modelviews/webview/googlemaps/qml/googlemaps/content
-@dirrm share/examples/qt4/examples/declarative/modelviews/webview/googlemaps/qml/googlemaps
-@dirrm share/examples/qt4/examples/declarative/modelviews/webview/googlemaps/qml
-@dirrm share/examples/qt4/examples/declarative/modelviews/webview/googlemaps
-@dirrm share/examples/qt4/examples/declarative/modelviews/webview/autosize/qml/autosize
-@dirrm share/examples/qt4/examples/declarative/modelviews/webview/autosize/qml
-@dirrm share/examples/qt4/examples/declarative/modelviews/webview/autosize
-@dirrm share/examples/qt4/examples/declarative/modelviews/webview/alerts/qml/alerts
-@dirrm share/examples/qt4/examples/declarative/modelviews/webview/alerts/qml
-@dirrm share/examples/qt4/examples/declarative/modelviews/webview/alerts
-@dirrm share/examples/qt4/examples/declarative/modelviews/webview
-@dirrm share/examples/qt4/examples/declarative/modelviews/visualitemmodel/qml/visualitemmodel
-@dirrm share/examples/qt4/examples/declarative/modelviews/visualitemmodel/qml
-@dirrm share/examples/qt4/examples/declarative/modelviews/visualitemmodel
-@dirrm share/examples/qt4/examples/declarative/modelviews/stringlistmodel/qml/stringlistmodel
-@dirrm share/examples/qt4/examples/declarative/modelviews/stringlistmodel/qml
-@dirrm share/examples/qt4/examples/declarative/modelviews/stringlistmodel
-@dirrm share/examples/qt4/examples/declarative/modelviews/pathview-example/qml/pathview-example/pics
-@dirrm share/examples/qt4/examples/declarative/modelviews/pathview-example/qml/pathview-example
-@dirrm share/examples/qt4/examples/declarative/modelviews/pathview-example/qml
-@dirrm share/examples/qt4/examples/declarative/modelviews/pathview-example
-@dirrm share/examples/qt4/examples/declarative/modelviews/parallax/qml/parallax/pics
-@dirrm share/examples/qt4/examples/declarative/modelviews/parallax/qml/parallax
-@dirrm share/examples/qt4/examples/declarative/modelviews/parallax/qml
-@dirrm share/examples/qt4/examples/declarative/modelviews/parallax
-@dirrm share/examples/qt4/examples/declarative/modelviews/package/qml/package
-@dirrm share/examples/qt4/examples/declarative/modelviews/package/qml
-@dirrm share/examples/qt4/examples/declarative/modelviews/package
-@dirrm share/examples/qt4/examples/declarative/modelviews/objectlistmodel/qml/objectlistmodel
-@dirrm share/examples/qt4/examples/declarative/modelviews/objectlistmodel/qml
-@dirrm share/examples/qt4/examples/declarative/modelviews/objectlistmodel
-@dirrm share/examples/qt4/examples/declarative/modelviews/listview/sections/qml/sections/content/pics
-@dirrm share/examples/qt4/examples/declarative/modelviews/listview/sections/qml/sections/content
-@dirrm share/examples/qt4/examples/declarative/modelviews/listview/sections/qml/sections
-@dirrm share/examples/qt4/examples/declarative/modelviews/listview/sections/qml
-@dirrm share/examples/qt4/examples/declarative/modelviews/listview/sections
-@dirrm share/examples/qt4/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/pics
-@dirrm share/examples/qt4/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content
-@dirrm share/examples/qt4/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges
-@dirrm share/examples/qt4/examples/declarative/modelviews/listview/highlightranges/qml
-@dirrm share/examples/qt4/examples/declarative/modelviews/listview/highlightranges
-@dirrm share/examples/qt4/examples/declarative/modelviews/listview/highlight/qml/highlight/content/pics
-@dirrm share/examples/qt4/examples/declarative/modelviews/listview/highlight/qml/highlight/content
-@dirrm share/examples/qt4/examples/declarative/modelviews/listview/highlight/qml/highlight
-@dirrm share/examples/qt4/examples/declarative/modelviews/listview/highlight/qml
-@dirrm share/examples/qt4/examples/declarative/modelviews/listview/highlight
-@dirrm share/examples/qt4/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/pics
-@dirrm share/examples/qt4/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content
-@dirrm share/examples/qt4/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates
-@dirrm share/examples/qt4/examples/declarative/modelviews/listview/expandingdelegates/qml
-@dirrm share/examples/qt4/examples/declarative/modelviews/listview/expandingdelegates
-@dirrm share/examples/qt4/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/pics
-@dirrm share/examples/qt4/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content
-@dirrm share/examples/qt4/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic
-@dirrm share/examples/qt4/examples/declarative/modelviews/listview/dynamiclist/qml
-@dirrm share/examples/qt4/examples/declarative/modelviews/listview/dynamiclist
-@dirrm share/examples/qt4/examples/declarative/modelviews/listview
-@dirrm share/examples/qt4/examples/declarative/modelviews/gridview-example/qml/gridview-example/pics
-@dirrm share/examples/qt4/examples/declarative/modelviews/gridview-example/qml/gridview-example
-@dirrm share/examples/qt4/examples/declarative/modelviews/gridview-example/qml
-@dirrm share/examples/qt4/examples/declarative/modelviews/gridview-example
-@dirrm share/examples/qt4/examples/declarative/modelviews/abstractitemmodel/qml/abstractitemmodel
-@dirrm share/examples/qt4/examples/declarative/modelviews/abstractitemmodel/qml
-@dirrm share/examples/qt4/examples/declarative/modelviews/abstractitemmodel
-@dirrm share/examples/qt4/examples/declarative/modelviews
-@dirrm share/examples/qt4/examples/declarative/keyinteraction/focus/qml/focus/FocusCore/images
-@dirrm share/examples/qt4/examples/declarative/keyinteraction/focus/qml/focus/FocusCore
-@dirrm share/examples/qt4/examples/declarative/keyinteraction/focus/qml/focus
-@dirrm share/examples/qt4/examples/declarative/keyinteraction/focus/qml
-@dirrm share/examples/qt4/examples/declarative/keyinteraction/focus
-@dirrm share/examples/qt4/examples/declarative/keyinteraction
-@dirrm share/examples/qt4/examples/declarative/imageelements/shadows/qml/shadows/content
-@dirrm share/examples/qt4/examples/declarative/imageelements/shadows/qml/shadows
-@dirrm share/examples/qt4/examples/declarative/imageelements/shadows/qml
-@dirrm share/examples/qt4/examples/declarative/imageelements/shadows
-@dirrm share/examples/qt4/examples/declarative/imageelements/image/qml/image
-@dirrm share/examples/qt4/examples/declarative/imageelements/image/qml
-@dirrm share/examples/qt4/examples/declarative/imageelements/image
-@dirrm share/examples/qt4/examples/declarative/imageelements/borderimage/qml/borderimage/content
-@dirrm share/examples/qt4/examples/declarative/imageelements/borderimage/qml/borderimage
-@dirrm share/examples/qt4/examples/declarative/imageelements/borderimage/qml
-@dirrm share/examples/qt4/examples/declarative/imageelements/borderimage
-@dirrm share/examples/qt4/examples/declarative/imageelements
-@dirrm share/examples/qt4/examples/declarative/i18n/qml/i18n
-@dirrm share/examples/qt4/examples/declarative/i18n/qml
-@dirrm share/examples/qt4/examples/declarative/i18n
-@dirrm share/examples/qt4/examples/declarative/cppextensions/referenceexamples/valuesource
-@dirrm share/examples/qt4/examples/declarative/cppextensions/referenceexamples/signal
-@dirrm share/examples/qt4/examples/declarative/cppextensions/referenceexamples/properties
-@dirrm share/examples/qt4/examples/declarative/cppextensions/referenceexamples/methods
-@dirrm share/examples/qt4/examples/declarative/cppextensions/referenceexamples/grouped
-@dirrm share/examples/qt4/examples/declarative/cppextensions/referenceexamples/extended
-@dirrm share/examples/qt4/examples/declarative/cppextensions/referenceexamples/default
-@dirrm share/examples/qt4/examples/declarative/cppextensions/referenceexamples/coercion
-@dirrm share/examples/qt4/examples/declarative/cppextensions/referenceexamples/binding
-@dirrm share/examples/qt4/examples/declarative/cppextensions/referenceexamples/attached
-@dirrm share/examples/qt4/examples/declarative/cppextensions/referenceexamples/adding
-@dirrm share/examples/qt4/examples/declarative/cppextensions/referenceexamples
-@dirrm share/examples/qt4/examples/declarative/cppextensions/qwidgets/QWidgets
-@dirrm share/examples/qt4/examples/declarative/cppextensions/qwidgets
-@dirrm share/examples/qt4/examples/declarative/cppextensions/qgraphicslayouts/qgraphicslinearlayout/qml/qgraphicslinearlayout
-@dirrm share/examples/qt4/examples/declarative/cppextensions/qgraphicslayouts/qgraphicslinearlayout/qml
-@dirrm share/examples/qt4/examples/declarative/cppextensions/qgraphicslayouts/qgraphicslinearlayout
-@dirrm share/examples/qt4/examples/declarative/cppextensions/qgraphicslayouts/qgraphicsgridlayout/qml/qgraphicsgridlayout
-@dirrm share/examples/qt4/examples/declarative/cppextensions/qgraphicslayouts/qgraphicsgridlayout/qml
-@dirrm share/examples/qt4/examples/declarative/cppextensions/qgraphicslayouts/qgraphicsgridlayout
-@dirrm share/examples/qt4/examples/declarative/cppextensions/qgraphicslayouts/layoutitem
-@dirrm share/examples/qt4/examples/declarative/cppextensions/qgraphicslayouts
-@dirrm share/examples/qt4/examples/declarative/cppextensions/plugins/com/nokia/TimeExample
-@dirrm share/examples/qt4/examples/declarative/cppextensions/plugins/com/nokia
-@dirrm share/examples/qt4/examples/declarative/cppextensions/plugins/com
-@dirrm share/examples/qt4/examples/declarative/cppextensions/plugins
-@dirrm share/examples/qt4/examples/declarative/cppextensions/networkaccessmanagerfactory/qml/networkaccessmanagerfactory
-@dirrm share/examples/qt4/examples/declarative/cppextensions/networkaccessmanagerfactory/qml
-@dirrm share/examples/qt4/examples/declarative/cppextensions/networkaccessmanagerfactory
-@dirrm share/examples/qt4/examples/declarative/cppextensions/imageprovider/ImageProviderCore
-@dirrm share/examples/qt4/examples/declarative/cppextensions/imageprovider
-@dirrm share/examples/qt4/examples/declarative/cppextensions
-@dirrm share/examples/qt4/examples/declarative/animation/states/qml/states
-@dirrm share/examples/qt4/examples/declarative/animation/states/qml
-@dirrm share/examples/qt4/examples/declarative/animation/states
-@dirrm share/examples/qt4/examples/declarative/animation/easing/qml/easing/content
-@dirrm share/examples/qt4/examples/declarative/animation/easing/qml/easing
-@dirrm share/examples/qt4/examples/declarative/animation/easing/qml
-@dirrm share/examples/qt4/examples/declarative/animation/easing
-@dirrm share/examples/qt4/examples/declarative/animation/behaviors/behavior-example/qml/behaviours
-@dirrm share/examples/qt4/examples/declarative/animation/behaviors/behavior-example/qml
-@dirrm share/examples/qt4/examples/declarative/animation/behaviors/behavior-example
-@dirrm share/examples/qt4/examples/declarative/animation/behaviors
-@dirrm share/examples/qt4/examples/declarative/animation/basics/property-animation/qml/property-animation/images
-@dirrm share/examples/qt4/examples/declarative/animation/basics/property-animation/qml/property-animation
-@dirrm share/examples/qt4/examples/declarative/animation/basics/property-animation/qml
-@dirrm share/examples/qt4/examples/declarative/animation/basics/property-animation
-@dirrm share/examples/qt4/examples/declarative/animation/basics/color-animation/qml/color-animation/images
-@dirrm share/examples/qt4/examples/declarative/animation/basics/color-animation/qml/color-animation
-@dirrm share/examples/qt4/examples/declarative/animation/basics/color-animation/qml
-@dirrm share/examples/qt4/examples/declarative/animation/basics/color-animation
-@dirrm share/examples/qt4/examples/declarative/animation/basics
-@dirrm share/examples/qt4/examples/declarative/animation
-@dirrm share/examples/qt4/examples/declarative
-@dirrm share/examples/qt4/examples/dbus/remotecontrolledcar/controller
-@dirrm share/examples/qt4/examples/dbus/remotecontrolledcar/car
-@dirrm share/examples/qt4/examples/dbus/remotecontrolledcar
-@dirrm share/examples/qt4/examples/dbus/pingpong
-@dirrm share/examples/qt4/examples/dbus/listnames
-@dirrm share/examples/qt4/examples/dbus/complexpingpong
-@dirrm share/examples/qt4/examples/dbus/chat
-@dirrm share/examples/qt4/examples/dbus
-@dirrm share/examples/qt4/examples/animation/stickman
-@dirrm share/examples/qt4/examples/animation/states
-@dirrm share/examples/qt4/examples/animation/moveblocks
-@dirrm share/examples/qt4/examples/animation/easing/images
-@dirrm share/examples/qt4/examples/animation/easing
-@dirrm share/examples/qt4/examples/animation/appchooser
-@dirrm share/examples/qt4/examples/animation/animatedtiles/images
-@dirrm share/examples/qt4/examples/animation/animatedtiles
-@dirrm share/examples/qt4/examples/animation
-@dirrm share/examples/qt4/examples
-@dirrm share/examples/qt4/demos/undo/icons
-@dirrm share/examples/qt4/demos/undo
-@dirrm share/examples/qt4/demos/textedit/images/win
-@dirrm share/examples/qt4/demos/textedit/images/mac
-@dirrm share/examples/qt4/demos/textedit/images
-@dirrm share/examples/qt4/demos/textedit
-@dirrm share/examples/qt4/demos/sub-attaq/pics/welcome
-@dirrm share/examples/qt4/demos/sub-attaq/pics/small
-@dirrm share/examples/qt4/demos/sub-attaq/pics/scalable
-@dirrm share/examples/qt4/demos/sub-attaq/pics/big/explosion/submarine
-@dirrm share/examples/qt4/demos/sub-attaq/pics/big/explosion/boat
-@dirrm share/examples/qt4/demos/sub-attaq/pics/big/explosion
-@dirrm share/examples/qt4/demos/sub-attaq/pics/big
-@dirrm share/examples/qt4/demos/sub-attaq/pics
-@dirrm share/examples/qt4/demos/sub-attaq
-@dirrm share/examples/qt4/demos/sqlbrowser
-@dirrm share/examples/qt4/demos/spreadsheet/images
-@dirrm share/examples/qt4/demos/spreadsheet
-@dirrm share/examples/qt4/demos/spectrum/app/images
-@dirrm share/examples/qt4/demos/spectrum/app
-@dirrm share/examples/qt4/demos/spectrum/3rdparty/fftreal
-@dirrm share/examples/qt4/demos/spectrum/3rdparty
-@dirrm share/examples/qt4/demos/spectrum
-@dirrm share/examples/qt4/demos/shared/images
-@dirrm share/examples/qt4/demos/shared
-@dirrm share/examples/qt4/demos/qtdemo/xml
-@dirrm share/examples/qt4/demos/qtdemo/images
-@dirrm share/examples/qt4/demos/qtdemo
-@dirrm share/examples/qt4/demos/qmediaplayer/images
-@dirrm share/examples/qt4/demos/qmediaplayer
-@dirrm share/examples/qt4/demos/pathstroke
-@dirrm share/examples/qt4/demos/mainwindow
-@dirrm share/examples/qt4/demos/interview/images
-@dirrm share/examples/qt4/demos/interview
-@dirrm share/examples/qt4/demos/helper/qmlapplicationviewer
-@dirrm share/examples/qt4/demos/helper
-@dirrm share/examples/qt4/demos/gradients
-@dirrm share/examples/qt4/demos/glhypnotizer
-@dirrm share/examples/qt4/demos/embeddeddialogs
-@dirrm share/examples/qt4/demos/deform
-@dirrm share/examples/qt4/demos/declarative/webbrowser/qml/webbrowser/content/pics
-@dirrm share/examples/qt4/demos/declarative/webbrowser/qml/webbrowser/content
-@dirrm share/examples/qt4/demos/declarative/webbrowser/qml/webbrowser
-@dirrm share/examples/qt4/demos/declarative/webbrowser/qml
-@dirrm share/examples/qt4/demos/declarative/webbrowser
-@dirrm share/examples/qt4/demos/declarative/twitter/qml/twitter/TwitterCore/images
-@dirrm share/examples/qt4/demos/declarative/twitter/qml/twitter/TwitterCore
-@dirrm share/examples/qt4/demos/declarative/twitter/qml/twitter
-@dirrm share/examples/qt4/demos/declarative/twitter/qml
-@dirrm share/examples/qt4/demos/declarative/twitter
-@dirrm share/examples/qt4/demos/declarative/snake/qml/snake/content/pics
-@dirrm share/examples/qt4/demos/declarative/snake/qml/snake/content
-@dirrm share/examples/qt4/demos/declarative/snake/qml/snake
-@dirrm share/examples/qt4/demos/declarative/snake/qml
-@dirrm share/examples/qt4/demos/declarative/snake
-@dirrm share/examples/qt4/demos/declarative/samegame/qml/samegame/highscores
-@dirrm share/examples/qt4/demos/declarative/samegame/qml/samegame/SamegameCore/pics
-@dirrm share/examples/qt4/demos/declarative/samegame/qml/samegame/SamegameCore
-@dirrm share/examples/qt4/demos/declarative/samegame/qml/samegame
-@dirrm share/examples/qt4/demos/declarative/samegame/qml
-@dirrm share/examples/qt4/demos/declarative/samegame
-@dirrm share/examples/qt4/demos/declarative/rssnews/qml/rssnews/content/images
-@dirrm share/examples/qt4/demos/declarative/rssnews/qml/rssnews/content
-@dirrm share/examples/qt4/demos/declarative/rssnews/qml/rssnews
-@dirrm share/examples/qt4/demos/declarative/rssnews/qml
-@dirrm share/examples/qt4/demos/declarative/rssnews
-@dirrm share/examples/qt4/demos/declarative/photoviewer/qml/photoviewer/i18n
-@dirrm share/examples/qt4/demos/declarative/photoviewer/qml/photoviewer/PhotoViewerCore/script
-@dirrm share/examples/qt4/demos/declarative/photoviewer/qml/photoviewer/PhotoViewerCore/images
-@dirrm share/examples/qt4/demos/declarative/photoviewer/qml/photoviewer/PhotoViewerCore
-@dirrm share/examples/qt4/demos/declarative/photoviewer/qml/photoviewer
-@dirrm share/examples/qt4/demos/declarative/photoviewer/qml
-@dirrm share/examples/qt4/demos/declarative/photoviewer
-@dirrm share/examples/qt4/demos/declarative/minehunt/qml/minehunt/MinehuntCore/pics
-@dirrm share/examples/qt4/demos/declarative/minehunt/qml/minehunt/MinehuntCore
-@dirrm share/examples/qt4/demos/declarative/minehunt/qml/minehunt
-@dirrm share/examples/qt4/demos/declarative/minehunt/qml
-@dirrm share/examples/qt4/demos/declarative/minehunt
-@dirrm share/examples/qt4/demos/declarative/flickr/qml/flickr/mobile/images
-@dirrm share/examples/qt4/demos/declarative/flickr/qml/flickr/mobile
-@dirrm share/examples/qt4/demos/declarative/flickr/qml/flickr/common
-@dirrm share/examples/qt4/demos/declarative/flickr/qml/flickr
-@dirrm share/examples/qt4/demos/declarative/flickr/qml
-@dirrm share/examples/qt4/demos/declarative/flickr
-@dirrm share/examples/qt4/demos/declarative/calculator/qml/calculator/CalculatorCore/images
-@dirrm share/examples/qt4/demos/declarative/calculator/qml/calculator/CalculatorCore
-@dirrm share/examples/qt4/demos/declarative/calculator/qml/calculator
-@dirrm share/examples/qt4/demos/declarative/calculator/qml
-@dirrm share/examples/qt4/demos/declarative/calculator
-@dirrm share/examples/qt4/demos/declarative
-@dirrm share/examples/qt4/demos/composition
-@dirrm share/examples/qt4/demos/chip
-@dirrm share/examples/qt4/demos/browser/htmls
-@dirrm share/examples/qt4/demos/browser/data
-@dirrm share/examples/qt4/demos/browser
-@dirrm share/examples/qt4/demos/boxes/3rdparty
-@dirrm share/examples/qt4/demos/boxes
-@dirrm share/examples/qt4/demos/books/images
-@dirrm share/examples/qt4/demos/books
-@dirrm share/examples/qt4/demos/arthurplugin
-@dirrm share/examples/qt4/demos/affine
-@dirrm share/examples/qt4/demos
-@dirrm share/examples/qt4
+%%QT_EXAMPLEDIR%%/demos/README
+%%QT_EXAMPLEDIR%%/demos/affine/affine
+%%DEBUG%%%%QT_EXAMPLEDIR%%/demos/affine/affine.debug
+%%QT_EXAMPLEDIR%%/demos/affine/affine.pro
+%%QT_EXAMPLEDIR%%/demos/affine/affine.qrc
+%%QT_EXAMPLEDIR%%/demos/affine/bg1.jpg
+%%QT_EXAMPLEDIR%%/demos/affine/main.cpp
+%%QT_EXAMPLEDIR%%/demos/affine/xform.cpp
+%%QT_EXAMPLEDIR%%/demos/affine/xform.h
+%%QT_EXAMPLEDIR%%/demos/affine/xform.html
+%%QT_EXAMPLEDIR%%/demos/arthurplugin/arthur_plugin.qrc
+%%QT_EXAMPLEDIR%%/demos/arthurplugin/arthurplugin.pro
+%%QT_EXAMPLEDIR%%/demos/arthurplugin/bg1.jpg
+%%QT_EXAMPLEDIR%%/demos/arthurplugin/composition.cpp
+%%QT_EXAMPLEDIR%%/demos/arthurplugin/composition.h
+%%QT_EXAMPLEDIR%%/demos/arthurplugin/flower.jpg
+%%QT_EXAMPLEDIR%%/demos/arthurplugin/flower_alpha.jpg
+%%QT_EXAMPLEDIR%%/demos/arthurplugin/gradients.cpp
+%%QT_EXAMPLEDIR%%/demos/arthurplugin/gradients.h
+%%QT_EXAMPLEDIR%%/demos/arthurplugin/pathdeform.cpp
+%%QT_EXAMPLEDIR%%/demos/arthurplugin/pathdeform.h
+%%QT_EXAMPLEDIR%%/demos/arthurplugin/pathstroke.cpp
+%%QT_EXAMPLEDIR%%/demos/arthurplugin/pathstroke.h
+%%QT_EXAMPLEDIR%%/demos/arthurplugin/plugin.cpp
+%%QT_EXAMPLEDIR%%/demos/arthurplugin/xform.cpp
+%%QT_EXAMPLEDIR%%/demos/arthurplugin/xform.h
+%%QT_EXAMPLEDIR%%/demos/books/bookdelegate.cpp
+%%QT_EXAMPLEDIR%%/demos/books/bookdelegate.h
+%%QT_EXAMPLEDIR%%/demos/books/books
+%%DEBUG%%%%QT_EXAMPLEDIR%%/demos/books/books.debug
+%%QT_EXAMPLEDIR%%/demos/books/books.pro
+%%QT_EXAMPLEDIR%%/demos/books/books.qrc
+%%QT_EXAMPLEDIR%%/demos/books/bookwindow.cpp
+%%QT_EXAMPLEDIR%%/demos/books/bookwindow.h
+%%QT_EXAMPLEDIR%%/demos/books/bookwindow.ui
+%%QT_EXAMPLEDIR%%/demos/books/images/star.png
+%%QT_EXAMPLEDIR%%/demos/books/initdb.h
+%%QT_EXAMPLEDIR%%/demos/books/main.cpp
+%%QT_EXAMPLEDIR%%/demos/boxes/3rdparty/fbm.c
+%%QT_EXAMPLEDIR%%/demos/boxes/3rdparty/fbm.h
+%%QT_EXAMPLEDIR%%/demos/boxes/basic.fsh
+%%QT_EXAMPLEDIR%%/demos/boxes/basic.vsh
+%%QT_EXAMPLEDIR%%/demos/boxes/boxes
+%%DEBUG%%%%QT_EXAMPLEDIR%%/demos/boxes/boxes.debug
+%%QT_EXAMPLEDIR%%/demos/boxes/boxes.pro
+%%QT_EXAMPLEDIR%%/demos/boxes/boxes.qrc
+%%QT_EXAMPLEDIR%%/demos/boxes/cubemap_negx.jpg
+%%QT_EXAMPLEDIR%%/demos/boxes/cubemap_negy.jpg
+%%QT_EXAMPLEDIR%%/demos/boxes/cubemap_negz.jpg
+%%QT_EXAMPLEDIR%%/demos/boxes/cubemap_posx.jpg
+%%QT_EXAMPLEDIR%%/demos/boxes/cubemap_posy.jpg
+%%QT_EXAMPLEDIR%%/demos/boxes/cubemap_posz.jpg
+%%QT_EXAMPLEDIR%%/demos/boxes/dotted.fsh
+%%QT_EXAMPLEDIR%%/demos/boxes/fresnel.fsh
+%%QT_EXAMPLEDIR%%/demos/boxes/glass.fsh
+%%QT_EXAMPLEDIR%%/demos/boxes/glbuffers.cpp
+%%QT_EXAMPLEDIR%%/demos/boxes/glbuffers.h
+%%QT_EXAMPLEDIR%%/demos/boxes/glextensions.cpp
+%%QT_EXAMPLEDIR%%/demos/boxes/glextensions.h
+%%QT_EXAMPLEDIR%%/demos/boxes/gltrianglemesh.h
+%%QT_EXAMPLEDIR%%/demos/boxes/granite.fsh
+%%QT_EXAMPLEDIR%%/demos/boxes/main.cpp
+%%QT_EXAMPLEDIR%%/demos/boxes/marble.fsh
+%%QT_EXAMPLEDIR%%/demos/boxes/parameters.par
+%%QT_EXAMPLEDIR%%/demos/boxes/qt-logo.jpg
+%%QT_EXAMPLEDIR%%/demos/boxes/qt-logo.png
+%%QT_EXAMPLEDIR%%/demos/boxes/qtbox.cpp
+%%QT_EXAMPLEDIR%%/demos/boxes/qtbox.h
+%%QT_EXAMPLEDIR%%/demos/boxes/reflection.fsh
+%%QT_EXAMPLEDIR%%/demos/boxes/refraction.fsh
+%%QT_EXAMPLEDIR%%/demos/boxes/roundedbox.cpp
+%%QT_EXAMPLEDIR%%/demos/boxes/roundedbox.h
+%%QT_EXAMPLEDIR%%/demos/boxes/scene.cpp
+%%QT_EXAMPLEDIR%%/demos/boxes/scene.h
+%%QT_EXAMPLEDIR%%/demos/boxes/smiley.png
+%%QT_EXAMPLEDIR%%/demos/boxes/square.jpg
+%%QT_EXAMPLEDIR%%/demos/boxes/trackball.cpp
+%%QT_EXAMPLEDIR%%/demos/boxes/trackball.h
+%%QT_EXAMPLEDIR%%/demos/boxes/wood.fsh
+%%QT_EXAMPLEDIR%%/demos/browser/Info_mac.plist
+%%QT_EXAMPLEDIR%%/demos/browser/addbookmarkdialog.ui
+%%QT_EXAMPLEDIR%%/demos/browser/autosaver.cpp
+%%QT_EXAMPLEDIR%%/demos/browser/autosaver.h
+%%QT_EXAMPLEDIR%%/demos/browser/bookmarks.cpp
+%%QT_EXAMPLEDIR%%/demos/browser/bookmarks.h
+%%QT_EXAMPLEDIR%%/demos/browser/bookmarks.ui
+%%QT_EXAMPLEDIR%%/demos/browser/browser
+%%DEBUG%%%%QT_EXAMPLEDIR%%/demos/browser/browser.debug
+%%QT_EXAMPLEDIR%%/demos/browser/browser.icns
+%%QT_EXAMPLEDIR%%/demos/browser/browser.ico
+%%QT_EXAMPLEDIR%%/demos/browser/browser.pro
+%%QT_EXAMPLEDIR%%/demos/browser/browser.rc
+%%QT_EXAMPLEDIR%%/demos/browser/browserapplication.cpp
+%%QT_EXAMPLEDIR%%/demos/browser/browserapplication.h
+%%QT_EXAMPLEDIR%%/demos/browser/browsermainwindow.cpp
+%%QT_EXAMPLEDIR%%/demos/browser/browsermainwindow.h
+%%QT_EXAMPLEDIR%%/demos/browser/chasewidget.cpp
+%%QT_EXAMPLEDIR%%/demos/browser/chasewidget.h
+%%QT_EXAMPLEDIR%%/demos/browser/cookiejar.cpp
+%%QT_EXAMPLEDIR%%/demos/browser/cookiejar.h
+%%QT_EXAMPLEDIR%%/demos/browser/cookies.ui
+%%QT_EXAMPLEDIR%%/demos/browser/cookiesexceptions.ui
+%%QT_EXAMPLEDIR%%/demos/browser/data.qrc
+%%QT_EXAMPLEDIR%%/demos/browser/data/addtab.png
+%%QT_EXAMPLEDIR%%/demos/browser/data/browser.svg
+%%QT_EXAMPLEDIR%%/demos/browser/data/closetab.png
+%%QT_EXAMPLEDIR%%/demos/browser/data/data.qrc
+%%QT_EXAMPLEDIR%%/demos/browser/data/defaultbookmarks.xbel
+%%QT_EXAMPLEDIR%%/demos/browser/data/defaulticon.png
+%%QT_EXAMPLEDIR%%/demos/browser/data/history.png
+%%QT_EXAMPLEDIR%%/demos/browser/data/loading.gif
+%%QT_EXAMPLEDIR%%/demos/browser/downloaditem.ui
+%%QT_EXAMPLEDIR%%/demos/browser/downloadmanager.cpp
+%%QT_EXAMPLEDIR%%/demos/browser/downloadmanager.h
+%%QT_EXAMPLEDIR%%/demos/browser/downloads.ui
+%%QT_EXAMPLEDIR%%/demos/browser/edittableview.cpp
+%%QT_EXAMPLEDIR%%/demos/browser/edittableview.h
+%%QT_EXAMPLEDIR%%/demos/browser/edittreeview.cpp
+%%QT_EXAMPLEDIR%%/demos/browser/edittreeview.h
+%%QT_EXAMPLEDIR%%/demos/browser/history.cpp
+%%QT_EXAMPLEDIR%%/demos/browser/history.h
+%%QT_EXAMPLEDIR%%/demos/browser/history.ui
+%%QT_EXAMPLEDIR%%/demos/browser/htmls.qrc
+%%QT_EXAMPLEDIR%%/demos/browser/htmls/htmls.qrc
+%%QT_EXAMPLEDIR%%/demos/browser/htmls/notfound.html
+%%QT_EXAMPLEDIR%%/demos/browser/main.cpp
+%%QT_EXAMPLEDIR%%/demos/browser/modelmenu.cpp
+%%QT_EXAMPLEDIR%%/demos/browser/modelmenu.h
+%%QT_EXAMPLEDIR%%/demos/browser/networkaccessmanager.cpp
+%%QT_EXAMPLEDIR%%/demos/browser/networkaccessmanager.h
+%%QT_EXAMPLEDIR%%/demos/browser/passworddialog.ui
+%%QT_EXAMPLEDIR%%/demos/browser/proxy.ui
+%%QT_EXAMPLEDIR%%/demos/browser/searchlineedit.cpp
+%%QT_EXAMPLEDIR%%/demos/browser/searchlineedit.h
+%%QT_EXAMPLEDIR%%/demos/browser/settings.cpp
+%%QT_EXAMPLEDIR%%/demos/browser/settings.h
+%%QT_EXAMPLEDIR%%/demos/browser/settings.ui
+%%QT_EXAMPLEDIR%%/demos/browser/squeezelabel.cpp
+%%QT_EXAMPLEDIR%%/demos/browser/squeezelabel.h
+%%QT_EXAMPLEDIR%%/demos/browser/tabwidget.cpp
+%%QT_EXAMPLEDIR%%/demos/browser/tabwidget.h
+%%QT_EXAMPLEDIR%%/demos/browser/toolbarsearch.cpp
+%%QT_EXAMPLEDIR%%/demos/browser/toolbarsearch.h
+%%QT_EXAMPLEDIR%%/demos/browser/urllineedit.cpp
+%%QT_EXAMPLEDIR%%/demos/browser/urllineedit.h
+%%QT_EXAMPLEDIR%%/demos/browser/webview.cpp
+%%QT_EXAMPLEDIR%%/demos/browser/webview.h
+%%QT_EXAMPLEDIR%%/demos/browser/xbel.cpp
+%%QT_EXAMPLEDIR%%/demos/browser/xbel.h
+%%QT_EXAMPLEDIR%%/demos/chip/chip
+%%QT_EXAMPLEDIR%%/demos/chip/chip.cpp
+%%DEBUG%%%%QT_EXAMPLEDIR%%/demos/chip/chip.debug
+%%QT_EXAMPLEDIR%%/demos/chip/chip.h
+%%QT_EXAMPLEDIR%%/demos/chip/chip.pro
+%%QT_EXAMPLEDIR%%/demos/chip/fileprint.png
+%%QT_EXAMPLEDIR%%/demos/chip/images.qrc
+%%QT_EXAMPLEDIR%%/demos/chip/main.cpp
+%%QT_EXAMPLEDIR%%/demos/chip/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/demos/chip/mainwindow.h
+%%QT_EXAMPLEDIR%%/demos/chip/qt4logo.png
+%%QT_EXAMPLEDIR%%/demos/chip/rotateleft.png
+%%QT_EXAMPLEDIR%%/demos/chip/rotateright.png
+%%QT_EXAMPLEDIR%%/demos/chip/view.cpp
+%%QT_EXAMPLEDIR%%/demos/chip/view.h
+%%QT_EXAMPLEDIR%%/demos/chip/zoomin.png
+%%QT_EXAMPLEDIR%%/demos/chip/zoomout.png
+%%QT_EXAMPLEDIR%%/demos/composition/composition
+%%QT_EXAMPLEDIR%%/demos/composition/composition.cpp
+%%DEBUG%%%%QT_EXAMPLEDIR%%/demos/composition/composition.debug
+%%QT_EXAMPLEDIR%%/demos/composition/composition.h
+%%QT_EXAMPLEDIR%%/demos/composition/composition.html
+%%QT_EXAMPLEDIR%%/demos/composition/composition.pro
+%%QT_EXAMPLEDIR%%/demos/composition/composition.qrc
+%%QT_EXAMPLEDIR%%/demos/composition/flower.jpg
+%%QT_EXAMPLEDIR%%/demos/composition/flower_alpha.jpg
+%%QT_EXAMPLEDIR%%/demos/composition/main.cpp
+%%QT_EXAMPLEDIR%%/demos/declarative/calculator/calculator
+%%DEBUG%%%%QT_EXAMPLEDIR%%/demos/declarative/calculator/calculator.debug
+%%QT_EXAMPLEDIR%%/demos/declarative/calculator/calculator.desktop
+%%QT_EXAMPLEDIR%%/demos/declarative/calculator/calculator.pro
+%%QT_EXAMPLEDIR%%/demos/declarative/calculator/calculator.qmlproject
+%%QT_EXAMPLEDIR%%/demos/declarative/calculator/calculator.svg
+%%QT_EXAMPLEDIR%%/demos/declarative/calculator/calculator64.png
+%%QT_EXAMPLEDIR%%/demos/declarative/calculator/calculator80.png
+%%QT_EXAMPLEDIR%%/demos/declarative/calculator/calculator_harmattan.desktop
+%%QT_EXAMPLEDIR%%/demos/declarative/calculator/main.cpp
+%%QT_EXAMPLEDIR%%/demos/declarative/calculator/qml/calculator/CalculatorCore/Button.qml
+%%QT_EXAMPLEDIR%%/demos/declarative/calculator/qml/calculator/CalculatorCore/Display.qml
+%%QT_EXAMPLEDIR%%/demos/declarative/calculator/qml/calculator/CalculatorCore/calculator.js
+%%QT_EXAMPLEDIR%%/demos/declarative/calculator/qml/calculator/CalculatorCore/images/button-.png
+%%QT_EXAMPLEDIR%%/demos/declarative/calculator/qml/calculator/CalculatorCore/images/button-blue.png
+%%QT_EXAMPLEDIR%%/demos/declarative/calculator/qml/calculator/CalculatorCore/images/button-green.png
+%%QT_EXAMPLEDIR%%/demos/declarative/calculator/qml/calculator/CalculatorCore/images/button-purple.png
+%%QT_EXAMPLEDIR%%/demos/declarative/calculator/qml/calculator/CalculatorCore/images/button-red.png
+%%QT_EXAMPLEDIR%%/demos/declarative/calculator/qml/calculator/CalculatorCore/images/display.png
+%%QT_EXAMPLEDIR%%/demos/declarative/calculator/qml/calculator/CalculatorCore/qmldir
+%%QT_EXAMPLEDIR%%/demos/declarative/calculator/qml/calculator/calculator.qml
+%%QT_EXAMPLEDIR%%/demos/declarative/flickr/flickr
+%%DEBUG%%%%QT_EXAMPLEDIR%%/demos/declarative/flickr/flickr.debug
+%%QT_EXAMPLEDIR%%/demos/declarative/flickr/flickr.desktop
+%%QT_EXAMPLEDIR%%/demos/declarative/flickr/flickr.pro
+%%QT_EXAMPLEDIR%%/demos/declarative/flickr/flickr.qmlproject
+%%QT_EXAMPLEDIR%%/demos/declarative/flickr/flickr.svg
+%%QT_EXAMPLEDIR%%/demos/declarative/flickr/flickr64.png
+%%QT_EXAMPLEDIR%%/demos/declarative/flickr/flickr80.png
+%%QT_EXAMPLEDIR%%/demos/declarative/flickr/flickr_harmattan.desktop
+%%QT_EXAMPLEDIR%%/demos/declarative/flickr/main.cpp
+%%QT_EXAMPLEDIR%%/demos/declarative/flickr/qml/flickr/common/Progress.qml
+%%QT_EXAMPLEDIR%%/demos/declarative/flickr/qml/flickr/common/RssModel.qml
+%%QT_EXAMPLEDIR%%/demos/declarative/flickr/qml/flickr/common/ScrollBar.qml
+%%QT_EXAMPLEDIR%%/demos/declarative/flickr/qml/flickr/common/Slider.qml
+%%QT_EXAMPLEDIR%%/demos/declarative/flickr/qml/flickr/common/qmldir
+%%QT_EXAMPLEDIR%%/demos/declarative/flickr/qml/flickr/flickr-90.qml
+%%QT_EXAMPLEDIR%%/demos/declarative/flickr/qml/flickr/flickr.qml
+%%QT_EXAMPLEDIR%%/demos/declarative/flickr/qml/flickr/mobile/Button.qml
+%%QT_EXAMPLEDIR%%/demos/declarative/flickr/qml/flickr/mobile/GridDelegate.qml
+%%QT_EXAMPLEDIR%%/demos/declarative/flickr/qml/flickr/mobile/ImageDetails.qml
+%%QT_EXAMPLEDIR%%/demos/declarative/flickr/qml/flickr/mobile/ListDelegate.qml
+%%QT_EXAMPLEDIR%%/demos/declarative/flickr/qml/flickr/mobile/TitleBar.qml
+%%QT_EXAMPLEDIR%%/demos/declarative/flickr/qml/flickr/mobile/ToolBar.qml
+%%QT_EXAMPLEDIR%%/demos/declarative/flickr/qml/flickr/mobile/images/gloss.png
+%%QT_EXAMPLEDIR%%/demos/declarative/flickr/qml/flickr/mobile/images/lineedit.png
+%%QT_EXAMPLEDIR%%/demos/declarative/flickr/qml/flickr/mobile/images/lineedit.sci
+%%QT_EXAMPLEDIR%%/demos/declarative/flickr/qml/flickr/mobile/images/quit.png
+%%QT_EXAMPLEDIR%%/demos/declarative/flickr/qml/flickr/mobile/images/stripes.png
+%%QT_EXAMPLEDIR%%/demos/declarative/flickr/qml/flickr/mobile/images/titlebar.png
+%%QT_EXAMPLEDIR%%/demos/declarative/flickr/qml/flickr/mobile/images/titlebar.sci
+%%QT_EXAMPLEDIR%%/demos/declarative/flickr/qml/flickr/mobile/images/toolbutton.png
+%%QT_EXAMPLEDIR%%/demos/declarative/flickr/qml/flickr/mobile/images/toolbutton.sci
+%%QT_EXAMPLEDIR%%/demos/declarative/minehunt/main.cpp
+%%QT_EXAMPLEDIR%%/demos/declarative/minehunt/minehunt
+%%QT_EXAMPLEDIR%%/demos/declarative/minehunt/minehunt.cpp
+%%DEBUG%%%%QT_EXAMPLEDIR%%/demos/declarative/minehunt/minehunt.debug
+%%QT_EXAMPLEDIR%%/demos/declarative/minehunt/minehunt.h
+%%QT_EXAMPLEDIR%%/demos/declarative/minehunt/minehunt.pro
+%%QT_EXAMPLEDIR%%/demos/declarative/minehunt/minehunt.qmlproject
+%%QT_EXAMPLEDIR%%/demos/declarative/minehunt/qml/minehunt/MinehuntCore/Explosion.qml
+%%QT_EXAMPLEDIR%%/demos/declarative/minehunt/qml/minehunt/MinehuntCore/Tile.qml
+%%QT_EXAMPLEDIR%%/demos/declarative/minehunt/qml/minehunt/MinehuntCore/pics/back.png
+%%QT_EXAMPLEDIR%%/demos/declarative/minehunt/qml/minehunt/MinehuntCore/pics/background.png
+%%QT_EXAMPLEDIR%%/demos/declarative/minehunt/qml/minehunt/MinehuntCore/pics/bomb-color.png
+%%QT_EXAMPLEDIR%%/demos/declarative/minehunt/qml/minehunt/MinehuntCore/pics/bomb.png
+%%QT_EXAMPLEDIR%%/demos/declarative/minehunt/qml/minehunt/MinehuntCore/pics/face-sad.png
+%%QT_EXAMPLEDIR%%/demos/declarative/minehunt/qml/minehunt/MinehuntCore/pics/face-smile-big.png
+%%QT_EXAMPLEDIR%%/demos/declarative/minehunt/qml/minehunt/MinehuntCore/pics/face-smile.png
+%%QT_EXAMPLEDIR%%/demos/declarative/minehunt/qml/minehunt/MinehuntCore/pics/flag-color.png
+%%QT_EXAMPLEDIR%%/demos/declarative/minehunt/qml/minehunt/MinehuntCore/pics/flag.png
+%%QT_EXAMPLEDIR%%/demos/declarative/minehunt/qml/minehunt/MinehuntCore/pics/front.png
+%%QT_EXAMPLEDIR%%/demos/declarative/minehunt/qml/minehunt/MinehuntCore/pics/quit.png
+%%QT_EXAMPLEDIR%%/demos/declarative/minehunt/qml/minehunt/MinehuntCore/pics/star.png
+%%QT_EXAMPLEDIR%%/demos/declarative/minehunt/qml/minehunt/minehunt.qml
+%%QT_EXAMPLEDIR%%/demos/declarative/photoviewer/main.cpp
+%%QT_EXAMPLEDIR%%/demos/declarative/photoviewer/photoviewer
+%%DEBUG%%%%QT_EXAMPLEDIR%%/demos/declarative/photoviewer/photoviewer.debug
+%%QT_EXAMPLEDIR%%/demos/declarative/photoviewer/photoviewer.desktop
+%%QT_EXAMPLEDIR%%/demos/declarative/photoviewer/photoviewer.pro
+%%QT_EXAMPLEDIR%%/demos/declarative/photoviewer/photoviewer.qmlproject
+%%QT_EXAMPLEDIR%%/demos/declarative/photoviewer/photoviewer.svg
+%%QT_EXAMPLEDIR%%/demos/declarative/photoviewer/photoviewer64.png
+%%QT_EXAMPLEDIR%%/demos/declarative/photoviewer/photoviewer80.png
+%%QT_EXAMPLEDIR%%/demos/declarative/photoviewer/photoviewer_harmattan.desktop
+%%QT_EXAMPLEDIR%%/demos/declarative/photoviewer/qml/photoviewer/PhotoViewerCore/AlbumDelegate.qml
+%%QT_EXAMPLEDIR%%/demos/declarative/photoviewer/qml/photoviewer/PhotoViewerCore/BusyIndicator.qml
+%%QT_EXAMPLEDIR%%/demos/declarative/photoviewer/qml/photoviewer/PhotoViewerCore/Button.qml
+%%QT_EXAMPLEDIR%%/demos/declarative/photoviewer/qml/photoviewer/PhotoViewerCore/EditableButton.qml
+%%QT_EXAMPLEDIR%%/demos/declarative/photoviewer/qml/photoviewer/PhotoViewerCore/PhotoDelegate.qml
+%%QT_EXAMPLEDIR%%/demos/declarative/photoviewer/qml/photoviewer/PhotoViewerCore/ProgressBar.qml
+%%QT_EXAMPLEDIR%%/demos/declarative/photoviewer/qml/photoviewer/PhotoViewerCore/RssModel.qml
+%%QT_EXAMPLEDIR%%/demos/declarative/photoviewer/qml/photoviewer/PhotoViewerCore/Tag.qml
+%%QT_EXAMPLEDIR%%/demos/declarative/photoviewer/qml/photoviewer/PhotoViewerCore/images/box-shadow.png
+%%QT_EXAMPLEDIR%%/demos/declarative/photoviewer/qml/photoviewer/PhotoViewerCore/images/busy.png
+%%QT_EXAMPLEDIR%%/demos/declarative/photoviewer/qml/photoviewer/PhotoViewerCore/images/cardboard.png
+%%QT_EXAMPLEDIR%%/demos/declarative/photoviewer/qml/photoviewer/PhotoViewerCore/qmldir
+%%QT_EXAMPLEDIR%%/demos/declarative/photoviewer/qml/photoviewer/PhotoViewerCore/script/script.js
+%%QT_EXAMPLEDIR%%/demos/declarative/photoviewer/qml/photoviewer/i18n/base.ts
+%%QT_EXAMPLEDIR%%/demos/declarative/photoviewer/qml/photoviewer/i18n/qml_fr.qm
+%%QT_EXAMPLEDIR%%/demos/declarative/photoviewer/qml/photoviewer/i18n/qml_fr.ts
+%%QT_EXAMPLEDIR%%/demos/declarative/photoviewer/qml/photoviewer/photoviewer.qml
+%%QT_EXAMPLEDIR%%/demos/declarative/rssnews/main.cpp
+%%QT_EXAMPLEDIR%%/demos/declarative/rssnews/qml/rssnews/content/BusyIndicator.qml
+%%QT_EXAMPLEDIR%%/demos/declarative/rssnews/qml/rssnews/content/CategoryDelegate.qml
+%%QT_EXAMPLEDIR%%/demos/declarative/rssnews/qml/rssnews/content/NewsDelegate.qml
+%%QT_EXAMPLEDIR%%/demos/declarative/rssnews/qml/rssnews/content/RssFeeds.qml
+%%QT_EXAMPLEDIR%%/demos/declarative/rssnews/qml/rssnews/content/ScrollBar.qml
+%%QT_EXAMPLEDIR%%/demos/declarative/rssnews/qml/rssnews/content/images/busy.png
+%%QT_EXAMPLEDIR%%/demos/declarative/rssnews/qml/rssnews/content/images/scrollbar.png
+%%QT_EXAMPLEDIR%%/demos/declarative/rssnews/qml/rssnews/rssnews.qml
+%%QT_EXAMPLEDIR%%/demos/declarative/rssnews/rssnews
+%%DEBUG%%%%QT_EXAMPLEDIR%%/demos/declarative/rssnews/rssnews.debug
+%%QT_EXAMPLEDIR%%/demos/declarative/rssnews/rssnews.desktop
+%%QT_EXAMPLEDIR%%/demos/declarative/rssnews/rssnews.pro
+%%QT_EXAMPLEDIR%%/demos/declarative/rssnews/rssnews.qmlproject
+%%QT_EXAMPLEDIR%%/demos/declarative/rssnews/rssnews.svg
+%%QT_EXAMPLEDIR%%/demos/declarative/rssnews/rssnews64.png
+%%QT_EXAMPLEDIR%%/demos/declarative/rssnews/rssnews80.png
+%%QT_EXAMPLEDIR%%/demos/declarative/rssnews/rssnews_harmattan.desktop
+%%QT_EXAMPLEDIR%%/demos/declarative/samegame/main.cpp
+%%QT_EXAMPLEDIR%%/demos/declarative/samegame/qml/samegame/SamegameCore/BoomBlock.qml
+%%QT_EXAMPLEDIR%%/demos/declarative/samegame/qml/samegame/SamegameCore/Button.qml
+%%QT_EXAMPLEDIR%%/demos/declarative/samegame/qml/samegame/SamegameCore/Dialog.qml
+%%QT_EXAMPLEDIR%%/demos/declarative/samegame/qml/samegame/SamegameCore/pics/background.png
+%%QT_EXAMPLEDIR%%/demos/declarative/samegame/qml/samegame/SamegameCore/pics/blueStar.png
+%%QT_EXAMPLEDIR%%/demos/declarative/samegame/qml/samegame/SamegameCore/pics/blueStone.png
+%%QT_EXAMPLEDIR%%/demos/declarative/samegame/qml/samegame/SamegameCore/pics/greenStar.png
+%%QT_EXAMPLEDIR%%/demos/declarative/samegame/qml/samegame/SamegameCore/pics/greenStone.png
+%%QT_EXAMPLEDIR%%/demos/declarative/samegame/qml/samegame/SamegameCore/pics/redStar.png
+%%QT_EXAMPLEDIR%%/demos/declarative/samegame/qml/samegame/SamegameCore/pics/redStone.png
+%%QT_EXAMPLEDIR%%/demos/declarative/samegame/qml/samegame/SamegameCore/pics/star.png
+%%QT_EXAMPLEDIR%%/demos/declarative/samegame/qml/samegame/SamegameCore/pics/yellowStone.png
+%%QT_EXAMPLEDIR%%/demos/declarative/samegame/qml/samegame/SamegameCore/qmldir
+%%QT_EXAMPLEDIR%%/demos/declarative/samegame/qml/samegame/SamegameCore/samegame.js
+%%QT_EXAMPLEDIR%%/demos/declarative/samegame/qml/samegame/highscores/README
+%%QT_EXAMPLEDIR%%/demos/declarative/samegame/qml/samegame/highscores/score_data.xml
+%%QT_EXAMPLEDIR%%/demos/declarative/samegame/qml/samegame/highscores/score_style.xsl
+%%QT_EXAMPLEDIR%%/demos/declarative/samegame/qml/samegame/highscores/scores.php
+%%QT_EXAMPLEDIR%%/demos/declarative/samegame/qml/samegame/samegame.qml
+%%QT_EXAMPLEDIR%%/demos/declarative/samegame/samegame
+%%DEBUG%%%%QT_EXAMPLEDIR%%/demos/declarative/samegame/samegame.debug
+%%QT_EXAMPLEDIR%%/demos/declarative/samegame/samegame.desktop
+%%QT_EXAMPLEDIR%%/demos/declarative/samegame/samegame.pro
+%%QT_EXAMPLEDIR%%/demos/declarative/samegame/samegame.qmlproject
+%%QT_EXAMPLEDIR%%/demos/declarative/samegame/samegame.svg
+%%QT_EXAMPLEDIR%%/demos/declarative/samegame/samegame64.png
+%%QT_EXAMPLEDIR%%/demos/declarative/samegame/samegame80.png
+%%QT_EXAMPLEDIR%%/demos/declarative/samegame/samegame_harmattan.desktop
+%%QT_EXAMPLEDIR%%/demos/declarative/snake/main.cpp
+%%QT_EXAMPLEDIR%%/demos/declarative/snake/qml/snake/content/Button.qml
+%%QT_EXAMPLEDIR%%/demos/declarative/snake/qml/snake/content/Cookie.qml
+%%QT_EXAMPLEDIR%%/demos/declarative/snake/qml/snake/content/HighScoreModel.qml
+%%QT_EXAMPLEDIR%%/demos/declarative/snake/qml/snake/content/Link.qml
+%%QT_EXAMPLEDIR%%/demos/declarative/snake/qml/snake/content/Skull.qml
+%%QT_EXAMPLEDIR%%/demos/declarative/snake/qml/snake/content/pics/README
+%%QT_EXAMPLEDIR%%/demos/declarative/snake/qml/snake/content/pics/background.png
+%%QT_EXAMPLEDIR%%/demos/declarative/snake/qml/snake/content/pics/blueStar.png
+%%QT_EXAMPLEDIR%%/demos/declarative/snake/qml/snake/content/pics/blueStone.png
+%%QT_EXAMPLEDIR%%/demos/declarative/snake/qml/snake/content/pics/cookie.png
+%%QT_EXAMPLEDIR%%/demos/declarative/snake/qml/snake/content/pics/eyes.svg
+%%QT_EXAMPLEDIR%%/demos/declarative/snake/qml/snake/content/pics/head.png
+%%QT_EXAMPLEDIR%%/demos/declarative/snake/qml/snake/content/pics/head.svg
+%%QT_EXAMPLEDIR%%/demos/declarative/snake/qml/snake/content/pics/pause.png
+%%QT_EXAMPLEDIR%%/demos/declarative/snake/qml/snake/content/pics/redStar.png
+%%QT_EXAMPLEDIR%%/demos/declarative/snake/qml/snake/content/pics/redStone.png
+%%QT_EXAMPLEDIR%%/demos/declarative/snake/qml/snake/content/pics/skull.png
+%%QT_EXAMPLEDIR%%/demos/declarative/snake/qml/snake/content/pics/snake.jpg
+%%QT_EXAMPLEDIR%%/demos/declarative/snake/qml/snake/content/pics/star.png
+%%QT_EXAMPLEDIR%%/demos/declarative/snake/qml/snake/content/pics/stoneShadow.png
+%%QT_EXAMPLEDIR%%/demos/declarative/snake/qml/snake/content/pics/yellowStar.png
+%%QT_EXAMPLEDIR%%/demos/declarative/snake/qml/snake/content/pics/yellowStone.png
+%%QT_EXAMPLEDIR%%/demos/declarative/snake/qml/snake/content/snake.js
+%%QT_EXAMPLEDIR%%/demos/declarative/snake/qml/snake/snake.qml
+%%QT_EXAMPLEDIR%%/demos/declarative/snake/snake
+%%DEBUG%%%%QT_EXAMPLEDIR%%/demos/declarative/snake/snake.debug
+%%QT_EXAMPLEDIR%%/demos/declarative/snake/snake.desktop
+%%QT_EXAMPLEDIR%%/demos/declarative/snake/snake.pro
+%%QT_EXAMPLEDIR%%/demos/declarative/snake/snake.qmlproject
+%%QT_EXAMPLEDIR%%/demos/declarative/snake/snake.svg
+%%QT_EXAMPLEDIR%%/demos/declarative/snake/snake64.png
+%%QT_EXAMPLEDIR%%/demos/declarative/snake/snake80.png
+%%QT_EXAMPLEDIR%%/demos/declarative/snake/snake_harmattan.desktop
+%%QT_EXAMPLEDIR%%/demos/declarative/twitter/main.cpp
+%%QT_EXAMPLEDIR%%/demos/declarative/twitter/qml/twitter/TwitterCore/Button.qml
+%%QT_EXAMPLEDIR%%/demos/declarative/twitter/qml/twitter/TwitterCore/FatDelegate.qml
+%%QT_EXAMPLEDIR%%/demos/declarative/twitter/qml/twitter/TwitterCore/Input.qml
+%%QT_EXAMPLEDIR%%/demos/declarative/twitter/qml/twitter/TwitterCore/Loading.qml
+%%QT_EXAMPLEDIR%%/demos/declarative/twitter/qml/twitter/TwitterCore/MultiTitleBar.qml
+%%QT_EXAMPLEDIR%%/demos/declarative/twitter/qml/twitter/TwitterCore/RssModel.qml
+%%QT_EXAMPLEDIR%%/demos/declarative/twitter/qml/twitter/TwitterCore/SearchView.qml
+%%QT_EXAMPLEDIR%%/demos/declarative/twitter/qml/twitter/TwitterCore/TitleBar.qml
+%%QT_EXAMPLEDIR%%/demos/declarative/twitter/qml/twitter/TwitterCore/ToolBar.qml
+%%QT_EXAMPLEDIR%%/demos/declarative/twitter/qml/twitter/TwitterCore/UserModel.qml
+%%QT_EXAMPLEDIR%%/demos/declarative/twitter/qml/twitter/TwitterCore/images/gloss.png
+%%QT_EXAMPLEDIR%%/demos/declarative/twitter/qml/twitter/TwitterCore/images/lineedit.png
+%%QT_EXAMPLEDIR%%/demos/declarative/twitter/qml/twitter/TwitterCore/images/lineedit.sci
+%%QT_EXAMPLEDIR%%/demos/declarative/twitter/qml/twitter/TwitterCore/images/loading.png
+%%QT_EXAMPLEDIR%%/demos/declarative/twitter/qml/twitter/TwitterCore/images/quit.png
+%%QT_EXAMPLEDIR%%/demos/declarative/twitter/qml/twitter/TwitterCore/images/stripes.png
+%%QT_EXAMPLEDIR%%/demos/declarative/twitter/qml/twitter/TwitterCore/images/titlebar.png
+%%QT_EXAMPLEDIR%%/demos/declarative/twitter/qml/twitter/TwitterCore/images/titlebar.sci
+%%QT_EXAMPLEDIR%%/demos/declarative/twitter/qml/twitter/TwitterCore/images/toolbutton.png
+%%QT_EXAMPLEDIR%%/demos/declarative/twitter/qml/twitter/TwitterCore/images/toolbutton.sci
+%%QT_EXAMPLEDIR%%/demos/declarative/twitter/qml/twitter/TwitterCore/qmldir
+%%QT_EXAMPLEDIR%%/demos/declarative/twitter/qml/twitter/twitter.qml
+%%QT_EXAMPLEDIR%%/demos/declarative/twitter/twitter
+%%DEBUG%%%%QT_EXAMPLEDIR%%/demos/declarative/twitter/twitter.debug
+%%QT_EXAMPLEDIR%%/demos/declarative/twitter/twitter.desktop
+%%QT_EXAMPLEDIR%%/demos/declarative/twitter/twitter.pro
+%%QT_EXAMPLEDIR%%/demos/declarative/twitter/twitter.qmlproject
+%%QT_EXAMPLEDIR%%/demos/declarative/twitter/twitter.svg
+%%QT_EXAMPLEDIR%%/demos/declarative/twitter/twitter64.png
+%%QT_EXAMPLEDIR%%/demos/declarative/twitter/twitter80.png
+%%QT_EXAMPLEDIR%%/demos/declarative/twitter/twitter_harmattan.desktop
+%%QT_EXAMPLEDIR%%/demos/declarative/webbrowser/main.cpp
+%%QT_EXAMPLEDIR%%/demos/declarative/webbrowser/qml/webbrowser/content/Button.qml
+%%QT_EXAMPLEDIR%%/demos/declarative/webbrowser/qml/webbrowser/content/FlickableWebView.qml
+%%QT_EXAMPLEDIR%%/demos/declarative/webbrowser/qml/webbrowser/content/Header.qml
+%%QT_EXAMPLEDIR%%/demos/declarative/webbrowser/qml/webbrowser/content/ScrollBar.qml
+%%QT_EXAMPLEDIR%%/demos/declarative/webbrowser/qml/webbrowser/content/UrlInput.qml
+%%QT_EXAMPLEDIR%%/demos/declarative/webbrowser/qml/webbrowser/content/pics/display.png
+%%QT_EXAMPLEDIR%%/demos/declarative/webbrowser/qml/webbrowser/content/pics/edit-delete.png
+%%QT_EXAMPLEDIR%%/demos/declarative/webbrowser/qml/webbrowser/content/pics/go-jump-locationbar.png
+%%QT_EXAMPLEDIR%%/demos/declarative/webbrowser/qml/webbrowser/content/pics/go-next-view.png
+%%QT_EXAMPLEDIR%%/demos/declarative/webbrowser/qml/webbrowser/content/pics/go-previous-view.png
+%%QT_EXAMPLEDIR%%/demos/declarative/webbrowser/qml/webbrowser/content/pics/scrollbar.png
+%%QT_EXAMPLEDIR%%/demos/declarative/webbrowser/qml/webbrowser/content/pics/titlebar-bg.png
+%%QT_EXAMPLEDIR%%/demos/declarative/webbrowser/qml/webbrowser/content/pics/view-refresh.png
+%%QT_EXAMPLEDIR%%/demos/declarative/webbrowser/qml/webbrowser/webbrowser.qml
+%%QT_EXAMPLEDIR%%/demos/declarative/webbrowser/webbrowser
+%%DEBUG%%%%QT_EXAMPLEDIR%%/demos/declarative/webbrowser/webbrowser.debug
+%%QT_EXAMPLEDIR%%/demos/declarative/webbrowser/webbrowser.desktop
+%%QT_EXAMPLEDIR%%/demos/declarative/webbrowser/webbrowser.pro
+%%QT_EXAMPLEDIR%%/demos/declarative/webbrowser/webbrowser.qmlproject
+%%QT_EXAMPLEDIR%%/demos/declarative/webbrowser/webbrowser.svg
+%%QT_EXAMPLEDIR%%/demos/declarative/webbrowser/webbrowser64.png
+%%QT_EXAMPLEDIR%%/demos/declarative/webbrowser/webbrowser80.png
+%%QT_EXAMPLEDIR%%/demos/declarative/webbrowser/webbrowser_harmattan.desktop
+%%QT_EXAMPLEDIR%%/demos/deform/deform
+%%DEBUG%%%%QT_EXAMPLEDIR%%/demos/deform/deform.debug
+%%QT_EXAMPLEDIR%%/demos/deform/deform.pro
+%%QT_EXAMPLEDIR%%/demos/deform/deform.qrc
+%%QT_EXAMPLEDIR%%/demos/deform/main.cpp
+%%QT_EXAMPLEDIR%%/demos/deform/pathdeform.cpp
+%%QT_EXAMPLEDIR%%/demos/deform/pathdeform.h
+%%QT_EXAMPLEDIR%%/demos/deform/pathdeform.html
+%%QT_EXAMPLEDIR%%/demos/demos.pro
+%%QT_EXAMPLEDIR%%/demos/embeddeddialogs/No-Ones-Laughing-3.jpg
+%%QT_EXAMPLEDIR%%/demos/embeddeddialogs/customproxy.cpp
+%%QT_EXAMPLEDIR%%/demos/embeddeddialogs/customproxy.h
+%%QT_EXAMPLEDIR%%/demos/embeddeddialogs/embeddeddialog.cpp
+%%QT_EXAMPLEDIR%%/demos/embeddeddialogs/embeddeddialog.h
+%%QT_EXAMPLEDIR%%/demos/embeddeddialogs/embeddeddialog.ui
+%%QT_EXAMPLEDIR%%/demos/embeddeddialogs/embeddeddialogs
+%%DEBUG%%%%QT_EXAMPLEDIR%%/demos/embeddeddialogs/embeddeddialogs.debug
+%%QT_EXAMPLEDIR%%/demos/embeddeddialogs/embeddeddialogs.pro
+%%QT_EXAMPLEDIR%%/demos/embeddeddialogs/embeddeddialogs.qrc
+%%QT_EXAMPLEDIR%%/demos/embeddeddialogs/main.cpp
+%%QT_EXAMPLEDIR%%/demos/glhypnotizer/glhypnotizer
+%%DEBUG%%%%QT_EXAMPLEDIR%%/demos/glhypnotizer/glhypnotizer.debug
+%%QT_EXAMPLEDIR%%/demos/glhypnotizer/glhypnotizer.pro
+%%QT_EXAMPLEDIR%%/demos/glhypnotizer/hypnotizer.qrc
+%%QT_EXAMPLEDIR%%/demos/glhypnotizer/main.cpp
+%%QT_EXAMPLEDIR%%/demos/glhypnotizer/qt-logo.png
+%%QT_EXAMPLEDIR%%/demos/glhypnotizer/spiral.svg
+%%QT_EXAMPLEDIR%%/demos/gradients/gradients
+%%QT_EXAMPLEDIR%%/demos/gradients/gradients.cpp
+%%DEBUG%%%%QT_EXAMPLEDIR%%/demos/gradients/gradients.debug
+%%QT_EXAMPLEDIR%%/demos/gradients/gradients.h
+%%QT_EXAMPLEDIR%%/demos/gradients/gradients.html
+%%QT_EXAMPLEDIR%%/demos/gradients/gradients.pro
+%%QT_EXAMPLEDIR%%/demos/gradients/gradients.qrc
+%%QT_EXAMPLEDIR%%/demos/gradients/main.cpp
+%%QT_EXAMPLEDIR%%/demos/helper/qmlapplicationviewer/qmlapplicationviewer.cpp
+%%QT_EXAMPLEDIR%%/demos/helper/qmlapplicationviewer/qmlapplicationviewer.h
+%%QT_EXAMPLEDIR%%/demos/helper/qmlapplicationviewer/qmlapplicationviewer.pri
+%%QT_EXAMPLEDIR%%/demos/interview/README
+%%QT_EXAMPLEDIR%%/demos/interview/images/folder.png
+%%QT_EXAMPLEDIR%%/demos/interview/images/interview.png
+%%QT_EXAMPLEDIR%%/demos/interview/images/services.png
+%%QT_EXAMPLEDIR%%/demos/interview/interview
+%%DEBUG%%%%QT_EXAMPLEDIR%%/demos/interview/interview.debug
+%%QT_EXAMPLEDIR%%/demos/interview/interview.pro
+%%QT_EXAMPLEDIR%%/demos/interview/interview.qrc
+%%QT_EXAMPLEDIR%%/demos/interview/main.cpp
+%%QT_EXAMPLEDIR%%/demos/interview/model.cpp
+%%QT_EXAMPLEDIR%%/demos/interview/model.h
+%%QT_EXAMPLEDIR%%/demos/mainwindow/colorswatch.cpp
+%%QT_EXAMPLEDIR%%/demos/mainwindow/colorswatch.h
+%%QT_EXAMPLEDIR%%/demos/mainwindow/main.cpp
+%%QT_EXAMPLEDIR%%/demos/mainwindow/mainwindow
+%%QT_EXAMPLEDIR%%/demos/mainwindow/mainwindow.cpp
+%%DEBUG%%%%QT_EXAMPLEDIR%%/demos/mainwindow/mainwindow.debug
+%%QT_EXAMPLEDIR%%/demos/mainwindow/mainwindow.h
+%%QT_EXAMPLEDIR%%/demos/mainwindow/mainwindow.pro
+%%QT_EXAMPLEDIR%%/demos/mainwindow/mainwindow.qrc
+%%QT_EXAMPLEDIR%%/demos/mainwindow/qt.png
+%%QT_EXAMPLEDIR%%/demos/mainwindow/titlebarCenter.png
+%%QT_EXAMPLEDIR%%/demos/mainwindow/titlebarLeft.png
+%%QT_EXAMPLEDIR%%/demos/mainwindow/titlebarRight.png
+%%QT_EXAMPLEDIR%%/demos/mainwindow/toolbar.cpp
+%%QT_EXAMPLEDIR%%/demos/mainwindow/toolbar.h
+%%QT_EXAMPLEDIR%%/demos/pathstroke/main.cpp
+%%QT_EXAMPLEDIR%%/demos/pathstroke/pathstroke
+%%QT_EXAMPLEDIR%%/demos/pathstroke/pathstroke.cpp
+%%DEBUG%%%%QT_EXAMPLEDIR%%/demos/pathstroke/pathstroke.debug
+%%QT_EXAMPLEDIR%%/demos/pathstroke/pathstroke.h
+%%QT_EXAMPLEDIR%%/demos/pathstroke/pathstroke.html
+%%QT_EXAMPLEDIR%%/demos/pathstroke/pathstroke.pro
+%%QT_EXAMPLEDIR%%/demos/pathstroke/pathstroke.qrc
+%%QT_EXAMPLEDIR%%/demos/qmediaplayer/images/screen.png
+%%QT_EXAMPLEDIR%%/demos/qmediaplayer/main.cpp
+%%QT_EXAMPLEDIR%%/demos/qmediaplayer/mediaplayer.cpp
+%%QT_EXAMPLEDIR%%/demos/qmediaplayer/mediaplayer.h
+%%QT_EXAMPLEDIR%%/demos/qmediaplayer/mediaplayer.qrc
+%%QT_EXAMPLEDIR%%/demos/qmediaplayer/qmediaplayer
+%%DEBUG%%%%QT_EXAMPLEDIR%%/demos/qmediaplayer/qmediaplayer.debug
+%%QT_EXAMPLEDIR%%/demos/qmediaplayer/qmediaplayer.pro
+%%QT_EXAMPLEDIR%%/demos/qmediaplayer/settings.ui
+%%QT_EXAMPLEDIR%%/demos/qtdemo/Info_mac.plist
+%%QT_EXAMPLEDIR%%/demos/qtdemo/colors.cpp
+%%QT_EXAMPLEDIR%%/demos/qtdemo/colors.h
+%%QT_EXAMPLEDIR%%/demos/qtdemo/demoitem.cpp
+%%QT_EXAMPLEDIR%%/demos/qtdemo/demoitem.h
+%%QT_EXAMPLEDIR%%/demos/qtdemo/demoitemanimation.cpp
+%%QT_EXAMPLEDIR%%/demos/qtdemo/demoitemanimation.h
+%%QT_EXAMPLEDIR%%/demos/qtdemo/demoscene.cpp
+%%QT_EXAMPLEDIR%%/demos/qtdemo/demoscene.h
+%%QT_EXAMPLEDIR%%/demos/qtdemo/demotextitem.cpp
+%%QT_EXAMPLEDIR%%/demos/qtdemo/demotextitem.h
+%%QT_EXAMPLEDIR%%/demos/qtdemo/dockitem.cpp
+%%QT_EXAMPLEDIR%%/demos/qtdemo/dockitem.h
+%%QT_EXAMPLEDIR%%/demos/qtdemo/examplecontent.cpp
+%%QT_EXAMPLEDIR%%/demos/qtdemo/examplecontent.h
+%%QT_EXAMPLEDIR%%/demos/qtdemo/guide.cpp
+%%QT_EXAMPLEDIR%%/demos/qtdemo/guide.h
+%%QT_EXAMPLEDIR%%/demos/qtdemo/guidecircle.cpp
+%%QT_EXAMPLEDIR%%/demos/qtdemo/guidecircle.h
+%%QT_EXAMPLEDIR%%/demos/qtdemo/guideline.cpp
+%%QT_EXAMPLEDIR%%/demos/qtdemo/guideline.h
+%%QT_EXAMPLEDIR%%/demos/qtdemo/headingitem.cpp
+%%QT_EXAMPLEDIR%%/demos/qtdemo/headingitem.h
+%%QT_EXAMPLEDIR%%/demos/qtdemo/imageitem.cpp
+%%QT_EXAMPLEDIR%%/demos/qtdemo/imageitem.h
+%%QT_EXAMPLEDIR%%/demos/qtdemo/images/demobg.png
+%%QT_EXAMPLEDIR%%/demos/qtdemo/images/qtlogo_small.png
+%%QT_EXAMPLEDIR%%/demos/qtdemo/images/trolltech-logo.png
+%%QT_EXAMPLEDIR%%/demos/qtdemo/itemcircleanimation.cpp
+%%QT_EXAMPLEDIR%%/demos/qtdemo/itemcircleanimation.h
+%%QT_EXAMPLEDIR%%/demos/qtdemo/letteritem.cpp
+%%QT_EXAMPLEDIR%%/demos/qtdemo/letteritem.h
+%%QT_EXAMPLEDIR%%/demos/qtdemo/main.cpp
+%%QT_EXAMPLEDIR%%/demos/qtdemo/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/demos/qtdemo/mainwindow.h
+%%QT_EXAMPLEDIR%%/demos/qtdemo/menucontent.cpp
+%%QT_EXAMPLEDIR%%/demos/qtdemo/menucontent.h
+%%QT_EXAMPLEDIR%%/demos/qtdemo/menumanager.cpp
+%%QT_EXAMPLEDIR%%/demos/qtdemo/menumanager.h
+%%QT_EXAMPLEDIR%%/demos/qtdemo/qtdemo.icns
+%%QT_EXAMPLEDIR%%/demos/qtdemo/qtdemo.ico
+%%QT_EXAMPLEDIR%%/demos/qtdemo/qtdemo.pro
+%%QT_EXAMPLEDIR%%/demos/qtdemo/qtdemo.qrc
+%%QT_EXAMPLEDIR%%/demos/qtdemo/qtdemo.rc
+%%QT_EXAMPLEDIR%%/demos/qtdemo/scanitem.cpp
+%%QT_EXAMPLEDIR%%/demos/qtdemo/scanitem.h
+%%QT_EXAMPLEDIR%%/demos/qtdemo/score.cpp
+%%QT_EXAMPLEDIR%%/demos/qtdemo/score.h
+%%QT_EXAMPLEDIR%%/demos/qtdemo/textbutton.cpp
+%%QT_EXAMPLEDIR%%/demos/qtdemo/textbutton.h
+%%QT_EXAMPLEDIR%%/demos/qtdemo/xml/examples.xml
+%%QT_EXAMPLEDIR%%/demos/shared/arthurstyle.cpp
+%%QT_EXAMPLEDIR%%/demos/shared/arthurstyle.h
+%%QT_EXAMPLEDIR%%/demos/shared/arthurwidgets.cpp
+%%QT_EXAMPLEDIR%%/demos/shared/arthurwidgets.h
+%%QT_EXAMPLEDIR%%/demos/shared/hoverpoints.cpp
+%%QT_EXAMPLEDIR%%/demos/shared/hoverpoints.h
+%%QT_EXAMPLEDIR%%/demos/shared/images/bg_pattern.png
+%%QT_EXAMPLEDIR%%/demos/shared/images/button_normal_cap_left.png
+%%QT_EXAMPLEDIR%%/demos/shared/images/button_normal_cap_right.png
+%%QT_EXAMPLEDIR%%/demos/shared/images/button_normal_stretch.png
+%%QT_EXAMPLEDIR%%/demos/shared/images/button_pressed_cap_left.png
+%%QT_EXAMPLEDIR%%/demos/shared/images/button_pressed_cap_right.png
+%%QT_EXAMPLEDIR%%/demos/shared/images/button_pressed_stretch.png
+%%QT_EXAMPLEDIR%%/demos/shared/images/curve_thing_edit-6.png
+%%QT_EXAMPLEDIR%%/demos/shared/images/frame_bottom.png
+%%QT_EXAMPLEDIR%%/demos/shared/images/frame_bottomleft.png
+%%QT_EXAMPLEDIR%%/demos/shared/images/frame_bottomright.png
+%%QT_EXAMPLEDIR%%/demos/shared/images/frame_left.png
+%%QT_EXAMPLEDIR%%/demos/shared/images/frame_right.png
+%%QT_EXAMPLEDIR%%/demos/shared/images/frame_top.png
+%%QT_EXAMPLEDIR%%/demos/shared/images/frame_topleft.png
+%%QT_EXAMPLEDIR%%/demos/shared/images/frame_topright.png
+%%QT_EXAMPLEDIR%%/demos/shared/images/groupframe_bottom_left.png
+%%QT_EXAMPLEDIR%%/demos/shared/images/groupframe_bottom_right.png
+%%QT_EXAMPLEDIR%%/demos/shared/images/groupframe_bottom_stretch.png
+%%QT_EXAMPLEDIR%%/demos/shared/images/groupframe_left_stretch.png
+%%QT_EXAMPLEDIR%%/demos/shared/images/groupframe_right_stretch.png
+%%QT_EXAMPLEDIR%%/demos/shared/images/groupframe_top_stretch.png
+%%QT_EXAMPLEDIR%%/demos/shared/images/groupframe_topleft.png
+%%QT_EXAMPLEDIR%%/demos/shared/images/groupframe_topright.png
+%%QT_EXAMPLEDIR%%/demos/shared/images/line_dash_dot.png
+%%QT_EXAMPLEDIR%%/demos/shared/images/line_dash_dot_dot.png
+%%QT_EXAMPLEDIR%%/demos/shared/images/line_dashed.png
+%%QT_EXAMPLEDIR%%/demos/shared/images/line_dotted.png
+%%QT_EXAMPLEDIR%%/demos/shared/images/line_solid.png
+%%QT_EXAMPLEDIR%%/demos/shared/images/radiobutton-off.png
+%%QT_EXAMPLEDIR%%/demos/shared/images/radiobutton-on.png
+%%QT_EXAMPLEDIR%%/demos/shared/images/radiobutton_off.png
+%%QT_EXAMPLEDIR%%/demos/shared/images/radiobutton_on.png
+%%QT_EXAMPLEDIR%%/demos/shared/images/slider_bar.png
+%%QT_EXAMPLEDIR%%/demos/shared/images/slider_thumb_off.png
+%%QT_EXAMPLEDIR%%/demos/shared/images/slider_thumb_on.png
+%%QT_EXAMPLEDIR%%/demos/shared/images/title_cap_left.png
+%%QT_EXAMPLEDIR%%/demos/shared/images/title_cap_right.png
+%%QT_EXAMPLEDIR%%/demos/shared/images/title_stretch.png
+%%QT_EXAMPLEDIR%%/demos/shared/libdemo_shared.a
+%%QT_EXAMPLEDIR%%/demos/shared/libdemo_shared.prl
+%%QT_EXAMPLEDIR%%/demos/shared/shared.pri
+%%QT_EXAMPLEDIR%%/demos/shared/shared.pro
+%%QT_EXAMPLEDIR%%/demos/shared/shared.qrc
+%%QT_EXAMPLEDIR%%/demos/spectrum/3rdparty/fftreal/Array.h
+%%QT_EXAMPLEDIR%%/demos/spectrum/3rdparty/fftreal/Array.hpp
+%%QT_EXAMPLEDIR%%/demos/spectrum/3rdparty/fftreal/DynArray.h
+%%QT_EXAMPLEDIR%%/demos/spectrum/3rdparty/fftreal/DynArray.hpp
+%%QT_EXAMPLEDIR%%/demos/spectrum/3rdparty/fftreal/FFTRealFixLen.h
+%%QT_EXAMPLEDIR%%/demos/spectrum/3rdparty/fftreal/FFTRealFixLen.hpp
+%%QT_EXAMPLEDIR%%/demos/spectrum/3rdparty/fftreal/FFTRealFixLenParam.h
+%%QT_EXAMPLEDIR%%/demos/spectrum/3rdparty/fftreal/FFTRealPassDirect.h
+%%QT_EXAMPLEDIR%%/demos/spectrum/3rdparty/fftreal/FFTRealPassDirect.hpp
+%%QT_EXAMPLEDIR%%/demos/spectrum/3rdparty/fftreal/FFTRealPassInverse.h
+%%QT_EXAMPLEDIR%%/demos/spectrum/3rdparty/fftreal/FFTRealPassInverse.hpp
+%%QT_EXAMPLEDIR%%/demos/spectrum/3rdparty/fftreal/FFTRealSelect.h
+%%QT_EXAMPLEDIR%%/demos/spectrum/3rdparty/fftreal/FFTRealSelect.hpp
+%%QT_EXAMPLEDIR%%/demos/spectrum/3rdparty/fftreal/FFTRealUseTrigo.h
+%%QT_EXAMPLEDIR%%/demos/spectrum/3rdparty/fftreal/FFTRealUseTrigo.hpp
+%%QT_EXAMPLEDIR%%/demos/spectrum/3rdparty/fftreal/OscSinCos.h
+%%QT_EXAMPLEDIR%%/demos/spectrum/3rdparty/fftreal/OscSinCos.hpp
+%%QT_EXAMPLEDIR%%/demos/spectrum/3rdparty/fftreal/def.h
+%%QT_EXAMPLEDIR%%/demos/spectrum/3rdparty/fftreal/fftreal.pro
+%%QT_EXAMPLEDIR%%/demos/spectrum/3rdparty/fftreal/fftreal_wrapper.cpp
+%%QT_EXAMPLEDIR%%/demos/spectrum/3rdparty/fftreal/fftreal_wrapper.h
+%%QT_EXAMPLEDIR%%/demos/spectrum/3rdparty/fftreal/license.txt
+%%QT_EXAMPLEDIR%%/demos/spectrum/3rdparty/fftreal/readme.txt
+%%QT_EXAMPLEDIR%%/demos/spectrum/README.txt
+%%QT_EXAMPLEDIR%%/demos/spectrum/TODO.txt
+%%QT_EXAMPLEDIR%%/demos/spectrum/app/app.pro
+%%QT_EXAMPLEDIR%%/demos/spectrum/app/engine.cpp
+%%QT_EXAMPLEDIR%%/demos/spectrum/app/engine.h
+%%QT_EXAMPLEDIR%%/demos/spectrum/app/frequencyspectrum.cpp
+%%QT_EXAMPLEDIR%%/demos/spectrum/app/frequencyspectrum.h
+%%QT_EXAMPLEDIR%%/demos/spectrum/app/images/record.png
+%%QT_EXAMPLEDIR%%/demos/spectrum/app/images/settings.png
+%%QT_EXAMPLEDIR%%/demos/spectrum/app/levelmeter.cpp
+%%QT_EXAMPLEDIR%%/demos/spectrum/app/levelmeter.h
+%%QT_EXAMPLEDIR%%/demos/spectrum/app/main.cpp
+%%QT_EXAMPLEDIR%%/demos/spectrum/app/mainwidget.cpp
+%%QT_EXAMPLEDIR%%/demos/spectrum/app/mainwidget.h
+%%QT_EXAMPLEDIR%%/demos/spectrum/app/progressbar.cpp
+%%QT_EXAMPLEDIR%%/demos/spectrum/app/progressbar.h
+%%QT_EXAMPLEDIR%%/demos/spectrum/app/settingsdialog.cpp
+%%QT_EXAMPLEDIR%%/demos/spectrum/app/settingsdialog.h
+%%QT_EXAMPLEDIR%%/demos/spectrum/app/spectrograph.cpp
+%%QT_EXAMPLEDIR%%/demos/spectrum/app/spectrograph.h
+%%QT_EXAMPLEDIR%%/demos/spectrum/app/spectrum.h
+%%QT_EXAMPLEDIR%%/demos/spectrum/app/spectrum.qrc
+%%QT_EXAMPLEDIR%%/demos/spectrum/app/spectrumanalyser.cpp
+%%QT_EXAMPLEDIR%%/demos/spectrum/app/spectrumanalyser.h
+%%QT_EXAMPLEDIR%%/demos/spectrum/app/tonegenerator.cpp
+%%QT_EXAMPLEDIR%%/demos/spectrum/app/tonegenerator.h
+%%QT_EXAMPLEDIR%%/demos/spectrum/app/tonegeneratordialog.cpp
+%%QT_EXAMPLEDIR%%/demos/spectrum/app/tonegeneratordialog.h
+%%QT_EXAMPLEDIR%%/demos/spectrum/app/utils.cpp
+%%QT_EXAMPLEDIR%%/demos/spectrum/app/utils.h
+%%QT_EXAMPLEDIR%%/demos/spectrum/app/waveform.cpp
+%%QT_EXAMPLEDIR%%/demos/spectrum/app/waveform.h
+%%QT_EXAMPLEDIR%%/demos/spectrum/app/wavfile.cpp
+%%QT_EXAMPLEDIR%%/demos/spectrum/app/wavfile.h
+%%QT_EXAMPLEDIR%%/demos/spectrum/spectrum.pri
+%%QT_EXAMPLEDIR%%/demos/spectrum/spectrum.pro
+%%QT_EXAMPLEDIR%%/demos/spreadsheet/images/interview.png
+%%QT_EXAMPLEDIR%%/demos/spreadsheet/main.cpp
+%%QT_EXAMPLEDIR%%/demos/spreadsheet/printview.cpp
+%%QT_EXAMPLEDIR%%/demos/spreadsheet/printview.h
+%%QT_EXAMPLEDIR%%/demos/spreadsheet/spreadsheet
+%%QT_EXAMPLEDIR%%/demos/spreadsheet/spreadsheet.cpp
+%%DEBUG%%%%QT_EXAMPLEDIR%%/demos/spreadsheet/spreadsheet.debug
+%%QT_EXAMPLEDIR%%/demos/spreadsheet/spreadsheet.h
+%%QT_EXAMPLEDIR%%/demos/spreadsheet/spreadsheet.pro
+%%QT_EXAMPLEDIR%%/demos/spreadsheet/spreadsheet.qrc
+%%QT_EXAMPLEDIR%%/demos/spreadsheet/spreadsheetdelegate.cpp
+%%QT_EXAMPLEDIR%%/demos/spreadsheet/spreadsheetdelegate.h
+%%QT_EXAMPLEDIR%%/demos/spreadsheet/spreadsheetitem.cpp
+%%QT_EXAMPLEDIR%%/demos/spreadsheet/spreadsheetitem.h
+%%QT_EXAMPLEDIR%%/demos/sqlbrowser/browser.cpp
+%%QT_EXAMPLEDIR%%/demos/sqlbrowser/browser.h
+%%QT_EXAMPLEDIR%%/demos/sqlbrowser/browserwidget.ui
+%%QT_EXAMPLEDIR%%/demos/sqlbrowser/connectionwidget.cpp
+%%QT_EXAMPLEDIR%%/demos/sqlbrowser/connectionwidget.h
+%%QT_EXAMPLEDIR%%/demos/sqlbrowser/main.cpp
+%%QT_EXAMPLEDIR%%/demos/sqlbrowser/qsqlconnectiondialog.cpp
+%%QT_EXAMPLEDIR%%/demos/sqlbrowser/qsqlconnectiondialog.h
+%%QT_EXAMPLEDIR%%/demos/sqlbrowser/qsqlconnectiondialog.ui
+%%QT_EXAMPLEDIR%%/demos/sqlbrowser/sqlbrowser
+%%DEBUG%%%%QT_EXAMPLEDIR%%/demos/sqlbrowser/sqlbrowser.debug
+%%QT_EXAMPLEDIR%%/demos/sqlbrowser/sqlbrowser.pro
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/animationmanager.cpp
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/animationmanager.h
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/boat.cpp
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/boat.h
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/boat_p.h
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/bomb.cpp
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/bomb.h
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/graphicsscene.cpp
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/graphicsscene.h
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/main.cpp
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/mainwindow.h
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/big/background.png
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/big/boat.png
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/big/bomb.png
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/big/explosion/boat/step1.png
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/big/explosion/boat/step2.png
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/big/explosion/boat/step3.png
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/big/explosion/boat/step4.png
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/big/explosion/submarine/step1.png
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/big/explosion/submarine/step2.png
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/big/explosion/submarine/step3.png
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/big/explosion/submarine/step4.png
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/big/submarine.png
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/big/surface.png
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/big/torpedo.png
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/scalable/background-n810.svg
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/scalable/background.svg
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/scalable/boat.svg
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/scalable/bomb.svg
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/scalable/sand.svg
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/scalable/see.svg
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/scalable/sky.svg
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/scalable/sub-attaq.svg
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/scalable/submarine.svg
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/scalable/surface.svg
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/scalable/torpedo.svg
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/small/background.png
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/small/boat.png
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/small/bomb.png
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/small/submarine.png
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/small/surface.png
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/small/torpedo.png
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/welcome/logo-a.png
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/welcome/logo-a2.png
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/welcome/logo-b.png
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/welcome/logo-dash.png
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/welcome/logo-excl.png
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/welcome/logo-q.png
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/welcome/logo-s.png
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/welcome/logo-t.png
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/welcome/logo-t2.png
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/welcome/logo-u.png
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/pixmapitem.cpp
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/pixmapitem.h
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/progressitem.cpp
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/progressitem.h
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/qanimationstate.cpp
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/qanimationstate.h
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/states.cpp
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/states.h
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/sub-attaq
+%%DEBUG%%%%QT_EXAMPLEDIR%%/demos/sub-attaq/sub-attaq.debug
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/sub-attaq.pro
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/subattaq.qrc
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/submarine.cpp
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/submarine.h
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/submarine_p.h
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/textinformationitem.cpp
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/textinformationitem.h
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/torpedo.cpp
+%%QT_EXAMPLEDIR%%/demos/sub-attaq/torpedo.h
+%%QT_EXAMPLEDIR%%/demos/textedit/example.html
+%%QT_EXAMPLEDIR%%/demos/textedit/images/logo32.png
+%%QT_EXAMPLEDIR%%/demos/textedit/images/mac/editcopy.png
+%%QT_EXAMPLEDIR%%/demos/textedit/images/mac/editcut.png
+%%QT_EXAMPLEDIR%%/demos/textedit/images/mac/editpaste.png
+%%QT_EXAMPLEDIR%%/demos/textedit/images/mac/editredo.png
+%%QT_EXAMPLEDIR%%/demos/textedit/images/mac/editundo.png
+%%QT_EXAMPLEDIR%%/demos/textedit/images/mac/exportpdf.png
+%%QT_EXAMPLEDIR%%/demos/textedit/images/mac/filenew.png
+%%QT_EXAMPLEDIR%%/demos/textedit/images/mac/fileopen.png
+%%QT_EXAMPLEDIR%%/demos/textedit/images/mac/fileprint.png
+%%QT_EXAMPLEDIR%%/demos/textedit/images/mac/filesave.png
+%%QT_EXAMPLEDIR%%/demos/textedit/images/mac/textbold.png
+%%QT_EXAMPLEDIR%%/demos/textedit/images/mac/textcenter.png
+%%QT_EXAMPLEDIR%%/demos/textedit/images/mac/textitalic.png
+%%QT_EXAMPLEDIR%%/demos/textedit/images/mac/textjustify.png
+%%QT_EXAMPLEDIR%%/demos/textedit/images/mac/textleft.png
+%%QT_EXAMPLEDIR%%/demos/textedit/images/mac/textright.png
+%%QT_EXAMPLEDIR%%/demos/textedit/images/mac/textunder.png
+%%QT_EXAMPLEDIR%%/demos/textedit/images/mac/zoomin.png
+%%QT_EXAMPLEDIR%%/demos/textedit/images/mac/zoomout.png
+%%QT_EXAMPLEDIR%%/demos/textedit/images/win/editcopy.png
+%%QT_EXAMPLEDIR%%/demos/textedit/images/win/editcut.png
+%%QT_EXAMPLEDIR%%/demos/textedit/images/win/editpaste.png
+%%QT_EXAMPLEDIR%%/demos/textedit/images/win/editredo.png
+%%QT_EXAMPLEDIR%%/demos/textedit/images/win/editundo.png
+%%QT_EXAMPLEDIR%%/demos/textedit/images/win/exportpdf.png
+%%QT_EXAMPLEDIR%%/demos/textedit/images/win/filenew.png
+%%QT_EXAMPLEDIR%%/demos/textedit/images/win/fileopen.png
+%%QT_EXAMPLEDIR%%/demos/textedit/images/win/fileprint.png
+%%QT_EXAMPLEDIR%%/demos/textedit/images/win/filesave.png
+%%QT_EXAMPLEDIR%%/demos/textedit/images/win/textbold.png
+%%QT_EXAMPLEDIR%%/demos/textedit/images/win/textcenter.png
+%%QT_EXAMPLEDIR%%/demos/textedit/images/win/textitalic.png
+%%QT_EXAMPLEDIR%%/demos/textedit/images/win/textjustify.png
+%%QT_EXAMPLEDIR%%/demos/textedit/images/win/textleft.png
+%%QT_EXAMPLEDIR%%/demos/textedit/images/win/textright.png
+%%QT_EXAMPLEDIR%%/demos/textedit/images/win/textunder.png
+%%QT_EXAMPLEDIR%%/demos/textedit/images/win/zoomin.png
+%%QT_EXAMPLEDIR%%/demos/textedit/images/win/zoomout.png
+%%QT_EXAMPLEDIR%%/demos/textedit/main.cpp
+%%QT_EXAMPLEDIR%%/demos/textedit/textedit
+%%QT_EXAMPLEDIR%%/demos/textedit/textedit.cpp
+%%DEBUG%%%%QT_EXAMPLEDIR%%/demos/textedit/textedit.debug
+%%QT_EXAMPLEDIR%%/demos/textedit/textedit.h
+%%QT_EXAMPLEDIR%%/demos/textedit/textedit.pro
+%%QT_EXAMPLEDIR%%/demos/textedit/textedit.qrc
+%%QT_EXAMPLEDIR%%/demos/undo/commands.cpp
+%%QT_EXAMPLEDIR%%/demos/undo/commands.h
+%%QT_EXAMPLEDIR%%/demos/undo/document.cpp
+%%QT_EXAMPLEDIR%%/demos/undo/document.h
+%%QT_EXAMPLEDIR%%/demos/undo/icons/background.png
+%%QT_EXAMPLEDIR%%/demos/undo/icons/blue.png
+%%QT_EXAMPLEDIR%%/demos/undo/icons/circle.png
+%%QT_EXAMPLEDIR%%/demos/undo/icons/exit.png
+%%QT_EXAMPLEDIR%%/demos/undo/icons/fileclose.png
+%%QT_EXAMPLEDIR%%/demos/undo/icons/filenew.png
+%%QT_EXAMPLEDIR%%/demos/undo/icons/fileopen.png
+%%QT_EXAMPLEDIR%%/demos/undo/icons/filesave.png
+%%QT_EXAMPLEDIR%%/demos/undo/icons/green.png
+%%QT_EXAMPLEDIR%%/demos/undo/icons/ok.png
+%%QT_EXAMPLEDIR%%/demos/undo/icons/rectangle.png
+%%QT_EXAMPLEDIR%%/demos/undo/icons/red.png
+%%QT_EXAMPLEDIR%%/demos/undo/icons/redo.png
+%%QT_EXAMPLEDIR%%/demos/undo/icons/remove.png
+%%QT_EXAMPLEDIR%%/demos/undo/icons/triangle.png
+%%QT_EXAMPLEDIR%%/demos/undo/icons/undo.png
+%%QT_EXAMPLEDIR%%/demos/undo/main.cpp
+%%QT_EXAMPLEDIR%%/demos/undo/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/demos/undo/mainwindow.h
+%%QT_EXAMPLEDIR%%/demos/undo/mainwindow.ui
+%%QT_EXAMPLEDIR%%/demos/undo/undo
+%%DEBUG%%%%QT_EXAMPLEDIR%%/demos/undo/undo.debug
+%%QT_EXAMPLEDIR%%/demos/undo/undo.pro
+%%QT_EXAMPLEDIR%%/demos/undo/undo.qrc
+%%QT_EXAMPLEDIR%%/examples/README
+%%QT_EXAMPLEDIR%%/examples/animation/README
+%%QT_EXAMPLEDIR%%/examples/animation/animatedtiles/animatedtiles
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/animation/animatedtiles/animatedtiles.debug
+%%QT_EXAMPLEDIR%%/examples/animation/animatedtiles/animatedtiles.pro
+%%QT_EXAMPLEDIR%%/examples/animation/animatedtiles/animatedtiles.qrc
+%%QT_EXAMPLEDIR%%/examples/animation/animatedtiles/images/Time-For-Lunch-2.jpg
+%%QT_EXAMPLEDIR%%/examples/animation/animatedtiles/images/centered.png
+%%QT_EXAMPLEDIR%%/examples/animation/animatedtiles/images/ellipse.png
+%%QT_EXAMPLEDIR%%/examples/animation/animatedtiles/images/figure8.png
+%%QT_EXAMPLEDIR%%/examples/animation/animatedtiles/images/kinetic.png
+%%QT_EXAMPLEDIR%%/examples/animation/animatedtiles/images/random.png
+%%QT_EXAMPLEDIR%%/examples/animation/animatedtiles/images/tile.png
+%%QT_EXAMPLEDIR%%/examples/animation/animatedtiles/main.cpp
+%%QT_EXAMPLEDIR%%/examples/animation/animation.pro
+%%QT_EXAMPLEDIR%%/examples/animation/appchooser/appchooser
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/animation/appchooser/appchooser.debug
+%%QT_EXAMPLEDIR%%/examples/animation/appchooser/appchooser.pro
+%%QT_EXAMPLEDIR%%/examples/animation/appchooser/appchooser.qrc
+%%QT_EXAMPLEDIR%%/examples/animation/appchooser/main.cpp
+%%QT_EXAMPLEDIR%%/examples/animation/easing/animation.h
+%%QT_EXAMPLEDIR%%/examples/animation/easing/easing
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/animation/easing/easing.debug
+%%QT_EXAMPLEDIR%%/examples/animation/easing/easing.pro
+%%QT_EXAMPLEDIR%%/examples/animation/easing/easing.qrc
+%%QT_EXAMPLEDIR%%/examples/animation/easing/form.ui
+%%QT_EXAMPLEDIR%%/examples/animation/easing/images/qt-logo.png
+%%QT_EXAMPLEDIR%%/examples/animation/easing/main.cpp
+%%QT_EXAMPLEDIR%%/examples/animation/easing/window.cpp
+%%QT_EXAMPLEDIR%%/examples/animation/easing/window.h
+%%QT_EXAMPLEDIR%%/examples/animation/moveblocks/main.cpp
+%%QT_EXAMPLEDIR%%/examples/animation/moveblocks/moveblocks
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/animation/moveblocks/moveblocks.debug
+%%QT_EXAMPLEDIR%%/examples/animation/moveblocks/moveblocks.pro
+%%QT_EXAMPLEDIR%%/examples/animation/states/main.cpp
+%%QT_EXAMPLEDIR%%/examples/animation/states/states
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/animation/states/states.debug
+%%QT_EXAMPLEDIR%%/examples/animation/states/states.pro
+%%QT_EXAMPLEDIR%%/examples/animation/states/states.qrc
+%%QT_EXAMPLEDIR%%/examples/animation/stickman/animation.cpp
+%%QT_EXAMPLEDIR%%/examples/animation/stickman/animation.h
+%%QT_EXAMPLEDIR%%/examples/animation/stickman/graphicsview.cpp
+%%QT_EXAMPLEDIR%%/examples/animation/stickman/graphicsview.h
+%%QT_EXAMPLEDIR%%/examples/animation/stickman/lifecycle.cpp
+%%QT_EXAMPLEDIR%%/examples/animation/stickman/lifecycle.h
+%%QT_EXAMPLEDIR%%/examples/animation/stickman/main.cpp
+%%QT_EXAMPLEDIR%%/examples/animation/stickman/node.cpp
+%%QT_EXAMPLEDIR%%/examples/animation/stickman/node.h
+%%QT_EXAMPLEDIR%%/examples/animation/stickman/rectbutton.cpp
+%%QT_EXAMPLEDIR%%/examples/animation/stickman/rectbutton.h
+%%QT_EXAMPLEDIR%%/examples/animation/stickman/stickman
+%%QT_EXAMPLEDIR%%/examples/animation/stickman/stickman.cpp
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/animation/stickman/stickman.debug
+%%QT_EXAMPLEDIR%%/examples/animation/stickman/stickman.h
+%%QT_EXAMPLEDIR%%/examples/animation/stickman/stickman.pro
+%%QT_EXAMPLEDIR%%/examples/animation/stickman/stickman.qrc
+%%QT_EXAMPLEDIR%%/examples/dbus/chat/chat.cpp
+%%QT_EXAMPLEDIR%%/examples/dbus/chat/chat.h
+%%QT_EXAMPLEDIR%%/examples/dbus/chat/chat_adaptor.cpp
+%%QT_EXAMPLEDIR%%/examples/dbus/chat/chat_adaptor.h
+%%QT_EXAMPLEDIR%%/examples/dbus/chat/chat_interface.cpp
+%%QT_EXAMPLEDIR%%/examples/dbus/chat/chat_interface.h
+%%QT_EXAMPLEDIR%%/examples/dbus/chat/chatmainwindow.ui
+%%QT_EXAMPLEDIR%%/examples/dbus/chat/chatsetnickname.ui
+%%QT_EXAMPLEDIR%%/examples/dbus/chat/com.trolltech.chat.xml
+%%QT_EXAMPLEDIR%%/examples/dbus/chat/dbus-chat
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/dbus/chat/dbus-chat.debug
+%%QT_EXAMPLEDIR%%/examples/dbus/chat/dbus-chat.pro
+%%QT_EXAMPLEDIR%%/examples/dbus/complexpingpong/complexping
+%%QT_EXAMPLEDIR%%/examples/dbus/complexpingpong/complexping.cpp
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/dbus/complexpingpong/complexping.debug
+%%QT_EXAMPLEDIR%%/examples/dbus/complexpingpong/complexping.h
+%%QT_EXAMPLEDIR%%/examples/dbus/complexpingpong/complexping.pro
+%%QT_EXAMPLEDIR%%/examples/dbus/complexpingpong/complexpingpong.pro
+%%QT_EXAMPLEDIR%%/examples/dbus/complexpingpong/complexpong
+%%QT_EXAMPLEDIR%%/examples/dbus/complexpingpong/complexpong.cpp
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/dbus/complexpingpong/complexpong.debug
+%%QT_EXAMPLEDIR%%/examples/dbus/complexpingpong/complexpong.h
+%%QT_EXAMPLEDIR%%/examples/dbus/complexpingpong/complexpong.pro
+%%QT_EXAMPLEDIR%%/examples/dbus/complexpingpong/ping-common.h
+%%QT_EXAMPLEDIR%%/examples/dbus/dbus.pro
+%%QT_EXAMPLEDIR%%/examples/dbus/listnames/listnames
+%%QT_EXAMPLEDIR%%/examples/dbus/listnames/listnames.cpp
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/dbus/listnames/listnames.debug
+%%QT_EXAMPLEDIR%%/examples/dbus/listnames/listnames.pro
+%%QT_EXAMPLEDIR%%/examples/dbus/pingpong/ping
+%%QT_EXAMPLEDIR%%/examples/dbus/pingpong/ping-common.h
+%%QT_EXAMPLEDIR%%/examples/dbus/pingpong/ping.cpp
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/dbus/pingpong/ping.debug
+%%QT_EXAMPLEDIR%%/examples/dbus/pingpong/ping.pro
+%%QT_EXAMPLEDIR%%/examples/dbus/pingpong/pingpong.pro
+%%QT_EXAMPLEDIR%%/examples/dbus/pingpong/pong
+%%QT_EXAMPLEDIR%%/examples/dbus/pingpong/pong.cpp
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/dbus/pingpong/pong.debug
+%%QT_EXAMPLEDIR%%/examples/dbus/pingpong/pong.h
+%%QT_EXAMPLEDIR%%/examples/dbus/pingpong/pong.pro
+%%QT_EXAMPLEDIR%%/examples/dbus/remotecontrolledcar/car/car
+%%QT_EXAMPLEDIR%%/examples/dbus/remotecontrolledcar/car/car.cpp
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/dbus/remotecontrolledcar/car/car.debug
+%%QT_EXAMPLEDIR%%/examples/dbus/remotecontrolledcar/car/car.h
+%%QT_EXAMPLEDIR%%/examples/dbus/remotecontrolledcar/car/car.pro
+%%QT_EXAMPLEDIR%%/examples/dbus/remotecontrolledcar/car/car.xml
+%%QT_EXAMPLEDIR%%/examples/dbus/remotecontrolledcar/car/car_adaptor.cpp
+%%QT_EXAMPLEDIR%%/examples/dbus/remotecontrolledcar/car/car_adaptor.h
+%%QT_EXAMPLEDIR%%/examples/dbus/remotecontrolledcar/car/main.cpp
+%%QT_EXAMPLEDIR%%/examples/dbus/remotecontrolledcar/controller/car.xml
+%%QT_EXAMPLEDIR%%/examples/dbus/remotecontrolledcar/controller/car_interface.cpp
+%%QT_EXAMPLEDIR%%/examples/dbus/remotecontrolledcar/controller/car_interface.h
+%%QT_EXAMPLEDIR%%/examples/dbus/remotecontrolledcar/controller/controller
+%%QT_EXAMPLEDIR%%/examples/dbus/remotecontrolledcar/controller/controller.cpp
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/dbus/remotecontrolledcar/controller/controller.debug
+%%QT_EXAMPLEDIR%%/examples/dbus/remotecontrolledcar/controller/controller.h
+%%QT_EXAMPLEDIR%%/examples/dbus/remotecontrolledcar/controller/controller.pro
+%%QT_EXAMPLEDIR%%/examples/dbus/remotecontrolledcar/controller/controller.ui
+%%QT_EXAMPLEDIR%%/examples/dbus/remotecontrolledcar/controller/main.cpp
+%%QT_EXAMPLEDIR%%/examples/dbus/remotecontrolledcar/remotecontrolledcar.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/animation/basics/color-animation/basics.qmlproject
+%%QT_EXAMPLEDIR%%/examples/declarative/animation/basics/color-animation/color-animation
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/animation/basics/color-animation/color-animation.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/animation/basics/color-animation/color-animation.png
+%%QT_EXAMPLEDIR%%/examples/declarative/animation/basics/color-animation/color-animation.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/animation/basics/color-animation/color-animation.svg
+%%QT_EXAMPLEDIR%%/examples/declarative/animation/basics/color-animation/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/animation/basics/color-animation/qml/color-animation/color-animation.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/animation/basics/color-animation/qml/color-animation/images/face-smile.png
+%%QT_EXAMPLEDIR%%/examples/declarative/animation/basics/color-animation/qml/color-animation/images/moon.png
+%%QT_EXAMPLEDIR%%/examples/declarative/animation/basics/color-animation/qml/color-animation/images/shadow.png
+%%QT_EXAMPLEDIR%%/examples/declarative/animation/basics/color-animation/qml/color-animation/images/star.png
+%%QT_EXAMPLEDIR%%/examples/declarative/animation/basics/color-animation/qml/color-animation/images/sun.png
+%%QT_EXAMPLEDIR%%/examples/declarative/animation/basics/property-animation/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/animation/basics/property-animation/property-animation
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/animation/basics/property-animation/property-animation.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/animation/basics/property-animation/property-animation.png
+%%QT_EXAMPLEDIR%%/examples/declarative/animation/basics/property-animation/property-animation.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/animation/basics/property-animation/property-animation.svg
+%%QT_EXAMPLEDIR%%/examples/declarative/animation/basics/property-animation/property.qmlproject
+%%QT_EXAMPLEDIR%%/examples/declarative/animation/basics/property-animation/qml/property-animation/images/face-smile.png
+%%QT_EXAMPLEDIR%%/examples/declarative/animation/basics/property-animation/qml/property-animation/images/moon.png
+%%QT_EXAMPLEDIR%%/examples/declarative/animation/basics/property-animation/qml/property-animation/images/shadow.png
+%%QT_EXAMPLEDIR%%/examples/declarative/animation/basics/property-animation/qml/property-animation/images/star.png
+%%QT_EXAMPLEDIR%%/examples/declarative/animation/basics/property-animation/qml/property-animation/images/sun.png
+%%QT_EXAMPLEDIR%%/examples/declarative/animation/basics/property-animation/qml/property-animation/property-animation.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/animation/behaviors/behavior-example/behavior-example
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/animation/behaviors/behavior-example/behavior-example.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/animation/behaviors/behavior-example/behavior-example.png
+%%QT_EXAMPLEDIR%%/examples/declarative/animation/behaviors/behavior-example/behavior-example.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/animation/behaviors/behavior-example/behavior-example.svg
+%%QT_EXAMPLEDIR%%/examples/declarative/animation/behaviors/behavior-example/behaviors.qmlproject
+%%QT_EXAMPLEDIR%%/examples/declarative/animation/behaviors/behavior-example/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/animation/behaviors/behavior-example/qml/behaviours/SideRect.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/animation/behaviors/behavior-example/qml/behaviours/behavior-example.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/animation/easing/easing
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/animation/easing/easing.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/animation/easing/easing.png
+%%QT_EXAMPLEDIR%%/examples/declarative/animation/easing/easing.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/animation/easing/easing.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/animation/easing/easing.qmlproject
+%%QT_EXAMPLEDIR%%/examples/declarative/animation/easing/easing.svg
+%%QT_EXAMPLEDIR%%/examples/declarative/animation/easing/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/animation/easing/qml/easing/content/QuitButton.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/animation/easing/qml/easing/content/quit.png
+%%QT_EXAMPLEDIR%%/examples/declarative/animation/easing/qml/easing/easing.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/animation/states/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/animation/states/qml/states/qt-logo.png
+%%QT_EXAMPLEDIR%%/examples/declarative/animation/states/qml/states/states.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/animation/states/qml/states/transitions.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/animation/states/states
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/animation/states/states.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/animation/states/states.png
+%%QT_EXAMPLEDIR%%/examples/declarative/animation/states/states.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/animation/states/states.qmlproject
+%%QT_EXAMPLEDIR%%/examples/declarative/animation/states/states.svg
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/Makefile
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/cppextensions.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/cppextensions.qmlproject
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/imageprovider/ImageProviderCore/libqmlimageproviderplugin.so
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/imageprovider/ImageProviderCore/libqmlimageproviderplugin.so.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/imageprovider/ImageProviderCore/qmldir
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/imageprovider/Makefile
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/imageprovider/imageprovider-example.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/imageprovider/imageprovider.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/imageprovider/imageprovider.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/imageprovider/imageprovider.qmlproject
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/networkaccessmanagerfactory/Makefile
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/networkaccessmanagerfactory/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/networkaccessmanagerfactory/networkaccessmanagerfactory
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/networkaccessmanagerfactory/networkaccessmanagerfactory.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/networkaccessmanagerfactory/networkaccessmanagerfactory.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/networkaccessmanagerfactory/networkaccessmanagerfactory.qmlproject
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/networkaccessmanagerfactory/networkaccessmanagerfactory.qrc
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/networkaccessmanagerfactory/qml/networkaccessmanagerfactory/view.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/plugins/Makefile
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/plugins/README
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/plugins/com/nokia/TimeExample/Clock.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/plugins/com/nokia/TimeExample/center.png
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/plugins/com/nokia/TimeExample/clock.png
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/plugins/com/nokia/TimeExample/hour.png
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/plugins/com/nokia/TimeExample/libqmlqtimeexampleplugin.so
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/plugins/com/nokia/TimeExample/libqmlqtimeexampleplugin.so.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/plugins/com/nokia/TimeExample/minute.png
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/plugins/com/nokia/TimeExample/qmldir
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/plugins/libqmlqwidgetsplugin.so
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/plugins/libqmlqwidgetsplugin.so.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/plugins/plugin.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/plugins/plugins.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/plugins/plugins.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/plugins/plugins.qmlproject
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/plugins/qwidgets.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/plugins/qwidgets.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/plugins/qwidgets.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qgraphicslayouts/Makefile
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qgraphicslayouts/layoutitem/Makefile
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qgraphicslayouts/layoutitem/layoutitem
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qgraphicslayouts/layoutitem/layoutitem.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qgraphicslayouts/layoutitem/layoutitem.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qgraphicslayouts/layoutitem/layoutitem.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qgraphicslayouts/layoutitem/layoutitem.qmlproject
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qgraphicslayouts/layoutitem/layoutitem.qrc
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qgraphicslayouts/layoutitem/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qgraphicslayouts/qgraphicsgridlayout/Makefile
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qgraphicslayouts/qgraphicsgridlayout/gridlayout.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qgraphicslayouts/qgraphicsgridlayout/gridlayout.h
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qgraphicslayouts/qgraphicsgridlayout/gridlayout.qrc
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qgraphicslayouts/qgraphicsgridlayout/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qgraphicslayouts/qgraphicsgridlayout/qgraphicsgridlayout
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qgraphicslayouts/qgraphicsgridlayout/qgraphicsgridlayout.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qgraphicslayouts/qgraphicsgridlayout/qgraphicsgridlayout.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qgraphicslayouts/qgraphicsgridlayout/qml/qgraphicsgridlayout/qgraphicsgridlayout.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qgraphicslayouts/qgraphicslayouts.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qgraphicslayouts/qgraphicslayouts.qmlproject
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qgraphicslayouts/qgraphicslinearlayout/Makefile
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qgraphicslayouts/qgraphicslinearlayout/linearlayout.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qgraphicslayouts/qgraphicslinearlayout/linearlayout.h
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qgraphicslayouts/qgraphicslinearlayout/linearlayout.qrc
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qgraphicslayouts/qgraphicslinearlayout/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qgraphicslayouts/qgraphicslinearlayout/qgraphicslinearlayout
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qgraphicslayouts/qgraphicslinearlayout/qgraphicslinearlayout.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qgraphicslayouts/qgraphicslinearlayout/qgraphicslinearlayout.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qgraphicslayouts/qgraphicslinearlayout/qml/qgraphicslinearlayout/qgraphicslinearlayout.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qwidgets/Makefile
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qwidgets/QWidgets/libqmlqwidgetsplugin.so
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qwidgets/QWidgets/libqmlqwidgetsplugin.so.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qwidgets/QWidgets/qmldir
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qwidgets/README
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qwidgets/qwidgets.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qwidgets/qwidgets.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qwidgets/qwidgets.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qwidgets/qwidgets.qmlproject
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/Makefile
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/adding/Makefile
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/adding/adding
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/adding/adding.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/adding/adding.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/adding/adding.qrc
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/adding/example.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/adding/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/adding/person.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/adding/person.h
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/attached/Makefile
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/attached/attached
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/attached/attached.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/attached/attached.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/attached/attached.qrc
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/attached/birthdayparty.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/attached/birthdayparty.h
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/attached/example.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/attached/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/attached/person.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/attached/person.h
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/binding/Makefile
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/binding/binding
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/binding/binding.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/binding/binding.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/binding/binding.qrc
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/binding/birthdayparty.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/binding/birthdayparty.h
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/binding/example.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/binding/happybirthdaysong.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/binding/happybirthdaysong.h
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/binding/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/binding/person.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/binding/person.h
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/coercion/Makefile
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/coercion/birthdayparty.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/coercion/birthdayparty.h
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/coercion/coercion
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/coercion/coercion.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/coercion/coercion.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/coercion/coercion.qrc
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/coercion/example.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/coercion/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/coercion/person.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/coercion/person.h
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/default/Makefile
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/default/birthdayparty.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/default/birthdayparty.h
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/default/default
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/default/default.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/default/default.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/default/default.qrc
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/default/example.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/default/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/default/person.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/default/person.h
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/extended/Makefile
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/extended/example.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/extended/extended
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/extended/extended.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/extended/extended.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/extended/extended.qrc
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/extended/lineedit.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/extended/lineedit.h
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/extended/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/grouped/Makefile
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/grouped/birthdayparty.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/grouped/birthdayparty.h
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/grouped/example.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/grouped/grouped
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/grouped/grouped.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/grouped/grouped.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/grouped/grouped.qrc
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/grouped/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/grouped/person.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/grouped/person.h
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/methods/Makefile
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/methods/birthdayparty.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/methods/birthdayparty.h
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/methods/example.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/methods/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/methods/methods
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/methods/methods.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/methods/methods.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/methods/methods.qrc
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/methods/person.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/methods/person.h
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/properties/Makefile
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/properties/birthdayparty.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/properties/birthdayparty.h
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/properties/example.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/properties/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/properties/person.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/properties/person.h
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/properties/properties
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/properties/properties.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/properties/properties.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/properties/properties.qrc
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/referenceexamples.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/referenceexamples.qmlproject
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/signal/Makefile
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/signal/birthdayparty.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/signal/birthdayparty.h
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/signal/example.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/signal/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/signal/person.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/signal/person.h
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/signal/signal
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/signal/signal.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/signal/signal.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/signal/signal.qrc
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/valuesource/Makefile
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/valuesource/birthdayparty.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/valuesource/birthdayparty.h
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/valuesource/example.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/valuesource/happybirthdaysong.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/valuesource/happybirthdaysong.h
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/valuesource/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/valuesource/person.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/valuesource/person.h
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/valuesource/valuesource
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/valuesource/valuesource.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/valuesource/valuesource.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/valuesource/valuesource.qrc
+%%QT_EXAMPLEDIR%%/examples/declarative/i18n/i18n
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/i18n/i18n.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/i18n/i18n.png
+%%QT_EXAMPLEDIR%%/examples/declarative/i18n/i18n.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/i18n/i18n.qmlproject
+%%QT_EXAMPLEDIR%%/examples/declarative/i18n/i18n.svg
+%%QT_EXAMPLEDIR%%/examples/declarative/i18n/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/i18n/qml/i18n/base.ts
+%%QT_EXAMPLEDIR%%/examples/declarative/i18n/qml/i18n/i18n.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/i18n/qml/i18n/qml_en_AU.ts
+%%QT_EXAMPLEDIR%%/examples/declarative/i18n/qml/i18n/qml_fr.ts
+%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/borderimage/borderimage
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/borderimage/borderimage.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/borderimage/borderimage.png
+%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/borderimage/borderimage.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/borderimage/borderimage.qmlproject
+%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/borderimage/borderimage.svg
+%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/borderimage/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/borderimage/qml/borderimage/borderimage.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/borderimage/qml/borderimage/content/MyBorderImage.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/borderimage/qml/borderimage/content/ShadowRectangle.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/borderimage/qml/borderimage/content/bw.png
+%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/borderimage/qml/borderimage/content/colors-round.sci
+%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/borderimage/qml/borderimage/content/colors-stretch.sci
+%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/borderimage/qml/borderimage/content/colors.png
+%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/borderimage/qml/borderimage/content/shadow.png
+%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/borderimage/qml/borderimage/shadows.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/image/image
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/image/image.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/image/image.png
+%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/image/image.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/image/image.qmlproject
+%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/image/image.svg
+%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/image/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/image/qml/image/ImageCell.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/image/qml/image/image.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/image/qml/image/qt-logo.png
+%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/shadows/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/shadows/qml/shadows/borderimage.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/shadows/qml/shadows/content/MyBorderImage.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/shadows/qml/shadows/content/ShadowRectangle.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/shadows/qml/shadows/content/bw.png
+%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/shadows/qml/shadows/content/colors-round.sci
+%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/shadows/qml/shadows/content/colors-stretch.sci
+%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/shadows/qml/shadows/content/colors.png
+%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/shadows/qml/shadows/content/shadow.png
+%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/shadows/qml/shadows/shadows.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/shadows/shadows
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/shadows/shadows.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/shadows/shadows.png
+%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/shadows/shadows.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/shadows/shadows.qmlproject
+%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/shadows/shadows.svg
+%%QT_EXAMPLEDIR%%/examples/declarative/keyinteraction/focus/focus
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/keyinteraction/focus/focus.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/keyinteraction/focus/focus.png
+%%QT_EXAMPLEDIR%%/examples/declarative/keyinteraction/focus/focus.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/keyinteraction/focus/focus.qmlproject
+%%QT_EXAMPLEDIR%%/examples/declarative/keyinteraction/focus/focus.svg
+%%QT_EXAMPLEDIR%%/examples/declarative/keyinteraction/focus/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/keyinteraction/focus/qml/focus/FocusCore/ContextMenu.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/keyinteraction/focus/qml/focus/FocusCore/GridMenu.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/keyinteraction/focus/qml/focus/FocusCore/ListMenu.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/keyinteraction/focus/qml/focus/FocusCore/ListViewDelegate.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/keyinteraction/focus/qml/focus/FocusCore/images/arrow.png
+%%QT_EXAMPLEDIR%%/examples/declarative/keyinteraction/focus/qml/focus/FocusCore/images/qt-logo.png
+%%QT_EXAMPLEDIR%%/examples/declarative/keyinteraction/focus/qml/focus/focus.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/abstractitemmodel/abstractitemmodel
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/abstractitemmodel/abstractitemmodel.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/abstractitemmodel/abstractitemmodel.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/abstractitemmodel/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/abstractitemmodel/model.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/abstractitemmodel/model.h
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/abstractitemmodel/qml/abstractitemmodel/view.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/gridview-example/gridview
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/gridview-example/gridview.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/gridview-example/gridview.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/gridview-example/gridview.qmlproject
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/gridview-example/gridview.svg
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/gridview-example/gridviewexample.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/gridview-example/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/gridview-example/qml/gridview-example/gridview-example.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/gridview-example/qml/gridview-example/pics/AddressBook_48.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/gridview-example/qml/gridview-example/pics/AudioPlayer_48.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/gridview-example/qml/gridview-example/pics/Camera_48.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/gridview-example/qml/gridview-example/pics/DateBook_48.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/gridview-example/qml/gridview-example/pics/EMail_48.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/gridview-example/qml/gridview-example/pics/TodoList_48.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/gridview-example/qml/gridview-example/pics/VideoPlayer_48.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/dynamiclist/dynamiclist
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/dynamiclist/dynamiclist.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/dynamiclist/dynamiclist.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/dynamiclist/dynamiclist.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/dynamiclist/dynamiclist.qmlproject
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/dynamiclist/dynamiclist.svg
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/dynamiclist/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/PetsModel.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/PressAndHoldButton.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/RecipesModel.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/TextButton.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/pics/arrow-down.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/pics/arrow-up.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/pics/fruit-salad.jpg
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/pics/hamburger.jpg
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/pics/lemonade.jpg
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/pics/list-delete.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/pics/minus-sign.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/pics/moreDown.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/pics/moreUp.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/pics/pancakes.jpg
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/pics/plus-sign.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/pics/vegetable-soup.jpg
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/dynamiclist.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/expandingdelegates.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/highlight.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/highlightranges.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/sections.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/expandingdelegates/expandingdelegates
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/expandingdelegates/expandingdelegates.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/expandingdelegates/expandingdelegates.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/expandingdelegates/expandingdelegates.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/expandingdelegates/expandingdelegates.qmlproject
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/expandingdelegates/expandingdelegates.svg
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/expandingdelegates/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/PetsModel.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/PressAndHoldButton.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/RecipesModel.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/TextButton.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/pics/arrow-down.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/pics/arrow-up.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/pics/fruit-salad.jpg
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/pics/hamburger.jpg
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/pics/lemonade.jpg
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/pics/list-delete.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/pics/minus-sign.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/pics/moreDown.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/pics/moreUp.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/pics/pancakes.jpg
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/pics/plus-sign.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/pics/vegetable-soup.jpg
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/dynamiclist.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/expandingdelegates.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/highlight.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/highlightranges.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/sections.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlight/highlight
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlight/highlight.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlight/highlight.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlight/highlight.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlight/highlight.qmlproject
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlight/highlight.svg
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlight/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlight/qml/highlight/content/PetsModel.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlight/qml/highlight/content/PressAndHoldButton.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlight/qml/highlight/content/RecipesModel.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlight/qml/highlight/content/TextButton.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlight/qml/highlight/content/pics/arrow-down.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlight/qml/highlight/content/pics/arrow-up.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlight/qml/highlight/content/pics/fruit-salad.jpg
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlight/qml/highlight/content/pics/hamburger.jpg
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlight/qml/highlight/content/pics/lemonade.jpg
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlight/qml/highlight/content/pics/list-delete.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlight/qml/highlight/content/pics/minus-sign.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlight/qml/highlight/content/pics/moreDown.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlight/qml/highlight/content/pics/moreUp.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlight/qml/highlight/content/pics/pancakes.jpg
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlight/qml/highlight/content/pics/plus-sign.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlight/qml/highlight/content/pics/vegetable-soup.jpg
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlight/qml/highlight/dynamiclist.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlight/qml/highlight/expandingdelegates.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlight/qml/highlight/highlight.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlight/qml/highlight/highlightranges.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlight/qml/highlight/sections.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlightranges/highlightranges
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlightranges/highlightranges.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlightranges/highlightranges.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlightranges/highlightranges.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlightranges/highlightranges.qmlproject
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlightranges/highlightranges.svg
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlightranges/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/PetsModel.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/PressAndHoldButton.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/RecipesModel.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/TextButton.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/pics/arrow-down.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/pics/arrow-up.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/pics/fruit-salad.jpg
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/pics/hamburger.jpg
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/pics/lemonade.jpg
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/pics/list-delete.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/pics/minus-sign.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/pics/moreDown.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/pics/moreUp.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/pics/pancakes.jpg
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/pics/plus-sign.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/pics/vegetable-soup.jpg
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/dynamiclist.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/expandingdelegates.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/highlight.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/highlightranges.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/sections.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/sections/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/sections/qml/sections/content/PetsModel.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/sections/qml/sections/content/PressAndHoldButton.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/sections/qml/sections/content/RecipesModel.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/sections/qml/sections/content/TextButton.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/sections/qml/sections/content/pics/arrow-down.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/sections/qml/sections/content/pics/arrow-up.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/sections/qml/sections/content/pics/fruit-salad.jpg
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/sections/qml/sections/content/pics/hamburger.jpg
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/sections/qml/sections/content/pics/lemonade.jpg
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/sections/qml/sections/content/pics/list-delete.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/sections/qml/sections/content/pics/minus-sign.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/sections/qml/sections/content/pics/moreDown.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/sections/qml/sections/content/pics/moreUp.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/sections/qml/sections/content/pics/pancakes.jpg
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/sections/qml/sections/content/pics/plus-sign.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/sections/qml/sections/content/pics/vegetable-soup.jpg
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/sections/qml/sections/dynamiclist.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/sections/qml/sections/expandingdelegates.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/sections/qml/sections/highlight.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/sections/qml/sections/highlightranges.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/sections/qml/sections/sections.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/sections/sections
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/sections/sections.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/sections/sections.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/sections/sections.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/sections/sections.qmlproject
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/sections/sections.svg
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/objectlistmodel/dataobject.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/objectlistmodel/dataobject.h
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/objectlistmodel/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/objectlistmodel/objectlistmodel
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/objectlistmodel/objectlistmodel.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/objectlistmodel/objectlistmodel.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/objectlistmodel/objectlistmodel.qmlproject
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/objectlistmodel/qml/objectlistmodel/view.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/package/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/package/package
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/package/package.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/package/package.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/package/package.qmlproject
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/package/qml/package/Delegate.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/package/qml/package/view.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/parallax/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/parallax/parallax
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/parallax/parallax.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/parallax/parallax.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/parallax/parallax.qmlproject
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/parallax/parallax.svg
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/parallax/parallax64.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/parallax/parallax80.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/parallax/qml/parallax/Clock.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/parallax/qml/parallax/ParallaxView.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/parallax/qml/parallax/Smiley.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/parallax/qml/parallax/parallax.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/parallax/qml/parallax/pics/background.jpg
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/parallax/qml/parallax/pics/face-smile.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/parallax/qml/parallax/pics/home-page.svg
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/parallax/qml/parallax/pics/shadow.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/parallax/qml/parallax/pics/yast-joystick.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/parallax/qml/parallax/pics/yast-wol.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/pathview-example/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/pathview-example/pathview
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/pathview-example/pathview.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/pathview-example/pathview.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/pathview-example/pathview.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/pathview-example/pathview.qmlproject
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/pathview-example/pathview.svg
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/pathview-example/qml/pathview-example/pathview-example.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/pathview-example/qml/pathview-example/pics/AddressBook_48.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/pathview-example/qml/pathview-example/pics/AudioPlayer_48.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/pathview-example/qml/pathview-example/pics/Camera_48.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/pathview-example/qml/pathview-example/pics/DateBook_48.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/pathview-example/qml/pathview-example/pics/EMail_48.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/pathview-example/qml/pathview-example/pics/TodoList_48.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/pathview-example/qml/pathview-example/pics/VideoPlayer_48.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/stringlistmodel/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/stringlistmodel/qml/stringlistmodel/view.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/stringlistmodel/stringlistmodel
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/stringlistmodel/stringlistmodel.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/stringlistmodel/stringlistmodel.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/visualitemmodel/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/visualitemmodel/qml/visualitemmodel/visualitemmodel.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/visualitemmodel/visualitemmodel
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/visualitemmodel/visualitemmodel.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/visualitemmodel/visualitemmodel.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/visualitemmodel/visualitemmodel.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/visualitemmodel/visualitemmodel.qmlproject
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/visualitemmodel/visualitemmodel.svg
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/alerts/alerts
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/alerts/alerts.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/alerts/alerts.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/alerts/alerts.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/alerts/alerts.qmlproject
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/alerts/alerts.svg
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/alerts/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/alerts/qml/alerts/alerts.html
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/alerts/qml/alerts/alerts.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/autosize/autosize
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/autosize/autosize.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/autosize/autosize.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/autosize/autosize.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/autosize/autosize.qmlproject
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/autosize/autosize.svg
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/autosize/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/autosize/qml/autosize/autosize.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/googlemaps/googlemaps
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/googlemaps/googlemaps.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/googlemaps/googlemaps.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/googlemaps/googlemaps.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/googlemaps/googlemaps.qmlproject
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/googlemaps/googlemaps.svg
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/googlemaps/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/googlemaps/qml/googlemaps/content/Mapping/Map.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/googlemaps/qml/googlemaps/content/Mapping/map.html
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/googlemaps/qml/googlemaps/content/pics/cancel.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/googlemaps/qml/googlemaps/content/pics/ok.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/googlemaps/qml/googlemaps/googlemaps.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/inlinehtml/inlinehtml
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/inlinehtml/inlinehtml.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/inlinehtml/inlinehtml.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/inlinehtml/inlinehtml.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/inlinehtml/inlinehtml.qmlproject
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/inlinehtml/inlinehtml.svg
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/inlinehtml/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/inlinehtml/qml/inlinehtml/inlinehtml.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/newwindows/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/newwindows/newwindows
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/newwindows/newwindows.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/newwindows/newwindows.png
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/newwindows/newwindows.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/newwindows/newwindows.qmlproject
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/newwindows/newwindows.svg
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/newwindows/qml/newwindows/newwindows.html
+%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/newwindows/qml/newwindows/newwindows.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/positioners/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/positioners/positioners
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/positioners/positioners.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/positioners/positioners.png
+%%QT_EXAMPLEDIR%%/examples/declarative/positioners/positioners.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/positioners/positioners.qmlproject
+%%QT_EXAMPLEDIR%%/examples/declarative/positioners/positioners.svg
+%%QT_EXAMPLEDIR%%/examples/declarative/positioners/qml/positioners/Button.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/positioners/qml/positioners/add.png
+%%QT_EXAMPLEDIR%%/examples/declarative/positioners/qml/positioners/del.png
+%%QT_EXAMPLEDIR%%/examples/declarative/positioners/qml/positioners/positioners.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/qml/shadereffects/Curtain.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/qml/shadereffects/CurtainEffect.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/qml/shadereffects/DropShadow.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/qml/shadereffects/DropShadowEffect.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/qml/shadereffects/Grayscale.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/qml/shadereffects/GrayscaleEffect.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/qml/shadereffects/ImageMask.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/qml/shadereffects/ImageMaskEffect.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/qml/shadereffects/RadialWave.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/qml/shadereffects/RadialWaveEffect.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/qml/shadereffects/Water.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/qml/shadereffects/WaterEffect.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/qml/shadereffects/images/Curtain.jpg
+%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/qml/shadereffects/images/DropShadow.jpg
+%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/qml/shadereffects/images/Grayscale.jpg
+%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/qml/shadereffects/images/ImageMask.jpg
+%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/qml/shadereffects/images/RadialWave.jpg
+%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/qml/shadereffects/images/Water.jpg
+%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/qml/shadereffects/images/back.png
+%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/qml/shadereffects/images/bg.jpg
+%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/qml/shadereffects/images/desaturate.jpg
+%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/qml/shadereffects/images/drop_shadow.png
+%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/qml/shadereffects/images/fabric.jpg
+%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/qml/shadereffects/images/flower.png
+%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/qml/shadereffects/images/image1.jpg
+%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/qml/shadereffects/images/image2.jpg
+%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/qml/shadereffects/images/qt-logo.png
+%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/qml/shadereffects/images/shader_effects.jpg
+%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/qml/shadereffects/images/sky.jpg
+%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/qml/shadereffects/images/toolbar.png
+%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/qml/shadereffects/images/wave.jpg
+%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/qml/shadereffects/main.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/shadereffects
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/shadereffects.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/shadereffects.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/shadereffects.qmlproject
+%%QT_EXAMPLEDIR%%/examples/declarative/sqllocalstorage/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/sqllocalstorage/qml/sqllocalstorage/hello.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/sqllocalstorage/sqllocalstorage
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/sqllocalstorage/sqllocalstorage.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/sqllocalstorage/sqllocalstorage.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/sqllocalstorage/sqllocalstorage.qmlproject
+%%QT_EXAMPLEDIR%%/examples/declarative/sqllocalstorage/sqllocalstorage.svg
+%%QT_EXAMPLEDIR%%/examples/declarative/sqllocalstorage/sqllocalstorage64.png
+%%QT_EXAMPLEDIR%%/examples/declarative/sqllocalstorage/sqllocalstorage80.png
+%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/availableFonts/availableFonts
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/availableFonts/availableFonts.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/availableFonts/availableFonts.png
+%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/availableFonts/availableFonts.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/availableFonts/availableFonts.qmlproject
+%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/availableFonts/availableFonts.svg
+%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/availableFonts/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/availableFonts/qml/availableFonts/availableFonts.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/availableFonts/qml/availableFonts/banner.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/availableFonts/qml/availableFonts/fonts.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/availableFonts/qml/availableFonts/fonts/tarzeau_ocr_a.ttf
+%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/availableFonts/qml/availableFonts/hello.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/banner/banner
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/banner/banner.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/banner/banner.png
+%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/banner/banner.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/banner/banner.qmlproject
+%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/banner/banner.svg
+%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/banner/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/banner/qml/banner/availableFonts.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/banner/qml/banner/banner.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/banner/qml/banner/fonts.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/banner/qml/banner/fonts/tarzeau_ocr_a.ttf
+%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/banner/qml/banner/hello.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/fonts/fonts
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/fonts/fonts.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/fonts/fonts.png
+%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/fonts/fonts.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/fonts/fonts.qmlproject
+%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/fonts/fonts.svg
+%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/fonts/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/fonts/qml/fonts-qml/availableFonts.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/fonts/qml/fonts-qml/banner.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/fonts/qml/fonts-qml/fonts.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/fonts/qml/fonts-qml/fonts/tarzeau_ocr_a.ttf
+%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/fonts/qml/fonts-qml/hello.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/hello/hello
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/hello/hello.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/hello/hello.png
+%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/hello/hello.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/hello/hello.qmlproject
+%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/hello/hello.svg
+%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/hello/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/hello/qml/hello/availableFonts.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/hello/qml/hello/banner.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/hello/qml/hello/fonts.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/hello/qml/hello/fonts/tarzeau_ocr_a.ttf
+%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/hello/qml/hello/hello.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/text/textselection/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/text/textselection/qml/textselection/pics/endHandle.png
+%%QT_EXAMPLEDIR%%/examples/declarative/text/textselection/qml/textselection/pics/endHandle.sci
+%%QT_EXAMPLEDIR%%/examples/declarative/text/textselection/qml/textselection/pics/startHandle.png
+%%QT_EXAMPLEDIR%%/examples/declarative/text/textselection/qml/textselection/pics/startHandle.sci
+%%QT_EXAMPLEDIR%%/examples/declarative/text/textselection/qml/textselection/textselection.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/text/textselection/textselection
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/text/textselection/textselection.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/text/textselection/textselection.png
+%%QT_EXAMPLEDIR%%/examples/declarative/text/textselection/textselection.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/text/textselection/textselection.qmlproject
+%%QT_EXAMPLEDIR%%/examples/declarative/text/textselection/textselection.svg
+%%QT_EXAMPLEDIR%%/examples/declarative/threading/threadedlistmodel/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/threading/threadedlistmodel/qml/threadedlistmodel/dataloader.js
+%%QT_EXAMPLEDIR%%/examples/declarative/threading/threadedlistmodel/qml/threadedlistmodel/timedisplay.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/threading/threadedlistmodel/threadedlistmodel
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/threading/threadedlistmodel/threadedlistmodel.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/threading/threadedlistmodel/threadedlistmodel.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/threading/threadedlistmodel/threadedlistmodel.qmlproject
+%%QT_EXAMPLEDIR%%/examples/declarative/threading/threadedlistmodel/threadedlistmodel.svg
+%%QT_EXAMPLEDIR%%/examples/declarative/threading/threadedlistmodel/threadedlistmodel64.png
+%%QT_EXAMPLEDIR%%/examples/declarative/threading/threadedlistmodel/threadedlistmodel80.png
+%%QT_EXAMPLEDIR%%/examples/declarative/threading/workerscript/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/threading/workerscript/qml/workerscript/workerscript.js
+%%QT_EXAMPLEDIR%%/examples/declarative/threading/workerscript/qml/workerscript/workerscript.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/threading/workerscript/workerscript
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/threading/workerscript/workerscript.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/threading/workerscript/workerscript.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/threading/workerscript/workerscript.qmlproject
+%%QT_EXAMPLEDIR%%/examples/declarative/threading/workerscript/workerscript.svg
+%%QT_EXAMPLEDIR%%/examples/declarative/threading/workerscript/workerscript64.png
+%%QT_EXAMPLEDIR%%/examples/declarative/threading/workerscript/workerscript80.png
+%%QT_EXAMPLEDIR%%/examples/declarative/touchinteraction/gestures/experimental-gestures/experimentalgestures
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/touchinteraction/gestures/experimental-gestures/experimentalgestures.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/touchinteraction/gestures/experimental-gestures/experimentalgestures.png
+%%QT_EXAMPLEDIR%%/examples/declarative/touchinteraction/gestures/experimental-gestures/experimentalgestures.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/touchinteraction/gestures/experimental-gestures/experimentalgestures.svg
+%%QT_EXAMPLEDIR%%/examples/declarative/touchinteraction/gestures/experimental-gestures/gestures.qmlproject
+%%QT_EXAMPLEDIR%%/examples/declarative/touchinteraction/gestures/experimental-gestures/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/touchinteraction/gestures/experimental-gestures/qml/experimental-gestures/experimental-gestures.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/touchinteraction/mousearea/mousearea-example/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/touchinteraction/mousearea/mousearea-example/mousearea.qmlproject
+%%QT_EXAMPLEDIR%%/examples/declarative/touchinteraction/mousearea/mousearea-example/mouseareaexample
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/touchinteraction/mousearea/mousearea-example/mouseareaexample.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/touchinteraction/mousearea/mousearea-example/mouseareaexample.png
+%%QT_EXAMPLEDIR%%/examples/declarative/touchinteraction/mousearea/mousearea-example/mouseareaexample.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/touchinteraction/mousearea/mousearea-example/mouseareaexample.svg
+%%QT_EXAMPLEDIR%%/examples/declarative/touchinteraction/mousearea/mousearea-example/qml/mousearea-example/mousearea-example.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/touchinteraction/pincharea/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/touchinteraction/pincharea/pincharea
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/touchinteraction/pincharea/pincharea.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/touchinteraction/pincharea/pincharea.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/touchinteraction/pincharea/pincharea.qmlproject
+%%QT_EXAMPLEDIR%%/examples/declarative/touchinteraction/pincharea/pincharea.svg
+%%QT_EXAMPLEDIR%%/examples/declarative/touchinteraction/pincharea/pincharea64.png
+%%QT_EXAMPLEDIR%%/examples/declarative/touchinteraction/pincharea/pincharea80.png
+%%QT_EXAMPLEDIR%%/examples/declarative/touchinteraction/pincharea/qml/pincharea/flickresize.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/touchinteraction/pincharea/qml/pincharea/qt-logo.jpg
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/clocks/clocks
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/toys/clocks/clocks.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/clocks/clocks.png
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/clocks/clocks.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/clocks/clocks.qmlproject
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/clocks/clocks.svg
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/clocks/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/clocks/qml/clocks/clocks.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/clocks/qml/clocks/content/Clock.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/clocks/qml/clocks/content/QuitButton.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/clocks/qml/clocks/content/background.png
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/clocks/qml/clocks/content/center.png
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/clocks/qml/clocks/content/clock-night.png
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/clocks/qml/clocks/content/clock.png
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/clocks/qml/clocks/content/hour.png
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/clocks/qml/clocks/content/minute.png
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/clocks/qml/clocks/content/quit.png
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/clocks/qml/clocks/content/second.png
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/corkboards/corkboards
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/toys/corkboards/corkboards.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/corkboards/corkboards.png
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/corkboards/corkboards.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/corkboards/corkboards.qmlproject
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/corkboards/corkboards.svg
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/corkboards/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/corkboards/qml/corkboards/Day.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/corkboards/qml/corkboards/cork.jpg
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/corkboards/qml/corkboards/corkboards.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/corkboards/qml/corkboards/note-yellow.png
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/corkboards/qml/corkboards/tack.png
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/dynamicscene/dynamicscene
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/toys/dynamicscene/dynamicscene.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/dynamicscene/dynamicscene.png
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/dynamicscene/dynamicscene.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/dynamicscene/dynamicscene.qmlproject
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/dynamicscene/dynamicscene.svg
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/dynamicscene/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/dynamicscene/qml/dynamicscene/Button.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/dynamicscene/qml/dynamicscene/GenericSceneItem.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/dynamicscene/qml/dynamicscene/PaletteItem.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/dynamicscene/qml/dynamicscene/PerspectiveItem.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/dynamicscene/qml/dynamicscene/Sun.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/dynamicscene/qml/dynamicscene/dynamicscene.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/dynamicscene/qml/dynamicscene/images/NOTE
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/dynamicscene/qml/dynamicscene/images/face-smile.png
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/dynamicscene/qml/dynamicscene/images/moon.png
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/dynamicscene/qml/dynamicscene/images/rabbit_brown.png
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/dynamicscene/qml/dynamicscene/images/rabbit_bw.png
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/dynamicscene/qml/dynamicscene/images/star.png
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/dynamicscene/qml/dynamicscene/images/sun.png
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/dynamicscene/qml/dynamicscene/images/tree_s.png
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/dynamicscene/qml/dynamicscene/itemCreation.js
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/tic-tac-toe/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/tic-tac-toe/qml/tic-tac-toe/content/Button.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/tic-tac-toe/qml/tic-tac-toe/content/TicTac.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/tic-tac-toe/qml/tic-tac-toe/content/pics/board.png
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/tic-tac-toe/qml/tic-tac-toe/content/pics/o.png
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/tic-tac-toe/qml/tic-tac-toe/content/pics/x.png
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/tic-tac-toe/qml/tic-tac-toe/content/tic-tac-toe.js
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/tic-tac-toe/qml/tic-tac-toe/tic-tac-toe.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/tic-tac-toe/tic-tac-toe
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/toys/tic-tac-toe/tic-tac-toe.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/tic-tac-toe/tic-tac-toe.qmlproject
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/tic-tac-toe/tictactoe.png
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/tic-tac-toe/tictactoe.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/tic-tac-toe/tictactoe.svg
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/tvtennis/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/tvtennis/qml/tvtennis/tvtennis.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/tvtennis/tvtennis
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/toys/tvtennis/tvtennis.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/tvtennis/tvtennis.png
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/tvtennis/tvtennis.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/tvtennis/tvtennis.qmlproject
+%%QT_EXAMPLEDIR%%/examples/declarative/toys/tvtennis/tvtennis.svg
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/dialcontrol/dialcontrol
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/dialcontrol/dialcontrol.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/dialcontrol/dialcontrol.png
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/dialcontrol/dialcontrol.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/dialcontrol/dialcontrol.qmlproject
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/dialcontrol/dialcontrol.svg
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/dialcontrol/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/dialcontrol/qml/dialcontrol/content/Dial.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/dialcontrol/qml/dialcontrol/content/QuitButton.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/dialcontrol/qml/dialcontrol/content/background.png
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/dialcontrol/qml/dialcontrol/content/needle.png
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/dialcontrol/qml/dialcontrol/content/needle_shadow.png
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/dialcontrol/qml/dialcontrol/content/overlay.png
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/dialcontrol/qml/dialcontrol/content/quit.png
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/dialcontrol/qml/dialcontrol/dialcontrol.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/flipable/flipable
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/flipable/flipable.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/flipable/flipable.png
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/flipable/flipable.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/flipable/flipable.qmlproject
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/flipable/flipable.svg
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/flipable/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/flipable/qml/flipable/content/5_heart.png
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/flipable/qml/flipable/content/9_club.png
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/flipable/qml/flipable/content/Card.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/flipable/qml/flipable/content/back.png
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/flipable/qml/flipable/flipable.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/main/main
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/main/main.cpp
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/main/main.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/main/main.png
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/main/main.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/main/main.qmlproject
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/main/main.svg
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/main/qml/main/ScrollBar.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/main/qml/main/SearchBox.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/main/qml/main/TabWidget.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/main/qml/main/content/ProgressBar.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/main/qml/main/content/Spinner.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/main/qml/main/content/background.png
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/main/qml/main/content/spinner-bg.png
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/main/qml/main/content/spinner-select.png
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/main/qml/main/images/clear.png
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/main/qml/main/images/lineedit-bg-focus.png
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/main/qml/main/images/lineedit-bg.png
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/main/qml/main/main.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/main/qml/main/pics/niagara_falls.jpg
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/main/qml/main/tab.png
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/progressbar/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/progressbar/progressbar
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/progressbar/progressbar.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/progressbar/progressbar.png
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/progressbar/progressbar.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/progressbar/progressbar.qmlproject
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/progressbar/progressbar.svg
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/progressbar/qml/progressbar/content/ProgressBar.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/progressbar/qml/progressbar/content/background.png
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/progressbar/qml/progressbar/main.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/scrollbar/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/scrollbar/qml/scrollbar/ScrollBar.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/scrollbar/qml/scrollbar/main.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/scrollbar/qml/scrollbar/niagara_falls.jpg
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/scrollbar/scrollbar
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/scrollbar/scrollbar.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/scrollbar/scrollbar.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/scrollbar/scrollbar.qmlproject
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/scrollbar/scrollbar.svg
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/scrollbar/scrollbar64.png
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/scrollbar/scrollbar80.png
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/searchbox/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/searchbox/qml/searchbox/SearchBox.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/searchbox/qml/searchbox/images/clear.png
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/searchbox/qml/searchbox/images/lineedit-bg-focus.png
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/searchbox/qml/searchbox/images/lineedit-bg.png
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/searchbox/qml/searchbox/main.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/searchbox/searchbox
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/searchbox/searchbox.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/searchbox/searchbox.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/searchbox/searchbox.qmlproject
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/searchbox/searchbox.svg
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/searchbox/searchbox64.png
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/searchbox/searchbox80.png
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/slideswitch/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/slideswitch/qml/slideswitch/content/Switch.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/slideswitch/qml/slideswitch/content/background.svg
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/slideswitch/qml/slideswitch/content/knob.svg
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/slideswitch/qml/slideswitch/slideswitch.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/slideswitch/slideswitch
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/slideswitch/slideswitch.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/slideswitch/slideswitch.png
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/slideswitch/slideswitch.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/slideswitch/slideswitch.qmlproject
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/slideswitch/slideswitch.svg
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/spinner/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/spinner/qml/spinner/content/Spinner.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/spinner/qml/spinner/content/spinner-bg.png
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/spinner/qml/spinner/content/spinner-select.png
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/spinner/qml/spinner/main.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/spinner/spinner
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/spinner/spinner.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/spinner/spinner.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/spinner/spinner.qmlproject
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/spinner/spinner.svg
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/spinner/spinner64.png
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/spinner/spinner80.png
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/tabwidget/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/tabwidget/qml/tabwidget/TabWidget.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/tabwidget/qml/tabwidget/main.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/tabwidget/qml/tabwidget/tab.png
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/tabwidget/tabwidget
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/tabwidget/tabwidget.debug
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/tabwidget/tabwidget.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/tabwidget/tabwidget.qmlproject
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/tabwidget/tabwidget.svg
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/tabwidget/tabwidget64.png
+%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/tabwidget/tabwidget80.png
+%%QT_EXAMPLEDIR%%/examples/declarative/xml/xmlhttprequest-example/Makefile
+%%QT_EXAMPLEDIR%%/examples/declarative/xml/xmlhttprequest-example/main.cpp
+%%QT_EXAMPLEDIR%%/examples/declarative/xml/xmlhttprequest-example/qml/xmlhttprequest-example/data.xml
+%%QT_EXAMPLEDIR%%/examples/declarative/xml/xmlhttprequest-example/qml/xmlhttprequest-example/xmlhttprequest-example.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/xml/xmlhttprequest-example/xmlhttprequest.qmlproject
+%%QT_EXAMPLEDIR%%/examples/declarative/xml/xmlhttprequest-example/xmlhttprequestexample.png
+%%QT_EXAMPLEDIR%%/examples/declarative/xml/xmlhttprequest-example/xmlhttprequestexample.pro
+%%QT_EXAMPLEDIR%%/examples/declarative/xml/xmlhttprequest-example/xmlhttprequestexample.svg
+%%QT_EXAMPLEDIR%%/examples/declarative/xml/xmlhttprequest/xmlhttprequest-example.qml
+%%QT_EXAMPLEDIR%%/examples/declarative/xml/xmlhttprequest/xmlhttprequest.qmlproject
+%%QT_EXAMPLEDIR%%/examples/designer/README
+%%QT_EXAMPLEDIR%%/examples/designer/calculatorbuilder/calculatorbuilder
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/designer/calculatorbuilder/calculatorbuilder.debug
+%%QT_EXAMPLEDIR%%/examples/designer/calculatorbuilder/calculatorbuilder.pro
+%%QT_EXAMPLEDIR%%/examples/designer/calculatorbuilder/calculatorbuilder.qrc
+%%QT_EXAMPLEDIR%%/examples/designer/calculatorbuilder/calculatorform.cpp
+%%QT_EXAMPLEDIR%%/examples/designer/calculatorbuilder/calculatorform.h
+%%QT_EXAMPLEDIR%%/examples/designer/calculatorbuilder/calculatorform.ui
+%%QT_EXAMPLEDIR%%/examples/designer/calculatorbuilder/main.cpp
+%%QT_EXAMPLEDIR%%/examples/designer/calculatorform/calculatorform
+%%QT_EXAMPLEDIR%%/examples/designer/calculatorform/calculatorform.cpp
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/designer/calculatorform/calculatorform.debug
+%%QT_EXAMPLEDIR%%/examples/designer/calculatorform/calculatorform.h
+%%QT_EXAMPLEDIR%%/examples/designer/calculatorform/calculatorform.pro
+%%QT_EXAMPLEDIR%%/examples/designer/calculatorform/calculatorform.ui
+%%QT_EXAMPLEDIR%%/examples/designer/calculatorform/main.cpp
+%%QT_EXAMPLEDIR%%/examples/designer/containerextension/containerextension.pro
+%%QT_EXAMPLEDIR%%/examples/designer/containerextension/multipagewidget.cpp
+%%QT_EXAMPLEDIR%%/examples/designer/containerextension/multipagewidget.h
+%%QT_EXAMPLEDIR%%/examples/designer/containerextension/multipagewidgetcontainerextension.cpp
+%%QT_EXAMPLEDIR%%/examples/designer/containerextension/multipagewidgetcontainerextension.h
+%%QT_EXAMPLEDIR%%/examples/designer/containerextension/multipagewidgetextensionfactory.cpp
+%%QT_EXAMPLEDIR%%/examples/designer/containerextension/multipagewidgetextensionfactory.h
+%%QT_EXAMPLEDIR%%/examples/designer/containerextension/multipagewidgetplugin.cpp
+%%QT_EXAMPLEDIR%%/examples/designer/containerextension/multipagewidgetplugin.h
+%%QT_EXAMPLEDIR%%/examples/designer/customwidgetplugin/analogclock.cpp
+%%QT_EXAMPLEDIR%%/examples/designer/customwidgetplugin/analogclock.h
+%%QT_EXAMPLEDIR%%/examples/designer/customwidgetplugin/customwidgetplugin.cpp
+%%QT_EXAMPLEDIR%%/examples/designer/customwidgetplugin/customwidgetplugin.h
+%%QT_EXAMPLEDIR%%/examples/designer/customwidgetplugin/customwidgetplugin.pro
+%%QT_EXAMPLEDIR%%/examples/designer/designer.pro
+%%QT_EXAMPLEDIR%%/examples/designer/taskmenuextension/taskmenuextension.pro
+%%QT_EXAMPLEDIR%%/examples/designer/taskmenuextension/tictactoe.cpp
+%%QT_EXAMPLEDIR%%/examples/designer/taskmenuextension/tictactoe.h
+%%QT_EXAMPLEDIR%%/examples/designer/taskmenuextension/tictactoedialog.cpp
+%%QT_EXAMPLEDIR%%/examples/designer/taskmenuextension/tictactoedialog.h
+%%QT_EXAMPLEDIR%%/examples/designer/taskmenuextension/tictactoeplugin.cpp
+%%QT_EXAMPLEDIR%%/examples/designer/taskmenuextension/tictactoeplugin.h
+%%QT_EXAMPLEDIR%%/examples/designer/taskmenuextension/tictactoetaskmenu.cpp
+%%QT_EXAMPLEDIR%%/examples/designer/taskmenuextension/tictactoetaskmenu.h
+%%QT_EXAMPLEDIR%%/examples/designer/worldtimeclockbuilder/form.ui
+%%QT_EXAMPLEDIR%%/examples/designer/worldtimeclockbuilder/main.cpp
+%%QT_EXAMPLEDIR%%/examples/designer/worldtimeclockbuilder/worldtimeclockbuilder
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/designer/worldtimeclockbuilder/worldtimeclockbuilder.debug
+%%QT_EXAMPLEDIR%%/examples/designer/worldtimeclockbuilder/worldtimeclockbuilder.pro
+%%QT_EXAMPLEDIR%%/examples/designer/worldtimeclockbuilder/worldtimeclockbuilder.qrc
+%%QT_EXAMPLEDIR%%/examples/designer/worldtimeclockplugin/worldtimeclock.cpp
+%%QT_EXAMPLEDIR%%/examples/designer/worldtimeclockplugin/worldtimeclock.h
+%%QT_EXAMPLEDIR%%/examples/designer/worldtimeclockplugin/worldtimeclockplugin.cpp
+%%QT_EXAMPLEDIR%%/examples/designer/worldtimeclockplugin/worldtimeclockplugin.h
+%%QT_EXAMPLEDIR%%/examples/designer/worldtimeclockplugin/worldtimeclockplugin.pro
+%%QT_EXAMPLEDIR%%/examples/desktop/README
+%%QT_EXAMPLEDIR%%/examples/desktop/desktop.pro
+%%QT_EXAMPLEDIR%%/examples/desktop/screenshot/main.cpp
+%%QT_EXAMPLEDIR%%/examples/desktop/screenshot/screenshot
+%%QT_EXAMPLEDIR%%/examples/desktop/screenshot/screenshot.cpp
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/desktop/screenshot/screenshot.debug
+%%QT_EXAMPLEDIR%%/examples/desktop/screenshot/screenshot.h
+%%QT_EXAMPLEDIR%%/examples/desktop/screenshot/screenshot.pro
+%%QT_EXAMPLEDIR%%/examples/desktop/systray/images/bad.svg
+%%QT_EXAMPLEDIR%%/examples/desktop/systray/images/heart.svg
+%%QT_EXAMPLEDIR%%/examples/desktop/systray/images/trash.svg
+%%QT_EXAMPLEDIR%%/examples/desktop/systray/main.cpp
+%%QT_EXAMPLEDIR%%/examples/desktop/systray/systray
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/desktop/systray/systray.debug
+%%QT_EXAMPLEDIR%%/examples/desktop/systray/systray.pro
+%%QT_EXAMPLEDIR%%/examples/desktop/systray/systray.qrc
+%%QT_EXAMPLEDIR%%/examples/desktop/systray/window.cpp
+%%QT_EXAMPLEDIR%%/examples/desktop/systray/window.h
+%%QT_EXAMPLEDIR%%/examples/dialogs/README
+%%QT_EXAMPLEDIR%%/examples/dialogs/classwizard/classwizard
+%%QT_EXAMPLEDIR%%/examples/dialogs/classwizard/classwizard.cpp
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/dialogs/classwizard/classwizard.debug
+%%QT_EXAMPLEDIR%%/examples/dialogs/classwizard/classwizard.h
+%%QT_EXAMPLEDIR%%/examples/dialogs/classwizard/classwizard.pro
+%%QT_EXAMPLEDIR%%/examples/dialogs/classwizard/classwizard.qrc
+%%QT_EXAMPLEDIR%%/examples/dialogs/classwizard/images/background.png
+%%QT_EXAMPLEDIR%%/examples/dialogs/classwizard/images/banner.png
+%%QT_EXAMPLEDIR%%/examples/dialogs/classwizard/images/logo1.png
+%%QT_EXAMPLEDIR%%/examples/dialogs/classwizard/images/logo2.png
+%%QT_EXAMPLEDIR%%/examples/dialogs/classwizard/images/logo3.png
+%%QT_EXAMPLEDIR%%/examples/dialogs/classwizard/images/watermark1.png
+%%QT_EXAMPLEDIR%%/examples/dialogs/classwizard/images/watermark2.png
+%%QT_EXAMPLEDIR%%/examples/dialogs/classwizard/main.cpp
+%%QT_EXAMPLEDIR%%/examples/dialogs/configdialog/configdialog
+%%QT_EXAMPLEDIR%%/examples/dialogs/configdialog/configdialog.cpp
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/dialogs/configdialog/configdialog.debug
+%%QT_EXAMPLEDIR%%/examples/dialogs/configdialog/configdialog.h
+%%QT_EXAMPLEDIR%%/examples/dialogs/configdialog/configdialog.pro
+%%QT_EXAMPLEDIR%%/examples/dialogs/configdialog/configdialog.qrc
+%%QT_EXAMPLEDIR%%/examples/dialogs/configdialog/images/config.png
+%%QT_EXAMPLEDIR%%/examples/dialogs/configdialog/images/query.png
+%%QT_EXAMPLEDIR%%/examples/dialogs/configdialog/images/update.png
+%%QT_EXAMPLEDIR%%/examples/dialogs/configdialog/main.cpp
+%%QT_EXAMPLEDIR%%/examples/dialogs/configdialog/pages.cpp
+%%QT_EXAMPLEDIR%%/examples/dialogs/configdialog/pages.h
+%%QT_EXAMPLEDIR%%/examples/dialogs/dialogs.pro
+%%QT_EXAMPLEDIR%%/examples/dialogs/extension/extension
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/dialogs/extension/extension.debug
+%%QT_EXAMPLEDIR%%/examples/dialogs/extension/extension.pro
+%%QT_EXAMPLEDIR%%/examples/dialogs/extension/finddialog.cpp
+%%QT_EXAMPLEDIR%%/examples/dialogs/extension/finddialog.h
+%%QT_EXAMPLEDIR%%/examples/dialogs/extension/main.cpp
+%%QT_EXAMPLEDIR%%/examples/dialogs/findfiles/findfiles
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/dialogs/findfiles/findfiles.debug
+%%QT_EXAMPLEDIR%%/examples/dialogs/findfiles/findfiles.pro
+%%QT_EXAMPLEDIR%%/examples/dialogs/findfiles/main.cpp
+%%QT_EXAMPLEDIR%%/examples/dialogs/findfiles/window.cpp
+%%QT_EXAMPLEDIR%%/examples/dialogs/findfiles/window.h
+%%QT_EXAMPLEDIR%%/examples/dialogs/licensewizard/images/logo.png
+%%QT_EXAMPLEDIR%%/examples/dialogs/licensewizard/images/watermark.png
+%%QT_EXAMPLEDIR%%/examples/dialogs/licensewizard/licensewizard
+%%QT_EXAMPLEDIR%%/examples/dialogs/licensewizard/licensewizard.cpp
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/dialogs/licensewizard/licensewizard.debug
+%%QT_EXAMPLEDIR%%/examples/dialogs/licensewizard/licensewizard.h
+%%QT_EXAMPLEDIR%%/examples/dialogs/licensewizard/licensewizard.pro
+%%QT_EXAMPLEDIR%%/examples/dialogs/licensewizard/licensewizard.qrc
+%%QT_EXAMPLEDIR%%/examples/dialogs/licensewizard/main.cpp
+%%QT_EXAMPLEDIR%%/examples/dialogs/standarddialogs/dialog.cpp
+%%QT_EXAMPLEDIR%%/examples/dialogs/standarddialogs/dialog.h
+%%QT_EXAMPLEDIR%%/examples/dialogs/standarddialogs/main.cpp
+%%QT_EXAMPLEDIR%%/examples/dialogs/standarddialogs/standarddialogs
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/dialogs/standarddialogs/standarddialogs.debug
+%%QT_EXAMPLEDIR%%/examples/dialogs/standarddialogs/standarddialogs.pro
+%%QT_EXAMPLEDIR%%/examples/dialogs/tabdialog/main.cpp
+%%QT_EXAMPLEDIR%%/examples/dialogs/tabdialog/tabdialog
+%%QT_EXAMPLEDIR%%/examples/dialogs/tabdialog/tabdialog.cpp
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/dialogs/tabdialog/tabdialog.debug
+%%QT_EXAMPLEDIR%%/examples/dialogs/tabdialog/tabdialog.h
+%%QT_EXAMPLEDIR%%/examples/dialogs/tabdialog/tabdialog.pro
+%%QT_EXAMPLEDIR%%/examples/dialogs/trivialwizard/trivialwizard
+%%QT_EXAMPLEDIR%%/examples/dialogs/trivialwizard/trivialwizard.cpp
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/dialogs/trivialwizard/trivialwizard.debug
+%%QT_EXAMPLEDIR%%/examples/dialogs/trivialwizard/trivialwizard.pro
+%%QT_EXAMPLEDIR%%/examples/draganddrop/README
+%%QT_EXAMPLEDIR%%/examples/draganddrop/delayedencoding/delayedencoding
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/draganddrop/delayedencoding/delayedencoding.debug
+%%QT_EXAMPLEDIR%%/examples/draganddrop/draganddrop.pro
+%%QT_EXAMPLEDIR%%/examples/draganddrop/draggableicons/draggableicons
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/draganddrop/draggableicons/draggableicons.debug
+%%QT_EXAMPLEDIR%%/examples/draganddrop/draggableicons/draggableicons.pro
+%%QT_EXAMPLEDIR%%/examples/draganddrop/draggableicons/draggableicons.qrc
+%%QT_EXAMPLEDIR%%/examples/draganddrop/draggableicons/dragwidget.cpp
+%%QT_EXAMPLEDIR%%/examples/draganddrop/draggableicons/dragwidget.h
+%%QT_EXAMPLEDIR%%/examples/draganddrop/draggableicons/images/boat.png
+%%QT_EXAMPLEDIR%%/examples/draganddrop/draggableicons/images/car.png
+%%QT_EXAMPLEDIR%%/examples/draganddrop/draggableicons/images/house.png
+%%QT_EXAMPLEDIR%%/examples/draganddrop/draggableicons/main.cpp
+%%QT_EXAMPLEDIR%%/examples/draganddrop/draggabletext/draggabletext
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/draganddrop/draggabletext/draggabletext.debug
+%%QT_EXAMPLEDIR%%/examples/draganddrop/draggabletext/draggabletext.pro
+%%QT_EXAMPLEDIR%%/examples/draganddrop/draggabletext/draggabletext.qrc
+%%QT_EXAMPLEDIR%%/examples/draganddrop/draggabletext/draglabel.cpp
+%%QT_EXAMPLEDIR%%/examples/draganddrop/draggabletext/draglabel.h
+%%QT_EXAMPLEDIR%%/examples/draganddrop/draggabletext/dragwidget.cpp
+%%QT_EXAMPLEDIR%%/examples/draganddrop/draggabletext/dragwidget.h
+%%QT_EXAMPLEDIR%%/examples/draganddrop/draggabletext/main.cpp
+%%QT_EXAMPLEDIR%%/examples/draganddrop/draggabletext/words.txt
+%%QT_EXAMPLEDIR%%/examples/draganddrop/dropsite/droparea.cpp
+%%QT_EXAMPLEDIR%%/examples/draganddrop/dropsite/droparea.h
+%%QT_EXAMPLEDIR%%/examples/draganddrop/dropsite/dropsite
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/draganddrop/dropsite/dropsite.debug
+%%QT_EXAMPLEDIR%%/examples/draganddrop/dropsite/dropsite.pro
+%%QT_EXAMPLEDIR%%/examples/draganddrop/dropsite/dropsitewindow.cpp
+%%QT_EXAMPLEDIR%%/examples/draganddrop/dropsite/dropsitewindow.h
+%%QT_EXAMPLEDIR%%/examples/draganddrop/dropsite/main.cpp
+%%QT_EXAMPLEDIR%%/examples/draganddrop/fridgemagnets/draglabel.cpp
+%%QT_EXAMPLEDIR%%/examples/draganddrop/fridgemagnets/draglabel.h
+%%QT_EXAMPLEDIR%%/examples/draganddrop/fridgemagnets/dragwidget.cpp
+%%QT_EXAMPLEDIR%%/examples/draganddrop/fridgemagnets/dragwidget.h
+%%QT_EXAMPLEDIR%%/examples/draganddrop/fridgemagnets/fridgemagnets
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/draganddrop/fridgemagnets/fridgemagnets.debug
+%%QT_EXAMPLEDIR%%/examples/draganddrop/fridgemagnets/fridgemagnets.pro
+%%QT_EXAMPLEDIR%%/examples/draganddrop/fridgemagnets/fridgemagnets.qrc
+%%QT_EXAMPLEDIR%%/examples/draganddrop/fridgemagnets/main.cpp
+%%QT_EXAMPLEDIR%%/examples/draganddrop/fridgemagnets/words.txt
+%%QT_EXAMPLEDIR%%/examples/draganddrop/puzzle/example.jpg
+%%QT_EXAMPLEDIR%%/examples/draganddrop/puzzle/main.cpp
+%%QT_EXAMPLEDIR%%/examples/draganddrop/puzzle/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/examples/draganddrop/puzzle/mainwindow.h
+%%QT_EXAMPLEDIR%%/examples/draganddrop/puzzle/pieceslist.cpp
+%%QT_EXAMPLEDIR%%/examples/draganddrop/puzzle/pieceslist.h
+%%QT_EXAMPLEDIR%%/examples/draganddrop/puzzle/puzzle
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/draganddrop/puzzle/puzzle.debug
+%%QT_EXAMPLEDIR%%/examples/draganddrop/puzzle/puzzle.pro
+%%QT_EXAMPLEDIR%%/examples/draganddrop/puzzle/puzzle.qrc
+%%QT_EXAMPLEDIR%%/examples/draganddrop/puzzle/puzzlewidget.cpp
+%%QT_EXAMPLEDIR%%/examples/draganddrop/puzzle/puzzlewidget.h
+%%QT_EXAMPLEDIR%%/examples/effects/blurpicker/blureffect.cpp
+%%QT_EXAMPLEDIR%%/examples/effects/blurpicker/blureffect.h
+%%QT_EXAMPLEDIR%%/examples/effects/blurpicker/blurpicker
+%%QT_EXAMPLEDIR%%/examples/effects/blurpicker/blurpicker.cpp
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/effects/blurpicker/blurpicker.debug
+%%QT_EXAMPLEDIR%%/examples/effects/blurpicker/blurpicker.h
+%%QT_EXAMPLEDIR%%/examples/effects/blurpicker/blurpicker.pro
+%%QT_EXAMPLEDIR%%/examples/effects/blurpicker/blurpicker.qrc
+%%QT_EXAMPLEDIR%%/examples/effects/blurpicker/main.cpp
+%%QT_EXAMPLEDIR%%/examples/effects/effects.pro
+%%QT_EXAMPLEDIR%%/examples/effects/fademessage/fademessage
+%%QT_EXAMPLEDIR%%/examples/effects/fademessage/fademessage.cpp
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/effects/fademessage/fademessage.debug
+%%QT_EXAMPLEDIR%%/examples/effects/fademessage/fademessage.h
+%%QT_EXAMPLEDIR%%/examples/effects/fademessage/fademessage.pro
+%%QT_EXAMPLEDIR%%/examples/effects/fademessage/fademessage.qrc
+%%QT_EXAMPLEDIR%%/examples/effects/fademessage/main.cpp
+%%QT_EXAMPLEDIR%%/examples/effects/lighting/lighting
+%%QT_EXAMPLEDIR%%/examples/effects/lighting/lighting.cpp
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/effects/lighting/lighting.debug
+%%QT_EXAMPLEDIR%%/examples/effects/lighting/lighting.h
+%%QT_EXAMPLEDIR%%/examples/effects/lighting/lighting.pro
+%%QT_EXAMPLEDIR%%/examples/effects/lighting/main.cpp
+%%QT_EXAMPLEDIR%%/examples/examples.pro
+%%QT_EXAMPLEDIR%%/examples/gestures/gestures.pro
+%%QT_EXAMPLEDIR%%/examples/gestures/imagegestures/imagegestures
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/gestures/imagegestures/imagegestures.debug
+%%QT_EXAMPLEDIR%%/examples/gestures/imagegestures/imagegestures.pro
+%%QT_EXAMPLEDIR%%/examples/gestures/imagegestures/imagewidget.cpp
+%%QT_EXAMPLEDIR%%/examples/gestures/imagegestures/imagewidget.h
+%%QT_EXAMPLEDIR%%/examples/gestures/imagegestures/main.cpp
+%%QT_EXAMPLEDIR%%/examples/gestures/imagegestures/mainwidget.cpp
+%%QT_EXAMPLEDIR%%/examples/gestures/imagegestures/mainwidget.h
+%%QT_EXAMPLEDIR%%/examples/graphicsview/README
+%%QT_EXAMPLEDIR%%/examples/graphicsview/anchorlayout/anchorlayout
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/graphicsview/anchorlayout/anchorlayout.debug
+%%QT_EXAMPLEDIR%%/examples/graphicsview/anchorlayout/anchorlayout.pro
+%%QT_EXAMPLEDIR%%/examples/graphicsview/anchorlayout/main.cpp
+%%QT_EXAMPLEDIR%%/examples/graphicsview/basicgraphicslayouts/basicgraphicslayouts
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/graphicsview/basicgraphicslayouts/basicgraphicslayouts.debug
+%%QT_EXAMPLEDIR%%/examples/graphicsview/basicgraphicslayouts/basicgraphicslayouts.pro
+%%QT_EXAMPLEDIR%%/examples/graphicsview/basicgraphicslayouts/basicgraphicslayouts.qrc
+%%QT_EXAMPLEDIR%%/examples/graphicsview/basicgraphicslayouts/layoutitem.cpp
+%%QT_EXAMPLEDIR%%/examples/graphicsview/basicgraphicslayouts/layoutitem.h
+%%QT_EXAMPLEDIR%%/examples/graphicsview/basicgraphicslayouts/main.cpp
+%%QT_EXAMPLEDIR%%/examples/graphicsview/basicgraphicslayouts/window.cpp
+%%QT_EXAMPLEDIR%%/examples/graphicsview/basicgraphicslayouts/window.h
+%%QT_EXAMPLEDIR%%/examples/graphicsview/collidingmice/collidingmice
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/graphicsview/collidingmice/collidingmice.debug
+%%QT_EXAMPLEDIR%%/examples/graphicsview/collidingmice/collidingmice.pro
+%%QT_EXAMPLEDIR%%/examples/graphicsview/collidingmice/images/cheese.jpg
+%%QT_EXAMPLEDIR%%/examples/graphicsview/collidingmice/main.cpp
+%%QT_EXAMPLEDIR%%/examples/graphicsview/collidingmice/mice.qrc
+%%QT_EXAMPLEDIR%%/examples/graphicsview/collidingmice/mouse.cpp
+%%QT_EXAMPLEDIR%%/examples/graphicsview/collidingmice/mouse.h
+%%QT_EXAMPLEDIR%%/examples/graphicsview/diagramscene/arrow.cpp
+%%QT_EXAMPLEDIR%%/examples/graphicsview/diagramscene/arrow.h
+%%QT_EXAMPLEDIR%%/examples/graphicsview/diagramscene/diagramitem.cpp
+%%QT_EXAMPLEDIR%%/examples/graphicsview/diagramscene/diagramitem.h
+%%QT_EXAMPLEDIR%%/examples/graphicsview/diagramscene/diagramscene
+%%QT_EXAMPLEDIR%%/examples/graphicsview/diagramscene/diagramscene.cpp
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/graphicsview/diagramscene/diagramscene.debug
+%%QT_EXAMPLEDIR%%/examples/graphicsview/diagramscene/diagramscene.h
+%%QT_EXAMPLEDIR%%/examples/graphicsview/diagramscene/diagramscene.pro
+%%QT_EXAMPLEDIR%%/examples/graphicsview/diagramscene/diagramscene.qrc
+%%QT_EXAMPLEDIR%%/examples/graphicsview/diagramscene/diagramtextitem.cpp
+%%QT_EXAMPLEDIR%%/examples/graphicsview/diagramscene/diagramtextitem.h
+%%QT_EXAMPLEDIR%%/examples/graphicsview/diagramscene/images/background1.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/diagramscene/images/background2.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/diagramscene/images/background3.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/diagramscene/images/background4.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/diagramscene/images/bold.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/diagramscene/images/bringtofront.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/diagramscene/images/delete.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/diagramscene/images/floodfill.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/diagramscene/images/italic.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/diagramscene/images/linecolor.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/diagramscene/images/linepointer.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/diagramscene/images/pointer.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/diagramscene/images/sendtoback.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/diagramscene/images/textpointer.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/diagramscene/images/underline.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/diagramscene/main.cpp
+%%QT_EXAMPLEDIR%%/examples/graphicsview/diagramscene/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/examples/graphicsview/diagramscene/mainwindow.h
+%%QT_EXAMPLEDIR%%/examples/graphicsview/dragdroprobot/coloritem.cpp
+%%QT_EXAMPLEDIR%%/examples/graphicsview/dragdroprobot/coloritem.h
+%%QT_EXAMPLEDIR%%/examples/graphicsview/dragdroprobot/dragdroprobot
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/graphicsview/dragdroprobot/dragdroprobot.debug
+%%QT_EXAMPLEDIR%%/examples/graphicsview/dragdroprobot/dragdroprobot.pro
+%%QT_EXAMPLEDIR%%/examples/graphicsview/dragdroprobot/images/head.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/dragdroprobot/main.cpp
+%%QT_EXAMPLEDIR%%/examples/graphicsview/dragdroprobot/robot.cpp
+%%QT_EXAMPLEDIR%%/examples/graphicsview/dragdroprobot/robot.h
+%%QT_EXAMPLEDIR%%/examples/graphicsview/dragdroprobot/robot.qrc
+%%QT_EXAMPLEDIR%%/examples/graphicsview/elasticnodes/edge.cpp
+%%QT_EXAMPLEDIR%%/examples/graphicsview/elasticnodes/edge.h
+%%QT_EXAMPLEDIR%%/examples/graphicsview/elasticnodes/elasticnodes
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/graphicsview/elasticnodes/elasticnodes.debug
+%%QT_EXAMPLEDIR%%/examples/graphicsview/elasticnodes/elasticnodes.pro
+%%QT_EXAMPLEDIR%%/examples/graphicsview/elasticnodes/graphwidget.cpp
+%%QT_EXAMPLEDIR%%/examples/graphicsview/elasticnodes/graphwidget.h
+%%QT_EXAMPLEDIR%%/examples/graphicsview/elasticnodes/main.cpp
+%%QT_EXAMPLEDIR%%/examples/graphicsview/elasticnodes/node.cpp
+%%QT_EXAMPLEDIR%%/examples/graphicsview/elasticnodes/node.h
+%%QT_EXAMPLEDIR%%/examples/graphicsview/graphicsview.pro
+%%QT_EXAMPLEDIR%%/examples/graphicsview/padnavigator/flippablepad.cpp
+%%QT_EXAMPLEDIR%%/examples/graphicsview/padnavigator/flippablepad.h
+%%QT_EXAMPLEDIR%%/examples/graphicsview/padnavigator/form.ui
+%%QT_EXAMPLEDIR%%/examples/graphicsview/padnavigator/images/artsfftscope.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/padnavigator/images/blue_angle_swirl.jpg
+%%QT_EXAMPLEDIR%%/examples/graphicsview/padnavigator/images/kontact_contacts.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/padnavigator/images/kontact_journal.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/padnavigator/images/kontact_mail.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/padnavigator/images/kontact_notes.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/padnavigator/images/kopeteavailable.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/padnavigator/images/metacontact_online.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/padnavigator/images/minitools.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/padnavigator/main.cpp
+%%QT_EXAMPLEDIR%%/examples/graphicsview/padnavigator/padnavigator
+%%QT_EXAMPLEDIR%%/examples/graphicsview/padnavigator/padnavigator.cpp
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/graphicsview/padnavigator/padnavigator.debug
+%%QT_EXAMPLEDIR%%/examples/graphicsview/padnavigator/padnavigator.h
+%%QT_EXAMPLEDIR%%/examples/graphicsview/padnavigator/padnavigator.pro
+%%QT_EXAMPLEDIR%%/examples/graphicsview/padnavigator/padnavigator.qrc
+%%QT_EXAMPLEDIR%%/examples/graphicsview/padnavigator/roundrectitem.cpp
+%%QT_EXAMPLEDIR%%/examples/graphicsview/padnavigator/roundrectitem.h
+%%QT_EXAMPLEDIR%%/examples/graphicsview/padnavigator/splashitem.cpp
+%%QT_EXAMPLEDIR%%/examples/graphicsview/padnavigator/splashitem.h
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/animateditem.cpp
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/animateditem.h
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/bg.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/ledmeter.cpp
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/ledmeter.h
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/main.cpp
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/portedasteroids
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/portedasteroids.debug
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/portedasteroids.pro
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/portedasteroids.qrc
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sounds/Explosion.wav
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites.h
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/bits/bits.ini
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/bits/bits.pov
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/bits/bits0000.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/bits/bits0001.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/bits/bits0002.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/bits/bits0003.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/bits/bits0004.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/bits/bits0005.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/bits/bits0006.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/bits/bits0007.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/bits/bits0008.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/bits/bits0009.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/bits/bits0010.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/bits/bits0011.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/bits/bits0012.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/bits/bits0013.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/bits/bits0014.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/bits/bits0015.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/exhaust/exhaust.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/missile/missile.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/powerups/brake.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/powerups/energy.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/powerups/shield.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/powerups/shoot.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/powerups/teleport.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1/rock1.ini
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1/rock1.pov
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1/rock10000.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1/rock10001.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1/rock10002.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1/rock10003.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1/rock10004.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1/rock10005.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1/rock10006.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1/rock10007.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1/rock10008.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1/rock10009.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1/rock10010.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1/rock10011.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1/rock10012.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1/rock10013.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1/rock10014.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1/rock10015.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1/rock10016.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1/rock10017.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1/rock10018.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1/rock10019.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1/rock10020.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1/rock10021.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1/rock10022.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1/rock10023.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1/rock10024.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1/rock10025.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1/rock10026.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1/rock10027.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1/rock10028.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1/rock10029.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1/rock10030.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1/rock10031.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2/rock2.ini
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2/rock2.pov
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2/rock20000.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2/rock20001.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2/rock20002.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2/rock20003.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2/rock20004.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2/rock20005.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2/rock20006.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2/rock20007.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2/rock20008.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2/rock20009.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2/rock20010.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2/rock20011.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2/rock20012.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2/rock20013.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2/rock20014.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2/rock20015.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2/rock20016.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2/rock20017.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2/rock20018.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2/rock20019.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2/rock20020.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2/rock20021.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2/rock20022.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2/rock20023.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2/rock20024.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2/rock20025.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2/rock20026.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2/rock20027.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2/rock20028.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2/rock20029.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2/rock20030.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2/rock20031.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3/rock3.ini
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3/rock3.pov
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3/rock30000.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3/rock30001.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3/rock30002.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3/rock30003.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3/rock30004.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3/rock30005.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3/rock30006.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3/rock30007.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3/rock30008.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3/rock30009.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3/rock30010.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3/rock30011.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3/rock30012.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3/rock30013.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3/rock30014.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3/rock30015.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3/rock30016.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3/rock30017.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3/rock30018.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3/rock30019.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3/rock30020.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3/rock30021.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3/rock30022.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3/rock30023.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3/rock30024.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3/rock30025.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3/rock30026.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3/rock30027.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3/rock30028.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3/rock30029.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3/rock30030.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3/rock30031.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/shield/shield0000.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/shield/shield0001.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/shield/shield0002.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/shield/shield0003.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/shield/shield0004.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/shield/shield0005.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/shield/shield0006.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship/ship.ini
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship/ship.pov
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship/ship0000.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship/ship0001.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship/ship0002.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship/ship0003.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship/ship0004.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship/ship0005.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship/ship0006.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship/ship0007.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship/ship0008.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship/ship0009.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship/ship0010.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship/ship0011.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship/ship0012.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship/ship0013.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship/ship0014.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship/ship0015.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship/ship0016.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship/ship0017.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship/ship0018.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship/ship0019.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship/ship0020.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship/ship0021.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship/ship0022.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship/ship0023.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship/ship0024.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship/ship0025.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship/ship0026.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship/ship0027.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship/ship0028.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship/ship0029.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship/ship0030.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship/ship0031.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/toplevel.cpp
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/toplevel.h
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/view.cpp
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/view.h
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedcanvas/butterfly.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedcanvas/canvas.cpp
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedcanvas/canvas.doc
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedcanvas/canvas.h
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedcanvas/main.cpp
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedcanvas/portedcanvas
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/graphicsview/portedcanvas/portedcanvas.debug
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedcanvas/portedcanvas.pro
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedcanvas/portedcanvas.qrc
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedcanvas/qt-trans.xpm
+%%QT_EXAMPLEDIR%%/examples/graphicsview/portedcanvas/qtlogo.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/simpleanchorlayout/main.cpp
+%%QT_EXAMPLEDIR%%/examples/graphicsview/simpleanchorlayout/simpleanchorlayout
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/graphicsview/simpleanchorlayout/simpleanchorlayout.debug
+%%QT_EXAMPLEDIR%%/examples/graphicsview/simpleanchorlayout/simpleanchorlayout.pro
+%%QT_EXAMPLEDIR%%/examples/graphicsview/weatheranchorlayout/images/5days.jpg
+%%QT_EXAMPLEDIR%%/examples/graphicsview/weatheranchorlayout/images/details.jpg
+%%QT_EXAMPLEDIR%%/examples/graphicsview/weatheranchorlayout/images/place.jpg
+%%QT_EXAMPLEDIR%%/examples/graphicsview/weatheranchorlayout/images/tabbar.jpg
+%%QT_EXAMPLEDIR%%/examples/graphicsview/weatheranchorlayout/images/title.jpg
+%%QT_EXAMPLEDIR%%/examples/graphicsview/weatheranchorlayout/images/weather-few-clouds.png
+%%QT_EXAMPLEDIR%%/examples/graphicsview/weatheranchorlayout/main.cpp
+%%QT_EXAMPLEDIR%%/examples/graphicsview/weatheranchorlayout/weatheranchorlayout
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/graphicsview/weatheranchorlayout/weatheranchorlayout.debug
+%%QT_EXAMPLEDIR%%/examples/graphicsview/weatheranchorlayout/weatheranchorlayout.pro
+%%QT_EXAMPLEDIR%%/examples/graphicsview/weatheranchorlayout/weatheranchorlayout.qrc
+%%QT_EXAMPLEDIR%%/examples/help/README
+%%QT_EXAMPLEDIR%%/examples/help/contextsensitivehelp/contextsensitivehelp
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/help/contextsensitivehelp/contextsensitivehelp.debug
+%%QT_EXAMPLEDIR%%/examples/help/contextsensitivehelp/contextsensitivehelp.pro
+%%QT_EXAMPLEDIR%%/examples/help/contextsensitivehelp/doc/amount.html
+%%QT_EXAMPLEDIR%%/examples/help/contextsensitivehelp/doc/filter.html
+%%QT_EXAMPLEDIR%%/examples/help/contextsensitivehelp/doc/plants.html
+%%QT_EXAMPLEDIR%%/examples/help/contextsensitivehelp/doc/rain.html
+%%QT_EXAMPLEDIR%%/examples/help/contextsensitivehelp/doc/source.html
+%%QT_EXAMPLEDIR%%/examples/help/contextsensitivehelp/doc/temperature.html
+%%QT_EXAMPLEDIR%%/examples/help/contextsensitivehelp/doc/time.html
+%%QT_EXAMPLEDIR%%/examples/help/contextsensitivehelp/doc/wateringmachine.qch
+%%QT_EXAMPLEDIR%%/examples/help/contextsensitivehelp/doc/wateringmachine.qhc
+%%QT_EXAMPLEDIR%%/examples/help/contextsensitivehelp/doc/wateringmachine.qhcp
+%%QT_EXAMPLEDIR%%/examples/help/contextsensitivehelp/doc/wateringmachine.qhp
+%%QT_EXAMPLEDIR%%/examples/help/contextsensitivehelp/helpbrowser.cpp
+%%QT_EXAMPLEDIR%%/examples/help/contextsensitivehelp/helpbrowser.h
+%%QT_EXAMPLEDIR%%/examples/help/contextsensitivehelp/main.cpp
+%%QT_EXAMPLEDIR%%/examples/help/contextsensitivehelp/wateringconfigdialog.cpp
+%%QT_EXAMPLEDIR%%/examples/help/contextsensitivehelp/wateringconfigdialog.h
+%%QT_EXAMPLEDIR%%/examples/help/contextsensitivehelp/wateringconfigdialog.ui
+%%QT_EXAMPLEDIR%%/examples/help/help.pro
+%%QT_EXAMPLEDIR%%/examples/help/remotecontrol/enter.png
+%%QT_EXAMPLEDIR%%/examples/help/remotecontrol/main.cpp
+%%QT_EXAMPLEDIR%%/examples/help/remotecontrol/remotecontrol
+%%QT_EXAMPLEDIR%%/examples/help/remotecontrol/remotecontrol.cpp
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/help/remotecontrol/remotecontrol.debug
+%%QT_EXAMPLEDIR%%/examples/help/remotecontrol/remotecontrol.h
+%%QT_EXAMPLEDIR%%/examples/help/remotecontrol/remotecontrol.pro
+%%QT_EXAMPLEDIR%%/examples/help/remotecontrol/remotecontrol.qrc
+%%QT_EXAMPLEDIR%%/examples/help/remotecontrol/remotecontrol.ui
+%%QT_EXAMPLEDIR%%/examples/help/simpletextviewer/assistant.cpp
+%%QT_EXAMPLEDIR%%/examples/help/simpletextviewer/assistant.h
+%%QT_EXAMPLEDIR%%/examples/help/simpletextviewer/documentation/about.txt
+%%QT_EXAMPLEDIR%%/examples/help/simpletextviewer/documentation/browse.html
+%%QT_EXAMPLEDIR%%/examples/help/simpletextviewer/documentation/filedialog.html
+%%QT_EXAMPLEDIR%%/examples/help/simpletextviewer/documentation/findfile.html
+%%QT_EXAMPLEDIR%%/examples/help/simpletextviewer/documentation/images/browse.png
+%%QT_EXAMPLEDIR%%/examples/help/simpletextviewer/documentation/images/fadedfilemenu.png
+%%QT_EXAMPLEDIR%%/examples/help/simpletextviewer/documentation/images/filedialog.png
+%%QT_EXAMPLEDIR%%/examples/help/simpletextviewer/documentation/images/handbook.png
+%%QT_EXAMPLEDIR%%/examples/help/simpletextviewer/documentation/images/icon.png
+%%QT_EXAMPLEDIR%%/examples/help/simpletextviewer/documentation/images/mainwindow.png
+%%QT_EXAMPLEDIR%%/examples/help/simpletextviewer/documentation/images/open.png
+%%QT_EXAMPLEDIR%%/examples/help/simpletextviewer/documentation/images/wildcard.png
+%%QT_EXAMPLEDIR%%/examples/help/simpletextviewer/documentation/index.html
+%%QT_EXAMPLEDIR%%/examples/help/simpletextviewer/documentation/intro.html
+%%QT_EXAMPLEDIR%%/examples/help/simpletextviewer/documentation/openfile.html
+%%QT_EXAMPLEDIR%%/examples/help/simpletextviewer/documentation/simpletextviewer.qch
+%%QT_EXAMPLEDIR%%/examples/help/simpletextviewer/documentation/simpletextviewer.qhc
+%%QT_EXAMPLEDIR%%/examples/help/simpletextviewer/documentation/simpletextviewer.qhcp
+%%QT_EXAMPLEDIR%%/examples/help/simpletextviewer/documentation/simpletextviewer.qhp
+%%QT_EXAMPLEDIR%%/examples/help/simpletextviewer/documentation/wildcardmatching.html
+%%QT_EXAMPLEDIR%%/examples/help/simpletextviewer/findfiledialog.cpp
+%%QT_EXAMPLEDIR%%/examples/help/simpletextviewer/findfiledialog.h
+%%QT_EXAMPLEDIR%%/examples/help/simpletextviewer/main.cpp
+%%QT_EXAMPLEDIR%%/examples/help/simpletextviewer/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/examples/help/simpletextviewer/mainwindow.h
+%%QT_EXAMPLEDIR%%/examples/help/simpletextviewer/simpletextviewer
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/help/simpletextviewer/simpletextviewer.debug
+%%QT_EXAMPLEDIR%%/examples/help/simpletextviewer/simpletextviewer.pro
+%%QT_EXAMPLEDIR%%/examples/help/simpletextviewer/textedit.cpp
+%%QT_EXAMPLEDIR%%/examples/help/simpletextviewer/textedit.h
+%%QT_EXAMPLEDIR%%/examples/helper/qmlapplicationviewer/qmlapplicationviewer.cpp
+%%QT_EXAMPLEDIR%%/examples/helper/qmlapplicationviewer/qmlapplicationviewer.h
+%%QT_EXAMPLEDIR%%/examples/helper/qmlapplicationviewer/qmlapplicationviewer.pri
+%%QT_EXAMPLEDIR%%/examples/ipc/README
+%%QT_EXAMPLEDIR%%/examples/ipc/ipc.pro
+%%QT_EXAMPLEDIR%%/examples/ipc/localfortuneclient/client.cpp
+%%QT_EXAMPLEDIR%%/examples/ipc/localfortuneclient/client.h
+%%QT_EXAMPLEDIR%%/examples/ipc/localfortuneclient/localfortuneclient
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/ipc/localfortuneclient/localfortuneclient.debug
+%%QT_EXAMPLEDIR%%/examples/ipc/localfortuneclient/localfortuneclient.pro
+%%QT_EXAMPLEDIR%%/examples/ipc/localfortuneclient/main.cpp
+%%QT_EXAMPLEDIR%%/examples/ipc/localfortuneserver/localfortuneserver
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/ipc/localfortuneserver/localfortuneserver.debug
+%%QT_EXAMPLEDIR%%/examples/ipc/localfortuneserver/localfortuneserver.pro
+%%QT_EXAMPLEDIR%%/examples/ipc/localfortuneserver/main.cpp
+%%QT_EXAMPLEDIR%%/examples/ipc/localfortuneserver/server.cpp
+%%QT_EXAMPLEDIR%%/examples/ipc/localfortuneserver/server.h
+%%QT_EXAMPLEDIR%%/examples/ipc/sharedmemory/dialog.cpp
+%%QT_EXAMPLEDIR%%/examples/ipc/sharedmemory/dialog.h
+%%QT_EXAMPLEDIR%%/examples/ipc/sharedmemory/dialog.ui
+%%QT_EXAMPLEDIR%%/examples/ipc/sharedmemory/image.png
+%%QT_EXAMPLEDIR%%/examples/ipc/sharedmemory/main.cpp
+%%QT_EXAMPLEDIR%%/examples/ipc/sharedmemory/qt.png
+%%QT_EXAMPLEDIR%%/examples/ipc/sharedmemory/sharedmemory
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/ipc/sharedmemory/sharedmemory.debug
+%%QT_EXAMPLEDIR%%/examples/ipc/sharedmemory/sharedmemory.pro
+%%QT_EXAMPLEDIR%%/examples/itemviews/README
+%%QT_EXAMPLEDIR%%/examples/itemviews/addressbook/adddialog.cpp
+%%QT_EXAMPLEDIR%%/examples/itemviews/addressbook/adddialog.h
+%%QT_EXAMPLEDIR%%/examples/itemviews/addressbook/addressbook
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/itemviews/addressbook/addressbook.debug
+%%QT_EXAMPLEDIR%%/examples/itemviews/addressbook/addressbook.pro
+%%QT_EXAMPLEDIR%%/examples/itemviews/addressbook/addresswidget.cpp
+%%QT_EXAMPLEDIR%%/examples/itemviews/addressbook/addresswidget.h
+%%QT_EXAMPLEDIR%%/examples/itemviews/addressbook/main.cpp
+%%QT_EXAMPLEDIR%%/examples/itemviews/addressbook/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/examples/itemviews/addressbook/mainwindow.h
+%%QT_EXAMPLEDIR%%/examples/itemviews/addressbook/newaddresstab.cpp
+%%QT_EXAMPLEDIR%%/examples/itemviews/addressbook/newaddresstab.h
+%%QT_EXAMPLEDIR%%/examples/itemviews/addressbook/tablemodel.cpp
+%%QT_EXAMPLEDIR%%/examples/itemviews/addressbook/tablemodel.h
+%%QT_EXAMPLEDIR%%/examples/itemviews/basicsortfiltermodel/basicsortfiltermodel
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/itemviews/basicsortfiltermodel/basicsortfiltermodel.debug
+%%QT_EXAMPLEDIR%%/examples/itemviews/basicsortfiltermodel/basicsortfiltermodel.pro
+%%QT_EXAMPLEDIR%%/examples/itemviews/basicsortfiltermodel/main.cpp
+%%QT_EXAMPLEDIR%%/examples/itemviews/basicsortfiltermodel/window.cpp
+%%QT_EXAMPLEDIR%%/examples/itemviews/basicsortfiltermodel/window.h
+%%QT_EXAMPLEDIR%%/examples/itemviews/chart/chart
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/itemviews/chart/chart.debug
+%%QT_EXAMPLEDIR%%/examples/itemviews/chart/chart.pro
+%%QT_EXAMPLEDIR%%/examples/itemviews/chart/chart.qrc
+%%QT_EXAMPLEDIR%%/examples/itemviews/chart/main.cpp
+%%QT_EXAMPLEDIR%%/examples/itemviews/chart/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/examples/itemviews/chart/mainwindow.h
+%%QT_EXAMPLEDIR%%/examples/itemviews/chart/mydata.cht
+%%QT_EXAMPLEDIR%%/examples/itemviews/chart/pieview.cpp
+%%QT_EXAMPLEDIR%%/examples/itemviews/chart/pieview.h
+%%QT_EXAMPLEDIR%%/examples/itemviews/chart/qtdata.cht
+%%QT_EXAMPLEDIR%%/examples/itemviews/combowidgetmapper/combowidgetmapper
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/itemviews/combowidgetmapper/combowidgetmapper.debug
+%%QT_EXAMPLEDIR%%/examples/itemviews/combowidgetmapper/combowidgetmapper.pro
+%%QT_EXAMPLEDIR%%/examples/itemviews/combowidgetmapper/main.cpp
+%%QT_EXAMPLEDIR%%/examples/itemviews/combowidgetmapper/window.cpp
+%%QT_EXAMPLEDIR%%/examples/itemviews/combowidgetmapper/window.h
+%%QT_EXAMPLEDIR%%/examples/itemviews/customsortfiltermodel/customsortfiltermodel
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/itemviews/customsortfiltermodel/customsortfiltermodel.debug
+%%QT_EXAMPLEDIR%%/examples/itemviews/customsortfiltermodel/customsortfiltermodel.pro
+%%QT_EXAMPLEDIR%%/examples/itemviews/customsortfiltermodel/main.cpp
+%%QT_EXAMPLEDIR%%/examples/itemviews/customsortfiltermodel/mysortfilterproxymodel.cpp
+%%QT_EXAMPLEDIR%%/examples/itemviews/customsortfiltermodel/mysortfilterproxymodel.h
+%%QT_EXAMPLEDIR%%/examples/itemviews/customsortfiltermodel/window.cpp
+%%QT_EXAMPLEDIR%%/examples/itemviews/customsortfiltermodel/window.h
+%%QT_EXAMPLEDIR%%/examples/itemviews/delayedencoding/delayedencoding.pro
+%%QT_EXAMPLEDIR%%/examples/itemviews/delayedencoding/main.cpp
+%%QT_EXAMPLEDIR%%/examples/itemviews/delayedencoding/mimedata.cpp
+%%QT_EXAMPLEDIR%%/examples/itemviews/delayedencoding/mimedata.h
+%%QT_EXAMPLEDIR%%/examples/itemviews/delayedencoding/sourcewidget.cpp
+%%QT_EXAMPLEDIR%%/examples/itemviews/delayedencoding/sourcewidget.h
+%%QT_EXAMPLEDIR%%/examples/itemviews/dirview/dirview
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/itemviews/dirview/dirview.debug
+%%QT_EXAMPLEDIR%%/examples/itemviews/dirview/dirview.pro
+%%QT_EXAMPLEDIR%%/examples/itemviews/dirview/main.cpp
+%%QT_EXAMPLEDIR%%/examples/itemviews/editabletreemodel/default.txt
+%%QT_EXAMPLEDIR%%/examples/itemviews/editabletreemodel/editabletreemodel
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/itemviews/editabletreemodel/editabletreemodel.debug
+%%QT_EXAMPLEDIR%%/examples/itemviews/editabletreemodel/editabletreemodel.pro
+%%QT_EXAMPLEDIR%%/examples/itemviews/editabletreemodel/editabletreemodel.qrc
+%%QT_EXAMPLEDIR%%/examples/itemviews/editabletreemodel/main.cpp
+%%QT_EXAMPLEDIR%%/examples/itemviews/editabletreemodel/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/examples/itemviews/editabletreemodel/mainwindow.h
+%%QT_EXAMPLEDIR%%/examples/itemviews/editabletreemodel/mainwindow.ui
+%%QT_EXAMPLEDIR%%/examples/itemviews/editabletreemodel/treeitem.cpp
+%%QT_EXAMPLEDIR%%/examples/itemviews/editabletreemodel/treeitem.h
+%%QT_EXAMPLEDIR%%/examples/itemviews/editabletreemodel/treemodel.cpp
+%%QT_EXAMPLEDIR%%/examples/itemviews/editabletreemodel/treemodel.h
+%%QT_EXAMPLEDIR%%/examples/itemviews/fetchmore/fetchmore
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/itemviews/fetchmore/fetchmore.debug
+%%QT_EXAMPLEDIR%%/examples/itemviews/fetchmore/fetchmore.pro
+%%QT_EXAMPLEDIR%%/examples/itemviews/fetchmore/filelistmodel.cpp
+%%QT_EXAMPLEDIR%%/examples/itemviews/fetchmore/filelistmodel.h
+%%QT_EXAMPLEDIR%%/examples/itemviews/fetchmore/main.cpp
+%%QT_EXAMPLEDIR%%/examples/itemviews/fetchmore/window.cpp
+%%QT_EXAMPLEDIR%%/examples/itemviews/fetchmore/window.h
+%%QT_EXAMPLEDIR%%/examples/itemviews/frozencolumn/freezetablewidget.cpp
+%%QT_EXAMPLEDIR%%/examples/itemviews/frozencolumn/freezetablewidget.h
+%%QT_EXAMPLEDIR%%/examples/itemviews/frozencolumn/frozencolumn
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/itemviews/frozencolumn/frozencolumn.debug
+%%QT_EXAMPLEDIR%%/examples/itemviews/frozencolumn/frozencolumn.pro
+%%QT_EXAMPLEDIR%%/examples/itemviews/frozencolumn/grades.qrc
+%%QT_EXAMPLEDIR%%/examples/itemviews/frozencolumn/main.cpp
+%%QT_EXAMPLEDIR%%/examples/itemviews/itemviews.pro
+%%QT_EXAMPLEDIR%%/examples/itemviews/pixelator/imagemodel.cpp
+%%QT_EXAMPLEDIR%%/examples/itemviews/pixelator/imagemodel.h
+%%QT_EXAMPLEDIR%%/examples/itemviews/pixelator/images.qrc
+%%QT_EXAMPLEDIR%%/examples/itemviews/pixelator/images/qt.png
+%%QT_EXAMPLEDIR%%/examples/itemviews/pixelator/main.cpp
+%%QT_EXAMPLEDIR%%/examples/itemviews/pixelator/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/examples/itemviews/pixelator/mainwindow.h
+%%QT_EXAMPLEDIR%%/examples/itemviews/pixelator/pixelator
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/itemviews/pixelator/pixelator.debug
+%%QT_EXAMPLEDIR%%/examples/itemviews/pixelator/pixelator.pro
+%%QT_EXAMPLEDIR%%/examples/itemviews/pixelator/pixeldelegate.cpp
+%%QT_EXAMPLEDIR%%/examples/itemviews/pixelator/pixeldelegate.h
+%%QT_EXAMPLEDIR%%/examples/itemviews/puzzle/example.jpg
+%%QT_EXAMPLEDIR%%/examples/itemviews/puzzle/main.cpp
+%%QT_EXAMPLEDIR%%/examples/itemviews/puzzle/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/examples/itemviews/puzzle/mainwindow.h
+%%QT_EXAMPLEDIR%%/examples/itemviews/puzzle/piecesmodel.cpp
+%%QT_EXAMPLEDIR%%/examples/itemviews/puzzle/piecesmodel.h
+%%QT_EXAMPLEDIR%%/examples/itemviews/puzzle/puzzle
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/itemviews/puzzle/puzzle.debug
+%%QT_EXAMPLEDIR%%/examples/itemviews/puzzle/puzzle.pro
+%%QT_EXAMPLEDIR%%/examples/itemviews/puzzle/puzzle.qrc
+%%QT_EXAMPLEDIR%%/examples/itemviews/puzzle/puzzlewidget.cpp
+%%QT_EXAMPLEDIR%%/examples/itemviews/puzzle/puzzlewidget.h
+%%QT_EXAMPLEDIR%%/examples/itemviews/simpledommodel/domitem.cpp
+%%QT_EXAMPLEDIR%%/examples/itemviews/simpledommodel/domitem.h
+%%QT_EXAMPLEDIR%%/examples/itemviews/simpledommodel/dommodel.cpp
+%%QT_EXAMPLEDIR%%/examples/itemviews/simpledommodel/dommodel.h
+%%QT_EXAMPLEDIR%%/examples/itemviews/simpledommodel/main.cpp
+%%QT_EXAMPLEDIR%%/examples/itemviews/simpledommodel/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/examples/itemviews/simpledommodel/mainwindow.h
+%%QT_EXAMPLEDIR%%/examples/itemviews/simpledommodel/simpledommodel
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/itemviews/simpledommodel/simpledommodel.debug
+%%QT_EXAMPLEDIR%%/examples/itemviews/simpledommodel/simpledommodel.pro
+%%QT_EXAMPLEDIR%%/examples/itemviews/simpletreemodel/default.txt
+%%QT_EXAMPLEDIR%%/examples/itemviews/simpletreemodel/main.cpp
+%%QT_EXAMPLEDIR%%/examples/itemviews/simpletreemodel/simpletreemodel
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/itemviews/simpletreemodel/simpletreemodel.debug
+%%QT_EXAMPLEDIR%%/examples/itemviews/simpletreemodel/simpletreemodel.pro
+%%QT_EXAMPLEDIR%%/examples/itemviews/simpletreemodel/simpletreemodel.qrc
+%%QT_EXAMPLEDIR%%/examples/itemviews/simpletreemodel/treeitem.cpp
+%%QT_EXAMPLEDIR%%/examples/itemviews/simpletreemodel/treeitem.h
+%%QT_EXAMPLEDIR%%/examples/itemviews/simpletreemodel/treemodel.cpp
+%%QT_EXAMPLEDIR%%/examples/itemviews/simpletreemodel/treemodel.h
+%%QT_EXAMPLEDIR%%/examples/itemviews/simplewidgetmapper/main.cpp
+%%QT_EXAMPLEDIR%%/examples/itemviews/simplewidgetmapper/simplewidgetmapper
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/itemviews/simplewidgetmapper/simplewidgetmapper.debug
+%%QT_EXAMPLEDIR%%/examples/itemviews/simplewidgetmapper/simplewidgetmapper.pro
+%%QT_EXAMPLEDIR%%/examples/itemviews/simplewidgetmapper/window.cpp
+%%QT_EXAMPLEDIR%%/examples/itemviews/simplewidgetmapper/window.h
+%%QT_EXAMPLEDIR%%/examples/itemviews/spinboxdelegate/delegate.cpp
+%%QT_EXAMPLEDIR%%/examples/itemviews/spinboxdelegate/delegate.h
+%%QT_EXAMPLEDIR%%/examples/itemviews/spinboxdelegate/main.cpp
+%%QT_EXAMPLEDIR%%/examples/itemviews/spinboxdelegate/spinboxdelegate
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/itemviews/spinboxdelegate/spinboxdelegate.debug
+%%QT_EXAMPLEDIR%%/examples/itemviews/spinboxdelegate/spinboxdelegate.pro
+%%QT_EXAMPLEDIR%%/examples/layouts/README
+%%QT_EXAMPLEDIR%%/examples/layouts/basiclayouts/basiclayouts
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/layouts/basiclayouts/basiclayouts.debug
+%%QT_EXAMPLEDIR%%/examples/layouts/basiclayouts/basiclayouts.pro
+%%QT_EXAMPLEDIR%%/examples/layouts/basiclayouts/dialog.cpp
+%%QT_EXAMPLEDIR%%/examples/layouts/basiclayouts/dialog.h
+%%QT_EXAMPLEDIR%%/examples/layouts/basiclayouts/main.cpp
+%%QT_EXAMPLEDIR%%/examples/layouts/borderlayout/borderlayout
+%%QT_EXAMPLEDIR%%/examples/layouts/borderlayout/borderlayout.cpp
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/layouts/borderlayout/borderlayout.debug
+%%QT_EXAMPLEDIR%%/examples/layouts/borderlayout/borderlayout.h
+%%QT_EXAMPLEDIR%%/examples/layouts/borderlayout/borderlayout.pro
+%%QT_EXAMPLEDIR%%/examples/layouts/borderlayout/main.cpp
+%%QT_EXAMPLEDIR%%/examples/layouts/borderlayout/window.cpp
+%%QT_EXAMPLEDIR%%/examples/layouts/borderlayout/window.h
+%%QT_EXAMPLEDIR%%/examples/layouts/dynamiclayouts/dialog.cpp
+%%QT_EXAMPLEDIR%%/examples/layouts/dynamiclayouts/dialog.h
+%%QT_EXAMPLEDIR%%/examples/layouts/dynamiclayouts/dynamiclayouts
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/layouts/dynamiclayouts/dynamiclayouts.debug
+%%QT_EXAMPLEDIR%%/examples/layouts/dynamiclayouts/dynamiclayouts.pro
+%%QT_EXAMPLEDIR%%/examples/layouts/dynamiclayouts/main.cpp
+%%QT_EXAMPLEDIR%%/examples/layouts/flowlayout/flowlayout
+%%QT_EXAMPLEDIR%%/examples/layouts/flowlayout/flowlayout.cpp
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/layouts/flowlayout/flowlayout.debug
+%%QT_EXAMPLEDIR%%/examples/layouts/flowlayout/flowlayout.h
+%%QT_EXAMPLEDIR%%/examples/layouts/flowlayout/flowlayout.pro
+%%QT_EXAMPLEDIR%%/examples/layouts/flowlayout/main.cpp
+%%QT_EXAMPLEDIR%%/examples/layouts/flowlayout/window.cpp
+%%QT_EXAMPLEDIR%%/examples/layouts/flowlayout/window.h
+%%QT_EXAMPLEDIR%%/examples/layouts/layouts.pro
+%%QT_EXAMPLEDIR%%/examples/linguist/README
+%%QT_EXAMPLEDIR%%/examples/linguist/arrowpad/arrowpad
+%%QT_EXAMPLEDIR%%/examples/linguist/arrowpad/arrowpad.cpp
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/linguist/arrowpad/arrowpad.debug
+%%QT_EXAMPLEDIR%%/examples/linguist/arrowpad/arrowpad.h
+%%QT_EXAMPLEDIR%%/examples/linguist/arrowpad/arrowpad.pro
+%%QT_EXAMPLEDIR%%/examples/linguist/arrowpad/main.cpp
+%%QT_EXAMPLEDIR%%/examples/linguist/arrowpad/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/examples/linguist/arrowpad/mainwindow.h
+%%QT_EXAMPLEDIR%%/examples/linguist/hellotr/hellotr
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/linguist/hellotr/hellotr.debug
+%%QT_EXAMPLEDIR%%/examples/linguist/hellotr/hellotr.pro
+%%QT_EXAMPLEDIR%%/examples/linguist/hellotr/main.cpp
+%%QT_EXAMPLEDIR%%/examples/linguist/linguist.pro
+%%QT_EXAMPLEDIR%%/examples/linguist/trollprint/main.cpp
+%%QT_EXAMPLEDIR%%/examples/linguist/trollprint/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/examples/linguist/trollprint/mainwindow.h
+%%QT_EXAMPLEDIR%%/examples/linguist/trollprint/printpanel.cpp
+%%QT_EXAMPLEDIR%%/examples/linguist/trollprint/printpanel.h
+%%QT_EXAMPLEDIR%%/examples/linguist/trollprint/trollprint
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/linguist/trollprint/trollprint.debug
+%%QT_EXAMPLEDIR%%/examples/linguist/trollprint/trollprint.pro
+%%QT_EXAMPLEDIR%%/examples/linguist/trollprint/trollprint_pt.ts
+%%QT_EXAMPLEDIR%%/examples/mainwindows/README
+%%QT_EXAMPLEDIR%%/examples/mainwindows/application/application
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/mainwindows/application/application.debug
+%%QT_EXAMPLEDIR%%/examples/mainwindows/application/application.pro
+%%QT_EXAMPLEDIR%%/examples/mainwindows/application/application.qrc
+%%QT_EXAMPLEDIR%%/examples/mainwindows/application/images/copy.png
+%%QT_EXAMPLEDIR%%/examples/mainwindows/application/images/cut.png
+%%QT_EXAMPLEDIR%%/examples/mainwindows/application/images/new.png
+%%QT_EXAMPLEDIR%%/examples/mainwindows/application/images/open.png
+%%QT_EXAMPLEDIR%%/examples/mainwindows/application/images/paste.png
+%%QT_EXAMPLEDIR%%/examples/mainwindows/application/images/save.png
+%%QT_EXAMPLEDIR%%/examples/mainwindows/application/main.cpp
+%%QT_EXAMPLEDIR%%/examples/mainwindows/application/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/examples/mainwindows/application/mainwindow.h
+%%QT_EXAMPLEDIR%%/examples/mainwindows/dockwidgets/dockwidgets
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/mainwindows/dockwidgets/dockwidgets.debug
+%%QT_EXAMPLEDIR%%/examples/mainwindows/dockwidgets/dockwidgets.pro
+%%QT_EXAMPLEDIR%%/examples/mainwindows/dockwidgets/dockwidgets.qrc
+%%QT_EXAMPLEDIR%%/examples/mainwindows/dockwidgets/images/new.png
+%%QT_EXAMPLEDIR%%/examples/mainwindows/dockwidgets/images/print.png
+%%QT_EXAMPLEDIR%%/examples/mainwindows/dockwidgets/images/save.png
+%%QT_EXAMPLEDIR%%/examples/mainwindows/dockwidgets/images/undo.png
+%%QT_EXAMPLEDIR%%/examples/mainwindows/dockwidgets/main.cpp
+%%QT_EXAMPLEDIR%%/examples/mainwindows/dockwidgets/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/examples/mainwindows/dockwidgets/mainwindow.h
+%%QT_EXAMPLEDIR%%/examples/mainwindows/mainwindows.pro
+%%QT_EXAMPLEDIR%%/examples/mainwindows/mdi/images/copy.png
+%%QT_EXAMPLEDIR%%/examples/mainwindows/mdi/images/cut.png
+%%QT_EXAMPLEDIR%%/examples/mainwindows/mdi/images/new.png
+%%QT_EXAMPLEDIR%%/examples/mainwindows/mdi/images/open.png
+%%QT_EXAMPLEDIR%%/examples/mainwindows/mdi/images/paste.png
+%%QT_EXAMPLEDIR%%/examples/mainwindows/mdi/images/save.png
+%%QT_EXAMPLEDIR%%/examples/mainwindows/mdi/main.cpp
+%%QT_EXAMPLEDIR%%/examples/mainwindows/mdi/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/examples/mainwindows/mdi/mainwindow.h
+%%QT_EXAMPLEDIR%%/examples/mainwindows/mdi/mdi
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/mainwindows/mdi/mdi.debug
+%%QT_EXAMPLEDIR%%/examples/mainwindows/mdi/mdi.pro
+%%QT_EXAMPLEDIR%%/examples/mainwindows/mdi/mdi.qrc
+%%QT_EXAMPLEDIR%%/examples/mainwindows/mdi/mdichild.cpp
+%%QT_EXAMPLEDIR%%/examples/mainwindows/mdi/mdichild.h
+%%QT_EXAMPLEDIR%%/examples/mainwindows/menus/main.cpp
+%%QT_EXAMPLEDIR%%/examples/mainwindows/menus/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/examples/mainwindows/menus/mainwindow.h
+%%QT_EXAMPLEDIR%%/examples/mainwindows/menus/menus
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/mainwindows/menus/menus.debug
+%%QT_EXAMPLEDIR%%/examples/mainwindows/menus/menus.pro
+%%QT_EXAMPLEDIR%%/examples/mainwindows/recentfiles/main.cpp
+%%QT_EXAMPLEDIR%%/examples/mainwindows/recentfiles/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/examples/mainwindows/recentfiles/mainwindow.h
+%%QT_EXAMPLEDIR%%/examples/mainwindows/recentfiles/recentfiles
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/mainwindows/recentfiles/recentfiles.debug
+%%QT_EXAMPLEDIR%%/examples/mainwindows/recentfiles/recentfiles.pro
+%%QT_EXAMPLEDIR%%/examples/mainwindows/sdi/images/copy.png
+%%QT_EXAMPLEDIR%%/examples/mainwindows/sdi/images/cut.png
+%%QT_EXAMPLEDIR%%/examples/mainwindows/sdi/images/new.png
+%%QT_EXAMPLEDIR%%/examples/mainwindows/sdi/images/open.png
+%%QT_EXAMPLEDIR%%/examples/mainwindows/sdi/images/paste.png
+%%QT_EXAMPLEDIR%%/examples/mainwindows/sdi/images/save.png
+%%QT_EXAMPLEDIR%%/examples/mainwindows/sdi/main.cpp
+%%QT_EXAMPLEDIR%%/examples/mainwindows/sdi/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/examples/mainwindows/sdi/mainwindow.h
+%%QT_EXAMPLEDIR%%/examples/mainwindows/sdi/sdi
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/mainwindows/sdi/sdi.debug
+%%QT_EXAMPLEDIR%%/examples/mainwindows/sdi/sdi.pro
+%%QT_EXAMPLEDIR%%/examples/mainwindows/sdi/sdi.qrc
+%%QT_EXAMPLEDIR%%/examples/multimedia/README
+%%QT_EXAMPLEDIR%%/examples/multimedia/audiodevices/audiodevices
+%%QT_EXAMPLEDIR%%/examples/multimedia/audiodevices/audiodevices.cpp
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/multimedia/audiodevices/audiodevices.debug
+%%QT_EXAMPLEDIR%%/examples/multimedia/audiodevices/audiodevices.h
+%%QT_EXAMPLEDIR%%/examples/multimedia/audiodevices/audiodevices.pro
+%%QT_EXAMPLEDIR%%/examples/multimedia/audiodevices/audiodevicesbase.ui
+%%QT_EXAMPLEDIR%%/examples/multimedia/audiodevices/main.cpp
+%%QT_EXAMPLEDIR%%/examples/multimedia/audioinput/audioinput
+%%QT_EXAMPLEDIR%%/examples/multimedia/audioinput/audioinput.cpp
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/multimedia/audioinput/audioinput.debug
+%%QT_EXAMPLEDIR%%/examples/multimedia/audioinput/audioinput.h
+%%QT_EXAMPLEDIR%%/examples/multimedia/audioinput/audioinput.pro
+%%QT_EXAMPLEDIR%%/examples/multimedia/audioinput/main.cpp
+%%QT_EXAMPLEDIR%%/examples/multimedia/audiooutput/audiooutput
+%%QT_EXAMPLEDIR%%/examples/multimedia/audiooutput/audiooutput.cpp
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/multimedia/audiooutput/audiooutput.debug
+%%QT_EXAMPLEDIR%%/examples/multimedia/audiooutput/audiooutput.h
+%%QT_EXAMPLEDIR%%/examples/multimedia/audiooutput/audiooutput.pro
+%%QT_EXAMPLEDIR%%/examples/multimedia/audiooutput/main.cpp
+%%QT_EXAMPLEDIR%%/examples/multimedia/multimedia.pro
+%%QT_EXAMPLEDIR%%/examples/multimedia/videographicsitem/main.cpp
+%%QT_EXAMPLEDIR%%/examples/multimedia/videographicsitem/videographicsitem
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/multimedia/videographicsitem/videographicsitem.debug
+%%QT_EXAMPLEDIR%%/examples/multimedia/videographicsitem/videographicsitem.pro
+%%QT_EXAMPLEDIR%%/examples/multimedia/videographicsitem/videoitem.cpp
+%%QT_EXAMPLEDIR%%/examples/multimedia/videographicsitem/videoitem.h
+%%QT_EXAMPLEDIR%%/examples/multimedia/videographicsitem/videoplayer.cpp
+%%QT_EXAMPLEDIR%%/examples/multimedia/videographicsitem/videoplayer.h
+%%QT_EXAMPLEDIR%%/examples/multimedia/videowidget/main.cpp
+%%QT_EXAMPLEDIR%%/examples/multimedia/videowidget/videoplayer.cpp
+%%QT_EXAMPLEDIR%%/examples/multimedia/videowidget/videoplayer.h
+%%QT_EXAMPLEDIR%%/examples/multimedia/videowidget/videowidget
+%%QT_EXAMPLEDIR%%/examples/multimedia/videowidget/videowidget.cpp
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/multimedia/videowidget/videowidget.debug
+%%QT_EXAMPLEDIR%%/examples/multimedia/videowidget/videowidget.h
+%%QT_EXAMPLEDIR%%/examples/multimedia/videowidget/videowidget.pro
+%%QT_EXAMPLEDIR%%/examples/multimedia/videowidget/videowidgetsurface.cpp
+%%QT_EXAMPLEDIR%%/examples/multimedia/videowidget/videowidgetsurface.h
+%%QT_EXAMPLEDIR%%/examples/network/README
+%%QT_EXAMPLEDIR%%/examples/network/blockingfortuneclient/blockingclient.cpp
+%%QT_EXAMPLEDIR%%/examples/network/blockingfortuneclient/blockingclient.h
+%%QT_EXAMPLEDIR%%/examples/network/blockingfortuneclient/blockingfortuneclient
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/network/blockingfortuneclient/blockingfortuneclient.debug
+%%QT_EXAMPLEDIR%%/examples/network/blockingfortuneclient/blockingfortuneclient.pro
+%%QT_EXAMPLEDIR%%/examples/network/blockingfortuneclient/fortunethread.cpp
+%%QT_EXAMPLEDIR%%/examples/network/blockingfortuneclient/fortunethread.h
+%%QT_EXAMPLEDIR%%/examples/network/blockingfortuneclient/main.cpp
+%%QT_EXAMPLEDIR%%/examples/network/broadcastreceiver/broadcastreceiver
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/network/broadcastreceiver/broadcastreceiver.debug
+%%QT_EXAMPLEDIR%%/examples/network/broadcastreceiver/broadcastreceiver.pro
+%%QT_EXAMPLEDIR%%/examples/network/broadcastreceiver/main.cpp
+%%QT_EXAMPLEDIR%%/examples/network/broadcastreceiver/receiver.cpp
+%%QT_EXAMPLEDIR%%/examples/network/broadcastreceiver/receiver.h
+%%QT_EXAMPLEDIR%%/examples/network/broadcastsender/broadcastsender
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/network/broadcastsender/broadcastsender.debug
+%%QT_EXAMPLEDIR%%/examples/network/broadcastsender/broadcastsender.pro
+%%QT_EXAMPLEDIR%%/examples/network/broadcastsender/main.cpp
+%%QT_EXAMPLEDIR%%/examples/network/broadcastsender/sender.cpp
+%%QT_EXAMPLEDIR%%/examples/network/broadcastsender/sender.h
+%%QT_EXAMPLEDIR%%/examples/network/download/download
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/network/download/download.debug
+%%QT_EXAMPLEDIR%%/examples/network/download/download.pro
+%%QT_EXAMPLEDIR%%/examples/network/download/main.cpp
+%%QT_EXAMPLEDIR%%/examples/network/downloadmanager/downloadmanager
+%%QT_EXAMPLEDIR%%/examples/network/downloadmanager/downloadmanager.cpp
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/network/downloadmanager/downloadmanager.debug
+%%QT_EXAMPLEDIR%%/examples/network/downloadmanager/downloadmanager.h
+%%QT_EXAMPLEDIR%%/examples/network/downloadmanager/downloadmanager.pro
+%%QT_EXAMPLEDIR%%/examples/network/downloadmanager/main.cpp
+%%QT_EXAMPLEDIR%%/examples/network/downloadmanager/textprogressbar.cpp
+%%QT_EXAMPLEDIR%%/examples/network/downloadmanager/textprogressbar.h
+%%QT_EXAMPLEDIR%%/examples/network/fortuneclient/client.cpp
+%%QT_EXAMPLEDIR%%/examples/network/fortuneclient/client.h
+%%QT_EXAMPLEDIR%%/examples/network/fortuneclient/fortuneclient
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/network/fortuneclient/fortuneclient.debug
+%%QT_EXAMPLEDIR%%/examples/network/fortuneclient/fortuneclient.pro
+%%QT_EXAMPLEDIR%%/examples/network/fortuneclient/main.cpp
+%%QT_EXAMPLEDIR%%/examples/network/fortuneserver/fortuneserver
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/network/fortuneserver/fortuneserver.debug
+%%QT_EXAMPLEDIR%%/examples/network/fortuneserver/fortuneserver.pro
+%%QT_EXAMPLEDIR%%/examples/network/fortuneserver/main.cpp
+%%QT_EXAMPLEDIR%%/examples/network/fortuneserver/server.cpp
+%%QT_EXAMPLEDIR%%/examples/network/fortuneserver/server.h
+%%QT_EXAMPLEDIR%%/examples/network/googlesuggest/googlesuggest
+%%QT_EXAMPLEDIR%%/examples/network/googlesuggest/googlesuggest.cpp
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/network/googlesuggest/googlesuggest.debug
+%%QT_EXAMPLEDIR%%/examples/network/googlesuggest/googlesuggest.h
+%%QT_EXAMPLEDIR%%/examples/network/googlesuggest/googlesuggest.pro
+%%QT_EXAMPLEDIR%%/examples/network/googlesuggest/main.cpp
+%%QT_EXAMPLEDIR%%/examples/network/googlesuggest/searchbox.cpp
+%%QT_EXAMPLEDIR%%/examples/network/googlesuggest/searchbox.h
+%%QT_EXAMPLEDIR%%/examples/network/http/authenticationdialog.ui
+%%QT_EXAMPLEDIR%%/examples/network/http/http
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/network/http/http.debug
+%%QT_EXAMPLEDIR%%/examples/network/http/http.pro
+%%QT_EXAMPLEDIR%%/examples/network/http/httpwindow.cpp
+%%QT_EXAMPLEDIR%%/examples/network/http/httpwindow.h
+%%QT_EXAMPLEDIR%%/examples/network/http/main.cpp
+%%QT_EXAMPLEDIR%%/examples/network/loopback/dialog.cpp
+%%QT_EXAMPLEDIR%%/examples/network/loopback/dialog.h
+%%QT_EXAMPLEDIR%%/examples/network/loopback/loopback
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/network/loopback/loopback.debug
+%%QT_EXAMPLEDIR%%/examples/network/loopback/loopback.pro
+%%QT_EXAMPLEDIR%%/examples/network/loopback/main.cpp
+%%QT_EXAMPLEDIR%%/examples/network/multicastreceiver/main.cpp
+%%QT_EXAMPLEDIR%%/examples/network/multicastreceiver/multicastreceiver
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/network/multicastreceiver/multicastreceiver.debug
+%%QT_EXAMPLEDIR%%/examples/network/multicastreceiver/multicastreceiver.pro
+%%QT_EXAMPLEDIR%%/examples/network/multicastreceiver/receiver.cpp
+%%QT_EXAMPLEDIR%%/examples/network/multicastreceiver/receiver.h
+%%QT_EXAMPLEDIR%%/examples/network/multicastsender/main.cpp
+%%QT_EXAMPLEDIR%%/examples/network/multicastsender/multicastsender
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/network/multicastsender/multicastsender.debug
+%%QT_EXAMPLEDIR%%/examples/network/multicastsender/multicastsender.pro
+%%QT_EXAMPLEDIR%%/examples/network/multicastsender/sender.cpp
+%%QT_EXAMPLEDIR%%/examples/network/multicastsender/sender.h
+%%QT_EXAMPLEDIR%%/examples/network/network-chat/chatdialog.cpp
+%%QT_EXAMPLEDIR%%/examples/network/network-chat/chatdialog.h
+%%QT_EXAMPLEDIR%%/examples/network/network-chat/chatdialog.ui
+%%QT_EXAMPLEDIR%%/examples/network/network-chat/client.cpp
+%%QT_EXAMPLEDIR%%/examples/network/network-chat/client.h
+%%QT_EXAMPLEDIR%%/examples/network/network-chat/connection.cpp
+%%QT_EXAMPLEDIR%%/examples/network/network-chat/connection.h
+%%QT_EXAMPLEDIR%%/examples/network/network-chat/main.cpp
+%%QT_EXAMPLEDIR%%/examples/network/network-chat/network-chat
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/network/network-chat/network-chat.debug
+%%QT_EXAMPLEDIR%%/examples/network/network-chat/network-chat.pro
+%%QT_EXAMPLEDIR%%/examples/network/network-chat/peermanager.cpp
+%%QT_EXAMPLEDIR%%/examples/network/network-chat/peermanager.h
+%%QT_EXAMPLEDIR%%/examples/network/network-chat/server.cpp
+%%QT_EXAMPLEDIR%%/examples/network/network-chat/server.h
+%%QT_EXAMPLEDIR%%/examples/network/network.pro
+%%QT_EXAMPLEDIR%%/examples/network/qftp/ftp.qrc
+%%QT_EXAMPLEDIR%%/examples/network/qftp/ftpwindow.cpp
+%%QT_EXAMPLEDIR%%/examples/network/qftp/ftpwindow.h
+%%QT_EXAMPLEDIR%%/examples/network/qftp/images/cdtoparent.png
+%%QT_EXAMPLEDIR%%/examples/network/qftp/images/dir.png
+%%QT_EXAMPLEDIR%%/examples/network/qftp/images/file.png
+%%QT_EXAMPLEDIR%%/examples/network/qftp/main.cpp
+%%QT_EXAMPLEDIR%%/examples/network/qftp/qftp
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/network/qftp/qftp.debug
+%%QT_EXAMPLEDIR%%/examples/network/qftp/qftp.pro
+%%QT_EXAMPLEDIR%%/examples/network/securesocketclient/certificateinfo.cpp
+%%QT_EXAMPLEDIR%%/examples/network/securesocketclient/certificateinfo.h
+%%QT_EXAMPLEDIR%%/examples/network/securesocketclient/certificateinfo.ui
+%%QT_EXAMPLEDIR%%/examples/network/securesocketclient/encrypted.png
+%%QT_EXAMPLEDIR%%/examples/network/securesocketclient/main.cpp
+%%QT_EXAMPLEDIR%%/examples/network/securesocketclient/securesocketclient
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/network/securesocketclient/securesocketclient.debug
+%%QT_EXAMPLEDIR%%/examples/network/securesocketclient/securesocketclient.pro
+%%QT_EXAMPLEDIR%%/examples/network/securesocketclient/securesocketclient.qrc
+%%QT_EXAMPLEDIR%%/examples/network/securesocketclient/sslclient.cpp
+%%QT_EXAMPLEDIR%%/examples/network/securesocketclient/sslclient.h
+%%QT_EXAMPLEDIR%%/examples/network/securesocketclient/sslclient.ui
+%%QT_EXAMPLEDIR%%/examples/network/securesocketclient/sslerrors.ui
+%%QT_EXAMPLEDIR%%/examples/network/threadedfortuneserver/dialog.cpp
+%%QT_EXAMPLEDIR%%/examples/network/threadedfortuneserver/dialog.h
+%%QT_EXAMPLEDIR%%/examples/network/threadedfortuneserver/fortuneserver.cpp
+%%QT_EXAMPLEDIR%%/examples/network/threadedfortuneserver/fortuneserver.h
+%%QT_EXAMPLEDIR%%/examples/network/threadedfortuneserver/fortunethread.cpp
+%%QT_EXAMPLEDIR%%/examples/network/threadedfortuneserver/fortunethread.h
+%%QT_EXAMPLEDIR%%/examples/network/threadedfortuneserver/main.cpp
+%%QT_EXAMPLEDIR%%/examples/network/threadedfortuneserver/threadedfortuneserver
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/network/threadedfortuneserver/threadedfortuneserver.debug
+%%QT_EXAMPLEDIR%%/examples/network/threadedfortuneserver/threadedfortuneserver.pro
+%%QT_EXAMPLEDIR%%/examples/network/torrent/addtorrentdialog.cpp
+%%QT_EXAMPLEDIR%%/examples/network/torrent/addtorrentdialog.h
+%%QT_EXAMPLEDIR%%/examples/network/torrent/bencodeparser.cpp
+%%QT_EXAMPLEDIR%%/examples/network/torrent/bencodeparser.h
+%%QT_EXAMPLEDIR%%/examples/network/torrent/connectionmanager.cpp
+%%QT_EXAMPLEDIR%%/examples/network/torrent/connectionmanager.h
+%%QT_EXAMPLEDIR%%/examples/network/torrent/filemanager.cpp
+%%QT_EXAMPLEDIR%%/examples/network/torrent/filemanager.h
+%%QT_EXAMPLEDIR%%/examples/network/torrent/forms/addtorrentform.ui
+%%QT_EXAMPLEDIR%%/examples/network/torrent/icons.qrc
+%%QT_EXAMPLEDIR%%/examples/network/torrent/icons/1downarrow.png
+%%QT_EXAMPLEDIR%%/examples/network/torrent/icons/1uparrow.png
+%%QT_EXAMPLEDIR%%/examples/network/torrent/icons/bottom.png
+%%QT_EXAMPLEDIR%%/examples/network/torrent/icons/edit_add.png
+%%QT_EXAMPLEDIR%%/examples/network/torrent/icons/edit_remove.png
+%%QT_EXAMPLEDIR%%/examples/network/torrent/icons/exit.png
+%%QT_EXAMPLEDIR%%/examples/network/torrent/icons/peertopeer.png
+%%QT_EXAMPLEDIR%%/examples/network/torrent/icons/player_pause.png
+%%QT_EXAMPLEDIR%%/examples/network/torrent/icons/player_play.png
+%%QT_EXAMPLEDIR%%/examples/network/torrent/icons/player_stop.png
+%%QT_EXAMPLEDIR%%/examples/network/torrent/icons/stop.png
+%%QT_EXAMPLEDIR%%/examples/network/torrent/main.cpp
+%%QT_EXAMPLEDIR%%/examples/network/torrent/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/examples/network/torrent/mainwindow.h
+%%QT_EXAMPLEDIR%%/examples/network/torrent/metainfo.cpp
+%%QT_EXAMPLEDIR%%/examples/network/torrent/metainfo.h
+%%QT_EXAMPLEDIR%%/examples/network/torrent/peerwireclient.cpp
+%%QT_EXAMPLEDIR%%/examples/network/torrent/peerwireclient.h
+%%QT_EXAMPLEDIR%%/examples/network/torrent/ratecontroller.cpp
+%%QT_EXAMPLEDIR%%/examples/network/torrent/ratecontroller.h
+%%QT_EXAMPLEDIR%%/examples/network/torrent/torrent
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/network/torrent/torrent.debug
+%%QT_EXAMPLEDIR%%/examples/network/torrent/torrent.pro
+%%QT_EXAMPLEDIR%%/examples/network/torrent/torrentclient.cpp
+%%QT_EXAMPLEDIR%%/examples/network/torrent/torrentclient.h
+%%QT_EXAMPLEDIR%%/examples/network/torrent/torrentserver.cpp
+%%QT_EXAMPLEDIR%%/examples/network/torrent/torrentserver.h
+%%QT_EXAMPLEDIR%%/examples/network/torrent/trackerclient.cpp
+%%QT_EXAMPLEDIR%%/examples/network/torrent/trackerclient.h
+%%QT_EXAMPLEDIR%%/examples/opengl/2dpainting/2dpainting
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/opengl/2dpainting/2dpainting.debug
+%%QT_EXAMPLEDIR%%/examples/opengl/2dpainting/2dpainting.pro
+%%QT_EXAMPLEDIR%%/examples/opengl/2dpainting/glwidget.cpp
+%%QT_EXAMPLEDIR%%/examples/opengl/2dpainting/glwidget.h
+%%QT_EXAMPLEDIR%%/examples/opengl/2dpainting/helper.cpp
+%%QT_EXAMPLEDIR%%/examples/opengl/2dpainting/helper.h
+%%QT_EXAMPLEDIR%%/examples/opengl/2dpainting/main.cpp
+%%QT_EXAMPLEDIR%%/examples/opengl/2dpainting/widget.cpp
+%%QT_EXAMPLEDIR%%/examples/opengl/2dpainting/widget.h
+%%QT_EXAMPLEDIR%%/examples/opengl/2dpainting/window.cpp
+%%QT_EXAMPLEDIR%%/examples/opengl/2dpainting/window.h
+%%QT_EXAMPLEDIR%%/examples/opengl/README
+%%QT_EXAMPLEDIR%%/examples/opengl/framebufferobject/bubbles.svg
+%%QT_EXAMPLEDIR%%/examples/opengl/framebufferobject/designer.png
+%%QT_EXAMPLEDIR%%/examples/opengl/framebufferobject/framebufferobject
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/opengl/framebufferobject/framebufferobject.debug
+%%QT_EXAMPLEDIR%%/examples/opengl/framebufferobject/framebufferobject.pro
+%%QT_EXAMPLEDIR%%/examples/opengl/framebufferobject/framebufferobject.qrc
+%%QT_EXAMPLEDIR%%/examples/opengl/framebufferobject/glwidget.cpp
+%%QT_EXAMPLEDIR%%/examples/opengl/framebufferobject/glwidget.h
+%%QT_EXAMPLEDIR%%/examples/opengl/framebufferobject/main.cpp
+%%QT_EXAMPLEDIR%%/examples/opengl/framebufferobject2/cubelogo.png
+%%QT_EXAMPLEDIR%%/examples/opengl/framebufferobject2/framebufferobject2
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/opengl/framebufferobject2/framebufferobject2.debug
+%%QT_EXAMPLEDIR%%/examples/opengl/framebufferobject2/framebufferobject2.pro
+%%QT_EXAMPLEDIR%%/examples/opengl/framebufferobject2/framebufferobject2.qrc
+%%QT_EXAMPLEDIR%%/examples/opengl/framebufferobject2/glwidget.cpp
+%%QT_EXAMPLEDIR%%/examples/opengl/framebufferobject2/glwidget.h
+%%QT_EXAMPLEDIR%%/examples/opengl/framebufferobject2/main.cpp
+%%QT_EXAMPLEDIR%%/examples/opengl/grabber/glwidget.cpp
+%%QT_EXAMPLEDIR%%/examples/opengl/grabber/glwidget.h
+%%QT_EXAMPLEDIR%%/examples/opengl/grabber/grabber
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/opengl/grabber/grabber.debug
+%%QT_EXAMPLEDIR%%/examples/opengl/grabber/grabber.pro
+%%QT_EXAMPLEDIR%%/examples/opengl/grabber/main.cpp
+%%QT_EXAMPLEDIR%%/examples/opengl/grabber/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/examples/opengl/grabber/mainwindow.h
+%%QT_EXAMPLEDIR%%/examples/opengl/hellogl/glwidget.cpp
+%%QT_EXAMPLEDIR%%/examples/opengl/hellogl/glwidget.h
+%%QT_EXAMPLEDIR%%/examples/opengl/hellogl/hellogl
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/opengl/hellogl/hellogl.debug
+%%QT_EXAMPLEDIR%%/examples/opengl/hellogl/hellogl.pro
+%%QT_EXAMPLEDIR%%/examples/opengl/hellogl/main.cpp
+%%QT_EXAMPLEDIR%%/examples/opengl/hellogl/qtlogo.cpp
+%%QT_EXAMPLEDIR%%/examples/opengl/hellogl/qtlogo.h
+%%QT_EXAMPLEDIR%%/examples/opengl/hellogl/window.cpp
+%%QT_EXAMPLEDIR%%/examples/opengl/hellogl/window.h
+%%QT_EXAMPLEDIR%%/examples/opengl/opengl.pro
+%%QT_EXAMPLEDIR%%/examples/opengl/overpainting/bubble.cpp
+%%QT_EXAMPLEDIR%%/examples/opengl/overpainting/bubble.h
+%%QT_EXAMPLEDIR%%/examples/opengl/overpainting/glwidget.cpp
+%%QT_EXAMPLEDIR%%/examples/opengl/overpainting/glwidget.h
+%%QT_EXAMPLEDIR%%/examples/opengl/overpainting/main.cpp
+%%QT_EXAMPLEDIR%%/examples/opengl/overpainting/overpainting
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/opengl/overpainting/overpainting.debug
+%%QT_EXAMPLEDIR%%/examples/opengl/overpainting/overpainting.pro
+%%QT_EXAMPLEDIR%%/examples/opengl/overpainting/qtlogo.cpp
+%%QT_EXAMPLEDIR%%/examples/opengl/overpainting/qtlogo.h
+%%QT_EXAMPLEDIR%%/examples/opengl/pbuffers/cube.cpp
+%%QT_EXAMPLEDIR%%/examples/opengl/pbuffers/cube.h
+%%QT_EXAMPLEDIR%%/examples/opengl/pbuffers/cubelogo.png
+%%QT_EXAMPLEDIR%%/examples/opengl/pbuffers/glwidget.cpp
+%%QT_EXAMPLEDIR%%/examples/opengl/pbuffers/glwidget.h
+%%QT_EXAMPLEDIR%%/examples/opengl/pbuffers/main.cpp
+%%QT_EXAMPLEDIR%%/examples/opengl/pbuffers/pbuffers
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/opengl/pbuffers/pbuffers.debug
+%%QT_EXAMPLEDIR%%/examples/opengl/pbuffers/pbuffers.pro
+%%QT_EXAMPLEDIR%%/examples/opengl/pbuffers/pbuffers.qrc
+%%QT_EXAMPLEDIR%%/examples/opengl/pbuffers2/bubbles.svg
+%%QT_EXAMPLEDIR%%/examples/opengl/pbuffers2/designer.png
+%%QT_EXAMPLEDIR%%/examples/opengl/pbuffers2/glwidget.cpp
+%%QT_EXAMPLEDIR%%/examples/opengl/pbuffers2/glwidget.h
+%%QT_EXAMPLEDIR%%/examples/opengl/pbuffers2/main.cpp
+%%QT_EXAMPLEDIR%%/examples/opengl/pbuffers2/pbuffers2
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/opengl/pbuffers2/pbuffers2.debug
+%%QT_EXAMPLEDIR%%/examples/opengl/pbuffers2/pbuffers2.pro
+%%QT_EXAMPLEDIR%%/examples/opengl/pbuffers2/pbuffers2.qrc
+%%QT_EXAMPLEDIR%%/examples/opengl/samplebuffers/glwidget.cpp
+%%QT_EXAMPLEDIR%%/examples/opengl/samplebuffers/glwidget.h
+%%QT_EXAMPLEDIR%%/examples/opengl/samplebuffers/main.cpp
+%%QT_EXAMPLEDIR%%/examples/opengl/samplebuffers/samplebuffers
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/opengl/samplebuffers/samplebuffers.debug
+%%QT_EXAMPLEDIR%%/examples/opengl/samplebuffers/samplebuffers.pro
+%%QT_EXAMPLEDIR%%/examples/opengl/textures/glwidget.cpp
+%%QT_EXAMPLEDIR%%/examples/opengl/textures/glwidget.h
+%%QT_EXAMPLEDIR%%/examples/opengl/textures/images/side1.png
+%%QT_EXAMPLEDIR%%/examples/opengl/textures/images/side2.png
+%%QT_EXAMPLEDIR%%/examples/opengl/textures/images/side3.png
+%%QT_EXAMPLEDIR%%/examples/opengl/textures/images/side4.png
+%%QT_EXAMPLEDIR%%/examples/opengl/textures/images/side5.png
+%%QT_EXAMPLEDIR%%/examples/opengl/textures/images/side6.png
+%%QT_EXAMPLEDIR%%/examples/opengl/textures/main.cpp
+%%QT_EXAMPLEDIR%%/examples/opengl/textures/textures
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/opengl/textures/textures.debug
+%%QT_EXAMPLEDIR%%/examples/opengl/textures/textures.pro
+%%QT_EXAMPLEDIR%%/examples/opengl/textures/textures.qrc
+%%QT_EXAMPLEDIR%%/examples/opengl/textures/window.cpp
+%%QT_EXAMPLEDIR%%/examples/opengl/textures/window.h
+%%QT_EXAMPLEDIR%%/examples/painting/README
+%%QT_EXAMPLEDIR%%/examples/painting/basicdrawing/basicdrawing
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/painting/basicdrawing/basicdrawing.debug
+%%QT_EXAMPLEDIR%%/examples/painting/basicdrawing/basicdrawing.pro
+%%QT_EXAMPLEDIR%%/examples/painting/basicdrawing/basicdrawing.qrc
+%%QT_EXAMPLEDIR%%/examples/painting/basicdrawing/images/brick.png
+%%QT_EXAMPLEDIR%%/examples/painting/basicdrawing/images/qt-logo.png
+%%QT_EXAMPLEDIR%%/examples/painting/basicdrawing/main.cpp
+%%QT_EXAMPLEDIR%%/examples/painting/basicdrawing/renderarea.cpp
+%%QT_EXAMPLEDIR%%/examples/painting/basicdrawing/renderarea.h
+%%QT_EXAMPLEDIR%%/examples/painting/basicdrawing/window.cpp
+%%QT_EXAMPLEDIR%%/examples/painting/basicdrawing/window.h
+%%QT_EXAMPLEDIR%%/examples/painting/concentriccircles/circlewidget.cpp
+%%QT_EXAMPLEDIR%%/examples/painting/concentriccircles/circlewidget.h
+%%QT_EXAMPLEDIR%%/examples/painting/concentriccircles/concentriccircles
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/painting/concentriccircles/concentriccircles.debug
+%%QT_EXAMPLEDIR%%/examples/painting/concentriccircles/concentriccircles.pro
+%%QT_EXAMPLEDIR%%/examples/painting/concentriccircles/main.cpp
+%%QT_EXAMPLEDIR%%/examples/painting/concentriccircles/window.cpp
+%%QT_EXAMPLEDIR%%/examples/painting/concentriccircles/window.h
+%%QT_EXAMPLEDIR%%/examples/painting/fontsampler/fontsampler
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/painting/fontsampler/fontsampler.debug
+%%QT_EXAMPLEDIR%%/examples/painting/fontsampler/fontsampler.pro
+%%QT_EXAMPLEDIR%%/examples/painting/fontsampler/main.cpp
+%%QT_EXAMPLEDIR%%/examples/painting/fontsampler/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/examples/painting/fontsampler/mainwindow.h
+%%QT_EXAMPLEDIR%%/examples/painting/fontsampler/mainwindowbase.ui
+%%QT_EXAMPLEDIR%%/examples/painting/imagecomposition/imagecomposer.cpp
+%%QT_EXAMPLEDIR%%/examples/painting/imagecomposition/imagecomposer.h
+%%QT_EXAMPLEDIR%%/examples/painting/imagecomposition/imagecomposition
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/painting/imagecomposition/imagecomposition.debug
+%%QT_EXAMPLEDIR%%/examples/painting/imagecomposition/imagecomposition.pro
+%%QT_EXAMPLEDIR%%/examples/painting/imagecomposition/imagecomposition.qrc
+%%QT_EXAMPLEDIR%%/examples/painting/imagecomposition/images/background.png
+%%QT_EXAMPLEDIR%%/examples/painting/imagecomposition/images/blackrectangle.png
+%%QT_EXAMPLEDIR%%/examples/painting/imagecomposition/images/butterfly.png
+%%QT_EXAMPLEDIR%%/examples/painting/imagecomposition/images/checker.png
+%%QT_EXAMPLEDIR%%/examples/painting/imagecomposition/main.cpp
+%%QT_EXAMPLEDIR%%/examples/painting/painterpaths/main.cpp
+%%QT_EXAMPLEDIR%%/examples/painting/painterpaths/painterpaths
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/painting/painterpaths/painterpaths.debug
+%%QT_EXAMPLEDIR%%/examples/painting/painterpaths/painterpaths.pro
+%%QT_EXAMPLEDIR%%/examples/painting/painterpaths/renderarea.cpp
+%%QT_EXAMPLEDIR%%/examples/painting/painterpaths/renderarea.h
+%%QT_EXAMPLEDIR%%/examples/painting/painterpaths/window.cpp
+%%QT_EXAMPLEDIR%%/examples/painting/painterpaths/window.h
+%%QT_EXAMPLEDIR%%/examples/painting/painting.pro
+%%QT_EXAMPLEDIR%%/examples/painting/svggenerator/displaywidget.cpp
+%%QT_EXAMPLEDIR%%/examples/painting/svggenerator/displaywidget.h
+%%QT_EXAMPLEDIR%%/examples/painting/svggenerator/main.cpp
+%%QT_EXAMPLEDIR%%/examples/painting/svggenerator/svggenerator
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/painting/svggenerator/svggenerator.debug
+%%QT_EXAMPLEDIR%%/examples/painting/svggenerator/svggenerator.pro
+%%QT_EXAMPLEDIR%%/examples/painting/svggenerator/svggenerator.qrc
+%%QT_EXAMPLEDIR%%/examples/painting/svggenerator/window.cpp
+%%QT_EXAMPLEDIR%%/examples/painting/svggenerator/window.h
+%%QT_EXAMPLEDIR%%/examples/painting/svggenerator/window.ui
+%%QT_EXAMPLEDIR%%/examples/painting/svgviewer/files/bubbles.svg
+%%QT_EXAMPLEDIR%%/examples/painting/svgviewer/files/cubic.svg
+%%QT_EXAMPLEDIR%%/examples/painting/svgviewer/files/spheres.svg
+%%QT_EXAMPLEDIR%%/examples/painting/svgviewer/main.cpp
+%%QT_EXAMPLEDIR%%/examples/painting/svgviewer/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/examples/painting/svgviewer/mainwindow.h
+%%QT_EXAMPLEDIR%%/examples/painting/svgviewer/svgview.cpp
+%%QT_EXAMPLEDIR%%/examples/painting/svgviewer/svgview.h
+%%QT_EXAMPLEDIR%%/examples/painting/svgviewer/svgviewer
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/painting/svgviewer/svgviewer.debug
+%%QT_EXAMPLEDIR%%/examples/painting/svgviewer/svgviewer.pro
+%%QT_EXAMPLEDIR%%/examples/painting/svgviewer/svgviewer.qrc
+%%QT_EXAMPLEDIR%%/examples/painting/transformations/main.cpp
+%%QT_EXAMPLEDIR%%/examples/painting/transformations/renderarea.cpp
+%%QT_EXAMPLEDIR%%/examples/painting/transformations/renderarea.h
+%%QT_EXAMPLEDIR%%/examples/painting/transformations/transformations
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/painting/transformations/transformations.debug
+%%QT_EXAMPLEDIR%%/examples/painting/transformations/transformations.pro
+%%QT_EXAMPLEDIR%%/examples/painting/transformations/window.cpp
+%%QT_EXAMPLEDIR%%/examples/painting/transformations/window.h
+%%QT_EXAMPLEDIR%%/examples/phonon/README
+%%QT_EXAMPLEDIR%%/examples/phonon/capabilities/capabilities
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/phonon/capabilities/capabilities.debug
+%%QT_EXAMPLEDIR%%/examples/phonon/capabilities/capabilities.pro
+%%QT_EXAMPLEDIR%%/examples/phonon/capabilities/main.cpp
+%%QT_EXAMPLEDIR%%/examples/phonon/capabilities/window.cpp
+%%QT_EXAMPLEDIR%%/examples/phonon/capabilities/window.h
+%%QT_EXAMPLEDIR%%/examples/phonon/phonon.pro
+%%QT_EXAMPLEDIR%%/examples/phonon/qmusicplayer/main.cpp
+%%QT_EXAMPLEDIR%%/examples/phonon/qmusicplayer/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/examples/phonon/qmusicplayer/mainwindow.h
+%%QT_EXAMPLEDIR%%/examples/phonon/qmusicplayer/qmusicplayer
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/phonon/qmusicplayer/qmusicplayer.debug
+%%QT_EXAMPLEDIR%%/examples/phonon/qmusicplayer/qmusicplayer.pro
+%%QT_EXAMPLEDIR%%/examples/qtconcurrent/README
+%%QT_EXAMPLEDIR%%/examples/qtconcurrent/imagescaling/imagescaling
+%%QT_EXAMPLEDIR%%/examples/qtconcurrent/imagescaling/imagescaling.cpp
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/qtconcurrent/imagescaling/imagescaling.debug
+%%QT_EXAMPLEDIR%%/examples/qtconcurrent/imagescaling/imagescaling.h
+%%QT_EXAMPLEDIR%%/examples/qtconcurrent/imagescaling/imagescaling.pro
+%%QT_EXAMPLEDIR%%/examples/qtconcurrent/imagescaling/main.cpp
+%%QT_EXAMPLEDIR%%/examples/qtconcurrent/map/main.cpp
+%%QT_EXAMPLEDIR%%/examples/qtconcurrent/map/map.pro
+%%QT_EXAMPLEDIR%%/examples/qtconcurrent/map/mapdemo
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/qtconcurrent/map/mapdemo.debug
+%%QT_EXAMPLEDIR%%/examples/qtconcurrent/progressdialog/main.cpp
+%%QT_EXAMPLEDIR%%/examples/qtconcurrent/progressdialog/progressdialog
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/qtconcurrent/progressdialog/progressdialog.debug
+%%QT_EXAMPLEDIR%%/examples/qtconcurrent/progressdialog/progressdialog.pro
+%%QT_EXAMPLEDIR%%/examples/qtconcurrent/qtconcurrent.pro
+%%QT_EXAMPLEDIR%%/examples/qtconcurrent/runfunction/main.cpp
+%%QT_EXAMPLEDIR%%/examples/qtconcurrent/runfunction/runfunction
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/qtconcurrent/runfunction/runfunction.debug
+%%QT_EXAMPLEDIR%%/examples/qtconcurrent/runfunction/runfunction.pro
+%%QT_EXAMPLEDIR%%/examples/qtconcurrent/wordcount/main.cpp
+%%QT_EXAMPLEDIR%%/examples/qtconcurrent/wordcount/wordcount
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/qtconcurrent/wordcount/wordcount.debug
+%%QT_EXAMPLEDIR%%/examples/qtconcurrent/wordcount/wordcount.pro
+%%QT_EXAMPLEDIR%%/examples/qtestlib/README
+%%QT_EXAMPLEDIR%%/examples/qtestlib/qtestlib.pro
+%%QT_EXAMPLEDIR%%/examples/qtestlib/tutorial1/testqstring.cpp
+%%QT_EXAMPLEDIR%%/examples/qtestlib/tutorial1/tutorial1
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/qtestlib/tutorial1/tutorial1.debug
+%%QT_EXAMPLEDIR%%/examples/qtestlib/tutorial1/tutorial1.pro
+%%QT_EXAMPLEDIR%%/examples/qtestlib/tutorial2/testqstring.cpp
+%%QT_EXAMPLEDIR%%/examples/qtestlib/tutorial2/tutorial2
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/qtestlib/tutorial2/tutorial2.debug
+%%QT_EXAMPLEDIR%%/examples/qtestlib/tutorial2/tutorial2.pro
+%%QT_EXAMPLEDIR%%/examples/qtestlib/tutorial3/testgui.cpp
+%%QT_EXAMPLEDIR%%/examples/qtestlib/tutorial3/tutorial3
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/qtestlib/tutorial3/tutorial3.debug
+%%QT_EXAMPLEDIR%%/examples/qtestlib/tutorial3/tutorial3.pro
+%%QT_EXAMPLEDIR%%/examples/qtestlib/tutorial4/testgui.cpp
+%%QT_EXAMPLEDIR%%/examples/qtestlib/tutorial4/tutorial4
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/qtestlib/tutorial4/tutorial4.debug
+%%QT_EXAMPLEDIR%%/examples/qtestlib/tutorial4/tutorial4.pro
+%%QT_EXAMPLEDIR%%/examples/qtestlib/tutorial5/benchmarking.cpp
+%%QT_EXAMPLEDIR%%/examples/qtestlib/tutorial5/tutorial5
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/qtestlib/tutorial5/tutorial5.debug
+%%QT_EXAMPLEDIR%%/examples/qtestlib/tutorial5/tutorial5.pro
+%%QT_EXAMPLEDIR%%/examples/richtext/README
+%%QT_EXAMPLEDIR%%/examples/richtext/calendar/calendar
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/richtext/calendar/calendar.debug
+%%QT_EXAMPLEDIR%%/examples/richtext/calendar/calendar.pro
+%%QT_EXAMPLEDIR%%/examples/richtext/calendar/main.cpp
+%%QT_EXAMPLEDIR%%/examples/richtext/calendar/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/examples/richtext/calendar/mainwindow.h
+%%QT_EXAMPLEDIR%%/examples/richtext/orderform/detailsdialog.cpp
+%%QT_EXAMPLEDIR%%/examples/richtext/orderform/detailsdialog.h
+%%QT_EXAMPLEDIR%%/examples/richtext/orderform/main.cpp
+%%QT_EXAMPLEDIR%%/examples/richtext/orderform/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/examples/richtext/orderform/mainwindow.h
+%%QT_EXAMPLEDIR%%/examples/richtext/orderform/orderform
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/richtext/orderform/orderform.debug
+%%QT_EXAMPLEDIR%%/examples/richtext/orderform/orderform.pro
+%%QT_EXAMPLEDIR%%/examples/richtext/richtext.pro
+%%QT_EXAMPLEDIR%%/examples/richtext/syntaxhighlighter/highlighter.cpp
+%%QT_EXAMPLEDIR%%/examples/richtext/syntaxhighlighter/highlighter.h
+%%QT_EXAMPLEDIR%%/examples/richtext/syntaxhighlighter/main.cpp
+%%QT_EXAMPLEDIR%%/examples/richtext/syntaxhighlighter/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/examples/richtext/syntaxhighlighter/mainwindow.h
+%%QT_EXAMPLEDIR%%/examples/richtext/syntaxhighlighter/syntaxhighlighter
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/richtext/syntaxhighlighter/syntaxhighlighter.debug
+%%QT_EXAMPLEDIR%%/examples/richtext/syntaxhighlighter/syntaxhighlighter.pro
+%%QT_EXAMPLEDIR%%/examples/richtext/textobject/main.cpp
+%%QT_EXAMPLEDIR%%/examples/richtext/textobject/svgtextobject.cpp
+%%QT_EXAMPLEDIR%%/examples/richtext/textobject/svgtextobject.h
+%%QT_EXAMPLEDIR%%/examples/richtext/textobject/textobject
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/richtext/textobject/textobject.debug
+%%QT_EXAMPLEDIR%%/examples/richtext/textobject/textobject.pro
+%%QT_EXAMPLEDIR%%/examples/richtext/textobject/window.cpp
+%%QT_EXAMPLEDIR%%/examples/richtext/textobject/window.h
+%%QT_EXAMPLEDIR%%/examples/script/README
+%%QT_EXAMPLEDIR%%/examples/script/calculator/calculator
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/script/calculator/calculator.debug
+%%QT_EXAMPLEDIR%%/examples/script/calculator/calculator.js
+%%QT_EXAMPLEDIR%%/examples/script/calculator/calculator.pro
+%%QT_EXAMPLEDIR%%/examples/script/calculator/calculator.qrc
+%%QT_EXAMPLEDIR%%/examples/script/calculator/calculator.ui
+%%QT_EXAMPLEDIR%%/examples/script/calculator/main.cpp
+%%QT_EXAMPLEDIR%%/examples/script/context2d/context2d
+%%QT_EXAMPLEDIR%%/examples/script/context2d/context2d.cpp
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/script/context2d/context2d.debug
+%%QT_EXAMPLEDIR%%/examples/script/context2d/context2d.h
+%%QT_EXAMPLEDIR%%/examples/script/context2d/context2d.pro
+%%QT_EXAMPLEDIR%%/examples/script/context2d/context2d.qrc
+%%QT_EXAMPLEDIR%%/examples/script/context2d/domimage.cpp
+%%QT_EXAMPLEDIR%%/examples/script/context2d/domimage.h
+%%QT_EXAMPLEDIR%%/examples/script/context2d/environment.cpp
+%%QT_EXAMPLEDIR%%/examples/script/context2d/environment.h
+%%QT_EXAMPLEDIR%%/examples/script/context2d/main.cpp
+%%QT_EXAMPLEDIR%%/examples/script/context2d/qcontext2dcanvas.cpp
+%%QT_EXAMPLEDIR%%/examples/script/context2d/qcontext2dcanvas.h
+%%QT_EXAMPLEDIR%%/examples/script/context2d/scripts/alpha.js
+%%QT_EXAMPLEDIR%%/examples/script/context2d/scripts/arc.js
+%%QT_EXAMPLEDIR%%/examples/script/context2d/scripts/bezier.js
+%%QT_EXAMPLEDIR%%/examples/script/context2d/scripts/clock.js
+%%QT_EXAMPLEDIR%%/examples/script/context2d/scripts/fill1.js
+%%QT_EXAMPLEDIR%%/examples/script/context2d/scripts/grad.js
+%%QT_EXAMPLEDIR%%/examples/script/context2d/scripts/linecap.js
+%%QT_EXAMPLEDIR%%/examples/script/context2d/scripts/linestye.js
+%%QT_EXAMPLEDIR%%/examples/script/context2d/scripts/moveto.js
+%%QT_EXAMPLEDIR%%/examples/script/context2d/scripts/moveto2.js
+%%QT_EXAMPLEDIR%%/examples/script/context2d/scripts/pacman.js
+%%QT_EXAMPLEDIR%%/examples/script/context2d/scripts/plasma.js
+%%QT_EXAMPLEDIR%%/examples/script/context2d/scripts/pong.js
+%%QT_EXAMPLEDIR%%/examples/script/context2d/scripts/quad.js
+%%QT_EXAMPLEDIR%%/examples/script/context2d/scripts/rgba.js
+%%QT_EXAMPLEDIR%%/examples/script/context2d/scripts/rotate.js
+%%QT_EXAMPLEDIR%%/examples/script/context2d/scripts/scale.js
+%%QT_EXAMPLEDIR%%/examples/script/context2d/scripts/stroke1.js
+%%QT_EXAMPLEDIR%%/examples/script/context2d/scripts/translate.js
+%%QT_EXAMPLEDIR%%/examples/script/context2d/window.cpp
+%%QT_EXAMPLEDIR%%/examples/script/context2d/window.h
+%%QT_EXAMPLEDIR%%/examples/script/customclass/bytearrayclass.cpp
+%%QT_EXAMPLEDIR%%/examples/script/customclass/bytearrayclass.h
+%%QT_EXAMPLEDIR%%/examples/script/customclass/bytearrayclass.pri
+%%QT_EXAMPLEDIR%%/examples/script/customclass/bytearrayprototype.cpp
+%%QT_EXAMPLEDIR%%/examples/script/customclass/bytearrayprototype.h
+%%QT_EXAMPLEDIR%%/examples/script/customclass/customclass
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/script/customclass/customclass.debug
+%%QT_EXAMPLEDIR%%/examples/script/customclass/customclass.pro
+%%QT_EXAMPLEDIR%%/examples/script/customclass/main.cpp
+%%QT_EXAMPLEDIR%%/examples/script/defaultprototypes/code.js
+%%QT_EXAMPLEDIR%%/examples/script/defaultprototypes/defaultprototypes
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/script/defaultprototypes/defaultprototypes.debug
+%%QT_EXAMPLEDIR%%/examples/script/defaultprototypes/defaultprototypes.pro
+%%QT_EXAMPLEDIR%%/examples/script/defaultprototypes/defaultprototypes.qrc
+%%QT_EXAMPLEDIR%%/examples/script/defaultprototypes/main.cpp
+%%QT_EXAMPLEDIR%%/examples/script/defaultprototypes/prototypes.cpp
+%%QT_EXAMPLEDIR%%/examples/script/defaultprototypes/prototypes.h
+%%QT_EXAMPLEDIR%%/examples/script/helloscript/helloscript
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/script/helloscript/helloscript.debug
+%%QT_EXAMPLEDIR%%/examples/script/helloscript/helloscript.pro
+%%QT_EXAMPLEDIR%%/examples/script/helloscript/helloscript.qrc
+%%QT_EXAMPLEDIR%%/examples/script/helloscript/main.cpp
+%%QT_EXAMPLEDIR%%/examples/script/marshal/main.cpp
+%%QT_EXAMPLEDIR%%/examples/script/marshal/marshal
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/script/marshal/marshal.debug
+%%QT_EXAMPLEDIR%%/examples/script/marshal/marshal.pro
+%%QT_EXAMPLEDIR%%/examples/script/qscript/main.cpp
+%%QT_EXAMPLEDIR%%/examples/script/qscript/qscript
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/script/qscript/qscript.debug
+%%QT_EXAMPLEDIR%%/examples/script/qscript/qscript.pro
+%%QT_EXAMPLEDIR%%/examples/script/qstetrix/main.cpp
+%%QT_EXAMPLEDIR%%/examples/script/qstetrix/qstetrix
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/script/qstetrix/qstetrix.debug
+%%QT_EXAMPLEDIR%%/examples/script/qstetrix/qstetrix.pro
+%%QT_EXAMPLEDIR%%/examples/script/qstetrix/tetrix.qrc
+%%QT_EXAMPLEDIR%%/examples/script/qstetrix/tetrixboard.cpp
+%%QT_EXAMPLEDIR%%/examples/script/qstetrix/tetrixboard.h
+%%QT_EXAMPLEDIR%%/examples/script/qstetrix/tetrixboard.js
+%%QT_EXAMPLEDIR%%/examples/script/qstetrix/tetrixpiece.js
+%%QT_EXAMPLEDIR%%/examples/script/qstetrix/tetrixwindow.js
+%%QT_EXAMPLEDIR%%/examples/script/script.pro
+%%QT_EXAMPLEDIR%%/examples/sql/README
+%%QT_EXAMPLEDIR%%/examples/sql/cachedtable/cachedtable
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/sql/cachedtable/cachedtable.debug
+%%QT_EXAMPLEDIR%%/examples/sql/cachedtable/cachedtable.pro
+%%QT_EXAMPLEDIR%%/examples/sql/cachedtable/main.cpp
+%%QT_EXAMPLEDIR%%/examples/sql/cachedtable/tableeditor.cpp
+%%QT_EXAMPLEDIR%%/examples/sql/cachedtable/tableeditor.h
+%%QT_EXAMPLEDIR%%/examples/sql/connection.h
+%%QT_EXAMPLEDIR%%/examples/sql/drilldown/drilldown
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/sql/drilldown/drilldown.debug
+%%QT_EXAMPLEDIR%%/examples/sql/drilldown/drilldown.pro
+%%QT_EXAMPLEDIR%%/examples/sql/drilldown/drilldown.qrc
+%%QT_EXAMPLEDIR%%/examples/sql/drilldown/imageitem.cpp
+%%QT_EXAMPLEDIR%%/examples/sql/drilldown/imageitem.h
+%%QT_EXAMPLEDIR%%/examples/sql/drilldown/images/beijing.png
+%%QT_EXAMPLEDIR%%/examples/sql/drilldown/images/berlin.png
+%%QT_EXAMPLEDIR%%/examples/sql/drilldown/images/brisbane.png
+%%QT_EXAMPLEDIR%%/examples/sql/drilldown/images/munich.png
+%%QT_EXAMPLEDIR%%/examples/sql/drilldown/images/oslo.png
+%%QT_EXAMPLEDIR%%/examples/sql/drilldown/images/redwood.png
+%%QT_EXAMPLEDIR%%/examples/sql/drilldown/informationwindow.cpp
+%%QT_EXAMPLEDIR%%/examples/sql/drilldown/informationwindow.h
+%%QT_EXAMPLEDIR%%/examples/sql/drilldown/logo.png
+%%QT_EXAMPLEDIR%%/examples/sql/drilldown/main.cpp
+%%QT_EXAMPLEDIR%%/examples/sql/drilldown/view.cpp
+%%QT_EXAMPLEDIR%%/examples/sql/drilldown/view.h
+%%QT_EXAMPLEDIR%%/examples/sql/masterdetail/albumdetails.xml
+%%QT_EXAMPLEDIR%%/examples/sql/masterdetail/database.h
+%%QT_EXAMPLEDIR%%/examples/sql/masterdetail/dialog.cpp
+%%QT_EXAMPLEDIR%%/examples/sql/masterdetail/dialog.h
+%%QT_EXAMPLEDIR%%/examples/sql/masterdetail/images/icon.png
+%%QT_EXAMPLEDIR%%/examples/sql/masterdetail/images/image.png
+%%QT_EXAMPLEDIR%%/examples/sql/masterdetail/main.cpp
+%%QT_EXAMPLEDIR%%/examples/sql/masterdetail/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/examples/sql/masterdetail/mainwindow.h
+%%QT_EXAMPLEDIR%%/examples/sql/masterdetail/masterdetail
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/sql/masterdetail/masterdetail.debug
+%%QT_EXAMPLEDIR%%/examples/sql/masterdetail/masterdetail.pro
+%%QT_EXAMPLEDIR%%/examples/sql/masterdetail/masterdetail.qrc
+%%QT_EXAMPLEDIR%%/examples/sql/querymodel/customsqlmodel.cpp
+%%QT_EXAMPLEDIR%%/examples/sql/querymodel/customsqlmodel.h
+%%QT_EXAMPLEDIR%%/examples/sql/querymodel/editablesqlmodel.cpp
+%%QT_EXAMPLEDIR%%/examples/sql/querymodel/editablesqlmodel.h
+%%QT_EXAMPLEDIR%%/examples/sql/querymodel/main.cpp
+%%QT_EXAMPLEDIR%%/examples/sql/querymodel/querymodel
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/sql/querymodel/querymodel.debug
+%%QT_EXAMPLEDIR%%/examples/sql/querymodel/querymodel.pro
+%%QT_EXAMPLEDIR%%/examples/sql/relationaltablemodel/relationaltablemodel
+%%QT_EXAMPLEDIR%%/examples/sql/relationaltablemodel/relationaltablemodel.cpp
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/sql/relationaltablemodel/relationaltablemodel.debug
+%%QT_EXAMPLEDIR%%/examples/sql/relationaltablemodel/relationaltablemodel.pro
+%%QT_EXAMPLEDIR%%/examples/sql/sql.pro
+%%QT_EXAMPLEDIR%%/examples/sql/sqlwidgetmapper/main.cpp
+%%QT_EXAMPLEDIR%%/examples/sql/sqlwidgetmapper/sqlwidgetmapper
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/sql/sqlwidgetmapper/sqlwidgetmapper.debug
+%%QT_EXAMPLEDIR%%/examples/sql/sqlwidgetmapper/sqlwidgetmapper.pro
+%%QT_EXAMPLEDIR%%/examples/sql/sqlwidgetmapper/window.cpp
+%%QT_EXAMPLEDIR%%/examples/sql/sqlwidgetmapper/window.h
+%%QT_EXAMPLEDIR%%/examples/sql/tablemodel/tablemodel
+%%QT_EXAMPLEDIR%%/examples/sql/tablemodel/tablemodel.cpp
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/sql/tablemodel/tablemodel.debug
+%%QT_EXAMPLEDIR%%/examples/sql/tablemodel/tablemodel.pro
+%%QT_EXAMPLEDIR%%/examples/statemachine/README
+%%QT_EXAMPLEDIR%%/examples/statemachine/eventtransitions/eventtransitions
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/statemachine/eventtransitions/eventtransitions.debug
+%%QT_EXAMPLEDIR%%/examples/statemachine/eventtransitions/eventtransitions.pro
+%%QT_EXAMPLEDIR%%/examples/statemachine/eventtransitions/main.cpp
+%%QT_EXAMPLEDIR%%/examples/statemachine/factorial/factorial
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/statemachine/factorial/factorial.debug
+%%QT_EXAMPLEDIR%%/examples/statemachine/factorial/factorial.pro
+%%QT_EXAMPLEDIR%%/examples/statemachine/factorial/main.cpp
+%%QT_EXAMPLEDIR%%/examples/statemachine/pingpong/main.cpp
+%%QT_EXAMPLEDIR%%/examples/statemachine/pingpong/pingpong
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/statemachine/pingpong/pingpong.debug
+%%QT_EXAMPLEDIR%%/examples/statemachine/pingpong/pingpong.pro
+%%QT_EXAMPLEDIR%%/examples/statemachine/rogue/main.cpp
+%%QT_EXAMPLEDIR%%/examples/statemachine/rogue/movementtransition.h
+%%QT_EXAMPLEDIR%%/examples/statemachine/rogue/rogue
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/statemachine/rogue/rogue.debug
+%%QT_EXAMPLEDIR%%/examples/statemachine/rogue/rogue.pro
+%%QT_EXAMPLEDIR%%/examples/statemachine/rogue/window.cpp
+%%QT_EXAMPLEDIR%%/examples/statemachine/rogue/window.h
+%%QT_EXAMPLEDIR%%/examples/statemachine/statemachine.pro
+%%QT_EXAMPLEDIR%%/examples/statemachine/trafficlight/main.cpp
+%%QT_EXAMPLEDIR%%/examples/statemachine/trafficlight/trafficlight
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/statemachine/trafficlight/trafficlight.debug
+%%QT_EXAMPLEDIR%%/examples/statemachine/trafficlight/trafficlight.pro
+%%QT_EXAMPLEDIR%%/examples/statemachine/twowaybutton/main.cpp
+%%QT_EXAMPLEDIR%%/examples/statemachine/twowaybutton/twowaybutton
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/statemachine/twowaybutton/twowaybutton.debug
+%%QT_EXAMPLEDIR%%/examples/statemachine/twowaybutton/twowaybutton.pro
+%%QT_EXAMPLEDIR%%/examples/threads/README
+%%QT_EXAMPLEDIR%%/examples/threads/mandelbrot/main.cpp
+%%QT_EXAMPLEDIR%%/examples/threads/mandelbrot/mandelbrot
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/threads/mandelbrot/mandelbrot.debug
+%%QT_EXAMPLEDIR%%/examples/threads/mandelbrot/mandelbrot.pro
+%%QT_EXAMPLEDIR%%/examples/threads/mandelbrot/mandelbrotwidget.cpp
+%%QT_EXAMPLEDIR%%/examples/threads/mandelbrot/mandelbrotwidget.h
+%%QT_EXAMPLEDIR%%/examples/threads/mandelbrot/renderthread.cpp
+%%QT_EXAMPLEDIR%%/examples/threads/mandelbrot/renderthread.h
+%%QT_EXAMPLEDIR%%/examples/threads/semaphores/semaphores
+%%QT_EXAMPLEDIR%%/examples/threads/semaphores/semaphores.cpp
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/threads/semaphores/semaphores.debug
+%%QT_EXAMPLEDIR%%/examples/threads/semaphores/semaphores.pro
+%%QT_EXAMPLEDIR%%/examples/threads/threads.pro
+%%QT_EXAMPLEDIR%%/examples/threads/waitconditions/waitconditions
+%%QT_EXAMPLEDIR%%/examples/threads/waitconditions/waitconditions.cpp
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/threads/waitconditions/waitconditions.debug
+%%QT_EXAMPLEDIR%%/examples/threads/waitconditions/waitconditions.pro
+%%QT_EXAMPLEDIR%%/examples/tools/README
+%%QT_EXAMPLEDIR%%/examples/tools/codecs/codecs
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tools/codecs/codecs.debug
+%%QT_EXAMPLEDIR%%/examples/tools/codecs/codecs.pro
+%%QT_EXAMPLEDIR%%/examples/tools/codecs/encodedfiles/iso-8859-1.txt
+%%QT_EXAMPLEDIR%%/examples/tools/codecs/encodedfiles/iso-8859-15.txt
+%%QT_EXAMPLEDIR%%/examples/tools/codecs/encodedfiles/utf-16.txt
+%%QT_EXAMPLEDIR%%/examples/tools/codecs/encodedfiles/utf-16be.txt
+%%QT_EXAMPLEDIR%%/examples/tools/codecs/encodedfiles/utf-16le.txt
+%%QT_EXAMPLEDIR%%/examples/tools/codecs/encodedfiles/utf-8.txt
+%%QT_EXAMPLEDIR%%/examples/tools/codecs/main.cpp
+%%QT_EXAMPLEDIR%%/examples/tools/codecs/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/examples/tools/codecs/mainwindow.h
+%%QT_EXAMPLEDIR%%/examples/tools/codecs/previewform.cpp
+%%QT_EXAMPLEDIR%%/examples/tools/codecs/previewform.h
+%%QT_EXAMPLEDIR%%/examples/tools/completer/completer
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tools/completer/completer.debug
+%%QT_EXAMPLEDIR%%/examples/tools/completer/completer.pro
+%%QT_EXAMPLEDIR%%/examples/tools/completer/completer.qrc
+%%QT_EXAMPLEDIR%%/examples/tools/completer/fsmodel.cpp
+%%QT_EXAMPLEDIR%%/examples/tools/completer/fsmodel.h
+%%QT_EXAMPLEDIR%%/examples/tools/completer/main.cpp
+%%QT_EXAMPLEDIR%%/examples/tools/completer/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/examples/tools/completer/mainwindow.h
+%%QT_EXAMPLEDIR%%/examples/tools/completer/resources/countries.txt
+%%QT_EXAMPLEDIR%%/examples/tools/completer/resources/wordlist.txt
+%%QT_EXAMPLEDIR%%/examples/tools/contiguouscache/contiguouscache
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tools/contiguouscache/contiguouscache.debug
+%%QT_EXAMPLEDIR%%/examples/tools/contiguouscache/contiguouscache.pro
+%%QT_EXAMPLEDIR%%/examples/tools/contiguouscache/main.cpp
+%%QT_EXAMPLEDIR%%/examples/tools/contiguouscache/randomlistmodel.cpp
+%%QT_EXAMPLEDIR%%/examples/tools/contiguouscache/randomlistmodel.h
+%%QT_EXAMPLEDIR%%/examples/tools/customcompleter/customcompleter
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tools/customcompleter/customcompleter.debug
+%%QT_EXAMPLEDIR%%/examples/tools/customcompleter/customcompleter.pro
+%%QT_EXAMPLEDIR%%/examples/tools/customcompleter/customcompleter.qrc
+%%QT_EXAMPLEDIR%%/examples/tools/customcompleter/main.cpp
+%%QT_EXAMPLEDIR%%/examples/tools/customcompleter/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/examples/tools/customcompleter/mainwindow.h
+%%QT_EXAMPLEDIR%%/examples/tools/customcompleter/resources/wordlist.txt
+%%QT_EXAMPLEDIR%%/examples/tools/customcompleter/textedit.cpp
+%%QT_EXAMPLEDIR%%/examples/tools/customcompleter/textedit.h
+%%QT_EXAMPLEDIR%%/examples/tools/echoplugin/echoplugin
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tools/echoplugin/echoplugin.debug
+%%QT_EXAMPLEDIR%%/examples/tools/echoplugin/echoplugin.pro
+%%QT_EXAMPLEDIR%%/examples/tools/echoplugin/echowindow/echointerface.h
+%%QT_EXAMPLEDIR%%/examples/tools/echoplugin/echowindow/echowindow.cpp
+%%QT_EXAMPLEDIR%%/examples/tools/echoplugin/echowindow/echowindow.h
+%%QT_EXAMPLEDIR%%/examples/tools/echoplugin/echowindow/echowindow.pro
+%%QT_EXAMPLEDIR%%/examples/tools/echoplugin/echowindow/main.cpp
+%%QT_EXAMPLEDIR%%/examples/tools/echoplugin/plugin/echoplugin.cpp
+%%QT_EXAMPLEDIR%%/examples/tools/echoplugin/plugin/echoplugin.h
+%%QT_EXAMPLEDIR%%/examples/tools/echoplugin/plugin/libechoplugin.so
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tools/echoplugin/plugin/libechoplugin.so.debug
+%%QT_EXAMPLEDIR%%/examples/tools/echoplugin/plugin/plugin.pro
+%%QT_EXAMPLEDIR%%/examples/tools/i18n/i18n
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tools/i18n/i18n.debug
+%%QT_EXAMPLEDIR%%/examples/tools/i18n/i18n.pro
+%%QT_EXAMPLEDIR%%/examples/tools/i18n/i18n.qrc
+%%QT_EXAMPLEDIR%%/examples/tools/i18n/languagechooser.cpp
+%%QT_EXAMPLEDIR%%/examples/tools/i18n/languagechooser.h
+%%QT_EXAMPLEDIR%%/examples/tools/i18n/main.cpp
+%%QT_EXAMPLEDIR%%/examples/tools/i18n/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/examples/tools/i18n/mainwindow.h
+%%QT_EXAMPLEDIR%%/examples/tools/i18n/translations/i18n_ar.qm
+%%QT_EXAMPLEDIR%%/examples/tools/i18n/translations/i18n_ar.ts
+%%QT_EXAMPLEDIR%%/examples/tools/i18n/translations/i18n_cs.qm
+%%QT_EXAMPLEDIR%%/examples/tools/i18n/translations/i18n_cs.ts
+%%QT_EXAMPLEDIR%%/examples/tools/i18n/translations/i18n_de.qm
+%%QT_EXAMPLEDIR%%/examples/tools/i18n/translations/i18n_de.ts
+%%QT_EXAMPLEDIR%%/examples/tools/i18n/translations/i18n_el.qm
+%%QT_EXAMPLEDIR%%/examples/tools/i18n/translations/i18n_el.ts
+%%QT_EXAMPLEDIR%%/examples/tools/i18n/translations/i18n_en.qm
+%%QT_EXAMPLEDIR%%/examples/tools/i18n/translations/i18n_en.ts
+%%QT_EXAMPLEDIR%%/examples/tools/i18n/translations/i18n_eo.qm
+%%QT_EXAMPLEDIR%%/examples/tools/i18n/translations/i18n_eo.ts
+%%QT_EXAMPLEDIR%%/examples/tools/i18n/translations/i18n_fr.qm
+%%QT_EXAMPLEDIR%%/examples/tools/i18n/translations/i18n_fr.ts
+%%QT_EXAMPLEDIR%%/examples/tools/i18n/translations/i18n_it.qm
+%%QT_EXAMPLEDIR%%/examples/tools/i18n/translations/i18n_it.ts
+%%QT_EXAMPLEDIR%%/examples/tools/i18n/translations/i18n_jp.qm
+%%QT_EXAMPLEDIR%%/examples/tools/i18n/translations/i18n_jp.ts
+%%QT_EXAMPLEDIR%%/examples/tools/i18n/translations/i18n_ko.qm
+%%QT_EXAMPLEDIR%%/examples/tools/i18n/translations/i18n_ko.ts
+%%QT_EXAMPLEDIR%%/examples/tools/i18n/translations/i18n_no.qm
+%%QT_EXAMPLEDIR%%/examples/tools/i18n/translations/i18n_no.ts
+%%QT_EXAMPLEDIR%%/examples/tools/i18n/translations/i18n_ru.qm
+%%QT_EXAMPLEDIR%%/examples/tools/i18n/translations/i18n_ru.ts
+%%QT_EXAMPLEDIR%%/examples/tools/i18n/translations/i18n_sv.qm
+%%QT_EXAMPLEDIR%%/examples/tools/i18n/translations/i18n_sv.ts
+%%QT_EXAMPLEDIR%%/examples/tools/i18n/translations/i18n_zh.qm
+%%QT_EXAMPLEDIR%%/examples/tools/i18n/translations/i18n_zh.ts
+%%QT_EXAMPLEDIR%%/examples/tools/inputpanel/inputpanel
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tools/inputpanel/inputpanel.debug
+%%QT_EXAMPLEDIR%%/examples/tools/inputpanel/inputpanel.pro
+%%QT_EXAMPLEDIR%%/examples/tools/inputpanel/main.cpp
+%%QT_EXAMPLEDIR%%/examples/tools/inputpanel/mainform.ui
+%%QT_EXAMPLEDIR%%/examples/tools/inputpanel/myinputpanel.cpp
+%%QT_EXAMPLEDIR%%/examples/tools/inputpanel/myinputpanel.h
+%%QT_EXAMPLEDIR%%/examples/tools/inputpanel/myinputpanelcontext.cpp
+%%QT_EXAMPLEDIR%%/examples/tools/inputpanel/myinputpanelcontext.h
+%%QT_EXAMPLEDIR%%/examples/tools/inputpanel/myinputpanelform.ui
+%%QT_EXAMPLEDIR%%/examples/tools/plugandpaint/interfaces.h
+%%QT_EXAMPLEDIR%%/examples/tools/plugandpaint/main.cpp
+%%QT_EXAMPLEDIR%%/examples/tools/plugandpaint/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/examples/tools/plugandpaint/mainwindow.h
+%%QT_EXAMPLEDIR%%/examples/tools/plugandpaint/paintarea.cpp
+%%QT_EXAMPLEDIR%%/examples/tools/plugandpaint/paintarea.h
+%%QT_EXAMPLEDIR%%/examples/tools/plugandpaint/plugandpaint
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tools/plugandpaint/plugandpaint.debug
+%%QT_EXAMPLEDIR%%/examples/tools/plugandpaint/plugandpaint.pro
+%%QT_EXAMPLEDIR%%/examples/tools/plugandpaint/plugindialog.cpp
+%%QT_EXAMPLEDIR%%/examples/tools/plugandpaint/plugindialog.h
+%%QT_EXAMPLEDIR%%/examples/tools/plugandpaint/plugins/libpnp_basictools.a
+%%QT_EXAMPLEDIR%%/examples/tools/plugandpaint/plugins/libpnp_basictools.prl
+%%QT_EXAMPLEDIR%%/examples/tools/plugandpaint/plugins/libpnp_extrafilters.so
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tools/plugandpaint/plugins/libpnp_extrafilters.so.debug
+%%QT_EXAMPLEDIR%%/examples/tools/plugandpaintplugins/basictools/basictools.pro
+%%QT_EXAMPLEDIR%%/examples/tools/plugandpaintplugins/basictools/basictoolsplugin.cpp
+%%QT_EXAMPLEDIR%%/examples/tools/plugandpaintplugins/basictools/basictoolsplugin.h
+%%QT_EXAMPLEDIR%%/examples/tools/plugandpaintplugins/extrafilters/extrafilters.pro
+%%QT_EXAMPLEDIR%%/examples/tools/plugandpaintplugins/extrafilters/extrafiltersplugin.cpp
+%%QT_EXAMPLEDIR%%/examples/tools/plugandpaintplugins/extrafilters/extrafiltersplugin.h
+%%QT_EXAMPLEDIR%%/examples/tools/plugandpaintplugins/plugandpaintplugins.pro
+%%QT_EXAMPLEDIR%%/examples/tools/regexp/main.cpp
+%%QT_EXAMPLEDIR%%/examples/tools/regexp/regexp
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tools/regexp/regexp.debug
+%%QT_EXAMPLEDIR%%/examples/tools/regexp/regexp.pro
+%%QT_EXAMPLEDIR%%/examples/tools/regexp/regexpdialog.cpp
+%%QT_EXAMPLEDIR%%/examples/tools/regexp/regexpdialog.h
+%%QT_EXAMPLEDIR%%/examples/tools/settingseditor/inifiles/licensepage.ini
+%%QT_EXAMPLEDIR%%/examples/tools/settingseditor/inifiles/qsa.ini
+%%QT_EXAMPLEDIR%%/examples/tools/settingseditor/locationdialog.cpp
+%%QT_EXAMPLEDIR%%/examples/tools/settingseditor/locationdialog.h
+%%QT_EXAMPLEDIR%%/examples/tools/settingseditor/main.cpp
+%%QT_EXAMPLEDIR%%/examples/tools/settingseditor/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/examples/tools/settingseditor/mainwindow.h
+%%QT_EXAMPLEDIR%%/examples/tools/settingseditor/settingseditor
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tools/settingseditor/settingseditor.debug
+%%QT_EXAMPLEDIR%%/examples/tools/settingseditor/settingseditor.pro
+%%QT_EXAMPLEDIR%%/examples/tools/settingseditor/settingstree.cpp
+%%QT_EXAMPLEDIR%%/examples/tools/settingseditor/settingstree.h
+%%QT_EXAMPLEDIR%%/examples/tools/settingseditor/variantdelegate.cpp
+%%QT_EXAMPLEDIR%%/examples/tools/settingseditor/variantdelegate.h
+%%QT_EXAMPLEDIR%%/examples/tools/styleplugin/plugin/plugin.pro
+%%QT_EXAMPLEDIR%%/examples/tools/styleplugin/plugin/simplestyle.cpp
+%%QT_EXAMPLEDIR%%/examples/tools/styleplugin/plugin/simplestyle.h
+%%QT_EXAMPLEDIR%%/examples/tools/styleplugin/plugin/simplestyleplugin.cpp
+%%QT_EXAMPLEDIR%%/examples/tools/styleplugin/plugin/simplestyleplugin.h
+%%QT_EXAMPLEDIR%%/examples/tools/styleplugin/styleplugin
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tools/styleplugin/styleplugin.debug
+%%QT_EXAMPLEDIR%%/examples/tools/styleplugin/styleplugin.pro
+%%QT_EXAMPLEDIR%%/examples/tools/styleplugin/styles/libsimplestyleplugin.so
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tools/styleplugin/styles/libsimplestyleplugin.so.debug
+%%QT_EXAMPLEDIR%%/examples/tools/styleplugin/stylewindow/main.cpp
+%%QT_EXAMPLEDIR%%/examples/tools/styleplugin/stylewindow/stylewindow.cpp
+%%QT_EXAMPLEDIR%%/examples/tools/styleplugin/stylewindow/stylewindow.h
+%%QT_EXAMPLEDIR%%/examples/tools/styleplugin/stylewindow/stylewindow.pro
+%%QT_EXAMPLEDIR%%/examples/tools/tools.pro
+%%QT_EXAMPLEDIR%%/examples/tools/treemodelcompleter/main.cpp
+%%QT_EXAMPLEDIR%%/examples/tools/treemodelcompleter/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/examples/tools/treemodelcompleter/mainwindow.h
+%%QT_EXAMPLEDIR%%/examples/tools/treemodelcompleter/resources/treemodel.txt
+%%QT_EXAMPLEDIR%%/examples/tools/treemodelcompleter/treemodelcompleter
+%%QT_EXAMPLEDIR%%/examples/tools/treemodelcompleter/treemodelcompleter.cpp
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tools/treemodelcompleter/treemodelcompleter.debug
+%%QT_EXAMPLEDIR%%/examples/tools/treemodelcompleter/treemodelcompleter.h
+%%QT_EXAMPLEDIR%%/examples/tools/treemodelcompleter/treemodelcompleter.pro
+%%QT_EXAMPLEDIR%%/examples/tools/treemodelcompleter/treemodelcompleter.qrc
+%%QT_EXAMPLEDIR%%/examples/tools/undoframework/commands.cpp
+%%QT_EXAMPLEDIR%%/examples/tools/undoframework/commands.h
+%%QT_EXAMPLEDIR%%/examples/tools/undoframework/diagramitem.cpp
+%%QT_EXAMPLEDIR%%/examples/tools/undoframework/diagramitem.h
+%%QT_EXAMPLEDIR%%/examples/tools/undoframework/diagramscene.cpp
+%%QT_EXAMPLEDIR%%/examples/tools/undoframework/diagramscene.h
+%%QT_EXAMPLEDIR%%/examples/tools/undoframework/images/cross.png
+%%QT_EXAMPLEDIR%%/examples/tools/undoframework/main.cpp
+%%QT_EXAMPLEDIR%%/examples/tools/undoframework/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/examples/tools/undoframework/mainwindow.h
+%%QT_EXAMPLEDIR%%/examples/tools/undoframework/undoframework
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tools/undoframework/undoframework.debug
+%%QT_EXAMPLEDIR%%/examples/tools/undoframework/undoframework.pro
+%%QT_EXAMPLEDIR%%/examples/tools/undoframework/undoframework.qrc
+%%QT_EXAMPLEDIR%%/examples/touch/dials/dials
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/touch/dials/dials.debug
+%%QT_EXAMPLEDIR%%/examples/touch/dials/dials.pro
+%%QT_EXAMPLEDIR%%/examples/touch/dials/dials.ui
+%%QT_EXAMPLEDIR%%/examples/touch/dials/main.cpp
+%%QT_EXAMPLEDIR%%/examples/touch/fingerpaint/fingerpaint
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/touch/fingerpaint/fingerpaint.debug
+%%QT_EXAMPLEDIR%%/examples/touch/fingerpaint/fingerpaint.pro
+%%QT_EXAMPLEDIR%%/examples/touch/fingerpaint/main.cpp
+%%QT_EXAMPLEDIR%%/examples/touch/fingerpaint/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/examples/touch/fingerpaint/mainwindow.h
+%%QT_EXAMPLEDIR%%/examples/touch/fingerpaint/scribblearea.cpp
+%%QT_EXAMPLEDIR%%/examples/touch/fingerpaint/scribblearea.h
+%%QT_EXAMPLEDIR%%/examples/touch/knobs/knob.cpp
+%%QT_EXAMPLEDIR%%/examples/touch/knobs/knob.h
+%%QT_EXAMPLEDIR%%/examples/touch/knobs/knobs
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/touch/knobs/knobs.debug
+%%QT_EXAMPLEDIR%%/examples/touch/knobs/knobs.pro
+%%QT_EXAMPLEDIR%%/examples/touch/knobs/main.cpp
+%%QT_EXAMPLEDIR%%/examples/touch/pinchzoom/graphicsview.cpp
+%%QT_EXAMPLEDIR%%/examples/touch/pinchzoom/graphicsview.h
+%%QT_EXAMPLEDIR%%/examples/touch/pinchzoom/images/cheese.jpg
+%%QT_EXAMPLEDIR%%/examples/touch/pinchzoom/main.cpp
+%%QT_EXAMPLEDIR%%/examples/touch/pinchzoom/mice.qrc
+%%QT_EXAMPLEDIR%%/examples/touch/pinchzoom/mouse.cpp
+%%QT_EXAMPLEDIR%%/examples/touch/pinchzoom/mouse.h
+%%QT_EXAMPLEDIR%%/examples/touch/pinchzoom/pinchzoom
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/touch/pinchzoom/pinchzoom.debug
+%%QT_EXAMPLEDIR%%/examples/touch/pinchzoom/pinchzoom.pro
+%%QT_EXAMPLEDIR%%/examples/tutorials/README
+%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/README
+%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/addressbook.pro
+%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part1/addressbook.cpp
+%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part1/addressbook.h
+%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part1/main.cpp
+%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part1/part1
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part1/part1.debug
+%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part1/part1.pro
+%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part2/addressbook.cpp
+%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part2/addressbook.h
+%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part2/main.cpp
+%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part2/part2
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part2/part2.debug
+%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part2/part2.pro
+%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part3/addressbook.cpp
+%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part3/addressbook.h
+%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part3/main.cpp
+%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part3/part3
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part3/part3.debug
+%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part3/part3.pro
+%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part4/addressbook.cpp
+%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part4/addressbook.h
+%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part4/main.cpp
+%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part4/part4
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part4/part4.debug
+%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part4/part4.pro
+%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part5/addressbook.cpp
+%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part5/addressbook.h
+%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part5/finddialog.cpp
+%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part5/finddialog.h
+%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part5/main.cpp
+%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part5/part5
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part5/part5.debug
+%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part5/part5.pro
+%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part6/addressbook.cpp
+%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part6/addressbook.h
+%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part6/finddialog.cpp
+%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part6/finddialog.h
+%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part6/main.cpp
+%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part6/part6
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part6/part6.debug
+%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part6/part6.pro
+%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part7/addressbook.cpp
+%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part7/addressbook.h
+%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part7/finddialog.cpp
+%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part7/finddialog.h
+%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part7/main.cpp
+%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part7/part7
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part7/part7.debug
+%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part7/part7.pro
+%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/1_readonly/1_readonly.pro
+%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/1_readonly/main.cpp
+%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/1_readonly/mv_readonly
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/1_readonly/mv_readonly.debug
+%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/1_readonly/mymodel.cpp
+%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/1_readonly/mymodel.h
+%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/2_formatting/2_formatting.pro
+%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/2_formatting/main.cpp
+%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/2_formatting/mv_formatting
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/2_formatting/mv_formatting.debug
+%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/2_formatting/mymodel.cpp
+%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/2_formatting/mymodel.h
+%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/3_changingmodel/3_changingmodel.pro
+%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/3_changingmodel/main.cpp
+%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/3_changingmodel/mv_changingmodel
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/3_changingmodel/mv_changingmodel.debug
+%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/3_changingmodel/mymodel.cpp
+%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/3_changingmodel/mymodel.h
+%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/4_headers/4_headers.pro
+%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/4_headers/main.cpp
+%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/4_headers/mv_headers
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/4_headers/mv_headers.debug
+%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/4_headers/mymodel.cpp
+%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/4_headers/mymodel.h
+%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/5_edit/5_edit.pro
+%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/5_edit/main.cpp
+%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/5_edit/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/5_edit/mainwindow.h
+%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/5_edit/mv_edit
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/5_edit/mv_edit.debug
+%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/5_edit/mymodel.cpp
+%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/5_edit/mymodel.h
+%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/6_treeview/6_treeview.pro
+%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/6_treeview/main.cpp
+%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/6_treeview/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/6_treeview/mainwindow.h
+%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/6_treeview/mv_tree
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/6_treeview/mv_tree.debug
+%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/7_selections/7_selections.pro
+%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/7_selections/main.cpp
+%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/7_selections/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/7_selections/mainwindow.h
+%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/7_selections/mv_selections
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/7_selections/mv_selections.debug
+%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/modelview.pro
+%%QT_EXAMPLEDIR%%/examples/tutorials/threads/clock/clock
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tutorials/threads/clock/clock.debug
+%%QT_EXAMPLEDIR%%/examples/tutorials/threads/clock/clock.pro
+%%QT_EXAMPLEDIR%%/examples/tutorials/threads/clock/clockthread.cpp
+%%QT_EXAMPLEDIR%%/examples/tutorials/threads/clock/clockthread.h
+%%QT_EXAMPLEDIR%%/examples/tutorials/threads/clock/main.cpp
+%%QT_EXAMPLEDIR%%/examples/tutorials/threads/helloconcurrent/helloconcurrent
+%%QT_EXAMPLEDIR%%/examples/tutorials/threads/helloconcurrent/helloconcurrent.cpp
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tutorials/threads/helloconcurrent/helloconcurrent.debug
+%%QT_EXAMPLEDIR%%/examples/tutorials/threads/helloconcurrent/helloconcurrent.pro
+%%QT_EXAMPLEDIR%%/examples/tutorials/threads/hellothread/hellothread
+%%QT_EXAMPLEDIR%%/examples/tutorials/threads/hellothread/hellothread.cpp
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tutorials/threads/hellothread/hellothread.debug
+%%QT_EXAMPLEDIR%%/examples/tutorials/threads/hellothread/hellothread.h
+%%QT_EXAMPLEDIR%%/examples/tutorials/threads/hellothread/hellothread.pro
+%%QT_EXAMPLEDIR%%/examples/tutorials/threads/hellothread/main.cpp
+%%QT_EXAMPLEDIR%%/examples/tutorials/threads/hellothreadpool/hellothreadpool
+%%QT_EXAMPLEDIR%%/examples/tutorials/threads/hellothreadpool/hellothreadpool.cpp
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tutorials/threads/hellothreadpool/hellothreadpool.debug
+%%QT_EXAMPLEDIR%%/examples/tutorials/threads/hellothreadpool/hellothreadpool.pro
+%%QT_EXAMPLEDIR%%/examples/tutorials/threads/movedobject/main.cpp
+%%QT_EXAMPLEDIR%%/examples/tutorials/threads/movedobject/movedobject
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tutorials/threads/movedobject/movedobject.debug
+%%QT_EXAMPLEDIR%%/examples/tutorials/threads/movedobject/movedobject.pro
+%%QT_EXAMPLEDIR%%/examples/tutorials/threads/movedobject/thread.cpp
+%%QT_EXAMPLEDIR%%/examples/tutorials/threads/movedobject/thread.h
+%%QT_EXAMPLEDIR%%/examples/tutorials/threads/movedobject/workerobject.cpp
+%%QT_EXAMPLEDIR%%/examples/tutorials/threads/movedobject/workerobject.h
+%%QT_EXAMPLEDIR%%/examples/tutorials/tutorials.pro
+%%QT_EXAMPLEDIR%%/examples/uitools/multipleinheritance/calculatorform.cpp
+%%QT_EXAMPLEDIR%%/examples/uitools/multipleinheritance/calculatorform.h
+%%QT_EXAMPLEDIR%%/examples/uitools/multipleinheritance/calculatorform.ui
+%%QT_EXAMPLEDIR%%/examples/uitools/multipleinheritance/main.cpp
+%%QT_EXAMPLEDIR%%/examples/uitools/multipleinheritance/multipleinheritance
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/uitools/multipleinheritance/multipleinheritance.debug
+%%QT_EXAMPLEDIR%%/examples/uitools/multipleinheritance/multipleinheritance.pro
+%%QT_EXAMPLEDIR%%/examples/uitools/textfinder/forms/input.txt
+%%QT_EXAMPLEDIR%%/examples/uitools/textfinder/forms/textfinder.ui
+%%QT_EXAMPLEDIR%%/examples/uitools/textfinder/main.cpp
+%%QT_EXAMPLEDIR%%/examples/uitools/textfinder/textfinder
+%%QT_EXAMPLEDIR%%/examples/uitools/textfinder/textfinder.cpp
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/uitools/textfinder/textfinder.debug
+%%QT_EXAMPLEDIR%%/examples/uitools/textfinder/textfinder.h
+%%QT_EXAMPLEDIR%%/examples/uitools/textfinder/textfinder.pro
+%%QT_EXAMPLEDIR%%/examples/uitools/textfinder/textfinder.qrc
+%%QT_EXAMPLEDIR%%/examples/uitools/uitools.pro
+%%QT_EXAMPLEDIR%%/examples/webkit/domtraversal/domtraversal
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/webkit/domtraversal/domtraversal.debug
+%%QT_EXAMPLEDIR%%/examples/webkit/domtraversal/domtraversal.pro
+%%QT_EXAMPLEDIR%%/examples/webkit/domtraversal/main.cpp
+%%QT_EXAMPLEDIR%%/examples/webkit/domtraversal/window.cpp
+%%QT_EXAMPLEDIR%%/examples/webkit/domtraversal/window.h
+%%QT_EXAMPLEDIR%%/examples/webkit/domtraversal/window.ui
+%%QT_EXAMPLEDIR%%/examples/webkit/domtraversal/window_mobiles.ui
+%%QT_EXAMPLEDIR%%/examples/webkit/fancybrowser/fancybrowser
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/webkit/fancybrowser/fancybrowser.debug
+%%QT_EXAMPLEDIR%%/examples/webkit/fancybrowser/fancybrowser.pro
+%%QT_EXAMPLEDIR%%/examples/webkit/fancybrowser/jquery.qrc
+%%QT_EXAMPLEDIR%%/examples/webkit/fancybrowser/main.cpp
+%%QT_EXAMPLEDIR%%/examples/webkit/fancybrowser/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/examples/webkit/fancybrowser/mainwindow.h
+%%QT_EXAMPLEDIR%%/examples/webkit/formextractor/form.html
+%%QT_EXAMPLEDIR%%/examples/webkit/formextractor/formextractor
+%%QT_EXAMPLEDIR%%/examples/webkit/formextractor/formextractor.cpp
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/webkit/formextractor/formextractor.debug
+%%QT_EXAMPLEDIR%%/examples/webkit/formextractor/formextractor.h
+%%QT_EXAMPLEDIR%%/examples/webkit/formextractor/formextractor.pro
+%%QT_EXAMPLEDIR%%/examples/webkit/formextractor/formextractor.qrc
+%%QT_EXAMPLEDIR%%/examples/webkit/formextractor/formextractor.ui
+%%QT_EXAMPLEDIR%%/examples/webkit/formextractor/formextractor_mobiles.ui
+%%QT_EXAMPLEDIR%%/examples/webkit/formextractor/main.cpp
+%%QT_EXAMPLEDIR%%/examples/webkit/formextractor/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/examples/webkit/formextractor/mainwindow.h
+%%QT_EXAMPLEDIR%%/examples/webkit/framecapture/framecapture
+%%QT_EXAMPLEDIR%%/examples/webkit/framecapture/framecapture.cpp
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/webkit/framecapture/framecapture.debug
+%%QT_EXAMPLEDIR%%/examples/webkit/framecapture/framecapture.h
+%%QT_EXAMPLEDIR%%/examples/webkit/framecapture/main.cpp
+%%QT_EXAMPLEDIR%%/examples/webkit/googlechat/form.ui
+%%QT_EXAMPLEDIR%%/examples/webkit/googlechat/googlechat
+%%QT_EXAMPLEDIR%%/examples/webkit/googlechat/googlechat.cpp
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/webkit/googlechat/googlechat.debug
+%%QT_EXAMPLEDIR%%/examples/webkit/googlechat/googlechat.h
+%%QT_EXAMPLEDIR%%/examples/webkit/googlechat/googlechat.pro
+%%QT_EXAMPLEDIR%%/examples/webkit/googlechat/main.cpp
+%%QT_EXAMPLEDIR%%/examples/webkit/previewer/main.cpp
+%%QT_EXAMPLEDIR%%/examples/webkit/previewer/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/examples/webkit/previewer/mainwindow.h
+%%QT_EXAMPLEDIR%%/examples/webkit/previewer/previewer
+%%QT_EXAMPLEDIR%%/examples/webkit/previewer/previewer.cpp
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/webkit/previewer/previewer.debug
+%%QT_EXAMPLEDIR%%/examples/webkit/previewer/previewer.h
+%%QT_EXAMPLEDIR%%/examples/webkit/previewer/previewer.pro
+%%QT_EXAMPLEDIR%%/examples/webkit/previewer/previewer.ui
+%%QT_EXAMPLEDIR%%/examples/webkit/previewer/previewer_mobiles.ui
+%%QT_EXAMPLEDIR%%/examples/webkit/simpleselector/main.cpp
+%%QT_EXAMPLEDIR%%/examples/webkit/simpleselector/simpleselector
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/webkit/simpleselector/simpleselector.debug
+%%QT_EXAMPLEDIR%%/examples/webkit/simpleselector/simpleselector.pro
+%%QT_EXAMPLEDIR%%/examples/webkit/simpleselector/window.cpp
+%%QT_EXAMPLEDIR%%/examples/webkit/simpleselector/window.h
+%%QT_EXAMPLEDIR%%/examples/webkit/simpleselector/window.ui
+%%QT_EXAMPLEDIR%%/examples/webkit/simplewebplugin/csvfactory.cpp
+%%QT_EXAMPLEDIR%%/examples/webkit/simplewebplugin/csvfactory.h
+%%QT_EXAMPLEDIR%%/examples/webkit/simplewebplugin/csvview.cpp
+%%QT_EXAMPLEDIR%%/examples/webkit/simplewebplugin/csvview.h
+%%QT_EXAMPLEDIR%%/examples/webkit/simplewebplugin/main.cpp
+%%QT_EXAMPLEDIR%%/examples/webkit/simplewebplugin/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/examples/webkit/simplewebplugin/mainwindow.h
+%%QT_EXAMPLEDIR%%/examples/webkit/simplewebplugin/simplewebplugin
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/webkit/simplewebplugin/simplewebplugin.debug
+%%QT_EXAMPLEDIR%%/examples/webkit/simplewebplugin/simplewebplugin.pro
+%%QT_EXAMPLEDIR%%/examples/webkit/simplewebplugin/simplewebplugin.qrc
+%%QT_EXAMPLEDIR%%/examples/webkit/webftpclient/downloader.cpp
+%%QT_EXAMPLEDIR%%/examples/webkit/webftpclient/downloader.h
+%%QT_EXAMPLEDIR%%/examples/webkit/webftpclient/ftpreply.cpp
+%%QT_EXAMPLEDIR%%/examples/webkit/webftpclient/ftpreply.h
+%%QT_EXAMPLEDIR%%/examples/webkit/webftpclient/ftpview.cpp
+%%QT_EXAMPLEDIR%%/examples/webkit/webftpclient/ftpview.h
+%%QT_EXAMPLEDIR%%/examples/webkit/webftpclient/main.cpp
+%%QT_EXAMPLEDIR%%/examples/webkit/webftpclient/networkaccessmanager.cpp
+%%QT_EXAMPLEDIR%%/examples/webkit/webftpclient/networkaccessmanager.h
+%%QT_EXAMPLEDIR%%/examples/webkit/webftpclient/webftpclient
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/webkit/webftpclient/webftpclient.debug
+%%QT_EXAMPLEDIR%%/examples/webkit/webftpclient/webftpclient.pro
+%%QT_EXAMPLEDIR%%/examples/webkit/webkit.pro
+%%QT_EXAMPLEDIR%%/examples/webkit/webplugin/csvfactory.cpp
+%%QT_EXAMPLEDIR%%/examples/webkit/webplugin/csvfactory.h
+%%QT_EXAMPLEDIR%%/examples/webkit/webplugin/csvview.cpp
+%%QT_EXAMPLEDIR%%/examples/webkit/webplugin/csvview.h
+%%QT_EXAMPLEDIR%%/examples/webkit/webplugin/main.cpp
+%%QT_EXAMPLEDIR%%/examples/webkit/webplugin/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/examples/webkit/webplugin/mainwindow.h
+%%QT_EXAMPLEDIR%%/examples/webkit/webplugin/webplugin
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/webkit/webplugin/webplugin.debug
+%%QT_EXAMPLEDIR%%/examples/webkit/webplugin/webplugin.pro
+%%QT_EXAMPLEDIR%%/examples/webkit/webplugin/webplugin.qrc
+%%QT_EXAMPLEDIR%%/examples/widgets/README
+%%QT_EXAMPLEDIR%%/examples/widgets/analogclock/analogclock
+%%QT_EXAMPLEDIR%%/examples/widgets/analogclock/analogclock.cpp
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/widgets/analogclock/analogclock.debug
+%%QT_EXAMPLEDIR%%/examples/widgets/analogclock/analogclock.h
+%%QT_EXAMPLEDIR%%/examples/widgets/analogclock/analogclock.pro
+%%QT_EXAMPLEDIR%%/examples/widgets/analogclock/main.cpp
+%%QT_EXAMPLEDIR%%/examples/widgets/calculator/button.cpp
+%%QT_EXAMPLEDIR%%/examples/widgets/calculator/button.h
+%%QT_EXAMPLEDIR%%/examples/widgets/calculator/calculator
+%%QT_EXAMPLEDIR%%/examples/widgets/calculator/calculator.cpp
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/widgets/calculator/calculator.debug
+%%QT_EXAMPLEDIR%%/examples/widgets/calculator/calculator.h
+%%QT_EXAMPLEDIR%%/examples/widgets/calculator/calculator.pro
+%%QT_EXAMPLEDIR%%/examples/widgets/calculator/main.cpp
+%%QT_EXAMPLEDIR%%/examples/widgets/calendarwidget/calendarwidget
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/widgets/calendarwidget/calendarwidget.debug
+%%QT_EXAMPLEDIR%%/examples/widgets/calendarwidget/calendarwidget.pro
+%%QT_EXAMPLEDIR%%/examples/widgets/calendarwidget/main.cpp
+%%QT_EXAMPLEDIR%%/examples/widgets/calendarwidget/window.cpp
+%%QT_EXAMPLEDIR%%/examples/widgets/calendarwidget/window.h
+%%QT_EXAMPLEDIR%%/examples/widgets/charactermap/charactermap
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/widgets/charactermap/charactermap.debug
+%%QT_EXAMPLEDIR%%/examples/widgets/charactermap/charactermap.pro
+%%QT_EXAMPLEDIR%%/examples/widgets/charactermap/characterwidget.cpp
+%%QT_EXAMPLEDIR%%/examples/widgets/charactermap/characterwidget.h
+%%QT_EXAMPLEDIR%%/examples/widgets/charactermap/main.cpp
+%%QT_EXAMPLEDIR%%/examples/widgets/charactermap/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/examples/widgets/charactermap/mainwindow.h
+%%QT_EXAMPLEDIR%%/examples/widgets/codeeditor/codeeditor
+%%QT_EXAMPLEDIR%%/examples/widgets/codeeditor/codeeditor.cpp
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/widgets/codeeditor/codeeditor.debug
+%%QT_EXAMPLEDIR%%/examples/widgets/codeeditor/codeeditor.h
+%%QT_EXAMPLEDIR%%/examples/widgets/codeeditor/codeeditor.pro
+%%QT_EXAMPLEDIR%%/examples/widgets/codeeditor/main.cpp
+%%QT_EXAMPLEDIR%%/examples/widgets/digitalclock/digitalclock
+%%QT_EXAMPLEDIR%%/examples/widgets/digitalclock/digitalclock.cpp
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/widgets/digitalclock/digitalclock.debug
+%%QT_EXAMPLEDIR%%/examples/widgets/digitalclock/digitalclock.h
+%%QT_EXAMPLEDIR%%/examples/widgets/digitalclock/digitalclock.pro
+%%QT_EXAMPLEDIR%%/examples/widgets/digitalclock/main.cpp
+%%QT_EXAMPLEDIR%%/examples/widgets/groupbox/groupbox
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/widgets/groupbox/groupbox.debug
+%%QT_EXAMPLEDIR%%/examples/widgets/groupbox/groupbox.pro
+%%QT_EXAMPLEDIR%%/examples/widgets/groupbox/main.cpp
+%%QT_EXAMPLEDIR%%/examples/widgets/groupbox/window.cpp
+%%QT_EXAMPLEDIR%%/examples/widgets/groupbox/window.h
+%%QT_EXAMPLEDIR%%/examples/widgets/icons/iconpreviewarea.cpp
+%%QT_EXAMPLEDIR%%/examples/widgets/icons/iconpreviewarea.h
+%%QT_EXAMPLEDIR%%/examples/widgets/icons/icons
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/widgets/icons/icons.debug
+%%QT_EXAMPLEDIR%%/examples/widgets/icons/icons.pro
+%%QT_EXAMPLEDIR%%/examples/widgets/icons/iconsizespinbox.cpp
+%%QT_EXAMPLEDIR%%/examples/widgets/icons/iconsizespinbox.h
+%%QT_EXAMPLEDIR%%/examples/widgets/icons/imagedelegate.cpp
+%%QT_EXAMPLEDIR%%/examples/widgets/icons/imagedelegate.h
+%%QT_EXAMPLEDIR%%/examples/widgets/icons/images/designer.png
+%%QT_EXAMPLEDIR%%/examples/widgets/icons/images/find_disabled.png
+%%QT_EXAMPLEDIR%%/examples/widgets/icons/images/find_normal.png
+%%QT_EXAMPLEDIR%%/examples/widgets/icons/images/monkey_off_128x128.png
+%%QT_EXAMPLEDIR%%/examples/widgets/icons/images/monkey_off_16x16.png
+%%QT_EXAMPLEDIR%%/examples/widgets/icons/images/monkey_off_32x32.png
+%%QT_EXAMPLEDIR%%/examples/widgets/icons/images/monkey_off_64x64.png
+%%QT_EXAMPLEDIR%%/examples/widgets/icons/images/monkey_on_128x128.png
+%%QT_EXAMPLEDIR%%/examples/widgets/icons/images/monkey_on_16x16.png
+%%QT_EXAMPLEDIR%%/examples/widgets/icons/images/monkey_on_32x32.png
+%%QT_EXAMPLEDIR%%/examples/widgets/icons/images/monkey_on_64x64.png
+%%QT_EXAMPLEDIR%%/examples/widgets/icons/images/qt_extended_16x16.png
+%%QT_EXAMPLEDIR%%/examples/widgets/icons/images/qt_extended_32x32.png
+%%QT_EXAMPLEDIR%%/examples/widgets/icons/images/qt_extended_48x48.png
+%%QT_EXAMPLEDIR%%/examples/widgets/icons/main.cpp
+%%QT_EXAMPLEDIR%%/examples/widgets/icons/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/examples/widgets/icons/mainwindow.h
+%%QT_EXAMPLEDIR%%/examples/widgets/imageviewer/imageviewer
+%%QT_EXAMPLEDIR%%/examples/widgets/imageviewer/imageviewer.cpp
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/widgets/imageviewer/imageviewer.debug
+%%QT_EXAMPLEDIR%%/examples/widgets/imageviewer/imageviewer.h
+%%QT_EXAMPLEDIR%%/examples/widgets/imageviewer/imageviewer.pro
+%%QT_EXAMPLEDIR%%/examples/widgets/imageviewer/main.cpp
+%%QT_EXAMPLEDIR%%/examples/widgets/lineedits/lineedits
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/widgets/lineedits/lineedits.debug
+%%QT_EXAMPLEDIR%%/examples/widgets/lineedits/lineedits.pro
+%%QT_EXAMPLEDIR%%/examples/widgets/lineedits/main.cpp
+%%QT_EXAMPLEDIR%%/examples/widgets/lineedits/window.cpp
+%%QT_EXAMPLEDIR%%/examples/widgets/lineedits/window.h
+%%QT_EXAMPLEDIR%%/examples/widgets/movie/animation.mng
+%%QT_EXAMPLEDIR%%/examples/widgets/movie/main.cpp
+%%QT_EXAMPLEDIR%%/examples/widgets/movie/movie
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/widgets/movie/movie.debug
+%%QT_EXAMPLEDIR%%/examples/widgets/movie/movie.pro
+%%QT_EXAMPLEDIR%%/examples/widgets/movie/movieplayer.cpp
+%%QT_EXAMPLEDIR%%/examples/widgets/movie/movieplayer.h
+%%QT_EXAMPLEDIR%%/examples/widgets/scribble/main.cpp
+%%QT_EXAMPLEDIR%%/examples/widgets/scribble/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/examples/widgets/scribble/mainwindow.h
+%%QT_EXAMPLEDIR%%/examples/widgets/scribble/scribble
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/widgets/scribble/scribble.debug
+%%QT_EXAMPLEDIR%%/examples/widgets/scribble/scribble.pro
+%%QT_EXAMPLEDIR%%/examples/widgets/scribble/scribblearea.cpp
+%%QT_EXAMPLEDIR%%/examples/widgets/scribble/scribblearea.h
+%%QT_EXAMPLEDIR%%/examples/widgets/shapedclock/main.cpp
+%%QT_EXAMPLEDIR%%/examples/widgets/shapedclock/shapedclock
+%%QT_EXAMPLEDIR%%/examples/widgets/shapedclock/shapedclock.cpp
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/widgets/shapedclock/shapedclock.debug
+%%QT_EXAMPLEDIR%%/examples/widgets/shapedclock/shapedclock.h
+%%QT_EXAMPLEDIR%%/examples/widgets/shapedclock/shapedclock.pro
+%%QT_EXAMPLEDIR%%/examples/widgets/sliders/main.cpp
+%%QT_EXAMPLEDIR%%/examples/widgets/sliders/sliders
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/widgets/sliders/sliders.debug
+%%QT_EXAMPLEDIR%%/examples/widgets/sliders/sliders.pro
+%%QT_EXAMPLEDIR%%/examples/widgets/sliders/slidersgroup.cpp
+%%QT_EXAMPLEDIR%%/examples/widgets/sliders/slidersgroup.h
+%%QT_EXAMPLEDIR%%/examples/widgets/sliders/window.cpp
+%%QT_EXAMPLEDIR%%/examples/widgets/sliders/window.h
+%%QT_EXAMPLEDIR%%/examples/widgets/spinboxes/main.cpp
+%%QT_EXAMPLEDIR%%/examples/widgets/spinboxes/spinboxes
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/widgets/spinboxes/spinboxes.debug
+%%QT_EXAMPLEDIR%%/examples/widgets/spinboxes/spinboxes.pro
+%%QT_EXAMPLEDIR%%/examples/widgets/spinboxes/window.cpp
+%%QT_EXAMPLEDIR%%/examples/widgets/spinboxes/window.h
+%%QT_EXAMPLEDIR%%/examples/widgets/styles/images/woodbackground.png
+%%QT_EXAMPLEDIR%%/examples/widgets/styles/images/woodbutton.png
+%%QT_EXAMPLEDIR%%/examples/widgets/styles/main.cpp
+%%QT_EXAMPLEDIR%%/examples/widgets/styles/norwegianwoodstyle.cpp
+%%QT_EXAMPLEDIR%%/examples/widgets/styles/norwegianwoodstyle.h
+%%QT_EXAMPLEDIR%%/examples/widgets/styles/styles
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/widgets/styles/styles.debug
+%%QT_EXAMPLEDIR%%/examples/widgets/styles/styles.pro
+%%QT_EXAMPLEDIR%%/examples/widgets/styles/styles.qrc
+%%QT_EXAMPLEDIR%%/examples/widgets/styles/widgetgallery.cpp
+%%QT_EXAMPLEDIR%%/examples/widgets/styles/widgetgallery.h
+%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/images/checkbox_checked.png
+%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/images/checkbox_checked_hover.png
+%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/images/checkbox_checked_pressed.png
+%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/images/checkbox_unchecked.png
+%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/images/checkbox_unchecked_hover.png
+%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/images/checkbox_unchecked_pressed.png
+%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/images/down_arrow.png
+%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/images/down_arrow_disabled.png
+%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/images/frame.png
+%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/images/pagefold.png
+%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/images/pushbutton.png
+%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/images/pushbutton_hover.png
+%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/images/pushbutton_pressed.png
+%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/images/radiobutton_checked.png
+%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/images/radiobutton_checked_hover.png
+%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/images/radiobutton_checked_pressed.png
+%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/images/radiobutton_unchecked.png
+%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/images/radiobutton_unchecked_hover.png
+%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/images/radiobutton_unchecked_pressed.png
+%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/images/sizegrip.png
+%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/images/spindown.png
+%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/images/spindown_hover.png
+%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/images/spindown_off.png
+%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/images/spindown_pressed.png
+%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/images/spinup.png
+%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/images/spinup_hover.png
+%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/images/spinup_off.png
+%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/images/spinup_pressed.png
+%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/images/up_arrow.png
+%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/images/up_arrow_disabled.png
+%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/layouts/default.ui
+%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/layouts/pagefold.ui
+%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/main.cpp
+%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/mainwindow.h
+%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/mainwindow.ui
+%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/qss/coffee.qss
+%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/qss/default.qss
+%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/qss/pagefold.qss
+%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/stylesheet
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/stylesheet.debug
+%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/stylesheet.pro
+%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/stylesheet.qrc
+%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/stylesheeteditor.cpp
+%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/stylesheeteditor.h
+%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/stylesheeteditor.ui
+%%QT_EXAMPLEDIR%%/examples/widgets/tablet/main.cpp
+%%QT_EXAMPLEDIR%%/examples/widgets/tablet/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/examples/widgets/tablet/mainwindow.h
+%%QT_EXAMPLEDIR%%/examples/widgets/tablet/tablet
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/widgets/tablet/tablet.debug
+%%QT_EXAMPLEDIR%%/examples/widgets/tablet/tablet.pro
+%%QT_EXAMPLEDIR%%/examples/widgets/tablet/tabletapplication.cpp
+%%QT_EXAMPLEDIR%%/examples/widgets/tablet/tabletapplication.h
+%%QT_EXAMPLEDIR%%/examples/widgets/tablet/tabletcanvas.cpp
+%%QT_EXAMPLEDIR%%/examples/widgets/tablet/tabletcanvas.h
+%%QT_EXAMPLEDIR%%/examples/widgets/tetrix/main.cpp
+%%QT_EXAMPLEDIR%%/examples/widgets/tetrix/tetrix
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/widgets/tetrix/tetrix.debug
+%%QT_EXAMPLEDIR%%/examples/widgets/tetrix/tetrix.pro
+%%QT_EXAMPLEDIR%%/examples/widgets/tetrix/tetrixboard.cpp
+%%QT_EXAMPLEDIR%%/examples/widgets/tetrix/tetrixboard.h
+%%QT_EXAMPLEDIR%%/examples/widgets/tetrix/tetrixpiece.cpp
+%%QT_EXAMPLEDIR%%/examples/widgets/tetrix/tetrixpiece.h
+%%QT_EXAMPLEDIR%%/examples/widgets/tetrix/tetrixwindow.cpp
+%%QT_EXAMPLEDIR%%/examples/widgets/tetrix/tetrixwindow.h
+%%QT_EXAMPLEDIR%%/examples/widgets/tooltips/images/circle.png
+%%QT_EXAMPLEDIR%%/examples/widgets/tooltips/images/square.png
+%%QT_EXAMPLEDIR%%/examples/widgets/tooltips/images/triangle.png
+%%QT_EXAMPLEDIR%%/examples/widgets/tooltips/main.cpp
+%%QT_EXAMPLEDIR%%/examples/widgets/tooltips/shapeitem.cpp
+%%QT_EXAMPLEDIR%%/examples/widgets/tooltips/shapeitem.h
+%%QT_EXAMPLEDIR%%/examples/widgets/tooltips/sortingbox.cpp
+%%QT_EXAMPLEDIR%%/examples/widgets/tooltips/sortingbox.h
+%%QT_EXAMPLEDIR%%/examples/widgets/tooltips/tooltips
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/widgets/tooltips/tooltips.debug
+%%QT_EXAMPLEDIR%%/examples/widgets/tooltips/tooltips.pro
+%%QT_EXAMPLEDIR%%/examples/widgets/tooltips/tooltips.qrc
+%%QT_EXAMPLEDIR%%/examples/widgets/validators/ledoff.png
+%%QT_EXAMPLEDIR%%/examples/widgets/validators/ledon.png
+%%QT_EXAMPLEDIR%%/examples/widgets/validators/ledwidget.cpp
+%%QT_EXAMPLEDIR%%/examples/widgets/validators/ledwidget.h
+%%QT_EXAMPLEDIR%%/examples/widgets/validators/localeselector.cpp
+%%QT_EXAMPLEDIR%%/examples/widgets/validators/localeselector.h
+%%QT_EXAMPLEDIR%%/examples/widgets/validators/main.cpp
+%%QT_EXAMPLEDIR%%/examples/widgets/validators/validators
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/widgets/validators/validators.debug
+%%QT_EXAMPLEDIR%%/examples/widgets/validators/validators.pro
+%%QT_EXAMPLEDIR%%/examples/widgets/validators/validators.qrc
+%%QT_EXAMPLEDIR%%/examples/widgets/validators/validators.ui
+%%QT_EXAMPLEDIR%%/examples/widgets/widgets.pro
+%%QT_EXAMPLEDIR%%/examples/widgets/wiggly/dialog.cpp
+%%QT_EXAMPLEDIR%%/examples/widgets/wiggly/dialog.h
+%%QT_EXAMPLEDIR%%/examples/widgets/wiggly/main.cpp
+%%QT_EXAMPLEDIR%%/examples/widgets/wiggly/wiggly
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/widgets/wiggly/wiggly.debug
+%%QT_EXAMPLEDIR%%/examples/widgets/wiggly/wiggly.pro
+%%QT_EXAMPLEDIR%%/examples/widgets/wiggly/wigglywidget.cpp
+%%QT_EXAMPLEDIR%%/examples/widgets/wiggly/wigglywidget.h
+%%QT_EXAMPLEDIR%%/examples/widgets/windowflags/controllerwindow.cpp
+%%QT_EXAMPLEDIR%%/examples/widgets/windowflags/controllerwindow.h
+%%QT_EXAMPLEDIR%%/examples/widgets/windowflags/main.cpp
+%%QT_EXAMPLEDIR%%/examples/widgets/windowflags/previewwindow.cpp
+%%QT_EXAMPLEDIR%%/examples/widgets/windowflags/previewwindow.h
+%%QT_EXAMPLEDIR%%/examples/widgets/windowflags/windowflags
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/widgets/windowflags/windowflags.debug
+%%QT_EXAMPLEDIR%%/examples/widgets/windowflags/windowflags.pro
+%%QT_EXAMPLEDIR%%/examples/xml/README
+%%QT_EXAMPLEDIR%%/examples/xml/dombookmarks/dombookmarks
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/xml/dombookmarks/dombookmarks.debug
+%%QT_EXAMPLEDIR%%/examples/xml/dombookmarks/dombookmarks.pro
+%%QT_EXAMPLEDIR%%/examples/xml/dombookmarks/frank.xbel
+%%QT_EXAMPLEDIR%%/examples/xml/dombookmarks/jennifer.xbel
+%%QT_EXAMPLEDIR%%/examples/xml/dombookmarks/main.cpp
+%%QT_EXAMPLEDIR%%/examples/xml/dombookmarks/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/examples/xml/dombookmarks/mainwindow.h
+%%QT_EXAMPLEDIR%%/examples/xml/dombookmarks/xbeltree.cpp
+%%QT_EXAMPLEDIR%%/examples/xml/dombookmarks/xbeltree.h
+%%QT_EXAMPLEDIR%%/examples/xml/htmlinfo/htmlinfo
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/xml/htmlinfo/htmlinfo.debug
+%%QT_EXAMPLEDIR%%/examples/xml/rsslisting/main.cpp
+%%QT_EXAMPLEDIR%%/examples/xml/rsslisting/rsslisting
+%%QT_EXAMPLEDIR%%/examples/xml/rsslisting/rsslisting.cpp
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/xml/rsslisting/rsslisting.debug
+%%QT_EXAMPLEDIR%%/examples/xml/rsslisting/rsslisting.h
+%%QT_EXAMPLEDIR%%/examples/xml/rsslisting/rsslisting.pro
+%%QT_EXAMPLEDIR%%/examples/xml/saxbookmarks/frank.xbel
+%%QT_EXAMPLEDIR%%/examples/xml/saxbookmarks/jennifer.xbel
+%%QT_EXAMPLEDIR%%/examples/xml/saxbookmarks/main.cpp
+%%QT_EXAMPLEDIR%%/examples/xml/saxbookmarks/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/examples/xml/saxbookmarks/mainwindow.h
+%%QT_EXAMPLEDIR%%/examples/xml/saxbookmarks/saxbookmarks
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/xml/saxbookmarks/saxbookmarks.debug
+%%QT_EXAMPLEDIR%%/examples/xml/saxbookmarks/saxbookmarks.pro
+%%QT_EXAMPLEDIR%%/examples/xml/saxbookmarks/xbelgenerator.cpp
+%%QT_EXAMPLEDIR%%/examples/xml/saxbookmarks/xbelgenerator.h
+%%QT_EXAMPLEDIR%%/examples/xml/saxbookmarks/xbelhandler.cpp
+%%QT_EXAMPLEDIR%%/examples/xml/saxbookmarks/xbelhandler.h
+%%QT_EXAMPLEDIR%%/examples/xml/streambookmarks/frank.xbel
+%%QT_EXAMPLEDIR%%/examples/xml/streambookmarks/jennifer.xbel
+%%QT_EXAMPLEDIR%%/examples/xml/streambookmarks/main.cpp
+%%QT_EXAMPLEDIR%%/examples/xml/streambookmarks/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/examples/xml/streambookmarks/mainwindow.h
+%%QT_EXAMPLEDIR%%/examples/xml/streambookmarks/streambookmarks
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/xml/streambookmarks/streambookmarks.debug
+%%QT_EXAMPLEDIR%%/examples/xml/streambookmarks/streambookmarks.pro
+%%QT_EXAMPLEDIR%%/examples/xml/streambookmarks/xbelreader.cpp
+%%QT_EXAMPLEDIR%%/examples/xml/streambookmarks/xbelreader.h
+%%QT_EXAMPLEDIR%%/examples/xml/streambookmarks/xbelwriter.cpp
+%%QT_EXAMPLEDIR%%/examples/xml/streambookmarks/xbelwriter.h
+%%QT_EXAMPLEDIR%%/examples/xml/xml.pro
+%%QT_EXAMPLEDIR%%/examples/xml/xmlstreamlint/main.cpp
+%%QT_EXAMPLEDIR%%/examples/xml/xmlstreamlint/xmlstreamlint
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/xml/xmlstreamlint/xmlstreamlint.debug
+%%QT_EXAMPLEDIR%%/examples/xml/xmlstreamlint/xmlstreamlint.pro
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/README
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/filetree/filetree
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/filetree/filetree.cpp
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/xmlpatterns/filetree/filetree.debug
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/filetree/filetree.h
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/filetree/filetree.pro
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/filetree/main.cpp
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/filetree/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/filetree/mainwindow.h
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/filetree/mainwindow.ui
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/filetree/queries.qrc
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/filetree/xmlsyntaxhighlighter.cpp
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/filetree/xmlsyntaxhighlighter.h
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/qobjectxmlmodel/main.cpp
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/qobjectxmlmodel/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/qobjectxmlmodel/mainwindow.h
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/qobjectxmlmodel/mainwindow.ui
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/qobjectxmlmodel/qobjectxmlmodel
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/qobjectxmlmodel/qobjectxmlmodel.cpp
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/xmlpatterns/qobjectxmlmodel/qobjectxmlmodel.debug
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/qobjectxmlmodel/qobjectxmlmodel.h
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/qobjectxmlmodel/qobjectxmlmodel.pro
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/qobjectxmlmodel/queries.qrc
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/qobjectxmlmodel/xmlsyntaxhighlighter.cpp
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/qobjectxmlmodel/xmlsyntaxhighlighter.h
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/recipes/files/allRecipes.xq
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/recipes/files/cookbook.xml
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/recipes/files/liquidIngredientsInSoup.xq
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/recipes/files/mushroomSoup.xq
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/recipes/files/preparationLessThan30.xq
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/recipes/files/preparationTimes.xq
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/recipes/forms/querywidget.ui
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/recipes/forms/querywidget_mobiles.ui
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/recipes/main.cpp
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/recipes/querymainwindow.cpp
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/recipes/querymainwindow.h
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/recipes/recipes
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/xmlpatterns/recipes/recipes.debug
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/recipes/recipes.pro
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/recipes/recipes.qrc
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/recipes/xmlsyntaxhighlighter.cpp
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/recipes/xmlsyntaxhighlighter.h
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/schema/files/contact.xsd
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/schema/files/invalid_contact.xml
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/schema/files/invalid_order.xml
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/schema/files/invalid_recipe.xml
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/schema/files/order.xsd
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/schema/files/recipe.xsd
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/schema/files/valid_contact.xml
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/schema/files/valid_order.xml
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/schema/files/valid_recipe.xml
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/schema/main.cpp
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/schema/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/schema/mainwindow.h
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/schema/schema
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/xmlpatterns/schema/schema.debug
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/schema/schema.pro
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/schema/schema.qrc
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/schema/xmlsyntaxhighlighter.cpp
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/schema/xmlsyntaxhighlighter.h
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/trafficinfo/main.cpp
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/trafficinfo/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/trafficinfo/mainwindow.h
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/trafficinfo/stationdialog.cpp
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/trafficinfo/stationdialog.h
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/trafficinfo/stationquery.cpp
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/trafficinfo/stationquery.h
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/trafficinfo/timequery.cpp
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/trafficinfo/timequery.h
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/trafficinfo/trafficinfo
+%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/xmlpatterns/trafficinfo/trafficinfo.debug
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/trafficinfo/trafficinfo.pro
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/xmlpatterns.pro
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/xquery/globalVariables/globalVariables.pro
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/xquery/globalVariables/globals.cpp
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/xquery/globalVariables/globals.gccxml
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/xquery/globalVariables/globals.html
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/xquery/globalVariables/reportGlobals.xq
+%%QT_EXAMPLEDIR%%/examples/xmlpatterns/xquery/xquery.pro
+@dirrm %%QT_EXAMPLEDIR%%/examples/xmlpatterns/xquery/globalVariables
+@dirrm %%QT_EXAMPLEDIR%%/examples/xmlpatterns/xquery
+@dirrm %%QT_EXAMPLEDIR%%/examples/xmlpatterns/trafficinfo
+@dirrm %%QT_EXAMPLEDIR%%/examples/xmlpatterns/schema/files
+@dirrm %%QT_EXAMPLEDIR%%/examples/xmlpatterns/schema
+@dirrm %%QT_EXAMPLEDIR%%/examples/xmlpatterns/recipes/forms
+@dirrm %%QT_EXAMPLEDIR%%/examples/xmlpatterns/recipes/files
+@dirrm %%QT_EXAMPLEDIR%%/examples/xmlpatterns/recipes
+@dirrm %%QT_EXAMPLEDIR%%/examples/xmlpatterns/qobjectxmlmodel
+@dirrm %%QT_EXAMPLEDIR%%/examples/xmlpatterns/filetree
+@dirrm %%QT_EXAMPLEDIR%%/examples/xmlpatterns
+@dirrm %%QT_EXAMPLEDIR%%/examples/xml/xmlstreamlint
+@dirrm %%QT_EXAMPLEDIR%%/examples/xml/streambookmarks
+@dirrm %%QT_EXAMPLEDIR%%/examples/xml/saxbookmarks
+@dirrm %%QT_EXAMPLEDIR%%/examples/xml/rsslisting
+@dirrm %%QT_EXAMPLEDIR%%/examples/xml/htmlinfo
+@dirrm %%QT_EXAMPLEDIR%%/examples/xml/dombookmarks
+@dirrm %%QT_EXAMPLEDIR%%/examples/xml
+@dirrm %%QT_EXAMPLEDIR%%/examples/widgets/windowflags
+@dirrm %%QT_EXAMPLEDIR%%/examples/widgets/wiggly
+@dirrm %%QT_EXAMPLEDIR%%/examples/widgets/validators
+@dirrm %%QT_EXAMPLEDIR%%/examples/widgets/tooltips/images
+@dirrm %%QT_EXAMPLEDIR%%/examples/widgets/tooltips
+@dirrm %%QT_EXAMPLEDIR%%/examples/widgets/tetrix
+@dirrm %%QT_EXAMPLEDIR%%/examples/widgets/tablet
+@dirrm %%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/qss
+@dirrm %%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/layouts
+@dirrm %%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/images
+@dirrm %%QT_EXAMPLEDIR%%/examples/widgets/stylesheet
+@dirrm %%QT_EXAMPLEDIR%%/examples/widgets/styles/images
+@dirrm %%QT_EXAMPLEDIR%%/examples/widgets/styles
+@dirrm %%QT_EXAMPLEDIR%%/examples/widgets/spinboxes
+@dirrm %%QT_EXAMPLEDIR%%/examples/widgets/sliders
+@dirrm %%QT_EXAMPLEDIR%%/examples/widgets/shapedclock
+@dirrm %%QT_EXAMPLEDIR%%/examples/widgets/scribble
+@dirrm %%QT_EXAMPLEDIR%%/examples/widgets/movie
+@dirrm %%QT_EXAMPLEDIR%%/examples/widgets/lineedits
+@dirrm %%QT_EXAMPLEDIR%%/examples/widgets/imageviewer
+@dirrm %%QT_EXAMPLEDIR%%/examples/widgets/icons/images
+@dirrm %%QT_EXAMPLEDIR%%/examples/widgets/icons
+@dirrm %%QT_EXAMPLEDIR%%/examples/widgets/groupbox
+@dirrm %%QT_EXAMPLEDIR%%/examples/widgets/digitalclock
+@dirrm %%QT_EXAMPLEDIR%%/examples/widgets/codeeditor
+@dirrm %%QT_EXAMPLEDIR%%/examples/widgets/charactermap
+@dirrm %%QT_EXAMPLEDIR%%/examples/widgets/calendarwidget
+@dirrm %%QT_EXAMPLEDIR%%/examples/widgets/calculator
+@dirrm %%QT_EXAMPLEDIR%%/examples/widgets/analogclock
+@dirrm %%QT_EXAMPLEDIR%%/examples/widgets
+@dirrm %%QT_EXAMPLEDIR%%/examples/webkit/webplugin
+@dirrm %%QT_EXAMPLEDIR%%/examples/webkit/webftpclient
+@dirrm %%QT_EXAMPLEDIR%%/examples/webkit/simplewebplugin
+@dirrm %%QT_EXAMPLEDIR%%/examples/webkit/simpleselector
+@dirrm %%QT_EXAMPLEDIR%%/examples/webkit/previewer
+@dirrm %%QT_EXAMPLEDIR%%/examples/webkit/googlechat
+@dirrm %%QT_EXAMPLEDIR%%/examples/webkit/framecapture
+@dirrm %%QT_EXAMPLEDIR%%/examples/webkit/formextractor
+@dirrm %%QT_EXAMPLEDIR%%/examples/webkit/fancybrowser
+@dirrm %%QT_EXAMPLEDIR%%/examples/webkit/domtraversal
+@dirrm %%QT_EXAMPLEDIR%%/examples/webkit
+@dirrm %%QT_EXAMPLEDIR%%/examples/uitools/textfinder/forms
+@dirrm %%QT_EXAMPLEDIR%%/examples/uitools/textfinder
+@dirrm %%QT_EXAMPLEDIR%%/examples/uitools/multipleinheritance
+@dirrm %%QT_EXAMPLEDIR%%/examples/uitools
+@dirrm %%QT_EXAMPLEDIR%%/examples/tutorials/threads/movedobject
+@dirrm %%QT_EXAMPLEDIR%%/examples/tutorials/threads/hellothreadpool
+@dirrm %%QT_EXAMPLEDIR%%/examples/tutorials/threads/hellothread
+@dirrm %%QT_EXAMPLEDIR%%/examples/tutorials/threads/helloconcurrent
+@dirrm %%QT_EXAMPLEDIR%%/examples/tutorials/threads/clock
+@dirrm %%QT_EXAMPLEDIR%%/examples/tutorials/threads
+@dirrm %%QT_EXAMPLEDIR%%/examples/tutorials/modelview/7_selections
+@dirrm %%QT_EXAMPLEDIR%%/examples/tutorials/modelview/6_treeview
+@dirrm %%QT_EXAMPLEDIR%%/examples/tutorials/modelview/5_edit
+@dirrm %%QT_EXAMPLEDIR%%/examples/tutorials/modelview/4_headers
+@dirrm %%QT_EXAMPLEDIR%%/examples/tutorials/modelview/3_changingmodel
+@dirrm %%QT_EXAMPLEDIR%%/examples/tutorials/modelview/2_formatting
+@dirrm %%QT_EXAMPLEDIR%%/examples/tutorials/modelview/1_readonly
+@dirrm %%QT_EXAMPLEDIR%%/examples/tutorials/modelview
+@dirrm %%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part7
+@dirrm %%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part6
+@dirrm %%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part5
+@dirrm %%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part4
+@dirrm %%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part3
+@dirrm %%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part2
+@dirrm %%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part1
+@dirrm %%QT_EXAMPLEDIR%%/examples/tutorials/addressbook
+@dirrm %%QT_EXAMPLEDIR%%/examples/tutorials
+@dirrm %%QT_EXAMPLEDIR%%/examples/touch/pinchzoom/images
+@dirrm %%QT_EXAMPLEDIR%%/examples/touch/pinchzoom
+@dirrm %%QT_EXAMPLEDIR%%/examples/touch/knobs
+@dirrm %%QT_EXAMPLEDIR%%/examples/touch/fingerpaint
+@dirrm %%QT_EXAMPLEDIR%%/examples/touch/dials
+@dirrm %%QT_EXAMPLEDIR%%/examples/touch
+@dirrm %%QT_EXAMPLEDIR%%/examples/tools/undoframework/images
+@dirrm %%QT_EXAMPLEDIR%%/examples/tools/undoframework
+@dirrm %%QT_EXAMPLEDIR%%/examples/tools/treemodelcompleter/resources
+@dirrm %%QT_EXAMPLEDIR%%/examples/tools/treemodelcompleter
+@dirrm %%QT_EXAMPLEDIR%%/examples/tools/styleplugin/stylewindow
+@dirrm %%QT_EXAMPLEDIR%%/examples/tools/styleplugin/styles
+@dirrm %%QT_EXAMPLEDIR%%/examples/tools/styleplugin/plugin
+@dirrm %%QT_EXAMPLEDIR%%/examples/tools/styleplugin
+@dirrm %%QT_EXAMPLEDIR%%/examples/tools/settingseditor/inifiles
+@dirrm %%QT_EXAMPLEDIR%%/examples/tools/settingseditor
+@dirrm %%QT_EXAMPLEDIR%%/examples/tools/regexp
+@dirrm %%QT_EXAMPLEDIR%%/examples/tools/plugandpaintplugins/extrafilters
+@dirrm %%QT_EXAMPLEDIR%%/examples/tools/plugandpaintplugins/basictools
+@dirrm %%QT_EXAMPLEDIR%%/examples/tools/plugandpaintplugins
+@dirrm %%QT_EXAMPLEDIR%%/examples/tools/plugandpaint/plugins
+@dirrm %%QT_EXAMPLEDIR%%/examples/tools/plugandpaint
+@dirrm %%QT_EXAMPLEDIR%%/examples/tools/inputpanel
+@dirrm %%QT_EXAMPLEDIR%%/examples/tools/i18n/translations
+@dirrm %%QT_EXAMPLEDIR%%/examples/tools/i18n
+@dirrm %%QT_EXAMPLEDIR%%/examples/tools/echoplugin/plugin
+@dirrm %%QT_EXAMPLEDIR%%/examples/tools/echoplugin/echowindow
+@dirrm %%QT_EXAMPLEDIR%%/examples/tools/echoplugin
+@dirrm %%QT_EXAMPLEDIR%%/examples/tools/customcompleter/resources
+@dirrm %%QT_EXAMPLEDIR%%/examples/tools/customcompleter
+@dirrm %%QT_EXAMPLEDIR%%/examples/tools/contiguouscache
+@dirrm %%QT_EXAMPLEDIR%%/examples/tools/completer/resources
+@dirrm %%QT_EXAMPLEDIR%%/examples/tools/completer
+@dirrm %%QT_EXAMPLEDIR%%/examples/tools/codecs/encodedfiles
+@dirrm %%QT_EXAMPLEDIR%%/examples/tools/codecs
+@dirrm %%QT_EXAMPLEDIR%%/examples/tools
+@dirrm %%QT_EXAMPLEDIR%%/examples/threads/waitconditions
+@dirrm %%QT_EXAMPLEDIR%%/examples/threads/semaphores
+@dirrm %%QT_EXAMPLEDIR%%/examples/threads/mandelbrot
+@dirrm %%QT_EXAMPLEDIR%%/examples/threads
+@dirrm %%QT_EXAMPLEDIR%%/examples/statemachine/twowaybutton
+@dirrm %%QT_EXAMPLEDIR%%/examples/statemachine/trafficlight
+@dirrm %%QT_EXAMPLEDIR%%/examples/statemachine/rogue
+@dirrm %%QT_EXAMPLEDIR%%/examples/statemachine/pingpong
+@dirrm %%QT_EXAMPLEDIR%%/examples/statemachine/factorial
+@dirrm %%QT_EXAMPLEDIR%%/examples/statemachine/eventtransitions
+@dirrm %%QT_EXAMPLEDIR%%/examples/statemachine
+@dirrm %%QT_EXAMPLEDIR%%/examples/sql/tablemodel
+@dirrm %%QT_EXAMPLEDIR%%/examples/sql/sqlwidgetmapper
+@dirrm %%QT_EXAMPLEDIR%%/examples/sql/relationaltablemodel
+@dirrm %%QT_EXAMPLEDIR%%/examples/sql/querymodel
+@dirrm %%QT_EXAMPLEDIR%%/examples/sql/masterdetail/images
+@dirrm %%QT_EXAMPLEDIR%%/examples/sql/masterdetail
+@dirrm %%QT_EXAMPLEDIR%%/examples/sql/drilldown/images
+@dirrm %%QT_EXAMPLEDIR%%/examples/sql/drilldown
+@dirrm %%QT_EXAMPLEDIR%%/examples/sql/cachedtable
+@dirrm %%QT_EXAMPLEDIR%%/examples/sql
+@dirrm %%QT_EXAMPLEDIR%%/examples/script/qstetrix
+@dirrm %%QT_EXAMPLEDIR%%/examples/script/qscript
+@dirrm %%QT_EXAMPLEDIR%%/examples/script/marshal
+@dirrm %%QT_EXAMPLEDIR%%/examples/script/helloscript
+@dirrm %%QT_EXAMPLEDIR%%/examples/script/defaultprototypes
+@dirrm %%QT_EXAMPLEDIR%%/examples/script/customclass
+@dirrm %%QT_EXAMPLEDIR%%/examples/script/context2d/scripts
+@dirrm %%QT_EXAMPLEDIR%%/examples/script/context2d
+@dirrm %%QT_EXAMPLEDIR%%/examples/script/calculator
+@dirrm %%QT_EXAMPLEDIR%%/examples/script
+@dirrm %%QT_EXAMPLEDIR%%/examples/richtext/textobject
+@dirrm %%QT_EXAMPLEDIR%%/examples/richtext/syntaxhighlighter
+@dirrm %%QT_EXAMPLEDIR%%/examples/richtext/orderform
+@dirrm %%QT_EXAMPLEDIR%%/examples/richtext/calendar
+@dirrm %%QT_EXAMPLEDIR%%/examples/richtext
+@dirrm %%QT_EXAMPLEDIR%%/examples/qtestlib/tutorial5
+@dirrm %%QT_EXAMPLEDIR%%/examples/qtestlib/tutorial4
+@dirrm %%QT_EXAMPLEDIR%%/examples/qtestlib/tutorial3
+@dirrm %%QT_EXAMPLEDIR%%/examples/qtestlib/tutorial2
+@dirrm %%QT_EXAMPLEDIR%%/examples/qtestlib/tutorial1
+@dirrm %%QT_EXAMPLEDIR%%/examples/qtestlib
+@dirrm %%QT_EXAMPLEDIR%%/examples/qtconcurrent/wordcount
+@dirrm %%QT_EXAMPLEDIR%%/examples/qtconcurrent/runfunction
+@dirrm %%QT_EXAMPLEDIR%%/examples/qtconcurrent/progressdialog
+@dirrm %%QT_EXAMPLEDIR%%/examples/qtconcurrent/map
+@dirrm %%QT_EXAMPLEDIR%%/examples/qtconcurrent/imagescaling
+@dirrm %%QT_EXAMPLEDIR%%/examples/qtconcurrent
+@dirrm %%QT_EXAMPLEDIR%%/examples/phonon/qmusicplayer
+@dirrm %%QT_EXAMPLEDIR%%/examples/phonon/capabilities
+@dirrm %%QT_EXAMPLEDIR%%/examples/phonon
+@dirrm %%QT_EXAMPLEDIR%%/examples/painting/transformations
+@dirrm %%QT_EXAMPLEDIR%%/examples/painting/svgviewer/files
+@dirrm %%QT_EXAMPLEDIR%%/examples/painting/svgviewer
+@dirrm %%QT_EXAMPLEDIR%%/examples/painting/svggenerator
+@dirrm %%QT_EXAMPLEDIR%%/examples/painting/painterpaths
+@dirrm %%QT_EXAMPLEDIR%%/examples/painting/imagecomposition/images
+@dirrm %%QT_EXAMPLEDIR%%/examples/painting/imagecomposition
+@dirrm %%QT_EXAMPLEDIR%%/examples/painting/fontsampler
+@dirrm %%QT_EXAMPLEDIR%%/examples/painting/concentriccircles
+@dirrm %%QT_EXAMPLEDIR%%/examples/painting/basicdrawing/images
+@dirrm %%QT_EXAMPLEDIR%%/examples/painting/basicdrawing
+@dirrm %%QT_EXAMPLEDIR%%/examples/painting
+@dirrm %%QT_EXAMPLEDIR%%/examples/opengl/textures/images
+@dirrm %%QT_EXAMPLEDIR%%/examples/opengl/textures
+@dirrm %%QT_EXAMPLEDIR%%/examples/opengl/samplebuffers
+@dirrm %%QT_EXAMPLEDIR%%/examples/opengl/pbuffers2
+@dirrm %%QT_EXAMPLEDIR%%/examples/opengl/pbuffers
+@dirrm %%QT_EXAMPLEDIR%%/examples/opengl/overpainting
+@dirrm %%QT_EXAMPLEDIR%%/examples/opengl/hellogl
+@dirrm %%QT_EXAMPLEDIR%%/examples/opengl/grabber
+@dirrm %%QT_EXAMPLEDIR%%/examples/opengl/framebufferobject2
+@dirrm %%QT_EXAMPLEDIR%%/examples/opengl/framebufferobject
+@dirrm %%QT_EXAMPLEDIR%%/examples/opengl/2dpainting
+@dirrm %%QT_EXAMPLEDIR%%/examples/opengl
+@dirrm %%QT_EXAMPLEDIR%%/examples/network/torrent/icons
+@dirrm %%QT_EXAMPLEDIR%%/examples/network/torrent/forms
+@dirrm %%QT_EXAMPLEDIR%%/examples/network/torrent
+@dirrm %%QT_EXAMPLEDIR%%/examples/network/threadedfortuneserver
+@dirrm %%QT_EXAMPLEDIR%%/examples/network/securesocketclient
+@dirrm %%QT_EXAMPLEDIR%%/examples/network/qftp/images
+@dirrm %%QT_EXAMPLEDIR%%/examples/network/qftp
+@dirrm %%QT_EXAMPLEDIR%%/examples/network/network-chat
+@dirrm %%QT_EXAMPLEDIR%%/examples/network/multicastsender
+@dirrm %%QT_EXAMPLEDIR%%/examples/network/multicastreceiver
+@dirrm %%QT_EXAMPLEDIR%%/examples/network/loopback
+@dirrm %%QT_EXAMPLEDIR%%/examples/network/http
+@dirrm %%QT_EXAMPLEDIR%%/examples/network/googlesuggest
+@dirrm %%QT_EXAMPLEDIR%%/examples/network/fortuneserver
+@dirrm %%QT_EXAMPLEDIR%%/examples/network/fortuneclient
+@dirrm %%QT_EXAMPLEDIR%%/examples/network/downloadmanager
+@dirrm %%QT_EXAMPLEDIR%%/examples/network/download
+@dirrm %%QT_EXAMPLEDIR%%/examples/network/broadcastsender
+@dirrm %%QT_EXAMPLEDIR%%/examples/network/broadcastreceiver
+@dirrm %%QT_EXAMPLEDIR%%/examples/network/blockingfortuneclient
+@dirrm %%QT_EXAMPLEDIR%%/examples/network
+@dirrm %%QT_EXAMPLEDIR%%/examples/multimedia/videowidget
+@dirrm %%QT_EXAMPLEDIR%%/examples/multimedia/videographicsitem
+@dirrm %%QT_EXAMPLEDIR%%/examples/multimedia/audiooutput
+@dirrm %%QT_EXAMPLEDIR%%/examples/multimedia/audioinput
+@dirrm %%QT_EXAMPLEDIR%%/examples/multimedia/audiodevices
+@dirrm %%QT_EXAMPLEDIR%%/examples/multimedia
+@dirrm %%QT_EXAMPLEDIR%%/examples/mainwindows/sdi/images
+@dirrm %%QT_EXAMPLEDIR%%/examples/mainwindows/sdi
+@dirrm %%QT_EXAMPLEDIR%%/examples/mainwindows/recentfiles
+@dirrm %%QT_EXAMPLEDIR%%/examples/mainwindows/menus
+@dirrm %%QT_EXAMPLEDIR%%/examples/mainwindows/mdi/images
+@dirrm %%QT_EXAMPLEDIR%%/examples/mainwindows/mdi
+@dirrm %%QT_EXAMPLEDIR%%/examples/mainwindows/dockwidgets/images
+@dirrm %%QT_EXAMPLEDIR%%/examples/mainwindows/dockwidgets
+@dirrm %%QT_EXAMPLEDIR%%/examples/mainwindows/application/images
+@dirrm %%QT_EXAMPLEDIR%%/examples/mainwindows/application
+@dirrm %%QT_EXAMPLEDIR%%/examples/mainwindows
+@dirrm %%QT_EXAMPLEDIR%%/examples/linguist/trollprint
+@dirrm %%QT_EXAMPLEDIR%%/examples/linguist/hellotr
+@dirrm %%QT_EXAMPLEDIR%%/examples/linguist/arrowpad
+@dirrm %%QT_EXAMPLEDIR%%/examples/linguist
+@dirrm %%QT_EXAMPLEDIR%%/examples/layouts/flowlayout
+@dirrm %%QT_EXAMPLEDIR%%/examples/layouts/dynamiclayouts
+@dirrm %%QT_EXAMPLEDIR%%/examples/layouts/borderlayout
+@dirrm %%QT_EXAMPLEDIR%%/examples/layouts/basiclayouts
+@dirrm %%QT_EXAMPLEDIR%%/examples/layouts
+@dirrm %%QT_EXAMPLEDIR%%/examples/itemviews/spinboxdelegate
+@dirrm %%QT_EXAMPLEDIR%%/examples/itemviews/simplewidgetmapper
+@dirrm %%QT_EXAMPLEDIR%%/examples/itemviews/simpletreemodel
+@dirrm %%QT_EXAMPLEDIR%%/examples/itemviews/simpledommodel
+@dirrm %%QT_EXAMPLEDIR%%/examples/itemviews/puzzle
+@dirrm %%QT_EXAMPLEDIR%%/examples/itemviews/pixelator/images
+@dirrm %%QT_EXAMPLEDIR%%/examples/itemviews/pixelator
+@dirrm %%QT_EXAMPLEDIR%%/examples/itemviews/frozencolumn
+@dirrm %%QT_EXAMPLEDIR%%/examples/itemviews/fetchmore
+@dirrm %%QT_EXAMPLEDIR%%/examples/itemviews/editabletreemodel
+@dirrm %%QT_EXAMPLEDIR%%/examples/itemviews/dirview
+@dirrm %%QT_EXAMPLEDIR%%/examples/itemviews/delayedencoding
+@dirrm %%QT_EXAMPLEDIR%%/examples/itemviews/customsortfiltermodel
+@dirrm %%QT_EXAMPLEDIR%%/examples/itemviews/combowidgetmapper
+@dirrm %%QT_EXAMPLEDIR%%/examples/itemviews/chart
+@dirrm %%QT_EXAMPLEDIR%%/examples/itemviews/basicsortfiltermodel
+@dirrm %%QT_EXAMPLEDIR%%/examples/itemviews/addressbook
+@dirrm %%QT_EXAMPLEDIR%%/examples/itemviews
+@dirrm %%QT_EXAMPLEDIR%%/examples/ipc/sharedmemory
+@dirrm %%QT_EXAMPLEDIR%%/examples/ipc/localfortuneserver
+@dirrm %%QT_EXAMPLEDIR%%/examples/ipc/localfortuneclient
+@dirrm %%QT_EXAMPLEDIR%%/examples/ipc
+@dirrm %%QT_EXAMPLEDIR%%/examples/helper/qmlapplicationviewer
+@dirrm %%QT_EXAMPLEDIR%%/examples/helper
+@dirrm %%QT_EXAMPLEDIR%%/examples/help/simpletextviewer/documentation/images
+@dirrm %%QT_EXAMPLEDIR%%/examples/help/simpletextviewer/documentation
+@dirrm %%QT_EXAMPLEDIR%%/examples/help/simpletextviewer
+@dirrm %%QT_EXAMPLEDIR%%/examples/help/remotecontrol
+@dirrm %%QT_EXAMPLEDIR%%/examples/help/contextsensitivehelp/doc
+@dirrm %%QT_EXAMPLEDIR%%/examples/help/contextsensitivehelp
+@dirrm %%QT_EXAMPLEDIR%%/examples/help
+@dirrm %%QT_EXAMPLEDIR%%/examples/graphicsview/weatheranchorlayout/images
+@dirrm %%QT_EXAMPLEDIR%%/examples/graphicsview/weatheranchorlayout
+@dirrm %%QT_EXAMPLEDIR%%/examples/graphicsview/simpleanchorlayout
+@dirrm %%QT_EXAMPLEDIR%%/examples/graphicsview/portedcanvas
+@dirrm %%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship
+@dirrm %%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/shield
+@dirrm %%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3
+@dirrm %%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2
+@dirrm %%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1
+@dirrm %%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/powerups
+@dirrm %%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/missile
+@dirrm %%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/exhaust
+@dirrm %%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/bits
+@dirrm %%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites
+@dirrm %%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sounds
+@dirrm %%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids
+@dirrm %%QT_EXAMPLEDIR%%/examples/graphicsview/padnavigator/images
+@dirrm %%QT_EXAMPLEDIR%%/examples/graphicsview/padnavigator
+@dirrm %%QT_EXAMPLEDIR%%/examples/graphicsview/elasticnodes
+@dirrm %%QT_EXAMPLEDIR%%/examples/graphicsview/dragdroprobot/images
+@dirrm %%QT_EXAMPLEDIR%%/examples/graphicsview/dragdroprobot
+@dirrm %%QT_EXAMPLEDIR%%/examples/graphicsview/diagramscene/images
+@dirrm %%QT_EXAMPLEDIR%%/examples/graphicsview/diagramscene
+@dirrm %%QT_EXAMPLEDIR%%/examples/graphicsview/collidingmice/images
+@dirrm %%QT_EXAMPLEDIR%%/examples/graphicsview/collidingmice
+@dirrm %%QT_EXAMPLEDIR%%/examples/graphicsview/basicgraphicslayouts
+@dirrm %%QT_EXAMPLEDIR%%/examples/graphicsview/anchorlayout
+@dirrm %%QT_EXAMPLEDIR%%/examples/graphicsview
+@dirrm %%QT_EXAMPLEDIR%%/examples/gestures/imagegestures
+@dirrm %%QT_EXAMPLEDIR%%/examples/gestures
+@dirrm %%QT_EXAMPLEDIR%%/examples/effects/lighting
+@dirrm %%QT_EXAMPLEDIR%%/examples/effects/fademessage
+@dirrm %%QT_EXAMPLEDIR%%/examples/effects/blurpicker
+@dirrm %%QT_EXAMPLEDIR%%/examples/effects
+@dirrm %%QT_EXAMPLEDIR%%/examples/draganddrop/puzzle
+@dirrm %%QT_EXAMPLEDIR%%/examples/draganddrop/fridgemagnets
+@dirrm %%QT_EXAMPLEDIR%%/examples/draganddrop/dropsite
+@dirrm %%QT_EXAMPLEDIR%%/examples/draganddrop/draggabletext
+@dirrm %%QT_EXAMPLEDIR%%/examples/draganddrop/draggableicons/images
+@dirrm %%QT_EXAMPLEDIR%%/examples/draganddrop/draggableicons
+@dirrm %%QT_EXAMPLEDIR%%/examples/draganddrop/delayedencoding
+@dirrm %%QT_EXAMPLEDIR%%/examples/draganddrop
+@dirrm %%QT_EXAMPLEDIR%%/examples/dialogs/trivialwizard
+@dirrm %%QT_EXAMPLEDIR%%/examples/dialogs/tabdialog
+@dirrm %%QT_EXAMPLEDIR%%/examples/dialogs/standarddialogs
+@dirrm %%QT_EXAMPLEDIR%%/examples/dialogs/licensewizard/images
+@dirrm %%QT_EXAMPLEDIR%%/examples/dialogs/licensewizard
+@dirrm %%QT_EXAMPLEDIR%%/examples/dialogs/findfiles
+@dirrm %%QT_EXAMPLEDIR%%/examples/dialogs/extension
+@dirrm %%QT_EXAMPLEDIR%%/examples/dialogs/configdialog/images
+@dirrm %%QT_EXAMPLEDIR%%/examples/dialogs/configdialog
+@dirrm %%QT_EXAMPLEDIR%%/examples/dialogs/classwizard/images
+@dirrm %%QT_EXAMPLEDIR%%/examples/dialogs/classwizard
+@dirrm %%QT_EXAMPLEDIR%%/examples/dialogs
+@dirrm %%QT_EXAMPLEDIR%%/examples/desktop/systray/images
+@dirrm %%QT_EXAMPLEDIR%%/examples/desktop/systray
+@dirrm %%QT_EXAMPLEDIR%%/examples/desktop/screenshot
+@dirrm %%QT_EXAMPLEDIR%%/examples/desktop
+@dirrm %%QT_EXAMPLEDIR%%/examples/designer/worldtimeclockplugin
+@dirrm %%QT_EXAMPLEDIR%%/examples/designer/worldtimeclockbuilder
+@dirrm %%QT_EXAMPLEDIR%%/examples/designer/taskmenuextension
+@dirrm %%QT_EXAMPLEDIR%%/examples/designer/customwidgetplugin
+@dirrm %%QT_EXAMPLEDIR%%/examples/designer/containerextension
+@dirrm %%QT_EXAMPLEDIR%%/examples/designer/calculatorform
+@dirrm %%QT_EXAMPLEDIR%%/examples/designer/calculatorbuilder
+@dirrm %%QT_EXAMPLEDIR%%/examples/designer
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/xml/xmlhttprequest-example/qml/xmlhttprequest-example
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/xml/xmlhttprequest-example/qml
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/xml/xmlhttprequest-example
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/xml/xmlhttprequest
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/xml
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/ui-components/tabwidget/qml/tabwidget
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/ui-components/tabwidget/qml
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/ui-components/tabwidget
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/ui-components/spinner/qml/spinner/content
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/ui-components/spinner/qml/spinner
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/ui-components/spinner/qml
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/ui-components/spinner
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/ui-components/slideswitch/qml/slideswitch/content
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/ui-components/slideswitch/qml/slideswitch
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/ui-components/slideswitch/qml
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/ui-components/slideswitch
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/ui-components/searchbox/qml/searchbox/images
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/ui-components/searchbox/qml/searchbox
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/ui-components/searchbox/qml
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/ui-components/searchbox
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/ui-components/scrollbar/qml/scrollbar
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/ui-components/scrollbar/qml
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/ui-components/scrollbar
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/ui-components/progressbar/qml/progressbar/content
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/ui-components/progressbar/qml/progressbar
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/ui-components/progressbar/qml
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/ui-components/progressbar
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/ui-components/main/qml/main/pics
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/ui-components/main/qml/main/images
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/ui-components/main/qml/main/content
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/ui-components/main/qml/main
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/ui-components/main/qml
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/ui-components/main
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/ui-components/flipable/qml/flipable/content
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/ui-components/flipable/qml/flipable
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/ui-components/flipable/qml
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/ui-components/flipable
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/ui-components/dialcontrol/qml/dialcontrol/content
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/ui-components/dialcontrol/qml/dialcontrol
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/ui-components/dialcontrol/qml
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/ui-components/dialcontrol
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/ui-components
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/toys/tvtennis/qml/tvtennis
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/toys/tvtennis/qml
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/toys/tvtennis
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/toys/tic-tac-toe/qml/tic-tac-toe/content/pics
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/toys/tic-tac-toe/qml/tic-tac-toe/content
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/toys/tic-tac-toe/qml/tic-tac-toe
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/toys/tic-tac-toe/qml
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/toys/tic-tac-toe
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/toys/dynamicscene/qml/dynamicscene/images
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/toys/dynamicscene/qml/dynamicscene
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/toys/dynamicscene/qml
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/toys/dynamicscene
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/toys/corkboards/qml/corkboards
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/toys/corkboards/qml
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/toys/corkboards
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/toys/clocks/qml/clocks/content
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/toys/clocks/qml/clocks
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/toys/clocks/qml
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/toys/clocks
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/toys
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/touchinteraction/pincharea/qml/pincharea
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/touchinteraction/pincharea/qml
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/touchinteraction/pincharea
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/touchinteraction/mousearea/mousearea-example/qml/mousearea-example
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/touchinteraction/mousearea/mousearea-example/qml
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/touchinteraction/mousearea/mousearea-example
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/touchinteraction/mousearea
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/touchinteraction/gestures/experimental-gestures/qml/experimental-gestures
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/touchinteraction/gestures/experimental-gestures/qml
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/touchinteraction/gestures/experimental-gestures
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/touchinteraction/gestures
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/touchinteraction
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/threading/workerscript/qml/workerscript
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/threading/workerscript/qml
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/threading/workerscript
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/threading/threadedlistmodel/qml/threadedlistmodel
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/threading/threadedlistmodel/qml
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/threading/threadedlistmodel
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/threading
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/text/textselection/qml/textselection/pics
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/text/textselection/qml/textselection
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/text/textselection/qml
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/text/textselection
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/hello/qml/hello/fonts
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/hello/qml/hello
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/hello/qml
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/hello
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/fonts/qml/fonts-qml/fonts
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/fonts/qml/fonts-qml
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/fonts/qml
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/fonts
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/banner/qml/banner/fonts
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/banner/qml/banner
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/banner/qml
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/banner
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/availableFonts/qml/availableFonts/fonts
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/availableFonts/qml/availableFonts
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/availableFonts/qml
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/availableFonts
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/text/fonts
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/text
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/sqllocalstorage/qml/sqllocalstorage
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/sqllocalstorage/qml
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/sqllocalstorage
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/qml/shadereffects/images
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/qml/shadereffects
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/qml
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/shadereffects
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/positioners/qml/positioners
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/positioners/qml
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/positioners
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/newwindows/qml/newwindows
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/newwindows/qml
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/newwindows
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/inlinehtml/qml/inlinehtml
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/inlinehtml/qml
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/inlinehtml
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/googlemaps/qml/googlemaps/content/pics
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/googlemaps/qml/googlemaps/content/Mapping
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/googlemaps/qml/googlemaps/content
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/googlemaps/qml/googlemaps
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/googlemaps/qml
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/googlemaps
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/autosize/qml/autosize
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/autosize/qml
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/autosize
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/alerts/qml/alerts
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/alerts/qml
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/alerts
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/visualitemmodel/qml/visualitemmodel
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/visualitemmodel/qml
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/visualitemmodel
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/stringlistmodel/qml/stringlistmodel
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/stringlistmodel/qml
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/stringlistmodel
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/pathview-example/qml/pathview-example/pics
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/pathview-example/qml/pathview-example
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/pathview-example/qml
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/pathview-example
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/parallax/qml/parallax/pics
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/parallax/qml/parallax
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/parallax/qml
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/parallax
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/package/qml/package
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/package/qml
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/package
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/objectlistmodel/qml/objectlistmodel
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/objectlistmodel/qml
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/objectlistmodel
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/sections/qml/sections/content/pics
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/sections/qml/sections/content
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/sections/qml/sections
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/sections/qml
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/sections
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/pics
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlightranges/qml
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlightranges
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlight/qml/highlight/content/pics
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlight/qml/highlight/content
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlight/qml/highlight
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlight/qml
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlight
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/pics
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/expandingdelegates/qml
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/expandingdelegates
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/pics
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/dynamiclist/qml
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/dynamiclist
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/gridview-example/qml/gridview-example/pics
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/gridview-example/qml/gridview-example
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/gridview-example/qml
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/gridview-example
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/abstractitemmodel/qml/abstractitemmodel
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/abstractitemmodel/qml
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews/abstractitemmodel
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/modelviews
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/keyinteraction/focus/qml/focus/FocusCore/images
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/keyinteraction/focus/qml/focus/FocusCore
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/keyinteraction/focus/qml/focus
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/keyinteraction/focus/qml
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/keyinteraction/focus
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/keyinteraction
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/imageelements/shadows/qml/shadows/content
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/imageelements/shadows/qml/shadows
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/imageelements/shadows/qml
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/imageelements/shadows
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/imageelements/image/qml/image
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/imageelements/image/qml
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/imageelements/image
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/imageelements/borderimage/qml/borderimage/content
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/imageelements/borderimage/qml/borderimage
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/imageelements/borderimage/qml
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/imageelements/borderimage
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/imageelements
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/i18n/qml/i18n
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/i18n/qml
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/i18n
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/valuesource
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/signal
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/properties
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/methods
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/grouped
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/extended
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/default
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/coercion
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/binding
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/attached
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/adding
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qwidgets/QWidgets
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qwidgets
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qgraphicslayouts/qgraphicslinearlayout/qml/qgraphicslinearlayout
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qgraphicslayouts/qgraphicslinearlayout/qml
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qgraphicslayouts/qgraphicslinearlayout
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qgraphicslayouts/qgraphicsgridlayout/qml/qgraphicsgridlayout
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qgraphicslayouts/qgraphicsgridlayout/qml
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qgraphicslayouts/qgraphicsgridlayout
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qgraphicslayouts/layoutitem
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qgraphicslayouts
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/plugins/com/nokia/TimeExample
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/plugins/com/nokia
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/plugins/com
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/plugins
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/networkaccessmanagerfactory/qml/networkaccessmanagerfactory
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/networkaccessmanagerfactory/qml
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/networkaccessmanagerfactory
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/imageprovider/ImageProviderCore
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/imageprovider
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/cppextensions
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/animation/states/qml/states
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/animation/states/qml
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/animation/states
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/animation/easing/qml/easing/content
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/animation/easing/qml/easing
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/animation/easing/qml
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/animation/easing
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/animation/behaviors/behavior-example/qml/behaviours
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/animation/behaviors/behavior-example/qml
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/animation/behaviors/behavior-example
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/animation/behaviors
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/animation/basics/property-animation/qml/property-animation/images
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/animation/basics/property-animation/qml/property-animation
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/animation/basics/property-animation/qml
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/animation/basics/property-animation
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/animation/basics/color-animation/qml/color-animation/images
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/animation/basics/color-animation/qml/color-animation
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/animation/basics/color-animation/qml
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/animation/basics/color-animation
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/animation/basics
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative/animation
+@dirrm %%QT_EXAMPLEDIR%%/examples/declarative
+@dirrm %%QT_EXAMPLEDIR%%/examples/dbus/remotecontrolledcar/controller
+@dirrm %%QT_EXAMPLEDIR%%/examples/dbus/remotecontrolledcar/car
+@dirrm %%QT_EXAMPLEDIR%%/examples/dbus/remotecontrolledcar
+@dirrm %%QT_EXAMPLEDIR%%/examples/dbus/pingpong
+@dirrm %%QT_EXAMPLEDIR%%/examples/dbus/listnames
+@dirrm %%QT_EXAMPLEDIR%%/examples/dbus/complexpingpong
+@dirrm %%QT_EXAMPLEDIR%%/examples/dbus/chat
+@dirrm %%QT_EXAMPLEDIR%%/examples/dbus
+@dirrm %%QT_EXAMPLEDIR%%/examples/animation/stickman
+@dirrm %%QT_EXAMPLEDIR%%/examples/animation/states
+@dirrm %%QT_EXAMPLEDIR%%/examples/animation/moveblocks
+@dirrm %%QT_EXAMPLEDIR%%/examples/animation/easing/images
+@dirrm %%QT_EXAMPLEDIR%%/examples/animation/easing
+@dirrm %%QT_EXAMPLEDIR%%/examples/animation/appchooser
+@dirrm %%QT_EXAMPLEDIR%%/examples/animation/animatedtiles/images
+@dirrm %%QT_EXAMPLEDIR%%/examples/animation/animatedtiles
+@dirrm %%QT_EXAMPLEDIR%%/examples/animation
+@dirrm %%QT_EXAMPLEDIR%%/examples
+@dirrm %%QT_EXAMPLEDIR%%/demos/undo/icons
+@dirrm %%QT_EXAMPLEDIR%%/demos/undo
+@dirrm %%QT_EXAMPLEDIR%%/demos/textedit/images/win
+@dirrm %%QT_EXAMPLEDIR%%/demos/textedit/images/mac
+@dirrm %%QT_EXAMPLEDIR%%/demos/textedit/images
+@dirrm %%QT_EXAMPLEDIR%%/demos/textedit
+@dirrm %%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/welcome
+@dirrm %%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/small
+@dirrm %%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/scalable
+@dirrm %%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/big/explosion/submarine
+@dirrm %%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/big/explosion/boat
+@dirrm %%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/big/explosion
+@dirrm %%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/big
+@dirrm %%QT_EXAMPLEDIR%%/demos/sub-attaq/pics
+@dirrm %%QT_EXAMPLEDIR%%/demos/sub-attaq
+@dirrm %%QT_EXAMPLEDIR%%/demos/sqlbrowser
+@dirrm %%QT_EXAMPLEDIR%%/demos/spreadsheet/images
+@dirrm %%QT_EXAMPLEDIR%%/demos/spreadsheet
+@dirrm %%QT_EXAMPLEDIR%%/demos/spectrum/app/images
+@dirrm %%QT_EXAMPLEDIR%%/demos/spectrum/app
+@dirrm %%QT_EXAMPLEDIR%%/demos/spectrum/3rdparty/fftreal
+@dirrm %%QT_EXAMPLEDIR%%/demos/spectrum/3rdparty
+@dirrm %%QT_EXAMPLEDIR%%/demos/spectrum
+@dirrm %%QT_EXAMPLEDIR%%/demos/shared/images
+@dirrm %%QT_EXAMPLEDIR%%/demos/shared
+@dirrm %%QT_EXAMPLEDIR%%/demos/qtdemo/xml
+@dirrm %%QT_EXAMPLEDIR%%/demos/qtdemo/images
+@dirrm %%QT_EXAMPLEDIR%%/demos/qtdemo
+@dirrm %%QT_EXAMPLEDIR%%/demos/qmediaplayer/images
+@dirrm %%QT_EXAMPLEDIR%%/demos/qmediaplayer
+@dirrm %%QT_EXAMPLEDIR%%/demos/pathstroke
+@dirrm %%QT_EXAMPLEDIR%%/demos/mainwindow
+@dirrm %%QT_EXAMPLEDIR%%/demos/interview/images
+@dirrm %%QT_EXAMPLEDIR%%/demos/interview
+@dirrm %%QT_EXAMPLEDIR%%/demos/helper/qmlapplicationviewer
+@dirrm %%QT_EXAMPLEDIR%%/demos/helper
+@dirrm %%QT_EXAMPLEDIR%%/demos/gradients
+@dirrm %%QT_EXAMPLEDIR%%/demos/glhypnotizer
+@dirrm %%QT_EXAMPLEDIR%%/demos/embeddeddialogs
+@dirrm %%QT_EXAMPLEDIR%%/demos/deform
+@dirrm %%QT_EXAMPLEDIR%%/demos/declarative/webbrowser/qml/webbrowser/content/pics
+@dirrm %%QT_EXAMPLEDIR%%/demos/declarative/webbrowser/qml/webbrowser/content
+@dirrm %%QT_EXAMPLEDIR%%/demos/declarative/webbrowser/qml/webbrowser
+@dirrm %%QT_EXAMPLEDIR%%/demos/declarative/webbrowser/qml
+@dirrm %%QT_EXAMPLEDIR%%/demos/declarative/webbrowser
+@dirrm %%QT_EXAMPLEDIR%%/demos/declarative/twitter/qml/twitter/TwitterCore/images
+@dirrm %%QT_EXAMPLEDIR%%/demos/declarative/twitter/qml/twitter/TwitterCore
+@dirrm %%QT_EXAMPLEDIR%%/demos/declarative/twitter/qml/twitter
+@dirrm %%QT_EXAMPLEDIR%%/demos/declarative/twitter/qml
+@dirrm %%QT_EXAMPLEDIR%%/demos/declarative/twitter
+@dirrm %%QT_EXAMPLEDIR%%/demos/declarative/snake/qml/snake/content/pics
+@dirrm %%QT_EXAMPLEDIR%%/demos/declarative/snake/qml/snake/content
+@dirrm %%QT_EXAMPLEDIR%%/demos/declarative/snake/qml/snake
+@dirrm %%QT_EXAMPLEDIR%%/demos/declarative/snake/qml
+@dirrm %%QT_EXAMPLEDIR%%/demos/declarative/snake
+@dirrm %%QT_EXAMPLEDIR%%/demos/declarative/samegame/qml/samegame/highscores
+@dirrm %%QT_EXAMPLEDIR%%/demos/declarative/samegame/qml/samegame/SamegameCore/pics
+@dirrm %%QT_EXAMPLEDIR%%/demos/declarative/samegame/qml/samegame/SamegameCore
+@dirrm %%QT_EXAMPLEDIR%%/demos/declarative/samegame/qml/samegame
+@dirrm %%QT_EXAMPLEDIR%%/demos/declarative/samegame/qml
+@dirrm %%QT_EXAMPLEDIR%%/demos/declarative/samegame
+@dirrm %%QT_EXAMPLEDIR%%/demos/declarative/rssnews/qml/rssnews/content/images
+@dirrm %%QT_EXAMPLEDIR%%/demos/declarative/rssnews/qml/rssnews/content
+@dirrm %%QT_EXAMPLEDIR%%/demos/declarative/rssnews/qml/rssnews
+@dirrm %%QT_EXAMPLEDIR%%/demos/declarative/rssnews/qml
+@dirrm %%QT_EXAMPLEDIR%%/demos/declarative/rssnews
+@dirrm %%QT_EXAMPLEDIR%%/demos/declarative/photoviewer/qml/photoviewer/i18n
+@dirrm %%QT_EXAMPLEDIR%%/demos/declarative/photoviewer/qml/photoviewer/PhotoViewerCore/script
+@dirrm %%QT_EXAMPLEDIR%%/demos/declarative/photoviewer/qml/photoviewer/PhotoViewerCore/images
+@dirrm %%QT_EXAMPLEDIR%%/demos/declarative/photoviewer/qml/photoviewer/PhotoViewerCore
+@dirrm %%QT_EXAMPLEDIR%%/demos/declarative/photoviewer/qml/photoviewer
+@dirrm %%QT_EXAMPLEDIR%%/demos/declarative/photoviewer/qml
+@dirrm %%QT_EXAMPLEDIR%%/demos/declarative/photoviewer
+@dirrm %%QT_EXAMPLEDIR%%/demos/declarative/minehunt/qml/minehunt/MinehuntCore/pics
+@dirrm %%QT_EXAMPLEDIR%%/demos/declarative/minehunt/qml/minehunt/MinehuntCore
+@dirrm %%QT_EXAMPLEDIR%%/demos/declarative/minehunt/qml/minehunt
+@dirrm %%QT_EXAMPLEDIR%%/demos/declarative/minehunt/qml
+@dirrm %%QT_EXAMPLEDIR%%/demos/declarative/minehunt
+@dirrm %%QT_EXAMPLEDIR%%/demos/declarative/flickr/qml/flickr/mobile/images
+@dirrm %%QT_EXAMPLEDIR%%/demos/declarative/flickr/qml/flickr/mobile
+@dirrm %%QT_EXAMPLEDIR%%/demos/declarative/flickr/qml/flickr/common
+@dirrm %%QT_EXAMPLEDIR%%/demos/declarative/flickr/qml/flickr
+@dirrm %%QT_EXAMPLEDIR%%/demos/declarative/flickr/qml
+@dirrm %%QT_EXAMPLEDIR%%/demos/declarative/flickr
+@dirrm %%QT_EXAMPLEDIR%%/demos/declarative/calculator/qml/calculator/CalculatorCore/images
+@dirrm %%QT_EXAMPLEDIR%%/demos/declarative/calculator/qml/calculator/CalculatorCore
+@dirrm %%QT_EXAMPLEDIR%%/demos/declarative/calculator/qml/calculator
+@dirrm %%QT_EXAMPLEDIR%%/demos/declarative/calculator/qml
+@dirrm %%QT_EXAMPLEDIR%%/demos/declarative/calculator
+@dirrm %%QT_EXAMPLEDIR%%/demos/declarative
+@dirrm %%QT_EXAMPLEDIR%%/demos/composition
+@dirrm %%QT_EXAMPLEDIR%%/demos/chip
+@dirrm %%QT_EXAMPLEDIR%%/demos/browser/htmls
+@dirrm %%QT_EXAMPLEDIR%%/demos/browser/data
+@dirrm %%QT_EXAMPLEDIR%%/demos/browser
+@dirrm %%QT_EXAMPLEDIR%%/demos/boxes/3rdparty
+@dirrm %%QT_EXAMPLEDIR%%/demos/boxes
+@dirrm %%QT_EXAMPLEDIR%%/demos/books/images
+@dirrm %%QT_EXAMPLEDIR%%/demos/books
+@dirrm %%QT_EXAMPLEDIR%%/demos/arthurplugin
+@dirrm %%QT_EXAMPLEDIR%%/demos/affine
+@dirrm %%QT_EXAMPLEDIR%%/demos
+@dirrm %%QT_EXAMPLEDIR%%
@dirrmtry %%QT_PLUGINDIR%%/designer
@dirrmtry %%QT_PLUGINDIR%%