[Midnightbsd-cvs] mports [22561] trunk/devel: man page remove
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Mon Sep 25 23:22:42 EDT 2017
Revision: 22561
http://svnweb.midnightbsd.org/mports/?rev=22561
Author: laffer1
Date: 2017-09-25 23:22:41 -0400 (Mon, 25 Sep 2017)
Log Message:
-----------
man page remove
Modified Paths:
--------------
trunk/devel/p5-Module-Implementation/Makefile
trunk/devel/qtcreator/Makefile
trunk/devel/qtcreator/distinfo
trunk/devel/qtcreator/pkg-plist
Removed Paths:
-------------
trunk/devel/qtcreator/files/
Modified: trunk/devel/p5-Module-Implementation/Makefile
===================================================================
--- trunk/devel/p5-Module-Implementation/Makefile 2017-09-26 03:21:57 UTC (rev 22560)
+++ trunk/devel/p5-Module-Implementation/Makefile 2017-09-26 03:22:41 UTC (rev 22561)
@@ -17,8 +17,6 @@
PERL_CONFIGURE= yes
-MAN3= Module::Implementation.3
-
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001
Modified: trunk/devel/qtcreator/Makefile
===================================================================
--- trunk/devel/qtcreator/Makefile 2017-09-26 03:21:57 UTC (rev 22560)
+++ trunk/devel/qtcreator/Makefile 2017-09-26 03:22:41 UTC (rev 22561)
@@ -1,68 +1,74 @@
# $MidnightBSD$
PORTNAME= qtcreator
-DISTVERSION= 2.6.1
+DISTVERSION= 4.1.0
CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_QT:S/$/:qtcreator/} \
- ${MASTER_SITE_QT}
-MASTER_SITE_SUBDIR= official_releases/qtcreator/${DISTVERSION:R}/${DISTVERSION}/:qtcreator \
- official_releases/qt/${QT4_VERSION:R}/${QT4_VERSION}
-DISTNAME= qt-creator-${DISTVERSION}-src
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:qtcreator \
- ${QT_DISTNAME}.tar.gz
-DIST_SUBDIR= KDE
+MASTER_SITES= QT/official_releases/qtcreator/${DISTVERSION:R}/${DISTVERSION}
+DISTNAME= qt-creator-opensource-src-${DISTVERSION}
+DIST_SUBDIR= KDE/Qt/qtcreator
MAINTAINER= ports at MidnightBSD.org
COMMENT= C++ and QML IDE for Qt development
-LICENSE= lgpl
+LICENSE= gpl3
-LIB_DEPENDS= Imath:${PORTSDIR}/graphics/ilmbase \
- IlmImf:${PORTSDIR}/graphics/OpenEXR \
- jasper:${PORTSDIR}/graphics/jasper \
- jpeg:${PORTSDIR}/graphics/jpeg
+# depend on the split out qbs
+LIB_DEPENDS= libqbscore.so:devel/qbs
-USE_QT4= qmake_build moc_build rcc_build uic_build \
- linguist_build assistant_run qt3support \
- dbus designer gui help-tools_build network script \
- sql svg xml webkit qdoc3_build
-HAS_CONFIGURE= yes
-MAKE_ENV+= INSTALL_ROOT=${PREFIX}
-MAKE_JOBS_UNSAFE= yes
-ALL_TARGET= all docs
-INSTALL_TARGET= install install_docs
-USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME}
+USE_LDCONFIG= ${LOCALBASE}/lib/${PORTNAME}
+USES= qmake compiler:c++11-lib
+USE_GL= gl
+USE_QT5= buildtools concurrent core declarative designer gui help \
+ linguist network printsupport qdoc qml quick quickcontrols \
+ script script sql svg webkit widgets xml xmlpatterns
-QMAKE_ARGS= -recursive CONFIG+="configure" ${QMAKE_PRO}
-QMAKE_PRO= ${WRKSRC}/${PORTNAME}.pro
+# be paranoid and do not extract qbs (devel/qbs) copy from source tree
+EXTRACT_AFTER_ARGS+= --exclude '${DISTNAME}/src/shared/qbs'
+# Set QBS_INSTALL_DIR for QBS plugin build and set config parameter to build
+# the qbsprojectmanager plugin without compile error
+QMAKE_ARGS+= QBS_INSTALL_DIR=${PREFIX} CONFIG+=qbs_enable_project_file_updates
-# Build Qt Quick Designer (requires update on every Qt update).
-QT_DISTNAME= qt-everywhere-opensource-src-${QT4_VERSION}
-DO_NOT_EXTRACT= config.profiles config.tests demos doc examples lib \
- mkspecs tools translations
-.for dne in ${DO_NOT_EXTRACT}
-EXTRACT_AFTER_ARGS+= --exclude '${QT_DISTNAME}/${dne}'
-.endfor
-QMAKE_ARGS+= QT_PRIVATE_HEADERS="${WRKDIR}/${QT_DISTNAME}/include"
+# Enforce installation to ${PREFIX}.
+QMAKE_ARGS+= QTC_PREFIX=${PREFIX}
-CONFIGURE_WRKSRC= ${WRKDIR}/build
-BUILD_WRKSRC= ${CONFIGURE_WRKSRC}
-INSTALL_WRKSRC= ${CONFIGURE_WRKSRC}
+# Required for building the port with GCC: the define below is required for
+# std::to_string() to exist. More details in ports/193528.
+QMAKE_ARGS+= DEFINES+=_GLIBCXX_USE_C99
-DESKTOP_ENTRIES= "Qt Creator" "${COMMENT}" "QtProject-qtcreator" \
- "${PREFIX}/bin/${PORTNAME}" "Development;Qt;" true
+DESKTOP_ENTRIES="Qt Creator" "" "QtProject-qtcreator" \
+ "${PREFIX}/bin/${PORTNAME}" "Development;Qt;" true
+BROKEN_aarch64= fails to build: invokes x86 asm
+
+OPTIONS_DEFINE= DOCS EXAMPLES
+DOCS_DESC= Install the Qt5 api documentation
+DOCS_USE= QT5=doc_run
+EXAMPLES_DESC= Install the Qt5 example projects
+EXAMPLES_USE= QT5=examples_run
+OPTIONS_DEFAULT= ${OPTIONS_DEFINE}
+
+ALL_TARGET= all
+INSTALL_TARGET= install
+
+DOCS_ALL_TARGET= docs
+DOCS_INSTALL_TARGET= install_docs
+
+# Fix paths for gnuplot and ant.
post-patch:
- ${REINPLACE_CMD} -e 's|lrelease|lrelease-qt4|' \
- ${WRKSRC}/share/qtcreator/translations/translations.pro
- ${REINPLACE_CMD} -e 's|lupdate|lupdate-qt4|' \
- ${WRKSRC}/share/qtcreator/translations/translations.pro
- ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \
- ${WRKSRC}/src/plugins/android/androidsettingswidget.cpp
+ ${REINPLACE_CMD} -e 's|/usr/bin/gnuplot|${LOCALBASE}/bin/gnuplot|' \
+ ${WRKSRC}/share/qtcreator/debugger/dumper.py
+ ${REINPLACE_CMD} -e 's|/usr/bin/ant|${LOCALBASE}/bin/ant|' \
+ ${WRKSRC}/src/plugins/android/androidsettingswidget.cpp
-do-configure:
- ${MKDIR} ${CONFIGURE_WRKSRC}
- cd ${CONFIGURE_WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \
- ${QMAKE} ${QMAKEFLAGS} ${QMAKE_ARGS}
+pre-configure:
+# We piggyback on QMAKE_LIBDIR_FLAGS to make sure -L${WRKSRC}/lib is passed to
+# the linker before -L/usr/local/lib. By default, the opposite happens, which
+# is a problem when a Qt port is being upgraded, since an existing library
+# would end up being picked up instead of those built in ${WRKSRC}/lib. Since
+# qmake appends the value of QMAKE_LIBDIR to QMAKE_LIBDIR_FLAGS, we can use the
+# latter to get the linker path order right. qmake is smart enough to strip
+# occurrences of ${WRKSRC}/lib from .pc and .prl files when installing them.
+# See QTBUG-40825 and ports bugs 194088, 195105 and 198720.
+ ${ECHO_CMD} 'QMAKE_LIBDIR_FLAGS = -L${WRKSRC}/lib' >> ${WRKSRC}/.qmake.cache
.include <bsd.port.mk>
Modified: trunk/devel/qtcreator/distinfo
===================================================================
--- trunk/devel/qtcreator/distinfo 2017-09-26 03:21:57 UTC (rev 22560)
+++ trunk/devel/qtcreator/distinfo 2017-09-26 03:22:41 UTC (rev 22561)
@@ -1,4 +1,3 @@
-SHA256 (KDE/qt-creator-2.6.1-src.tar.gz) = 8031e81e5e81e398575dd90245defcd29eeaf60d5907861707d85f4325d3d215
-SIZE (KDE/qt-creator-2.6.1-src.tar.gz) = 21355916
-SHA256 (KDE/qt-everywhere-opensource-src-4.8.6.tar.gz) = 8b14dd91b52862e09b8e6a963507b74bc2580787d171feda197badfa7034032c
-SIZE (KDE/qt-everywhere-opensource-src-4.8.6.tar.gz) = 241623667
+TIMESTAMP = 1487805767
+SHA256 (KDE/Qt/qtcreator/qt-creator-opensource-src-4.1.0.tar.gz) = 412c0223dbfd86983b39e10e2c7cb42b530995cfe2f3aa3529ea3f1b00ffb403
+SIZE (KDE/Qt/qtcreator/qt-creator-opensource-src-4.1.0.tar.gz) = 22342296
Modified: trunk/devel/qtcreator/pkg-plist
===================================================================
--- trunk/devel/qtcreator/pkg-plist 2017-09-26 03:21:57 UTC (rev 22560)
+++ trunk/devel/qtcreator/pkg-plist 2017-09-26 03:22:41 UTC (rev 22561)
@@ -1,208 +1,132 @@
-bin/qmlpuppet
bin/qtcreator
-bin/qtcreator.sh
-bin/qtcreator_process_stub
-bin/qtpromaker
-bin/sdktool
lib/qtcreator/libAggregation.so
-lib/qtcreator/libAggregation.so.1
-lib/qtcreator/libAggregation.so.1.0
-lib/qtcreator/libAggregation.so.1.0.0
+lib/qtcreator/libAggregation.so.4
+lib/qtcreator/libAggregation.so.4.2
+lib/qtcreator/libAggregation.so.4.2.0
lib/qtcreator/libCPlusPlus.so
-lib/qtcreator/libCPlusPlus.so.1
-lib/qtcreator/libCPlusPlus.so.1.0
-lib/qtcreator/libCPlusPlus.so.1.0.0
-lib/qtcreator/libDebuggingHelper.so
-lib/qtcreator/libDebuggingHelper.so.1
-lib/qtcreator/libDebuggingHelper.so.1.0
-lib/qtcreator/libDebuggingHelper.so.1.0.0
+lib/qtcreator/libCPlusPlus.so.4
+lib/qtcreator/libCPlusPlus.so.4.2
+lib/qtcreator/libCPlusPlus.so.4.2.0
+lib/qtcreator/libClangbackendipc.so
+lib/qtcreator/libClangbackendipc.so.4
+lib/qtcreator/libClangbackendipc.so.4.2
+lib/qtcreator/libClangbackendipc.so.4.2.0
lib/qtcreator/libExtensionSystem.so
-lib/qtcreator/libExtensionSystem.so.1
-lib/qtcreator/libExtensionSystem.so.1.0
-lib/qtcreator/libExtensionSystem.so.1.0.0
+lib/qtcreator/libExtensionSystem.so.4
+lib/qtcreator/libExtensionSystem.so.4.2
+lib/qtcreator/libExtensionSystem.so.4.2.0
+lib/qtcreator/libFlameGraph.so
+lib/qtcreator/libFlameGraph.so.4
+lib/qtcreator/libFlameGraph.so.4.2
+lib/qtcreator/libFlameGraph.so.4.2.0
lib/qtcreator/libGLSL.so
-lib/qtcreator/libGLSL.so.1
-lib/qtcreator/libGLSL.so.1.0
-lib/qtcreator/libGLSL.so.1.0.0
+lib/qtcreator/libGLSL.so.4
+lib/qtcreator/libGLSL.so.4.2
+lib/qtcreator/libGLSL.so.4.2.0
lib/qtcreator/libLanguageUtils.so
-lib/qtcreator/libLanguageUtils.so.1
-lib/qtcreator/libLanguageUtils.so.1.0
-lib/qtcreator/libLanguageUtils.so.1.0.0
+lib/qtcreator/libLanguageUtils.so.4
+lib/qtcreator/libLanguageUtils.so.4.2
+lib/qtcreator/libLanguageUtils.so.4.2.0
+lib/qtcreator/libModeling.so
+lib/qtcreator/libModeling.so.4
+lib/qtcreator/libModeling.so.4.2
+lib/qtcreator/libModeling.so.4.2.0
lib/qtcreator/libQmlDebug.so
-lib/qtcreator/libQmlDebug.so.1
-lib/qtcreator/libQmlDebug.so.1.0
-lib/qtcreator/libQmlDebug.so.1.0.0
+lib/qtcreator/libQmlDebug.so.4
+lib/qtcreator/libQmlDebug.so.4.2
+lib/qtcreator/libQmlDebug.so.4.2.0
lib/qtcreator/libQmlEditorWidgets.so
-lib/qtcreator/libQmlEditorWidgets.so.1
-lib/qtcreator/libQmlEditorWidgets.so.1.0
-lib/qtcreator/libQmlEditorWidgets.so.1.0.0
+lib/qtcreator/libQmlEditorWidgets.so.4
+lib/qtcreator/libQmlEditorWidgets.so.4.2
+lib/qtcreator/libQmlEditorWidgets.so.4.2.0
lib/qtcreator/libQmlJS.so
-lib/qtcreator/libQmlJS.so.1
-lib/qtcreator/libQmlJS.so.1.0
-lib/qtcreator/libQmlJS.so.1.0.0
+lib/qtcreator/libQmlJS.so.4
+lib/qtcreator/libQmlJS.so.4.2
+lib/qtcreator/libQmlJS.so.4.2.0
lib/qtcreator/libQtcSsh.so
-lib/qtcreator/libQtcSsh.so.1
-lib/qtcreator/libQtcSsh.so.1.0
-lib/qtcreator/libQtcSsh.so.1.0.0
+lib/qtcreator/libQtcSsh.so.4
+lib/qtcreator/libQtcSsh.so.4.2
+lib/qtcreator/libQtcSsh.so.4.2.0
+lib/qtcreator/libSqlite.so
+lib/qtcreator/libSqlite.so.4
+lib/qtcreator/libSqlite.so.4.2
+lib/qtcreator/libSqlite.so.4.2.0
+lib/qtcreator/libTimeline.so
+lib/qtcreator/libTimeline.so.4
+lib/qtcreator/libTimeline.so.4.2
+lib/qtcreator/libTimeline.so.4.2.0
lib/qtcreator/libUtils.so
-lib/qtcreator/libUtils.so.1
-lib/qtcreator/libUtils.so.1.0
-lib/qtcreator/libUtils.so.1.0.0
-lib/qtcreator/libzeroconf.so
-lib/qtcreator/libzeroconf.so.1
-lib/qtcreator/libzeroconf.so.1.0
-lib/qtcreator/libzeroconf.so.1.0.0
-lib/qtcreator/plugins/QtProject/AnalyzerBase.pluginspec
-lib/qtcreator/plugins/QtProject/Android.pluginspec
-lib/qtcreator/plugins/QtProject/AutotoolsProjectManager.pluginspec
-lib/qtcreator/plugins/QtProject/Bazaar.pluginspec
-lib/qtcreator/plugins/QtProject/BinEditor.pluginspec
-lib/qtcreator/plugins/QtProject/Bookmarks.pluginspec
-lib/qtcreator/plugins/QtProject/CMakeProjectManager.pluginspec
-lib/qtcreator/plugins/QtProject/CVS.pluginspec
-lib/qtcreator/plugins/QtProject/ClassView.pluginspec
-lib/qtcreator/plugins/QtProject/ClearCase.pluginspec
-lib/qtcreator/plugins/QtProject/CodePaster.pluginspec
-lib/qtcreator/plugins/QtProject/Core.pluginspec
-lib/qtcreator/plugins/QtProject/CppEditor.pluginspec
-lib/qtcreator/plugins/QtProject/CppTools.pluginspec
-lib/qtcreator/plugins/QtProject/Debugger.pluginspec
-lib/qtcreator/plugins/QtProject/Designer.pluginspec
-lib/qtcreator/plugins/QtProject/FakeVim.pluginspec
-lib/qtcreator/plugins/QtProject/Find.pluginspec
-lib/qtcreator/plugins/QtProject/GLSLEditor.pluginspec
-lib/qtcreator/plugins/QtProject/GenericProjectManager.pluginspec
-lib/qtcreator/plugins/QtProject/Git.pluginspec
-lib/qtcreator/plugins/QtProject/HelloWorld.pluginspec
-lib/qtcreator/plugins/QtProject/Help.pluginspec
-lib/qtcreator/plugins/QtProject/ImageViewer.pluginspec
-lib/qtcreator/plugins/QtProject/Locator.pluginspec
-lib/qtcreator/plugins/QtProject/Macros.pluginspec
-lib/qtcreator/plugins/QtProject/Madde.pluginspec
-lib/qtcreator/plugins/QtProject/Mercurial.pluginspec
-lib/qtcreator/plugins/QtProject/Perforce.pluginspec
-lib/qtcreator/plugins/QtProject/ProjectExplorer.pluginspec
-lib/qtcreator/plugins/QtProject/QmlDesigner.pluginspec
-lib/qtcreator/plugins/QtProject/QmlJSEditor.pluginspec
-lib/qtcreator/plugins/QtProject/QmlJSTools.pluginspec
-lib/qtcreator/plugins/QtProject/QmlProfiler.pluginspec
-lib/qtcreator/plugins/QtProject/QmlProjectManager.pluginspec
-lib/qtcreator/plugins/QtProject/Qt4ProjectManager.pluginspec
-lib/qtcreator/plugins/QtProject/QtSupport.pluginspec
-lib/qtcreator/plugins/QtProject/RemoteLinux.pluginspec
-lib/qtcreator/plugins/QtProject/ResourceEditor.pluginspec
-lib/qtcreator/plugins/QtProject/Subversion.pluginspec
-lib/qtcreator/plugins/QtProject/TaskList.pluginspec
-lib/qtcreator/plugins/QtProject/TextEditor.pluginspec
-lib/qtcreator/plugins/QtProject/Todo.pluginspec
-lib/qtcreator/plugins/QtProject/UpdateInfo.pluginspec
-lib/qtcreator/plugins/QtProject/Valgrind.pluginspec
-lib/qtcreator/plugins/QtProject/VcsBase.pluginspec
-lib/qtcreator/plugins/QtProject/Welcome.pluginspec
-lib/qtcreator/plugins/QtProject/libAnalyzerBase.so
-lib/qtcreator/plugins/QtProject/libAndroid.so
-lib/qtcreator/plugins/QtProject/libAutotoolsProjectManager.so
-lib/qtcreator/plugins/QtProject/libBazaar.so
-lib/qtcreator/plugins/QtProject/libBinEditor.so
-lib/qtcreator/plugins/QtProject/libBookmarks.so
-lib/qtcreator/plugins/QtProject/libCMakeProjectManager.so
-lib/qtcreator/plugins/QtProject/libCVS.so
-lib/qtcreator/plugins/QtProject/libClassView.so
-lib/qtcreator/plugins/QtProject/libClearCase.so
-lib/qtcreator/plugins/QtProject/libCodePaster.so
-lib/qtcreator/plugins/QtProject/libCore.so
-lib/qtcreator/plugins/QtProject/libCppEditor.so
-lib/qtcreator/plugins/QtProject/libCppTools.so
-lib/qtcreator/plugins/QtProject/libDebugger.so
-lib/qtcreator/plugins/QtProject/libDesigner.so
-lib/qtcreator/plugins/QtProject/libFakeVim.so
-lib/qtcreator/plugins/QtProject/libFind.so
-lib/qtcreator/plugins/QtProject/libGLSLEditor.so
-lib/qtcreator/plugins/QtProject/libGenericProjectManager.so
-lib/qtcreator/plugins/QtProject/libGit.so
-lib/qtcreator/plugins/QtProject/libHelloWorld.so
-lib/qtcreator/plugins/QtProject/libHelp.so
-lib/qtcreator/plugins/QtProject/libImageViewer.so
-lib/qtcreator/plugins/QtProject/libLocator.so
-lib/qtcreator/plugins/QtProject/libMacros.so
-lib/qtcreator/plugins/QtProject/libMadde.so
-lib/qtcreator/plugins/QtProject/libMercurial.so
-lib/qtcreator/plugins/QtProject/libPerforce.so
-lib/qtcreator/plugins/QtProject/libProjectExplorer.so
-lib/qtcreator/plugins/QtProject/libQmlDesigner.so
-lib/qtcreator/plugins/QtProject/libQmlJSEditor.so
-lib/qtcreator/plugins/QtProject/libQmlJSTools.so
-lib/qtcreator/plugins/QtProject/libQmlProfiler.so
-lib/qtcreator/plugins/QtProject/libQmlProjectManager.so
-lib/qtcreator/plugins/QtProject/libQt4ProjectManager.so
-lib/qtcreator/plugins/QtProject/libQtSupport.so
-lib/qtcreator/plugins/QtProject/libRemoteLinux.so
-lib/qtcreator/plugins/QtProject/libResourceEditor.so
-lib/qtcreator/plugins/QtProject/libSubversion.so
-lib/qtcreator/plugins/QtProject/libTaskList.so
-lib/qtcreator/plugins/QtProject/libTextEditor.so
-lib/qtcreator/plugins/QtProject/libTodo.so
-lib/qtcreator/plugins/QtProject/libUpdateInfo.so
-lib/qtcreator/plugins/QtProject/libValgrind.so
-lib/qtcreator/plugins/QtProject/libVcsBase.so
-lib/qtcreator/plugins/QtProject/libWelcome.so
-lib/qtcreator/plugins/RIM/Qnx.pluginspec
-lib/qtcreator/plugins/RIM/libQnx.so
-lib/qtcreator/qmldesigner/libcustomstyleplugin.so
-lib/qtcreator/qmldesigner/libdesktopplugin.so
-lib/qtcreator/qmldesigner/libextrasplugin.so
-lib/qtcreator/qmldesigner/libmeegoplugin.so
-lib/qtcreator/qmldesigner/libqtquickplugin.so
-lib/qtcreator/qtcomponents/Button.qml
-lib/qtcreator/qtcomponents/ButtonRow.qml
-lib/qtcreator/qtcomponents/CheckBox.qml
-lib/qtcreator/qtcomponents/ChoiceList.qml
-lib/qtcreator/qtcomponents/ContextMenu.qml
-lib/qtcreator/qtcomponents/Dial.qml
-lib/qtcreator/qtcomponents/Frame.qml
-lib/qtcreator/qtcomponents/GroupBox.qml
-lib/qtcreator/qtcomponents/Menu.qml
-lib/qtcreator/qtcomponents/MenuItem.qml
-lib/qtcreator/qtcomponents/ProgressBar.qml
-lib/qtcreator/qtcomponents/RadioButton.qml
-lib/qtcreator/qtcomponents/ScrollArea.qml
-lib/qtcreator/qtcomponents/ScrollBar.qml
-lib/qtcreator/qtcomponents/Slider.qml
-lib/qtcreator/qtcomponents/SpinBox.qml
-lib/qtcreator/qtcomponents/SplitterRow.qml
-lib/qtcreator/qtcomponents/Switch.qml
-lib/qtcreator/qtcomponents/Tab.qml
-lib/qtcreator/qtcomponents/TabBar.qml
-lib/qtcreator/qtcomponents/TabFrame.qml
-lib/qtcreator/qtcomponents/TableColumn.qml
-lib/qtcreator/qtcomponents/TableView.qml
-lib/qtcreator/qtcomponents/TextArea.qml
-lib/qtcreator/qtcomponents/TextField.qml
-lib/qtcreator/qtcomponents/ToolBar.qml
-lib/qtcreator/qtcomponents/ToolButton.qml
-lib/qtcreator/qtcomponents/custom/BasicButton.qml
-lib/qtcreator/qtcomponents/custom/Button.qml
-lib/qtcreator/qtcomponents/custom/ButtonColumn.qml
-lib/qtcreator/qtcomponents/custom/ButtonGroup.js
-lib/qtcreator/qtcomponents/custom/ButtonRow.qml
-lib/qtcreator/qtcomponents/custom/CheckBox.qml
-lib/qtcreator/qtcomponents/custom/ChoiceList.qml
-lib/qtcreator/qtcomponents/custom/GroupBox.qml
-lib/qtcreator/qtcomponents/custom/ProgressBar.qml
-lib/qtcreator/qtcomponents/custom/Slider.qml
-lib/qtcreator/qtcomponents/custom/SpinBox.qml
-lib/qtcreator/qtcomponents/custom/SplitterRow.qml
-lib/qtcreator/qtcomponents/custom/TextField.qml
-lib/qtcreator/qtcomponents/custom/behaviors/ButtonBehavior.qml
-lib/qtcreator/qtcomponents/custom/behaviors/ModalPopupBehavior.qml
-lib/qtcreator/qtcomponents/custom/components.pro
-lib/qtcreator/qtcomponents/custom/private/ChoiceListPopup.qml
-lib/qtcreator/qtcomponents/custom/qmldir
-lib/qtcreator/qtcomponents/images/folder_new.png
-lib/qtcreator/qtcomponents/plugin/libstyleplugin.so
-lib/qtcreator/qtcomponents/qmldir
-share/doc/qtcreator/qtcreator-dev.qch
-share/doc/qtcreator/qtcreator.qch
+lib/qtcreator/libUtils.so.4
+lib/qtcreator/libUtils.so.4.2
+lib/qtcreator/libUtils.so.4.2.0
+lib/qtcreator/plugins/libAndroid.so
+lib/qtcreator/plugins/libAutoTest.so
+lib/qtcreator/plugins/libAutotoolsProjectManager.so
+lib/qtcreator/plugins/libBareMetal.so
+lib/qtcreator/plugins/libBazaar.so
+lib/qtcreator/plugins/libBeautifier.so
+lib/qtcreator/plugins/libBinEditor.so
+lib/qtcreator/plugins/libBookmarks.so
+lib/qtcreator/plugins/libCMakeProjectManager.so
+lib/qtcreator/plugins/libCVS.so
+lib/qtcreator/plugins/libClangStaticAnalyzer.so
+lib/qtcreator/plugins/libClassView.so
+lib/qtcreator/plugins/libClearCase.so
+lib/qtcreator/plugins/libCodePaster.so
+lib/qtcreator/plugins/libCore.so
+lib/qtcreator/plugins/libCppEditor.so
+lib/qtcreator/plugins/libCppTools.so
+lib/qtcreator/plugins/libDebugger.so
+lib/qtcreator/plugins/libDesigner.so
+lib/qtcreator/plugins/libDiffEditor.so
+lib/qtcreator/plugins/libEmacsKeys.so
+lib/qtcreator/plugins/libFakeVim.so
+lib/qtcreator/plugins/libGLSLEditor.so
+lib/qtcreator/plugins/libGenericProjectManager.so
+lib/qtcreator/plugins/libGit.so
+lib/qtcreator/plugins/libHelloWorld.so
+lib/qtcreator/plugins/libHelp.so
+lib/qtcreator/plugins/libImageViewer.so
+lib/qtcreator/plugins/libIos.so
+lib/qtcreator/plugins/libMacros.so
+lib/qtcreator/plugins/libMercurial.so
+lib/qtcreator/plugins/libModelEditor.so
+lib/qtcreator/plugins/libNim.so
+lib/qtcreator/plugins/libPerforce.so
+lib/qtcreator/plugins/libProjectExplorer.so
+lib/qtcreator/plugins/libPythonEditor.so
+lib/qtcreator/plugins/libQbsProjectManager.so
+lib/qtcreator/plugins/libQmakeAndroidSupport.so
+lib/qtcreator/plugins/libQmakeProjectManager.so
+lib/qtcreator/plugins/libQmlDesigner.so
+lib/qtcreator/plugins/libQmlJSEditor.so
+lib/qtcreator/plugins/libQmlJSTools.so
+lib/qtcreator/plugins/libQmlProfiler.so
+lib/qtcreator/plugins/libQmlProjectManager.so
+lib/qtcreator/plugins/libQnx.so
+lib/qtcreator/plugins/libQtSupport.so
+lib/qtcreator/plugins/libRemoteLinux.so
+lib/qtcreator/plugins/libResourceEditor.so
+lib/qtcreator/plugins/libScxmlEditor.so
+lib/qtcreator/plugins/libSubversion.so
+lib/qtcreator/plugins/libTaskList.so
+lib/qtcreator/plugins/libTextEditor.so
+lib/qtcreator/plugins/libTodo.so
+lib/qtcreator/plugins/libUpdateInfo.so
+lib/qtcreator/plugins/libValgrind.so
+lib/qtcreator/plugins/libVcsBase.so
+lib/qtcreator/plugins/libWelcome.so
+lib/qtcreator/plugins/libWinRt.so
+lib/qtcreator/plugins/qmldesigner/libcomponentsplugin.so
+lib/qtcreator/plugins/qmldesigner/libqtquickplugin.so
+libexec/qtcreator/buildoutputparser
+libexec/qtcreator/cpaster
+libexec/qtcreator/qml2puppet
+libexec/qtcreator/qtcreator_process_stub
+libexec/qtcreator/qtpromaker
+libexec/qtcreator/sdktool
+%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev.qch
+%%PORTDOCS%%%%DOCSDIR%%/qtcreator.qch
share/icons/hicolor/128x128/apps/QtProject-qtcreator.png
share/icons/hicolor/16x16/apps/QtProject-qtcreator.png
share/icons/hicolor/24x24/apps/QtProject-qtcreator.png
@@ -211,861 +135,654 @@
share/icons/hicolor/48x48/apps/QtProject-qtcreator.png
share/icons/hicolor/512x512/apps/QtProject-qtcreator.png
share/icons/hicolor/64x64/apps/QtProject-qtcreator.png
-share/qtcreator/designer/templates.xml
-share/qtcreator/designer/templates/Dialog_with_Buttons_Bottom.ui
-share/qtcreator/designer/templates/Dialog_with_Buttons_Right.ui
-share/qtcreator/designer/templates/Dialog_without_Buttons.ui
-share/qtcreator/designer/templates/Main_Window.ui
-share/qtcreator/designer/templates/Widget.ui
-share/qtcreator/dumper/LGPL_EXCEPTION.TXT
-share/qtcreator/dumper/LICENSE.LGPL
-share/qtcreator/dumper/bridge.py
-share/qtcreator/dumper/dumper.cpp
-share/qtcreator/dumper/dumper.h
-share/qtcreator/dumper/dumper.pro
-share/qtcreator/dumper/dumper.py
-share/qtcreator/dumper/dumper_p.h
-share/qtcreator/dumper/pdumper.py
-share/qtcreator/dumper/qttypes.py
-share/qtcreator/dumper/test/dumpertest.pro
-share/qtcreator/dumper/test/main.cpp
-share/qtcreator/externaltools/lrelease.xml
-share/qtcreator/externaltools/lupdate.xml
-share/qtcreator/externaltools/qmlscene.xml
-share/qtcreator/externaltools/qmlviewer.xml
-share/qtcreator/externaltools/sort.xml
-share/qtcreator/externaltools/vi.xml
-share/qtcreator/generic-highlighter/alert.xml
-share/qtcreator/generic-highlighter/autoconf.xml
-share/qtcreator/generic-highlighter/bash.xml
-share/qtcreator/generic-highlighter/cmake.xml
-share/qtcreator/generic-highlighter/css.xml
-share/qtcreator/generic-highlighter/doxygen.xml
-share/qtcreator/generic-highlighter/dtd.xml
-share/qtcreator/generic-highlighter/html.xml
-share/qtcreator/generic-highlighter/ini.xml
-share/qtcreator/generic-highlighter/java.xml
-share/qtcreator/generic-highlighter/javadoc.xml
-share/qtcreator/generic-highlighter/perl.xml
-share/qtcreator/generic-highlighter/ruby.xml
-share/qtcreator/generic-highlighter/valgrind-suppression.xml
-share/qtcreator/generic-highlighter/xml.xml
-share/qtcreator/generic-highlighter/yacc.xml
-share/qtcreator/glsl/glsl_120.frag
-share/qtcreator/glsl/glsl_120.vert
-share/qtcreator/glsl/glsl_120_common.glsl
-share/qtcreator/glsl/glsl_es_100.frag
-share/qtcreator/glsl/glsl_es_100.vert
-share/qtcreator/glsl/glsl_es_100_common.glsl
-share/qtcreator/qml-type-descriptions/builtins.qmltypes
-share/qtcreator/qml-type-descriptions/qmlproject.qmltypes
-share/qtcreator/qml-type-descriptions/qmlruntime.qmltypes
-share/qtcreator/qml-type-descriptions/qt-labs-folderlistmodel.qmltypes
-share/qtcreator/qml-type-descriptions/qt-labs-gestures.qmltypes
-share/qtcreator/qml-type-descriptions/qt-labs-particles.qmltypes
-share/qtcreator/qml-type-descriptions/qtmobility-connectivity.qmltypes
-share/qtcreator/qml-type-descriptions/qtmobility-contacts.qmltypes
-share/qtcreator/qml-type-descriptions/qtmobility-feedback.qmltypes
-share/qtcreator/qml-type-descriptions/qtmobility-gallery.qmltypes
-share/qtcreator/qml-type-descriptions/qtmobility-location.qmltypes
-share/qtcreator/qml-type-descriptions/qtmobility-messaging.qmltypes
-share/qtcreator/qml-type-descriptions/qtmobility-organizer.qmltypes
-share/qtcreator/qml-type-descriptions/qtmobility-publishsubscribe.qmltypes
-share/qtcreator/qml-type-descriptions/qtmobility-sensors.qmltypes
-share/qtcreator/qml-type-descriptions/qtmobility-serviceframework.qmltypes
-share/qtcreator/qml-type-descriptions/qtmobility-systeminfo.qmltypes
-share/qtcreator/qml-type-descriptions/qtmultimediakit.qmltypes
-share/qtcreator/qml-type-descriptions/qtwebkit.qmltypes
-share/qtcreator/qml/qmldump/Info.plist.in
-share/qtcreator/qml/qmldump/LGPL_EXCEPTION.TXT
-share/qtcreator/qml/qmldump/LICENSE.LGPL
-share/qtcreator/qml/qmldump/main.cpp
-share/qtcreator/qml/qmldump/qmldump.pro
-share/qtcreator/qml/qmldump/qmlstreamwriter.cpp
-share/qtcreator/qml/qmldump/qmlstreamwriter.h
-share/qtcreator/qml/qmljsdebugger/editor/abstractliveedittool.cpp
-share/qtcreator/qml/qmljsdebugger/editor/abstractliveedittool.h
-share/qtcreator/qml/qmljsdebugger/editor/boundingrecthighlighter.cpp
-share/qtcreator/qml/qmljsdebugger/editor/boundingrecthighlighter.h
-share/qtcreator/qml/qmljsdebugger/editor/colorpickertool.cpp
-share/qtcreator/qml/qmljsdebugger/editor/colorpickertool.h
-share/qtcreator/qml/qmljsdebugger/editor/livelayeritem.cpp
-share/qtcreator/qml/qmljsdebugger/editor/livelayeritem.h
-share/qtcreator/qml/qmljsdebugger/editor/liverubberbandselectionmanipulator.cpp
-share/qtcreator/qml/qmljsdebugger/editor/liverubberbandselectionmanipulator.h
-share/qtcreator/qml/qmljsdebugger/editor/liveselectionindicator.cpp
-share/qtcreator/qml/qmljsdebugger/editor/liveselectionindicator.h
-share/qtcreator/qml/qmljsdebugger/editor/liveselectionrectangle.cpp
-share/qtcreator/qml/qmljsdebugger/editor/liveselectionrectangle.h
-share/qtcreator/qml/qmljsdebugger/editor/liveselectiontool.cpp
-share/qtcreator/qml/qmljsdebugger/editor/liveselectiontool.h
-share/qtcreator/qml/qmljsdebugger/editor/livesingleselectionmanipulator.cpp
-share/qtcreator/qml/qmljsdebugger/editor/livesingleselectionmanipulator.h
-share/qtcreator/qml/qmljsdebugger/editor/subcomponentmasklayeritem.cpp
-share/qtcreator/qml/qmljsdebugger/editor/subcomponentmasklayeritem.h
-share/qtcreator/qml/qmljsdebugger/editor/zoomtool.cpp
-share/qtcreator/qml/qmljsdebugger/editor/zoomtool.h
-share/qtcreator/qml/qmljsdebugger/include/jsdebuggeragent.h
-share/qtcreator/qml/qmljsdebugger/include/qdeclarativeinspectorservice.h
-share/qtcreator/qml/qmljsdebugger/include/qdeclarativeviewinspector.h
-share/qtcreator/qml/qmljsdebugger/include/qdeclarativeviewobserver.h
-share/qtcreator/qml/qmljsdebugger/include/qmlinspectorconstants.h
-share/qtcreator/qml/qmljsdebugger/include/qmljsdebugger_global.h
-share/qtcreator/qml/qmljsdebugger/include/qt_private/qdeclarativedebughelper_p.h
-share/qtcreator/qml/qmljsdebugger/include/qt_private/qdeclarativedebugservice_p.h
-share/qtcreator/qml/qmljsdebugger/include/qt_private/qdeclarativestate_p.h
-share/qtcreator/qml/qmljsdebugger/jsdebuggeragent.cpp
-share/qtcreator/qml/qmljsdebugger/protocol/inspectorprotocol.h
-share/qtcreator/qml/qmljsdebugger/protocol/protocol.pri
-share/qtcreator/qml/qmljsdebugger/qdeclarativeinspectorservice.cpp
-share/qtcreator/qml/qmljsdebugger/qdeclarativeviewinspector.cpp
-share/qtcreator/qml/qmljsdebugger/qdeclarativeviewinspector_p.h
-share/qtcreator/qml/qmljsdebugger/qmljsdebugger-lib.pri
-share/qtcreator/qml/qmljsdebugger/qmljsdebugger-src.pri
-share/qtcreator/qml/qmljsdebugger/qmljsdebugger.pro
-share/qtcreator/qml/qmlobserver/Info.plist.in
-share/qtcreator/qml/qmlobserver/LGPL_EXCEPTION.TXT
-share/qtcreator/qml/qmlobserver/LICENSE.LGPL
-share/qtcreator/qml/qmlobserver/browser/Browser.qml
-share/qtcreator/qml/qmlobserver/browser/browser.qrc
-share/qtcreator/qml/qmlobserver/browser/images/folder.png
-share/qtcreator/qml/qmlobserver/browser/images/titlebar.png
-share/qtcreator/qml/qmlobserver/browser/images/titlebar.sci
-share/qtcreator/qml/qmlobserver/browser/images/up.png
-share/qtcreator/qml/qmlobserver/deviceorientation.cpp
-share/qtcreator/qml/qmlobserver/deviceorientation.h
-share/qtcreator/qml/qmlobserver/deviceorientation_harmattan.cpp
-share/qtcreator/qml/qmlobserver/deviceorientation_maemo5.cpp
-share/qtcreator/qml/qmlobserver/deviceorientation_symbian.cpp
-share/qtcreator/qml/qmlobserver/loggerwidget.cpp
-share/qtcreator/qml/qmlobserver/loggerwidget.h
-share/qtcreator/qml/qmlobserver/main.cpp
-share/qtcreator/qml/qmlobserver/proxysettings.cpp
-share/qtcreator/qml/qmlobserver/proxysettings.h
-share/qtcreator/qml/qmlobserver/proxysettings.ui
-share/qtcreator/qml/qmlobserver/proxysettings_maemo5.ui
-share/qtcreator/qml/qmlobserver/qdeclarativetester.cpp
-share/qtcreator/qml/qmlobserver/qdeclarativetester.h
-share/qtcreator/qml/qmlobserver/qml.icns
-share/qtcreator/qml/qmlobserver/qml.pri
-share/qtcreator/qml/qmlobserver/qmlobserver.pro
-share/qtcreator/qml/qmlobserver/qmlruntime.cpp
-share/qtcreator/qml/qmlobserver/qmlruntime.h
-share/qtcreator/qml/qmlobserver/recopts.ui
-share/qtcreator/qml/qmlobserver/recopts_maemo5.ui
-share/qtcreator/qml/qmlobserver/startup/Logo.qml
-share/qtcreator/qml/qmlobserver/startup/qt-back.png
-share/qtcreator/qml/qmlobserver/startup/qt-blue.jpg
-share/qtcreator/qml/qmlobserver/startup/qt-front.png
-share/qtcreator/qml/qmlobserver/startup/qt-sketch.jpg
-share/qtcreator/qml/qmlobserver/startup/qt-text.png
-share/qtcreator/qml/qmlobserver/startup/quick-blur.png
-share/qtcreator/qml/qmlobserver/startup/quick-regular.png
-share/qtcreator/qml/qmlobserver/startup/shadow.png
-share/qtcreator/qml/qmlobserver/startup/startup.qml
-share/qtcreator/qml/qmlobserver/startup/startup.qrc
-share/qtcreator/qml/qmlobserver/startup/white-star.png
-share/qtcreator/qml/qmlobserver/texteditautoresizer_maemo5.h
-share/qtcreator/qml/qmlpuppet/commands/changeauxiliarycommand.cpp
-share/qtcreator/qml/qmlpuppet/commands/changeauxiliarycommand.h
-share/qtcreator/qml/qmlpuppet/commands/changebindingscommand.cpp
-share/qtcreator/qml/qmlpuppet/commands/changebindingscommand.h
-share/qtcreator/qml/qmlpuppet/commands/changefileurlcommand.cpp
-share/qtcreator/qml/qmlpuppet/commands/changefileurlcommand.h
-share/qtcreator/qml/qmlpuppet/commands/changeidscommand.cpp
-share/qtcreator/qml/qmlpuppet/commands/changeidscommand.h
-share/qtcreator/qml/qmlpuppet/commands/changenodesourcecommand.cpp
-share/qtcreator/qml/qmlpuppet/commands/changenodesourcecommand.h
-share/qtcreator/qml/qmlpuppet/commands/changestatecommand.cpp
-share/qtcreator/qml/qmlpuppet/commands/changestatecommand.h
-share/qtcreator/qml/qmlpuppet/commands/changevaluescommand.cpp
-share/qtcreator/qml/qmlpuppet/commands/changevaluescommand.h
-share/qtcreator/qml/qmlpuppet/commands/childrenchangedcommand.cpp
-share/qtcreator/qml/qmlpuppet/commands/childrenchangedcommand.h
-share/qtcreator/qml/qmlpuppet/commands/clearscenecommand.cpp
-share/qtcreator/qml/qmlpuppet/commands/clearscenecommand.h
-share/qtcreator/qml/qmlpuppet/commands/commands.pri
-share/qtcreator/qml/qmlpuppet/commands/completecomponentcommand.cpp
-share/qtcreator/qml/qmlpuppet/commands/completecomponentcommand.h
-share/qtcreator/qml/qmlpuppet/commands/componentcompletedcommand.cpp
-share/qtcreator/qml/qmlpuppet/commands/componentcompletedcommand.h
-share/qtcreator/qml/qmlpuppet/commands/createinstancescommand.cpp
-share/qtcreator/qml/qmlpuppet/commands/createinstancescommand.h
-share/qtcreator/qml/qmlpuppet/commands/createscenecommand.cpp
-share/qtcreator/qml/qmlpuppet/commands/createscenecommand.h
-share/qtcreator/qml/qmlpuppet/commands/informationchangedcommand.cpp
-share/qtcreator/qml/qmlpuppet/commands/informationchangedcommand.h
-share/qtcreator/qml/qmlpuppet/commands/pixmapchangedcommand.cpp
-share/qtcreator/qml/qmlpuppet/commands/pixmapchangedcommand.h
-share/qtcreator/qml/qmlpuppet/commands/removeinstancescommand.cpp
-share/qtcreator/qml/qmlpuppet/commands/removeinstancescommand.h
-share/qtcreator/qml/qmlpuppet/commands/removepropertiescommand.cpp
-share/qtcreator/qml/qmlpuppet/commands/removepropertiescommand.h
-share/qtcreator/qml/qmlpuppet/commands/reparentinstancescommand.cpp
-share/qtcreator/qml/qmlpuppet/commands/reparentinstancescommand.h
-share/qtcreator/qml/qmlpuppet/commands/statepreviewimagechangedcommand.cpp
-share/qtcreator/qml/qmlpuppet/commands/statepreviewimagechangedcommand.h
-share/qtcreator/qml/qmlpuppet/commands/synchronizecommand.cpp
-share/qtcreator/qml/qmlpuppet/commands/synchronizecommand.h
-share/qtcreator/qml/qmlpuppet/commands/tokencommand.cpp
-share/qtcreator/qml/qmlpuppet/commands/tokencommand.h
-share/qtcreator/qml/qmlpuppet/commands/valueschangedcommand.cpp
-share/qtcreator/qml/qmlpuppet/commands/valueschangedcommand.h
-share/qtcreator/qml/qmlpuppet/container/addimportcontainer.cpp
-share/qtcreator/qml/qmlpuppet/container/addimportcontainer.h
-share/qtcreator/qml/qmlpuppet/container/container.pri
-share/qtcreator/qml/qmlpuppet/container/idcontainer.cpp
-share/qtcreator/qml/qmlpuppet/container/idcontainer.h
-share/qtcreator/qml/qmlpuppet/container/imagecontainer.cpp
-share/qtcreator/qml/qmlpuppet/container/imagecontainer.h
-share/qtcreator/qml/qmlpuppet/container/informationcontainer.cpp
-share/qtcreator/qml/qmlpuppet/container/informationcontainer.h
-share/qtcreator/qml/qmlpuppet/container/instancecontainer.cpp
-share/qtcreator/qml/qmlpuppet/container/instancecontainer.h
-share/qtcreator/qml/qmlpuppet/container/propertyabstractcontainer.cpp
-share/qtcreator/qml/qmlpuppet/container/propertyabstractcontainer.h
-share/qtcreator/qml/qmlpuppet/container/propertybindingcontainer.cpp
-share/qtcreator/qml/qmlpuppet/container/propertybindingcontainer.h
-share/qtcreator/qml/qmlpuppet/container/propertyvaluecontainer.cpp
-share/qtcreator/qml/qmlpuppet/container/propertyvaluecontainer.h
-share/qtcreator/qml/qmlpuppet/container/reparentcontainer.cpp
-share/qtcreator/qml/qmlpuppet/container/reparentcontainer.h
-share/qtcreator/qml/qmlpuppet/html/welcome.html
-share/qtcreator/qml/qmlpuppet/images/template_image.png
-share/qtcreator/qml/qmlpuppet/images/webkit.png
-share/qtcreator/qml/qmlpuppet/instances/anchorchangesnodeinstance.cpp
-share/qtcreator/qml/qmlpuppet/instances/anchorchangesnodeinstance.h
-share/qtcreator/qml/qmlpuppet/instances/behaviornodeinstance.cpp
-share/qtcreator/qml/qmlpuppet/instances/behaviornodeinstance.h
-share/qtcreator/qml/qmlpuppet/instances/childrenchangeeventfilter.cpp
-share/qtcreator/qml/qmlpuppet/instances/childrenchangeeventfilter.h
-share/qtcreator/qml/qmlpuppet/instances/componentnodeinstance.cpp
-share/qtcreator/qml/qmlpuppet/instances/componentnodeinstance.h
-share/qtcreator/qml/qmlpuppet/instances/dummycontextobject.cpp
-share/qtcreator/qml/qmlpuppet/instances/dummycontextobject.h
-share/qtcreator/qml/qmlpuppet/instances/dummynodeinstance.cpp
-share/qtcreator/qml/qmlpuppet/instances/dummynodeinstance.h
-share/qtcreator/qml/qmlpuppet/instances/instances.pri
-share/qtcreator/qml/qmlpuppet/instances/nodeinstanceclientproxy.cpp
-share/qtcreator/qml/qmlpuppet/instances/nodeinstanceclientproxy.h
-share/qtcreator/qml/qmlpuppet/instances/nodeinstancemetaobject.cpp
-share/qtcreator/qml/qmlpuppet/instances/nodeinstancemetaobject.h
-share/qtcreator/qml/qmlpuppet/instances/nodeinstanceserver.cpp
-share/qtcreator/qml/qmlpuppet/instances/nodeinstanceserver.h
-share/qtcreator/qml/qmlpuppet/instances/nodeinstancesignalspy.cpp
-share/qtcreator/qml/qmlpuppet/instances/nodeinstancesignalspy.h
-share/qtcreator/qml/qmlpuppet/instances/objectnodeinstance.cpp
-share/qtcreator/qml/qmlpuppet/instances/objectnodeinstance.h
-share/qtcreator/qml/qmlpuppet/instances/qmlpropertychangesnodeinstance.cpp
-share/qtcreator/qml/qmlpuppet/instances/qmlpropertychangesnodeinstance.h
-share/qtcreator/qml/qmlpuppet/instances/qmlstatenodeinstance.cpp
-share/qtcreator/qml/qmlpuppet/instances/qmlstatenodeinstance.h
-share/qtcreator/qml/qmlpuppet/instances/qmltransitionnodeinstance.cpp
-share/qtcreator/qml/qmlpuppet/instances/qmltransitionnodeinstance.h
-share/qtcreator/qml/qmlpuppet/instances/servernodeinstance.cpp
-share/qtcreator/qml/qmlpuppet/instances/servernodeinstance.h
-share/qtcreator/qml/qmlpuppet/interfaces/commondefines.h
-share/qtcreator/qml/qmlpuppet/interfaces/interfaces.pri
-share/qtcreator/qml/qmlpuppet/interfaces/nodeinstanceclientinterface.h
-share/qtcreator/qml/qmlpuppet/interfaces/nodeinstanceserverinterface.cpp
-share/qtcreator/qml/qmlpuppet/interfaces/nodeinstanceserverinterface.h
-share/qtcreator/qml/qmlpuppet/qml2puppet/Info.plist.in
-share/qtcreator/qml/qmlpuppet/qml2puppet/instances/instances.pri
-share/qtcreator/qml/qmlpuppet/qml2puppet/instances/qt5informationnodeinstanceserver.cpp
-share/qtcreator/qml/qmlpuppet/qml2puppet/instances/qt5informationnodeinstanceserver.h
-share/qtcreator/qml/qmlpuppet/qml2puppet/instances/qt5nodeinstanceclientproxy.cpp
-share/qtcreator/qml/qmlpuppet/qml2puppet/instances/qt5nodeinstanceclientproxy.h
-share/qtcreator/qml/qmlpuppet/qml2puppet/instances/qt5nodeinstanceserver.cpp
-share/qtcreator/qml/qmlpuppet/qml2puppet/instances/qt5nodeinstanceserver.h
-share/qtcreator/qml/qmlpuppet/qml2puppet/instances/qt5previewnodeinstanceserver.cpp
-share/qtcreator/qml/qmlpuppet/qml2puppet/instances/qt5previewnodeinstanceserver.h
-share/qtcreator/qml/qmlpuppet/qml2puppet/instances/qt5rendernodeinstanceserver.cpp
-share/qtcreator/qml/qmlpuppet/qml2puppet/instances/qt5rendernodeinstanceserver.h
-share/qtcreator/qml/qmlpuppet/qml2puppet/instances/sgitemnodeinstance.cpp
-share/qtcreator/qml/qmlpuppet/qml2puppet/instances/sgitemnodeinstance.h
-share/qtcreator/qml/qmlpuppet/qml2puppet/main.cpp
-share/qtcreator/qml/qmlpuppet/qml2puppet/qml2puppet.pro
-share/qtcreator/qml/qmlpuppet/qmlpuppet.pro
-share/qtcreator/qml/qmlpuppet/qmlpuppet.qrc
-share/qtcreator/qml/qmlpuppet/qmlpuppet/Info.plist.in
-share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/graphicsobjectnodeinstance.cpp
-share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/graphicsobjectnodeinstance.h
-share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/instances.pri
-share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/positionernodeinstance.cpp
-share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/positionernodeinstance.h
-share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/qmlgraphicsitemnodeinstance.cpp
-share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/qmlgraphicsitemnodeinstance.h
-share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/qt4informationnodeinstanceserver.cpp
-share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/qt4informationnodeinstanceserver.h
-share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/qt4nodeinstanceclientproxy.cpp
-share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/qt4nodeinstanceclientproxy.h
-share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/qt4nodeinstanceserver.cpp
-share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/qt4nodeinstanceserver.h
-share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/qt4previewnodeinstanceserver.cpp
-share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/qt4previewnodeinstanceserver.h
-share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/qt4rendernodeinstanceserver.cpp
-share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/qt4rendernodeinstanceserver.h
-share/qtcreator/qml/qmlpuppet/qmlpuppet/main.cpp
-share/qtcreator/qml/qmlpuppet/qmlpuppet/qmlpuppet.pri
-share/qtcreator/qml/qmlpuppet/qmlpuppet/qmlpuppet.pro
-share/qtcreator/qml/qmlpuppet/qmlpuppet_utilities.pri
-share/qtcreator/qmldesigner/propertyeditor/Qt/AlignmentHorizontalButtons.qml
-share/qtcreator/qmldesigner/propertyeditor/Qt/AlignmentVerticalButtons.qml
-share/qtcreator/qmldesigner/propertyeditor/Qt/AnchorBox.qml
-share/qtcreator/qmldesigner/propertyeditor/Qt/AnchorButtons.qml
-share/qtcreator/qmldesigner/propertyeditor/Qt/BorderImageSpecifics.qml
-share/qtcreator/qmldesigner/propertyeditor/Qt/CheckBox.qml
-share/qtcreator/qmldesigner/propertyeditor/Qt/ColorGroupBox.qml
-share/qtcreator/qmldesigner/propertyeditor/Qt/ColorLabel.qml
-share/qtcreator/qmldesigner/propertyeditor/Qt/ColorScheme.qml
-share/qtcreator/qmldesigner/propertyeditor/Qt/ColorTypeButtons.qml
-share/qtcreator/qmldesigner/propertyeditor/Qt/ComboBox.qml
-share/qtcreator/qmldesigner/propertyeditor/Qt/DoubleSpinBox.qml
-share/qtcreator/qmldesigner/propertyeditor/Qt/DoubleSpinBoxAlternate.qml
-share/qtcreator/qmldesigner/propertyeditor/Qt/ExpressionEditor.qml
-share/qtcreator/qmldesigner/propertyeditor/Qt/Extended.qml
-share/qtcreator/qmldesigner/propertyeditor/Qt/ExtendedFunctionButton.qml
-share/qtcreator/qmldesigner/propertyeditor/Qt/ExtendedPane.qml
-share/qtcreator/qmldesigner/propertyeditor/Qt/ExtendedSwitches.qml
-share/qtcreator/qmldesigner/propertyeditor/Qt/FlagedButton.qml
-share/qtcreator/qmldesigner/propertyeditor/Qt/FlickableGroupBox.qml
-share/qtcreator/qmldesigner/propertyeditor/Qt/FlickableSpecifics.qml
-share/qtcreator/qmldesigner/propertyeditor/Qt/FlipableSpecifics.qml
-share/qtcreator/qmldesigner/propertyeditor/Qt/FlowSpecifics.qml
-share/qtcreator/qmldesigner/propertyeditor/Qt/FontComboBox.qml
-share/qtcreator/qmldesigner/propertyeditor/Qt/FontGroupBox.qml
-share/qtcreator/qmldesigner/propertyeditor/Qt/FontStyleButtons.qml
-share/qtcreator/qmldesigner/propertyeditor/Qt/Geometry.qml
-share/qtcreator/qmldesigner/propertyeditor/Qt/GridSpecifics.qml
-share/qtcreator/qmldesigner/propertyeditor/Qt/GridViewSpecifics.qml
-share/qtcreator/qmldesigner/propertyeditor/Qt/GroupBox.qml
-share/qtcreator/qmldesigner/propertyeditor/Qt/GroupBoxOption.qml
-share/qtcreator/qmldesigner/propertyeditor/Qt/HorizontalLayout.qml
-share/qtcreator/qmldesigner/propertyeditor/Qt/HorizontalWhiteLine.qml
-share/qtcreator/qmldesigner/propertyeditor/Qt/ImageSpecifics.qml
-share/qtcreator/qmldesigner/propertyeditor/Qt/IntEditor.qml
-share/qtcreator/qmldesigner/propertyeditor/Qt/ItemPane.qml
-share/qtcreator/qmldesigner/propertyeditor/Qt/Label.qml
-share/qtcreator/qmldesigner/propertyeditor/Qt/Layout.qml
-share/qtcreator/qmldesigner/propertyeditor/Qt/LayoutPane.qml
-share/qtcreator/qmldesigner/propertyeditor/Qt/LineEdit.qml
-share/qtcreator/qmldesigner/propertyeditor/Qt/ListViewSpecifics.qml
-share/qtcreator/qmldesigner/propertyeditor/Qt/Modifiers.qml
-share/qtcreator/qmldesigner/propertyeditor/Qt/MouseAreaSpecifics.qml
-share/qtcreator/qmldesigner/propertyeditor/Qt/PathViewSpecifics.qml
-share/qtcreator/qmldesigner/propertyeditor/Qt/PlaceHolder.qml
-share/qtcreator/qmldesigner/propertyeditor/Qt/PropertyFrame.qml
-share/qtcreator/qmldesigner/propertyeditor/Qt/RectangleColorGroupBox.qml
-share/qtcreator/qmldesigner/propertyeditor/Qt/RectangleSpecifics.qml
-share/qtcreator/qmldesigner/propertyeditor/Qt/RowSpecifics.qml
-share/qtcreator/qmldesigner/propertyeditor/Qt/ScrollArea.qml
-share/qtcreator/qmldesigner/propertyeditor/Qt/SliderWidget.qml
-share/qtcreator/qmldesigner/propertyeditor/Qt/SpinBox.qml
-share/qtcreator/qmldesigner/propertyeditor/Qt/StandardTextColorGroupBox.qml
-share/qtcreator/qmldesigner/propertyeditor/Qt/StandardTextGroupBox.qml
-share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.qml
-share/qtcreator/qmldesigner/propertyeditor/Qt/TextEditSpecifics.qml
-share/qtcreator/qmldesigner/propertyeditor/Qt/TextEditor.qml
-share/qtcreator/qmldesigner/propertyeditor/Qt/TextInputGroupBox.qml
-share/qtcreator/qmldesigner/propertyeditor/Qt/TextInputSpecifics.qml
-share/qtcreator/qmldesigner/propertyeditor/Qt/TextSpecifics.qml
-share/qtcreator/qmldesigner/propertyeditor/Qt/Transformation.qml
-share/qtcreator/qmldesigner/propertyeditor/Qt/Type.qml
-share/qtcreator/qmldesigner/propertyeditor/Qt/VerticalLayout.qml
-share/qtcreator/qmldesigner/propertyeditor/Qt/Visibility.qml
-share/qtcreator/qmldesigner/propertyeditor/Qt/anchorbottom.css
-share/qtcreator/qmldesigner/propertyeditor/Qt/anchorbox.css
-share/qtcreator/qmldesigner/propertyeditor/Qt/anchorfill.css
-share/qtcreator/qmldesigner/propertyeditor/Qt/anchorhorizontal.css
-share/qtcreator/qmldesigner/propertyeditor/Qt/anchorleft.css
-share/qtcreator/qmldesigner/propertyeditor/Qt/anchorright.css
-share/qtcreator/qmldesigner/propertyeditor/Qt/anchorspacer.css
-share/qtcreator/qmldesigner/propertyeditor/Qt/anchortop.css
-share/qtcreator/qmldesigner/propertyeditor/Qt/anchorvertical.css
-share/qtcreator/qmldesigner/propertyeditor/Qt/applybutton.css
-share/qtcreator/qmldesigner/propertyeditor/Qt/aspectlock.css
-share/qtcreator/qmldesigner/propertyeditor/Qt/cancelbutton.css
-share/qtcreator/qmldesigner/propertyeditor/Qt/checkbox_tr.css
-share/qtcreator/qmldesigner/propertyeditor/Qt/emptyPane.qml
-share/qtcreator/qmldesigner/propertyeditor/Qt/images/alignmentbottom-h-icon.png
-share/qtcreator/qmldesigner/propertyeditor/Qt/images/alignmentbottom-icon.png
-share/qtcreator/qmldesigner/propertyeditor/Qt/images/alignmentcenterh-h-icon.png
-share/qtcreator/qmldesigner/propertyeditor/Qt/images/alignmentcenterh-icon.png
-share/qtcreator/qmldesigner/propertyeditor/Qt/images/alignmentleft-h-icon.png
-share/qtcreator/qmldesigner/propertyeditor/Qt/images/alignmentleft-icon.png
-share/qtcreator/qmldesigner/propertyeditor/Qt/images/alignmentmiddle-h-icon.png
-share/qtcreator/qmldesigner/propertyeditor/Qt/images/alignmentmiddle-icon.png
-share/qtcreator/qmldesigner/propertyeditor/Qt/images/alignmentright-h-icon.png
-share/qtcreator/qmldesigner/propertyeditor/Qt/images/alignmentright-icon.png
-share/qtcreator/qmldesigner/propertyeditor/Qt/images/alignmenttop-h-icon.png
-share/qtcreator/qmldesigner/propertyeditor/Qt/images/alignmenttop-icon.png
-share/qtcreator/qmldesigner/propertyeditor/Qt/images/apply.png
-share/qtcreator/qmldesigner/propertyeditor/Qt/images/behaivour.png
-share/qtcreator/qmldesigner/propertyeditor/Qt/images/blended-image-icon.png
-share/qtcreator/qmldesigner/propertyeditor/Qt/images/bold-h-icon.png
-share/qtcreator/qmldesigner/propertyeditor/Qt/images/bold-icon.png
-share/qtcreator/qmldesigner/propertyeditor/Qt/images/button.png
-share/qtcreator/qmldesigner/propertyeditor/Qt/images/cancel.png
-share/qtcreator/qmldesigner/propertyeditor/Qt/images/default-icon.png
-share/qtcreator/qmldesigner/propertyeditor/Qt/images/downArrow.png
-share/qtcreator/qmldesigner/propertyeditor/Qt/images/expression.png
-share/qtcreator/qmldesigner/propertyeditor/Qt/images/extended.png
-share/qtcreator/qmldesigner/propertyeditor/Qt/images/grid-icon.png
-share/qtcreator/qmldesigner/propertyeditor/Qt/images/icon_color_gradient.png
-share/qtcreator/qmldesigner/propertyeditor/Qt/images/icon_color_none.png
-share/qtcreator/qmldesigner/propertyeditor/Qt/images/icon_color_solid.png
-share/qtcreator/qmldesigner/propertyeditor/Qt/images/image-icon.png
-share/qtcreator/qmldesigner/propertyeditor/Qt/images/italic-h-icon.png
-share/qtcreator/qmldesigner/propertyeditor/Qt/images/italic-icon.png
-share/qtcreator/qmldesigner/propertyeditor/Qt/images/item-icon.png
-share/qtcreator/qmldesigner/propertyeditor/Qt/images/layout.png
-share/qtcreator/qmldesigner/propertyeditor/Qt/images/leftArrow.png
-share/qtcreator/qmldesigner/propertyeditor/Qt/images/list-icon.png
-share/qtcreator/qmldesigner/propertyeditor/Qt/images/mouse-area-icon.png
-share/qtcreator/qmldesigner/propertyeditor/Qt/images/placeholder.png
-share/qtcreator/qmldesigner/propertyeditor/Qt/images/rect-icon.png
-share/qtcreator/qmldesigner/propertyeditor/Qt/images/reset-button.png
-share/qtcreator/qmldesigner/propertyeditor/Qt/images/rightArrow.png
-share/qtcreator/qmldesigner/propertyeditor/Qt/images/standard.png
-share/qtcreator/qmldesigner/propertyeditor/Qt/images/strikeout-h-icon.png
-share/qtcreator/qmldesigner/propertyeditor/Qt/images/strikeout-icon.png
-share/qtcreator/qmldesigner/propertyeditor/Qt/images/submenu.png
-share/qtcreator/qmldesigner/propertyeditor/Qt/images/text-edit-icon.png
-share/qtcreator/qmldesigner/propertyeditor/Qt/images/text-icon.png
-share/qtcreator/qmldesigner/propertyeditor/Qt/images/underline-h-icon.png
-share/qtcreator/qmldesigner/propertyeditor/Qt/images/underline-icon.png
-share/qtcreator/qmldesigner/propertyeditor/Qt/images/upArrow.png
-share/qtcreator/qmldesigner/propertyeditor/Qt/layoutWidget.css
-share/qtcreator/qmldesigner/propertyeditor/Qt/propertyEditor.css
-share/qtcreator/qmldesigner/propertyeditor/Qt/specialCheckBox.css
-share/qtcreator/qmldesigner/propertyeditor/Qt/styledbuttonleft.css
-share/qtcreator/qmldesigner/propertyeditor/Qt/styledbuttonmiddle.css
-share/qtcreator/qmldesigner/propertyeditor/Qt/styledbuttonright.css
-share/qtcreator/qmldesigner/propertyeditor/Qt/switch.css
-share/qtcreator/qmldesigner/propertyeditor/Qt/typeLabel.css
-share/qtcreator/qmldesigner/propertyeditor/QtWebKit/WebViewSpecifics.qml
-share/qtcreator/qmlicons/Qt/16x16/BorderImage.png
-share/qtcreator/qmlicons/Qt/16x16/BusyIndicator.png
-share/qtcreator/qmlicons/Qt/16x16/Button.png
-share/qtcreator/qmlicons/Qt/16x16/ButtonColumn.png
-share/qtcreator/qmlicons/Qt/16x16/ButtonRow.png
-share/qtcreator/qmlicons/Qt/16x16/CheckBox.png
-share/qtcreator/qmlicons/Qt/16x16/ChoiceList.png
-share/qtcreator/qmlicons/Qt/16x16/ColorAnimation.png
-share/qtcreator/qmlicons/Qt/16x16/Component.png
-share/qtcreator/qmlicons/Qt/16x16/CountBubble.png
-share/qtcreator/qmlicons/Qt/16x16/DatePickerDialog.png
-share/qtcreator/qmlicons/Qt/16x16/Flickable.png
-share/qtcreator/qmlicons/Qt/16x16/Flipable.png
-share/qtcreator/qmlicons/Qt/16x16/FocusScope.png
-share/qtcreator/qmlicons/Qt/16x16/GridView.png
-share/qtcreator/qmlicons/Qt/16x16/Image.png
-share/qtcreator/qmlicons/Qt/16x16/InfoBanner.png
-share/qtcreator/qmlicons/Qt/16x16/Item.png
-share/qtcreator/qmlicons/Qt/16x16/ListButton.png
-share/qtcreator/qmlicons/Qt/16x16/ListDelegate.png
-share/qtcreator/qmlicons/Qt/16x16/ListView.png
-share/qtcreator/qmlicons/Qt/16x16/MoreIndicator.png
-share/qtcreator/qmlicons/Qt/16x16/MouseArea.png
-share/qtcreator/qmlicons/Qt/16x16/PageIndicator.png
-share/qtcreator/qmlicons/Qt/16x16/ParallelAnimation.png
-share/qtcreator/qmlicons/Qt/16x16/PathView.png
-share/qtcreator/qmlicons/Qt/16x16/PauseAnimation.png
-share/qtcreator/qmlicons/Qt/16x16/ProgressBar.png
-share/qtcreator/qmlicons/Qt/16x16/PropertyChanges.png
-share/qtcreator/qmlicons/Qt/16x16/RadioButton.png
-share/qtcreator/qmlicons/Qt/16x16/RatingIndicator.png
-share/qtcreator/qmlicons/Qt/16x16/Rectangle.png
-share/qtcreator/qmlicons/Qt/16x16/SequentialAnimation.png
-share/qtcreator/qmlicons/Qt/16x16/Slider.png
-share/qtcreator/qmlicons/Qt/16x16/State.png
-share/qtcreator/qmlicons/Qt/16x16/Switch.png
-share/qtcreator/qmlicons/Qt/16x16/TabBar.png
-share/qtcreator/qmlicons/Qt/16x16/TabButton.png
-share/qtcreator/qmlicons/Qt/16x16/Text.png
-share/qtcreator/qmlicons/Qt/16x16/TextArea.png
-share/qtcreator/qmlicons/Qt/16x16/TextEdit.png
-share/qtcreator/qmlicons/Qt/16x16/TextField.png
-share/qtcreator/qmlicons/Qt/16x16/TextInput.png
-share/qtcreator/qmlicons/Qt/16x16/TimePickerDialog.png
-share/qtcreator/qmlicons/Qt/16x16/ToolBar.png
-share/qtcreator/qmlicons/Qt/16x16/Transition.png
-share/qtcreator/qmlicons/Qt/16x16/Tumbler.png
-share/qtcreator/qmlicons/Qt/16x16/TumblerButton.png
-share/qtcreator/qmlicons/Qt/16x16/TumblerColumn.png
-share/qtcreator/qmlicons/Qt/16x16/TumblerDialog.png
-share/qtcreator/qmlicons/Qt/16x16/Window.png
-share/qtcreator/qmlicons/Qt/16x16/item-icon16.png
-share/qtcreator/qmlicons/QtWebkit/16x16/WebView.png
-share/qtcreator/schemes/MS_Visual_C++.kms
-share/qtcreator/schemes/Xcode.kms
-share/qtcreator/snippets/cpp.xml
-share/qtcreator/snippets/qml.xml
-share/qtcreator/snippets/text.xml
-share/qtcreator/styles/darkvim.xml
-share/qtcreator/styles/default.xml
-share/qtcreator/styles/grayscale.xml
-share/qtcreator/styles/inkpot.xml
-share/qtcreator/styles/intellij.xml
-share/qtcreator/templates/html5app/app.pro
-share/qtcreator/templates/html5app/html/index.html
-share/qtcreator/templates/html5app/html5applicationviewer/html5applicationviewer.cpp
-share/qtcreator/templates/html5app/html5applicationviewer/html5applicationviewer.h
-share/qtcreator/templates/html5app/html5applicationviewer/html5applicationviewer.pri
-share/qtcreator/templates/html5app/html5applicationviewer/touchnavigation/navigationcontroller.cpp
-share/qtcreator/templates/html5app/html5applicationviewer/touchnavigation/navigationcontroller.h
-share/qtcreator/templates/html5app/html5applicationviewer/touchnavigation/touchnavigation.pri
-share/qtcreator/templates/html5app/html5applicationviewer/touchnavigation/webnavigation.cpp
-share/qtcreator/templates/html5app/html5applicationviewer/touchnavigation/webnavigation.h
-share/qtcreator/templates/html5app/html5applicationviewer/touchnavigation/webtouchevent.cpp
-share/qtcreator/templates/html5app/html5applicationviewer/touchnavigation/webtouchevent.h
-share/qtcreator/templates/html5app/html5applicationviewer/touchnavigation/webtouchnavigation.cpp
-share/qtcreator/templates/html5app/html5applicationviewer/touchnavigation/webtouchnavigation.h
-share/qtcreator/templates/html5app/html5applicationviewer/touchnavigation/webtouchphysics.cpp
-share/qtcreator/templates/html5app/html5applicationviewer/touchnavigation/webtouchphysics.h
-share/qtcreator/templates/html5app/html5applicationviewer/touchnavigation/webtouchphysicsinterface.cpp
-share/qtcreator/templates/html5app/html5applicationviewer/touchnavigation/webtouchphysicsinterface.h
-share/qtcreator/templates/html5app/html5applicationviewer/touchnavigation/webtouchscroller.cpp
-share/qtcreator/templates/html5app/html5applicationviewer/touchnavigation/webtouchscroller.h
-share/qtcreator/templates/html5app/main.cpp
-share/qtcreator/templates/mobileapp/app.pro
-share/qtcreator/templates/mobileapp/main.cpp
-share/qtcreator/templates/mobileapp/mainwindow.cpp
-share/qtcreator/templates/mobileapp/mainwindow.h
-share/qtcreator/templates/mobileapp/mainwindow.ui
-share/qtcreator/templates/qt4project/customwidgetwizard/tpl_collection.cpp
-share/qtcreator/templates/qt4project/customwidgetwizard/tpl_collection.h
-share/qtcreator/templates/qt4project/customwidgetwizard/tpl_plugin.pro
-share/qtcreator/templates/qt4project/customwidgetwizard/tpl_resources.qrc
-share/qtcreator/templates/qt4project/customwidgetwizard/tpl_single.cpp
-share/qtcreator/templates/qt4project/customwidgetwizard/tpl_single.h
-share/qtcreator/templates/qt4project/customwidgetwizard/tpl_widget.cpp
-share/qtcreator/templates/qt4project/customwidgetwizard/tpl_widget.h
-share/qtcreator/templates/qt4project/customwidgetwizard/tpl_widget_include.pri
-share/qtcreator/templates/qt4project/customwidgetwizard/tpl_widget_lib.pro
-share/qtcreator/templates/qt4project/main.cpp
-share/qtcreator/templates/qt4project/mywidget.cpp
-share/qtcreator/templates/qt4project/mywidget.h
-share/qtcreator/templates/qt4project/mywidget_form.cpp
-share/qtcreator/templates/qt4project/mywidget_form.h
-share/qtcreator/templates/qt4project/widget.ui
-share/qtcreator/templates/qtquick2app/app.pro
-share/qtcreator/templates/qtquick2app/main.cpp
-share/qtcreator/templates/qtquick2app/qml/app/qtquick20/main.qml
-share/qtcreator/templates/qtquick2app/qtquick2applicationviewer/qtquick2applicationviewer.cpp
-share/qtcreator/templates/qtquick2app/qtquick2applicationviewer/qtquick2applicationviewer.h
-share/qtcreator/templates/qtquick2app/qtquick2applicationviewer/qtquick2applicationviewer.pri
-share/qtcreator/templates/qtquickapp/app.pro
-share/qtcreator/templates/qtquickapp/main.cpp
-share/qtcreator/templates/qtquickapp/qml/app/meego10/MainPage.qml
-share/qtcreator/templates/qtquickapp/qml/app/meego10/main.qml
-share/qtcreator/templates/qtquickapp/qml/app/qtquick10/main.qml
-share/qtcreator/templates/qtquickapp/qmlapplicationviewer/qmlapplicationviewer.cpp
-share/qtcreator/templates/qtquickapp/qmlapplicationviewer/qmlapplicationviewer.h
-share/qtcreator/templates/qtquickapp/qmlapplicationviewer/qmlapplicationviewer.pri
-share/qtcreator/templates/shared/app.desktop
-share/qtcreator/templates/shared/deployment.pri
-share/qtcreator/templates/shared/icon64.png
-share/qtcreator/templates/shared/icon80.png
-share/qtcreator/templates/shared/manifest.aegis
-share/qtcreator/templates/wizards/README.txt
-share/qtcreator/templates/wizards/bb-bardescriptor/bar-descriptor.xml
-share/qtcreator/templates/wizards/bb-bardescriptor/wizard.xml
-share/qtcreator/templates/wizards/bb-guiapp/bar-descriptor.xml
-share/qtcreator/templates/wizards/bb-guiapp/icon.png
-share/qtcreator/templates/wizards/bb-guiapp/main.cpp
-share/qtcreator/templates/wizards/bb-guiapp/mainwidget.cpp
-share/qtcreator/templates/wizards/bb-guiapp/mainwidget.h
-share/qtcreator/templates/wizards/bb-guiapp/mainwidget.ui
-share/qtcreator/templates/wizards/bb-guiapp/project.pro
-share/qtcreator/templates/wizards/bb-guiapp/wizard.xml
-share/qtcreator/templates/wizards/bb-qt5-bardescriptor/bar-descriptor.xml
-share/qtcreator/templates/wizards/bb-qt5-bardescriptor/wizard.xml
-share/qtcreator/templates/wizards/bb-qt5-guiapp/bar-descriptor.xml
-share/qtcreator/templates/wizards/bb-qt5-guiapp/icon.png
-share/qtcreator/templates/wizards/bb-qt5-guiapp/main.cpp
-share/qtcreator/templates/wizards/bb-qt5-guiapp/mainwidget.cpp
-share/qtcreator/templates/wizards/bb-qt5-guiapp/mainwidget.h
-share/qtcreator/templates/wizards/bb-qt5-guiapp/mainwidget.ui
-share/qtcreator/templates/wizards/bb-qt5-guiapp/project.pro
-share/qtcreator/templates/wizards/bb-qt5-guiapp/wizard.xml
-share/qtcreator/templates/wizards/bb-qt5-quick2app/bar-descriptor.xml
-share/qtcreator/templates/wizards/bb-qt5-quick2app/icon.png
-share/qtcreator/templates/wizards/bb-qt5-quick2app/main.cpp
-share/qtcreator/templates/wizards/bb-qt5-quick2app/project.pro
-share/qtcreator/templates/wizards/bb-qt5-quick2app/qml/main.qml
-share/qtcreator/templates/wizards/bb-qt5-quick2app/wizard.xml
-share/qtcreator/templates/wizards/bb-quickapp/bar-descriptor.xml
-share/qtcreator/templates/wizards/bb-quickapp/icon.png
-share/qtcreator/templates/wizards/bb-quickapp/main.cpp
-share/qtcreator/templates/wizards/bb-quickapp/project.pro
-share/qtcreator/templates/wizards/bb-quickapp/qml/main.qml
-share/qtcreator/templates/wizards/bb-quickapp/wizard.xml
-share/qtcreator/templates/wizards/helloworld/console.png
-share/qtcreator/templates/wizards/helloworld/main.cpp
-share/qtcreator/templates/wizards/helloworld/project.pro
-share/qtcreator/templates/wizards/helloworld/wizard_sample.xml
-share/qtcreator/templates/wizards/listmodel/listmodel.cpp
-share/qtcreator/templates/wizards/listmodel/listmodel.h
-share/qtcreator/templates/wizards/listmodel/wizard_sample.xml
-share/qtcreator/templates/wizards/plaincapp-cmake/CMakeLists.txt
-share/qtcreator/templates/wizards/plaincapp-cmake/console.png
-share/qtcreator/templates/wizards/plaincapp-cmake/main.c
-share/qtcreator/templates/wizards/plaincapp-cmake/wizard.xml
-share/qtcreator/templates/wizards/plaincapp/console.png
-share/qtcreator/templates/wizards/plaincapp/main.c
-share/qtcreator/templates/wizards/plaincapp/project.pro
-share/qtcreator/templates/wizards/plaincapp/wizard.xml
-share/qtcreator/templates/wizards/plaincppapp-cmake/CMakeLists.txt
-share/qtcreator/templates/wizards/plaincppapp-cmake/console.png
-share/qtcreator/templates/wizards/plaincppapp-cmake/main.cpp
-share/qtcreator/templates/wizards/plaincppapp-cmake/wizard.xml
-share/qtcreator/templates/wizards/plaincppapp/console.png
-share/qtcreator/templates/wizards/plaincppapp/main.cpp
-share/qtcreator/templates/wizards/plaincppapp/project.pro
-share/qtcreator/templates/wizards/plaincppapp/wizard.xml
-share/qtcreator/templates/wizards/qtcreatorplugin/MyPlugin.pluginspec.in
-share/qtcreator/templates/wizards/qtcreatorplugin/myplugin.cpp
-share/qtcreator/templates/wizards/qtcreatorplugin/myplugin.h
-share/qtcreator/templates/wizards/qtcreatorplugin/myplugin.pro
-share/qtcreator/templates/wizards/qtcreatorplugin/myplugin_global.h
-share/qtcreator/templates/wizards/qtcreatorplugin/mypluginconstants.h
-share/qtcreator/templates/wizards/qtcreatorplugin/qtcreator_logo_24.png
-share/qtcreator/templates/wizards/qtcreatorplugin/wizard.xml
-share/qtcreator/templates/wizards/qtquick1-extension/lib.png
-share/qtcreator/templates/wizards/qtquick1-extension/object.cpp
-share/qtcreator/templates/wizards/qtquick1-extension/object.h
-share/qtcreator/templates/wizards/qtquick1-extension/plugin.cpp
-share/qtcreator/templates/wizards/qtquick1-extension/plugin.h
-share/qtcreator/templates/wizards/qtquick1-extension/project.pro
-share/qtcreator/templates/wizards/qtquick1-extension/qmldir
-share/qtcreator/templates/wizards/qtquick1-extension/wizard.xml
-share/qtcreator/templates/wizards/qtquick2-extension/lib.png
-share/qtcreator/templates/wizards/qtquick2-extension/object.cpp
-share/qtcreator/templates/wizards/qtquick2-extension/object.h
-share/qtcreator/templates/wizards/qtquick2-extension/plugin.cpp
-share/qtcreator/templates/wizards/qtquick2-extension/plugin.h
-share/qtcreator/templates/wizards/qtquick2-extension/project.pro
-share/qtcreator/templates/wizards/qtquick2-extension/qmldir
-share/qtcreator/templates/wizards/qtquick2-extension/wizard.xml
-share/qtcreator/templates/wizards/scriptgeneratedproject/generate.pl
-share/qtcreator/templates/wizards/scriptgeneratedproject/wizard_sample.xml
-share/qtcreator/translations/qtcreator_cs.qm
-share/qtcreator/translations/qtcreator_de.qm
-share/qtcreator/translations/qtcreator_fr.qm
-share/qtcreator/translations/qtcreator_ja.qm
-share/qtcreator/translations/qtcreator_pl.qm
-share/qtcreator/translations/qtcreator_ru.qm
-share/qtcreator/translations/qtcreator_sl.qm
-share/qtcreator/translations/qtcreator_zh_CN.qm
-share/qtcreator/translations/qtcreator_zh_TW.qm
-share/qtcreator/welcomescreen/develop.qml
-share/qtcreator/welcomescreen/dummydata/examplesModel.qml
-share/qtcreator/welcomescreen/dummydata/pagesModel.qml
-share/qtcreator/welcomescreen/dummydata/projectList.qml
-share/qtcreator/welcomescreen/dummydata/sessionList.qml
-share/qtcreator/welcomescreen/dummydata/tutorialsModel.qml
-share/qtcreator/welcomescreen/examples.qml
-share/qtcreator/welcomescreen/examples_fallback.xml
-share/qtcreator/welcomescreen/gettingstarted.qml
-share/qtcreator/welcomescreen/images_areaofinterest.xml
-share/qtcreator/welcomescreen/qtcreator_tutorials.xml
-share/qtcreator/welcomescreen/tutorials.qml
-share/qtcreator/welcomescreen/welcomescreen.qml
-share/qtcreator/welcomescreen/welcomescreen.qmlproject
-share/qtcreator/welcomescreen/widgets/CustomColors.qml
-share/qtcreator/welcomescreen/widgets/CustomFonts.qml
-share/qtcreator/welcomescreen/widgets/CustomTab.qml
-share/qtcreator/welcomescreen/widgets/CustomizedGridView.qml
-share/qtcreator/welcomescreen/widgets/Delegate.qml
-share/qtcreator/welcomescreen/widgets/GettingStartedItem.qml
-share/qtcreator/welcomescreen/widgets/IconAndLink.qml
-share/qtcreator/welcomescreen/widgets/LinkedText.qml
-share/qtcreator/welcomescreen/widgets/LinksBar.qml
-share/qtcreator/welcomescreen/widgets/Logo.qml
-share/qtcreator/welcomescreen/widgets/PageCaption.qml
-share/qtcreator/welcomescreen/widgets/PageLoader.qml
-share/qtcreator/welcomescreen/widgets/ProjectItem.qml
-share/qtcreator/welcomescreen/widgets/RecentProjects.qml
-share/qtcreator/welcomescreen/widgets/SearchBar.qml
-share/qtcreator/welcomescreen/widgets/SessionItem.qml
-share/qtcreator/welcomescreen/widgets/Sessions.qml
-share/qtcreator/welcomescreen/widgets/ToolTip.qml
-share/qtcreator/welcomescreen/widgets/dummydata/context/ExampleDelegate.qml
-share/qtcreator/welcomescreen/widgets/dummydata/context/ExampleGridView.qml
-share/qtcreator/welcomescreen/widgets/dummydata/examplesModel.qml
-share/qtcreator/welcomescreen/widgets/dummydata/mockupTags.qml
-share/qtcreator/welcomescreen/widgets/dummydata/pagesModel.qml
-share/qtcreator/welcomescreen/widgets/dummydata/tabsModel.qml
-share/qtcreator/welcomescreen/widgets/images/arrowBig.png
-share/qtcreator/welcomescreen/widgets/images/arrow_down.png
-share/qtcreator/welcomescreen/widgets/images/arrow_up.png
-share/qtcreator/welcomescreen/widgets/images/bullet.png
-share/qtcreator/welcomescreen/widgets/images/dropshadow.png
-share/qtcreator/welcomescreen/widgets/images/gettingStarted01.png
-share/qtcreator/welcomescreen/widgets/images/gettingStarted02.png
-share/qtcreator/welcomescreen/widgets/images/gettingStarted03.png
-share/qtcreator/welcomescreen/widgets/images/gettingStarted04.png
-share/qtcreator/welcomescreen/widgets/images/icons/adressbook.png
-share/qtcreator/welcomescreen/widgets/images/icons/buildrun.png
-share/qtcreator/welcomescreen/widgets/images/icons/clone.png
-share/qtcreator/welcomescreen/widgets/images/icons/communityIcon.png
-share/qtcreator/welcomescreen/widgets/images/icons/components.png
-share/qtcreator/welcomescreen/widgets/images/icons/createIcon.png
-share/qtcreator/welcomescreen/widgets/images/icons/ddays09.png
-share/qtcreator/welcomescreen/widgets/images/icons/ddays10.png
-share/qtcreator/welcomescreen/widgets/images/icons/ddays11.png
-share/qtcreator/welcomescreen/widgets/images/icons/ddays12.png
-share/qtcreator/welcomescreen/widgets/images/icons/delete.png
-share/qtcreator/welcomescreen/widgets/images/icons/developing_with_qt_creator.png
-share/qtcreator/welcomescreen/widgets/images/icons/feedbackIcon.png
-share/qtcreator/welcomescreen/widgets/images/icons/ico_community.png
-share/qtcreator/welcomescreen/widgets/images/icons/labsIcon.png
-share/qtcreator/welcomescreen/widgets/images/icons/openIcon.png
-share/qtcreator/welcomescreen/widgets/images/icons/qt_quick_1.png
-share/qtcreator/welcomescreen/widgets/images/icons/qt_quick_2.png
-share/qtcreator/welcomescreen/widgets/images/icons/qt_quick_3.png
-share/qtcreator/welcomescreen/widgets/images/icons/qt_sdk.png
-share/qtcreator/welcomescreen/widgets/images/icons/qtquick.png
-share/qtcreator/welcomescreen/widgets/images/icons/qwidget.png
-share/qtcreator/welcomescreen/widgets/images/icons/rename.png
-share/qtcreator/welcomescreen/widgets/images/icons/userguideIcon.png
-share/qtcreator/welcomescreen/widgets/images/icons/videoIcon.png
-share/qtcreator/welcomescreen/widgets/images/info.png
-share/qtcreator/welcomescreen/widgets/images/mockup/designer-examples.png
-share/qtcreator/welcomescreen/widgets/images/mockup/desktop-examples.png
-share/qtcreator/welcomescreen/widgets/images/mockup/draganddrop-examples.png
-share/qtcreator/welcomescreen/widgets/images/mockup/itemview-examples.png
-share/qtcreator/welcomescreen/widgets/images/mockup/layout-examples.png
-share/qtcreator/welcomescreen/widgets/images/mockup/mainwindow-examples.png
-share/qtcreator/welcomescreen/widgets/images/mockup/network-examples.png
-share/qtcreator/welcomescreen/widgets/images/mockup/opengl-examples.png
-share/qtcreator/welcomescreen/widgets/images/mockup/penguin.png
-share/qtcreator/welcomescreen/widgets/images/mockup/qtscript-examples.png
-share/qtcreator/welcomescreen/widgets/images/mockup/thread-examples.png
-share/qtcreator/welcomescreen/widgets/images/more.png
-share/qtcreator/welcomescreen/widgets/images/qtcreator.png
-share/qtcreator/welcomescreen/widgets/images/tab.png
-share/qtcreator/welcomescreen/widgets/qmldir
- at dirrm share/qtcreator/welcomescreen/widgets/images/mockup
- at dirrm share/qtcreator/welcomescreen/widgets/images/icons
- at dirrm share/qtcreator/welcomescreen/widgets/images
- at dirrm share/qtcreator/welcomescreen/widgets/dummydata/context
- at dirrm share/qtcreator/welcomescreen/widgets/dummydata
- at dirrm share/qtcreator/welcomescreen/widgets
- at dirrm share/qtcreator/welcomescreen/dummydata
- at dirrm share/qtcreator/welcomescreen
- at dirrm share/qtcreator/translations
- at dirrm share/qtcreator/templates/wizards/scriptgeneratedproject
- at dirrm share/qtcreator/templates/wizards/qtquick2-extension
- at dirrm share/qtcreator/templates/wizards/qtquick1-extension
- at dirrm share/qtcreator/templates/wizards/qtcreatorplugin
- at dirrm share/qtcreator/templates/wizards/plaincppapp-cmake
- at dirrm share/qtcreator/templates/wizards/plaincppapp
- at dirrm share/qtcreator/templates/wizards/plaincapp-cmake
- at dirrm share/qtcreator/templates/wizards/plaincapp
- at dirrm share/qtcreator/templates/wizards/listmodel
- at dirrm share/qtcreator/templates/wizards/helloworld
- at dirrm share/qtcreator/templates/wizards/bb-quickapp/qml
- at dirrm share/qtcreator/templates/wizards/bb-quickapp
- at dirrm share/qtcreator/templates/wizards/bb-qt5-quick2app/qml
- at dirrm share/qtcreator/templates/wizards/bb-qt5-quick2app
- at dirrm share/qtcreator/templates/wizards/bb-qt5-guiapp
- at dirrm share/qtcreator/templates/wizards/bb-qt5-bardescriptor
- at dirrm share/qtcreator/templates/wizards/bb-guiapp
- at dirrm share/qtcreator/templates/wizards/bb-bardescriptor
- at dirrm share/qtcreator/templates/wizards
- at dirrm share/qtcreator/templates/shared
- at dirrm share/qtcreator/templates/qtquickapp/qmlapplicationviewer
- at dirrm share/qtcreator/templates/qtquickapp/qml/app/qtquick10
- at dirrm share/qtcreator/templates/qtquickapp/qml/app/meego10
- at dirrm share/qtcreator/templates/qtquickapp/qml/app
- at dirrm share/qtcreator/templates/qtquickapp/qml
- at dirrm share/qtcreator/templates/qtquickapp
- at dirrm share/qtcreator/templates/qtquick2app/qtquick2applicationviewer
- at dirrm share/qtcreator/templates/qtquick2app/qml/app/qtquick20
- at dirrm share/qtcreator/templates/qtquick2app/qml/app
- at dirrm share/qtcreator/templates/qtquick2app/qml
- at dirrm share/qtcreator/templates/qtquick2app
- at dirrm share/qtcreator/templates/qt4project/customwidgetwizard
- at dirrm share/qtcreator/templates/qt4project
- at dirrm share/qtcreator/templates/mobileapp
- at dirrm share/qtcreator/templates/html5app/html5applicationviewer/touchnavigation
- at dirrm share/qtcreator/templates/html5app/html5applicationviewer
- at dirrm share/qtcreator/templates/html5app/html
- at dirrm share/qtcreator/templates/html5app
- at dirrm share/qtcreator/templates
- at dirrm share/qtcreator/styles
- at dirrm share/qtcreator/snippets
- at dirrm share/qtcreator/schemes
- at dirrm share/qtcreator/qmlicons/QtWebkit/16x16
- at dirrm share/qtcreator/qmlicons/QtWebkit
- at dirrm share/qtcreator/qmlicons/Qt/16x16
- at dirrm share/qtcreator/qmlicons/Qt
- at dirrm share/qtcreator/qmlicons
- at dirrm share/qtcreator/qmldesigner/propertyeditor/QtWebKit
- at dirrm share/qtcreator/qmldesigner/propertyeditor/Qt/images
- at dirrm share/qtcreator/qmldesigner/propertyeditor/Qt
- at dirrm share/qtcreator/qmldesigner/propertyeditor
- at dirrm share/qtcreator/qmldesigner
- at dirrm share/qtcreator/qml/qmlpuppet/qmlpuppet/instances
- at dirrm share/qtcreator/qml/qmlpuppet/qmlpuppet
- at dirrm share/qtcreator/qml/qmlpuppet/qml2puppet/instances
- at dirrm share/qtcreator/qml/qmlpuppet/qml2puppet
- at dirrm share/qtcreator/qml/qmlpuppet/interfaces
- at dirrm share/qtcreator/qml/qmlpuppet/instances
- at dirrm share/qtcreator/qml/qmlpuppet/images
- at dirrm share/qtcreator/qml/qmlpuppet/html
- at dirrm share/qtcreator/qml/qmlpuppet/container
- at dirrm share/qtcreator/qml/qmlpuppet/commands
- at dirrm share/qtcreator/qml/qmlpuppet
- at dirrm share/qtcreator/qml/qmlobserver/startup
- at dirrm share/qtcreator/qml/qmlobserver/browser/images
- at dirrm share/qtcreator/qml/qmlobserver/browser
- at dirrm share/qtcreator/qml/qmlobserver
- at dirrm share/qtcreator/qml/qmljsdebugger/protocol
- at dirrm share/qtcreator/qml/qmljsdebugger/include/qt_private
- at dirrm share/qtcreator/qml/qmljsdebugger/include
- at dirrm share/qtcreator/qml/qmljsdebugger/editor
- at dirrm share/qtcreator/qml/qmljsdebugger
- at dirrm share/qtcreator/qml/qmldump
- at dirrm share/qtcreator/qml-type-descriptions
- at dirrm share/qtcreator/qml
- at dirrm share/qtcreator/glsl
- at dirrm share/qtcreator/generic-highlighter
- at dirrm share/qtcreator/externaltools
- at dirrm share/qtcreator/dumper/test
- at dirrm share/qtcreator/dumper
- at dirrm share/qtcreator/designer/templates
- at dirrm share/qtcreator/designer
- at dirrm share/qtcreator
- at dirrmtry share/icons/hicolor/64x64/apps
- at dirrmtry share/icons/hicolor/64x64
- at dirrmtry share/icons/hicolor/512x512/apps
- at dirrmtry share/icons/hicolor/512x512
- at dirrmtry share/icons/hicolor/48x48/apps
- at dirrmtry share/icons/hicolor/48x48
- at dirrmtry share/icons/hicolor/32x32/apps
- at dirrmtry share/icons/hicolor/32x32
- at dirrmtry share/icons/hicolor/256x256/apps
- at dirrmtry share/icons/hicolor/256x256
- at dirrmtry share/icons/hicolor/24x24/apps
- at dirrmtry share/icons/hicolor/24x24
- at dirrmtry share/icons/hicolor/16x16/apps
- at dirrmtry share/icons/hicolor/16x16
- at dirrmtry share/icons/hicolor/128x128/apps
- at dirrmtry share/icons/hicolor/128x128
- at dirrmtry share/icons/hicolor
- at dirrmtry share/icons
- at dirrm share/doc/qtcreator
- at dirrm lib/qtcreator/qtcomponents/plugin
- at dirrm lib/qtcreator/qtcomponents/images
- at dirrm lib/qtcreator/qtcomponents/custom/private
- at dirrm lib/qtcreator/qtcomponents/custom/behaviors
- at dirrm lib/qtcreator/qtcomponents/custom
- at dirrm lib/qtcreator/qtcomponents
- at dirrm lib/qtcreator/qmldesigner
- at dirrm lib/qtcreator/plugins/RIM
- at dirrm lib/qtcreator/plugins/QtProject
- at dirrm lib/qtcreator/plugins
- at dirrm lib/qtcreator
+%%DATADIR%%/cplusplus/wrappedQtHeaders/QtCore/qobjectdefs.h
+%%DATADIR%%/debugger/LICENSE.GPL3-EXCEPT
+%%DATADIR%%/debugger/README.txt
+%%DATADIR%%/debugger/boosttypes.py
+%%DATADIR%%/debugger/cdbbridge.py
+%%DATADIR%%/debugger/creatortypes.py
+%%DATADIR%%/debugger/dumper.py
+%%DATADIR%%/debugger/dumper.py.bak
+%%DATADIR%%/debugger/gdbbridge.py
+%%DATADIR%%/debugger/lldbbridge.py
+%%DATADIR%%/debugger/misctypes.py
+%%DATADIR%%/debugger/opencvtypes.py
+%%DATADIR%%/debugger/pdbbridge.py
+%%DATADIR%%/debugger/personaltypes.py
+%%DATADIR%%/debugger/qttypes.py
+%%DATADIR%%/debugger/stdtypes.py
+%%DATADIR%%/externaltools/lrelease.xml
+%%DATADIR%%/externaltools/lupdate.xml
+%%DATADIR%%/externaltools/qmlscene.xml
+%%DATADIR%%/externaltools/qmlviewer.xml
+%%DATADIR%%/externaltools/sort.xml
+%%DATADIR%%/externaltools/vi.xml
+%%DATADIR%%/fonts/SourceCodePro-Bold.ttf
+%%DATADIR%%/fonts/SourceCodePro-It.ttf
+%%DATADIR%%/fonts/SourceCodePro-Regular.ttf
+%%DATADIR%%/fonts/SourceCodePro.txt
+%%DATADIR%%/generic-highlighter/alert.xml
+%%DATADIR%%/generic-highlighter/autoconf.xml
+%%DATADIR%%/generic-highlighter/bash.xml
+%%DATADIR%%/generic-highlighter/cmake.xml
+%%DATADIR%%/generic-highlighter/css.xml
+%%DATADIR%%/generic-highlighter/doxygen.xml
+%%DATADIR%%/generic-highlighter/dtd.xml
+%%DATADIR%%/generic-highlighter/html.xml
+%%DATADIR%%/generic-highlighter/ini.xml
+%%DATADIR%%/generic-highlighter/java.xml
+%%DATADIR%%/generic-highlighter/javadoc.xml
+%%DATADIR%%/generic-highlighter/makefile.xml
+%%DATADIR%%/generic-highlighter/perl.xml
+%%DATADIR%%/generic-highlighter/ruby.xml
+%%DATADIR%%/generic-highlighter/valgrind-suppression.xml
+%%DATADIR%%/generic-highlighter/xml.xml
+%%DATADIR%%/generic-highlighter/yacc.xml
+%%DATADIR%%/glsl/glsl_120.frag
+%%DATADIR%%/glsl/glsl_120.vert
+%%DATADIR%%/glsl/glsl_120_common.glsl
+%%DATADIR%%/glsl/glsl_es_100.frag
+%%DATADIR%%/glsl/glsl_es_100.vert
+%%DATADIR%%/glsl/glsl_es_100_common.glsl
+%%DATADIR%%/modeleditor/standard.def
+%%DATADIR%%/qml-type-descriptions/builtins.qmltypes
+%%DATADIR%%/qml-type-descriptions/qbs-bundle.json
+%%DATADIR%%/qml-type-descriptions/qbs.qmltypes
+%%DATADIR%%/qml-type-descriptions/qmlproject-bundle.json
+%%DATADIR%%/qml-type-descriptions/qmlproject.qmltypes
+%%DATADIR%%/qml-type-descriptions/qmlruntime.qmltypes
+%%DATADIR%%/qml-type-descriptions/qmltypes-bundle.json
+%%DATADIR%%/qml-type-descriptions/qt-labs-folderlistmodel.qmltypes
+%%DATADIR%%/qml-type-descriptions/qt-labs-gestures.qmltypes
+%%DATADIR%%/qml-type-descriptions/qt-labs-particles.qmltypes
+%%DATADIR%%/qml-type-descriptions/qt4QtQuick1-bundle.json
+%%DATADIR%%/qml-type-descriptions/qt5QtQuick1-bundle.json
+%%DATADIR%%/qml-type-descriptions/qt5QtQuick2-bundle.json
+%%DATADIR%%/qml-type-descriptions/qtmobility-connectivity.qmltypes
+%%DATADIR%%/qml-type-descriptions/qtmobility-contacts.qmltypes
+%%DATADIR%%/qml-type-descriptions/qtmobility-feedback.qmltypes
+%%DATADIR%%/qml-type-descriptions/qtmobility-gallery.qmltypes
+%%DATADIR%%/qml-type-descriptions/qtmobility-location.qmltypes
+%%DATADIR%%/qml-type-descriptions/qtmobility-messaging.qmltypes
+%%DATADIR%%/qml-type-descriptions/qtmobility-organizer.qmltypes
+%%DATADIR%%/qml-type-descriptions/qtmobility-publishsubscribe.qmltypes
+%%DATADIR%%/qml-type-descriptions/qtmobility-sensors.qmltypes
+%%DATADIR%%/qml-type-descriptions/qtmobility-serviceframework.qmltypes
+%%DATADIR%%/qml-type-descriptions/qtmobility-systeminfo.qmltypes
+%%DATADIR%%/qml-type-descriptions/qtmultimediakit.qmltypes
+%%DATADIR%%/qml-type-descriptions/qtwebkit.qmltypes
+%%DATADIR%%/qml/qmlpuppet/commands/changeauxiliarycommand.cpp
+%%DATADIR%%/qml/qmlpuppet/commands/changeauxiliarycommand.h
+%%DATADIR%%/qml/qmlpuppet/commands/changebindingscommand.cpp
+%%DATADIR%%/qml/qmlpuppet/commands/changebindingscommand.h
+%%DATADIR%%/qml/qmlpuppet/commands/changefileurlcommand.cpp
+%%DATADIR%%/qml/qmlpuppet/commands/changefileurlcommand.h
+%%DATADIR%%/qml/qmlpuppet/commands/changeidscommand.cpp
+%%DATADIR%%/qml/qmlpuppet/commands/changeidscommand.h
+%%DATADIR%%/qml/qmlpuppet/commands/changenodesourcecommand.cpp
+%%DATADIR%%/qml/qmlpuppet/commands/changenodesourcecommand.h
+%%DATADIR%%/qml/qmlpuppet/commands/changestatecommand.cpp
+%%DATADIR%%/qml/qmlpuppet/commands/changestatecommand.h
+%%DATADIR%%/qml/qmlpuppet/commands/changevaluescommand.cpp
+%%DATADIR%%/qml/qmlpuppet/commands/changevaluescommand.h
+%%DATADIR%%/qml/qmlpuppet/commands/childrenchangedcommand.cpp
+%%DATADIR%%/qml/qmlpuppet/commands/childrenchangedcommand.h
+%%DATADIR%%/qml/qmlpuppet/commands/clearscenecommand.cpp
+%%DATADIR%%/qml/qmlpuppet/commands/clearscenecommand.h
+%%DATADIR%%/qml/qmlpuppet/commands/commands.pri
+%%DATADIR%%/qml/qmlpuppet/commands/completecomponentcommand.cpp
+%%DATADIR%%/qml/qmlpuppet/commands/completecomponentcommand.h
+%%DATADIR%%/qml/qmlpuppet/commands/componentcompletedcommand.cpp
+%%DATADIR%%/qml/qmlpuppet/commands/componentcompletedcommand.h
+%%DATADIR%%/qml/qmlpuppet/commands/createinstancescommand.cpp
+%%DATADIR%%/qml/qmlpuppet/commands/createinstancescommand.h
+%%DATADIR%%/qml/qmlpuppet/commands/createscenecommand.cpp
+%%DATADIR%%/qml/qmlpuppet/commands/createscenecommand.h
+%%DATADIR%%/qml/qmlpuppet/commands/debugoutputcommand.cpp
+%%DATADIR%%/qml/qmlpuppet/commands/debugoutputcommand.h
+%%DATADIR%%/qml/qmlpuppet/commands/endpuppetcommand.cpp
+%%DATADIR%%/qml/qmlpuppet/commands/endpuppetcommand.h
+%%DATADIR%%/qml/qmlpuppet/commands/informationchangedcommand.cpp
+%%DATADIR%%/qml/qmlpuppet/commands/informationchangedcommand.h
+%%DATADIR%%/qml/qmlpuppet/commands/pixmapchangedcommand.cpp
+%%DATADIR%%/qml/qmlpuppet/commands/pixmapchangedcommand.h
+%%DATADIR%%/qml/qmlpuppet/commands/puppetalivecommand.cpp
+%%DATADIR%%/qml/qmlpuppet/commands/puppetalivecommand.h
+%%DATADIR%%/qml/qmlpuppet/commands/removeinstancescommand.cpp
+%%DATADIR%%/qml/qmlpuppet/commands/removeinstancescommand.h
+%%DATADIR%%/qml/qmlpuppet/commands/removepropertiescommand.cpp
+%%DATADIR%%/qml/qmlpuppet/commands/removepropertiescommand.h
+%%DATADIR%%/qml/qmlpuppet/commands/removesharedmemorycommand.cpp
+%%DATADIR%%/qml/qmlpuppet/commands/removesharedmemorycommand.h
+%%DATADIR%%/qml/qmlpuppet/commands/reparentinstancescommand.cpp
+%%DATADIR%%/qml/qmlpuppet/commands/reparentinstancescommand.h
+%%DATADIR%%/qml/qmlpuppet/commands/statepreviewimagechangedcommand.cpp
+%%DATADIR%%/qml/qmlpuppet/commands/statepreviewimagechangedcommand.h
+%%DATADIR%%/qml/qmlpuppet/commands/synchronizecommand.cpp
+%%DATADIR%%/qml/qmlpuppet/commands/synchronizecommand.h
+%%DATADIR%%/qml/qmlpuppet/commands/tokencommand.cpp
+%%DATADIR%%/qml/qmlpuppet/commands/tokencommand.h
+%%DATADIR%%/qml/qmlpuppet/commands/valueschangedcommand.cpp
+%%DATADIR%%/qml/qmlpuppet/commands/valueschangedcommand.h
+%%DATADIR%%/qml/qmlpuppet/container/addimportcontainer.cpp
+%%DATADIR%%/qml/qmlpuppet/container/addimportcontainer.h
+%%DATADIR%%/qml/qmlpuppet/container/container.pri
+%%DATADIR%%/qml/qmlpuppet/container/idcontainer.cpp
+%%DATADIR%%/qml/qmlpuppet/container/idcontainer.h
+%%DATADIR%%/qml/qmlpuppet/container/imagecontainer.cpp
+%%DATADIR%%/qml/qmlpuppet/container/imagecontainer.h
+%%DATADIR%%/qml/qmlpuppet/container/informationcontainer.cpp
+%%DATADIR%%/qml/qmlpuppet/container/informationcontainer.h
+%%DATADIR%%/qml/qmlpuppet/container/instancecontainer.cpp
+%%DATADIR%%/qml/qmlpuppet/container/instancecontainer.h
+%%DATADIR%%/qml/qmlpuppet/container/mockuptypecontainer.cpp
+%%DATADIR%%/qml/qmlpuppet/container/mockuptypecontainer.h
+%%DATADIR%%/qml/qmlpuppet/container/propertyabstractcontainer.cpp
+%%DATADIR%%/qml/qmlpuppet/container/propertyabstractcontainer.h
+%%DATADIR%%/qml/qmlpuppet/container/propertybindingcontainer.cpp
+%%DATADIR%%/qml/qmlpuppet/container/propertybindingcontainer.h
+%%DATADIR%%/qml/qmlpuppet/container/propertyvaluecontainer.cpp
+%%DATADIR%%/qml/qmlpuppet/container/propertyvaluecontainer.h
+%%DATADIR%%/qml/qmlpuppet/container/reparentcontainer.cpp
+%%DATADIR%%/qml/qmlpuppet/container/reparentcontainer.h
+%%DATADIR%%/qml/qmlpuppet/container/sharedmemory.h
+%%DATADIR%%/qml/qmlpuppet/container/sharedmemory_qt.cpp
+%%DATADIR%%/qml/qmlpuppet/container/sharedmemory_unix.cpp
+%%DATADIR%%/qml/qmlpuppet/html/welcome.html
+%%DATADIR%%/qml/qmlpuppet/images/template_image.png
+%%DATADIR%%/qml/qmlpuppet/images/webkit.png
+%%DATADIR%%/qml/qmlpuppet/instances/instances.pri
+%%DATADIR%%/qml/qmlpuppet/instances/nodeinstanceclientproxy.cpp
+%%DATADIR%%/qml/qmlpuppet/instances/nodeinstanceclientproxy.h
+%%DATADIR%%/qml/qmlpuppet/interfaces/commondefines.h
+%%DATADIR%%/qml/qmlpuppet/interfaces/interfaces.pri
+%%DATADIR%%/qml/qmlpuppet/interfaces/nodeinstanceclientinterface.h
+%%DATADIR%%/qml/qmlpuppet/interfaces/nodeinstanceglobal.h
+%%DATADIR%%/qml/qmlpuppet/interfaces/nodeinstanceserverinterface.cpp
+%%DATADIR%%/qml/qmlpuppet/interfaces/nodeinstanceserverinterface.h
+%%DATADIR%%/qml/qmlpuppet/mockfiles/GenericBackend.qml
+%%DATADIR%%/qml/qmlpuppet/mockfiles/Window.qml
+%%DATADIR%%/qml/qmlpuppet/qml2puppet/Info.plist
+%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/anchorchangesnodeinstance.cpp
+%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/anchorchangesnodeinstance.h
+%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/behaviornodeinstance.cpp
+%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/behaviornodeinstance.h
+%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/childrenchangeeventfilter.cpp
+%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/childrenchangeeventfilter.h
+%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/componentnodeinstance.cpp
+%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/componentnodeinstance.h
+%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/dummycontextobject.cpp
+%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/dummycontextobject.h
+%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/dummynodeinstance.cpp
+%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/dummynodeinstance.h
+%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/instances.pri
+%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/layoutnodeinstance.cpp
+%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/layoutnodeinstance.h
+%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/nodeinstanceserver.cpp
+%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/nodeinstanceserver.h
+%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/nodeinstancesignalspy.cpp
+%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/nodeinstancesignalspy.h
+%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/objectnodeinstance.cpp
+%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/objectnodeinstance.h
+%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/positionernodeinstance.cpp
+%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/positionernodeinstance.h
+%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/qmlpropertychangesnodeinstance.cpp
+%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/qmlpropertychangesnodeinstance.h
+%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/qmlstatenodeinstance.cpp
+%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/qmlstatenodeinstance.h
+%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/qmltransitionnodeinstance.cpp
+%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/qmltransitionnodeinstance.h
+%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/qt5informationnodeinstanceserver.cpp
+%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/qt5informationnodeinstanceserver.h
+%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/qt5nodeinstanceclientproxy.cpp
+%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/qt5nodeinstanceclientproxy.h
+%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/qt5nodeinstanceserver.cpp
+%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/qt5nodeinstanceserver.h
+%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/qt5previewnodeinstanceserver.cpp
+%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/qt5previewnodeinstanceserver.h
+%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/qt5rendernodeinstanceserver.cpp
+%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/qt5rendernodeinstanceserver.h
+%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/qt5testnodeinstanceserver.cpp
+%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/qt5testnodeinstanceserver.h
+%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/quickitemnodeinstance.cpp
+%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/quickitemnodeinstance.h
+%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/servernodeinstance.cpp
+%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/servernodeinstance.h
+%%DATADIR%%/qml/qmlpuppet/qml2puppet/qml2puppet.pri
+%%DATADIR%%/qml/qmlpuppet/qml2puppet/qml2puppet.pro
+%%DATADIR%%/qml/qmlpuppet/qml2puppet/qml2puppetmain.cpp
+%%DATADIR%%/qml/qmlpuppet/qmlprivategate/designercustomobjectdata.cpp
+%%DATADIR%%/qml/qmlpuppet/qmlprivategate/designercustomobjectdata.h
+%%DATADIR%%/qml/qmlpuppet/qmlprivategate/designersupportdelegate.h
+%%DATADIR%%/qml/qmlpuppet/qmlprivategate/metaobject.cpp
+%%DATADIR%%/qml/qmlpuppet/qmlprivategate/metaobject.h
+%%DATADIR%%/qml/qmlpuppet/qmlprivategate/qmlprivategate.cpp
+%%DATADIR%%/qml/qmlpuppet/qmlprivategate/qmlprivategate.h
+%%DATADIR%%/qml/qmlpuppet/qmlprivategate/qmlprivategate.pri
+%%DATADIR%%/qml/qmlpuppet/qmlprivategate/qmlprivategate_56.cpp
+%%DATADIR%%/qml/qmlpuppet/qmlpuppet.qrc
+%%DATADIR%%/qml/qmlpuppet/qmlpuppet_utilities.pri
+%%DATADIR%%/qml/qmlpuppet/types/enumeration.cpp
+%%DATADIR%%/qml/qmlpuppet/types/enumeration.h
+%%DATADIR%%/qml/qmlpuppet/types/types.pri
+%%DATADIR%%/qmldesigner/common/DesignerScrollViewStyle.qml
+%%DATADIR%%/qmldesigner/itemLibraryQmlSources/ItemDelegate.qml
+%%DATADIR%%/qmldesigner/itemLibraryQmlSources/ItemsView.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/AligmentHorizontalButtons.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/AligmentVerticalButtons.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/AnchorButtons.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/BoolButtonRowButton.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/Button.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/ButtonRow.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/ButtonRow2.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/ButtonRowButton.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/CheckBox.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/ColorButton.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/ColorCheckButton.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/ColorEditor.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/ColorLogic.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/ComboBox.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/Constants.js
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/CustomCheckBoxStyle.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/CustomComboBoxStyle.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/CustomSpinBoxStyle.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/DoubleSpinBox.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/ExpandingSpacer.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/ExpressionTextField.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/ExtendedFunctionButton.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/FlickableSection.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/FontComboBox.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/FontSection.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/FontStyleButtons.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/GradientLine.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/GroupBox.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/HueSlider.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/IconLabel.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/Label.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/LineEdit.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/OriginControl.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/PaddingSection.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/RoundedPanel.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/ScrollView.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/SecondColumnLayout.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/Section.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/SectionLayout.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/SpinBox.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/StandardTextSection.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/Tab.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/TabView.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/ToolTipArea.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/UrlChooser.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/checkers.png
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/down-arrow.png
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/down-arrow at 2x.png
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/expression.png
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/expression at 2x.png
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/icon_color_gradient.png
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/icon_color_none.png
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/icon_color_solid.png
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/placeholder.png
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/placeholder at 2x.png
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/submenu.png
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/submenu at 2x.png
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/up-arrow.png
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/up-arrow at 2x.png
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/qmldir
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/PropertyTemplates/BooleanEditorTemplate.template
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/PropertyTemplates/ColorEditorTemplate.template
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/PropertyTemplates/IntEditorTemplate.template
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/PropertyTemplates/RealEditorTemplate.template
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/PropertyTemplates/StringEditorTemplate.template
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/PropertyTemplates/TemplateTypes.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/PropertyTemplates/UrlEditorTemplate.template
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/AdvancedSection.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/AnchorRow.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/BorderImageSpecifics.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/ColumnSpecifics.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/FlickableSpecifics.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/FlipableSpecifics.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/FlowSpecifics.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/GeometrySection.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/GridSpecifics.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/GridViewSpecifics.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/ImageSpecifics.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/ItemPane.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/LayoutPoperties.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/LayoutSection.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Layouts/GridLayoutSpecifics.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/ListViewSpecifics.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/MouseAreaSpecifics.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/PathViewSpecifics.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/QtObjectPane.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/RectangleSpecifics.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/RowSpecifics.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/TargetComboBox.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/TextEditSpecifics.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/TextInputSection.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/TextInputSpecifics.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/TextSpecifics.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Window/WindowSpecifics.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/emptyPane.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/project.qmlproject
+%%DATADIR%%/qmldesigner/statesEditorQmlSources/DesignerTextFieldStyle.qml
+%%DATADIR%%/qmldesigner/statesEditorQmlSources/StatesDelegate.qml
+%%DATADIR%%/qmldesigner/statesEditorQmlSources/StatesList.qml
+%%DATADIR%%/qmlicons/Qt/16x16/BorderImage.png
+%%DATADIR%%/qmlicons/Qt/16x16/BusyIndicator.png
+%%DATADIR%%/qmlicons/Qt/16x16/Button.png
+%%DATADIR%%/qmlicons/Qt/16x16/ButtonColumn.png
+%%DATADIR%%/qmlicons/Qt/16x16/ButtonRow.png
+%%DATADIR%%/qmlicons/Qt/16x16/CheckBox.png
+%%DATADIR%%/qmlicons/Qt/16x16/ChoiceList.png
+%%DATADIR%%/qmlicons/Qt/16x16/ColorAnimation.png
+%%DATADIR%%/qmlicons/Qt/16x16/Component.png
+%%DATADIR%%/qmlicons/Qt/16x16/CountBubble.png
+%%DATADIR%%/qmlicons/Qt/16x16/DatePickerDialog.png
+%%DATADIR%%/qmlicons/Qt/16x16/Flickable.png
+%%DATADIR%%/qmlicons/Qt/16x16/Flipable.png
+%%DATADIR%%/qmlicons/Qt/16x16/FocusScope.png
+%%DATADIR%%/qmlicons/Qt/16x16/GridView.png
+%%DATADIR%%/qmlicons/Qt/16x16/Image.png
+%%DATADIR%%/qmlicons/Qt/16x16/InfoBanner.png
+%%DATADIR%%/qmlicons/Qt/16x16/Item.png
+%%DATADIR%%/qmlicons/Qt/16x16/ListButton.png
+%%DATADIR%%/qmlicons/Qt/16x16/ListDelegate.png
+%%DATADIR%%/qmlicons/Qt/16x16/ListView.png
+%%DATADIR%%/qmlicons/Qt/16x16/MoreIndicator.png
+%%DATADIR%%/qmlicons/Qt/16x16/MouseArea.png
+%%DATADIR%%/qmlicons/Qt/16x16/PageIndicator.png
+%%DATADIR%%/qmlicons/Qt/16x16/ParallelAnimation.png
+%%DATADIR%%/qmlicons/Qt/16x16/PathView.png
+%%DATADIR%%/qmlicons/Qt/16x16/PauseAnimation.png
+%%DATADIR%%/qmlicons/Qt/16x16/ProgressBar.png
+%%DATADIR%%/qmlicons/Qt/16x16/PropertyChanges.png
+%%DATADIR%%/qmlicons/Qt/16x16/RadioButton.png
+%%DATADIR%%/qmlicons/Qt/16x16/RatingIndicator.png
+%%DATADIR%%/qmlicons/Qt/16x16/Rectangle.png
+%%DATADIR%%/qmlicons/Qt/16x16/SequentialAnimation.png
+%%DATADIR%%/qmlicons/Qt/16x16/Slider.png
+%%DATADIR%%/qmlicons/Qt/16x16/State.png
+%%DATADIR%%/qmlicons/Qt/16x16/Switch.png
+%%DATADIR%%/qmlicons/Qt/16x16/TabBar.png
+%%DATADIR%%/qmlicons/Qt/16x16/TabButton.png
+%%DATADIR%%/qmlicons/Qt/16x16/Text.png
+%%DATADIR%%/qmlicons/Qt/16x16/TextArea.png
+%%DATADIR%%/qmlicons/Qt/16x16/TextEdit.png
+%%DATADIR%%/qmlicons/Qt/16x16/TextField.png
+%%DATADIR%%/qmlicons/Qt/16x16/TextInput.png
+%%DATADIR%%/qmlicons/Qt/16x16/TimePickerDialog.png
+%%DATADIR%%/qmlicons/Qt/16x16/ToolBar.png
+%%DATADIR%%/qmlicons/Qt/16x16/Transition.png
+%%DATADIR%%/qmlicons/Qt/16x16/Tumbler.png
+%%DATADIR%%/qmlicons/Qt/16x16/TumblerButton.png
+%%DATADIR%%/qmlicons/Qt/16x16/TumblerColumn.png
+%%DATADIR%%/qmlicons/Qt/16x16/TumblerDialog.png
+%%DATADIR%%/qmlicons/Qt/16x16/Window.png
+%%DATADIR%%/qmlicons/Qt/16x16/item-icon16.png
+%%DATADIR%%/qmlicons/QtWebkit/16x16/WebView.png
+%%DATADIR%%/schemes/MS_Visual_C++.kms
+%%DATADIR%%/schemes/Xcode.kms
+%%DATADIR%%/snippets/cpp.xml
+%%DATADIR%%/snippets/qml.xml
+%%DATADIR%%/snippets/text.xml
+%%DATADIR%%/styles/creator-dark.xml
+%%DATADIR%%/styles/dark.xml
+%%DATADIR%%/styles/default.xml
+%%DATADIR%%/styles/grayscale.xml
+%%DATADIR%%/styles/inkpot.xml
+%%DATADIR%%/styles/intellij.xml
+%%DATADIR%%/styles/modnokai_night_shift_v2.xml
+%%DATADIR%%/styles/solarized-dark.xml
+%%DATADIR%%/styles/solarized-light.xml
+%%DATADIR%%/templates/qt4project/customwidgetwizard/tpl_collection.cpp
+%%DATADIR%%/templates/qt4project/customwidgetwizard/tpl_collection.h
+%%DATADIR%%/templates/qt4project/customwidgetwizard/tpl_plugin.pro
+%%DATADIR%%/templates/qt4project/customwidgetwizard/tpl_resources.qrc
+%%DATADIR%%/templates/qt4project/customwidgetwizard/tpl_single.cpp
+%%DATADIR%%/templates/qt4project/customwidgetwizard/tpl_single.h
+%%DATADIR%%/templates/qt4project/customwidgetwizard/tpl_widget.cpp
+%%DATADIR%%/templates/qt4project/customwidgetwizard/tpl_widget.h
+%%DATADIR%%/templates/qt4project/customwidgetwizard/tpl_widget_include.pri
+%%DATADIR%%/templates/qt4project/customwidgetwizard/tpl_widget_lib.pro
+%%DATADIR%%/templates/qt4project/main.cpp
+%%DATADIR%%/templates/qt4project/mywidget.cpp
+%%DATADIR%%/templates/qt4project/mywidget.h
+%%DATADIR%%/templates/qt4project/mywidget_form.cpp
+%%DATADIR%%/templates/qt4project/mywidget_form.h
+%%DATADIR%%/templates/qt4project/widget.ui
+%%DATADIR%%/templates/wizards/README.txt
+%%DATADIR%%/templates/wizards/autotest/autotest_24.png
+%%DATADIR%%/templates/wizards/autotest/files/auto.pro
+%%DATADIR%%/templates/wizards/autotest/files/gtest_dependency.pri
+%%DATADIR%%/templates/wizards/autotest/files/main.cpp
+%%DATADIR%%/templates/wizards/autotest/files/src.pro
+%%DATADIR%%/templates/wizards/autotest/files/tests.pro
+%%DATADIR%%/templates/wizards/autotest/files/tmp.pro
+%%DATADIR%%/templates/wizards/autotest/files/tst.pro
+%%DATADIR%%/templates/wizards/autotest/files/tst_main.cpp
+%%DATADIR%%/templates/wizards/autotest/files/tst_src.cpp
+%%DATADIR%%/templates/wizards/autotest/files/tst_src.h
+%%DATADIR%%/templates/wizards/autotest/wizard.json
+%%DATADIR%%/templates/wizards/classes/cpp/file.cpp
+%%DATADIR%%/templates/wizards/classes/cpp/file.h
+%%DATADIR%%/templates/wizards/classes/cpp/wizard.json
+%%DATADIR%%/templates/wizards/classes/itemmodel/itemmodel.cpp
+%%DATADIR%%/templates/wizards/classes/itemmodel/itemmodel.h
+%%DATADIR%%/templates/wizards/classes/itemmodel/listmodel.cpp
+%%DATADIR%%/templates/wizards/classes/itemmodel/listmodel.h
+%%DATADIR%%/templates/wizards/classes/itemmodel/tablemodel.cpp
+%%DATADIR%%/templates/wizards/classes/itemmodel/tablemodel.h
+%%DATADIR%%/templates/wizards/classes/itemmodel/wizard.json
+%%DATADIR%%/templates/wizards/classes/python/file.py
+%%DATADIR%%/templates/wizards/classes/python/wizard.json
+%%DATADIR%%/templates/wizards/classes/qtquickui/file.qml.tpl
+%%DATADIR%%/templates/wizards/classes/qtquickui/fileForm.ui.qml.tpl
+%%DATADIR%%/templates/wizards/classes/qtquickui/wizard.json
+%%DATADIR%%/templates/wizards/codesnippet/main.cpp
+%%DATADIR%%/templates/wizards/codesnippet/project.pro
+%%DATADIR%%/templates/wizards/codesnippet/wizard.xml
+%%DATADIR%%/templates/wizards/files/cppheader/file.h
+%%DATADIR%%/templates/wizards/files/cppheader/wizard.json
+%%DATADIR%%/templates/wizards/files/cppsource/file.cpp
+%%DATADIR%%/templates/wizards/files/cppsource/wizard.json
+%%DATADIR%%/templates/wizards/files/form/file.ui
+%%DATADIR%%/templates/wizards/files/form/wizard.json
+%%DATADIR%%/templates/wizards/files/glsl/gl/fragment/file.frag
+%%DATADIR%%/templates/wizards/files/glsl/gl/fragment/wizard.json
+%%DATADIR%%/templates/wizards/files/glsl/gl/vertex/file.vert
+%%DATADIR%%/templates/wizards/files/glsl/gl/vertex/wizard.json
+%%DATADIR%%/templates/wizards/files/glsl/gles/fragment/file.fsh
+%%DATADIR%%/templates/wizards/files/glsl/gles/fragment/wizard.json
+%%DATADIR%%/templates/wizards/files/glsl/gles/vertex/file.vsh
+%%DATADIR%%/templates/wizards/files/glsl/gles/vertex/wizard.json
+%%DATADIR%%/templates/wizards/files/java/source.java
+%%DATADIR%%/templates/wizards/files/java/wizard.json
+%%DATADIR%%/templates/wizards/files/js/file.js
+%%DATADIR%%/templates/wizards/files/js/wizard.json
+%%DATADIR%%/templates/wizards/files/modeling/file.qmodel
+%%DATADIR%%/templates/wizards/files/modeling/wizard.json
+%%DATADIR%%/templates/wizards/files/nim/file.nim
+%%DATADIR%%/templates/wizards/files/nim/icon.png
+%%DATADIR%%/templates/wizards/files/nim/wizard.json
+%%DATADIR%%/templates/wizards/files/nimscript/file.nims
+%%DATADIR%%/templates/wizards/files/nimscript/icon.png
+%%DATADIR%%/templates/wizards/files/nimscript/wizard.json
+%%DATADIR%%/templates/wizards/files/python/file.py
+%%DATADIR%%/templates/wizards/files/python/wizard.json
+%%DATADIR%%/templates/wizards/files/qrc/file.qrc
+%%DATADIR%%/templates/wizards/files/qrc/wizard.json
+%%DATADIR%%/templates/wizards/files/qtquick2/file.qml.tpl
+%%DATADIR%%/templates/wizards/files/qtquick2/wizard.json
+%%DATADIR%%/templates/wizards/files/scratch/file.txt
+%%DATADIR%%/templates/wizards/files/scratch/wizard.json
+%%DATADIR%%/templates/wizards/files/scxml/file.scxml
+%%DATADIR%%/templates/wizards/files/scxml/wizard.json
+%%DATADIR%%/templates/wizards/files/text/file.txt
+%%DATADIR%%/templates/wizards/files/text/wizard.json
+%%DATADIR%%/templates/wizards/global/consoleapplication.png
+%%DATADIR%%/templates/wizards/global/genericfilewizard.png
+%%DATADIR%%/templates/wizards/global/guiapplication.png
+%%DATADIR%%/templates/wizards/projects/git.ignore
+%%DATADIR%%/templates/wizards/projects/nim/file.nimproject
+%%DATADIR%%/templates/wizards/projects/nim/icon.png
+%%DATADIR%%/templates/wizards/projects/nim/main.nim
+%%DATADIR%%/templates/wizards/projects/nim/wizard.json
+%%DATADIR%%/templates/wizards/projects/plainc/CMakeLists.txt
+%%DATADIR%%/templates/wizards/projects/plainc/file.pro
+%%DATADIR%%/templates/wizards/projects/plainc/file.qbs
+%%DATADIR%%/templates/wizards/projects/plainc/main.c
+%%DATADIR%%/templates/wizards/projects/plainc/wizard.json
+%%DATADIR%%/templates/wizards/projects/plaincpp/CMakeLists.txt
+%%DATADIR%%/templates/wizards/projects/plaincpp/file.pro
+%%DATADIR%%/templates/wizards/projects/plaincpp/file.qbs
+%%DATADIR%%/templates/wizards/projects/plaincpp/main.cpp
+%%DATADIR%%/templates/wizards/projects/plaincpp/wizard.json
+%%DATADIR%%/templates/wizards/projects/qmake/consoleapp/file.pro
+%%DATADIR%%/templates/wizards/projects/qmake/consoleapp/main.cpp
+%%DATADIR%%/templates/wizards/projects/qmake/consoleapp/wizard.json
+%%DATADIR%%/templates/wizards/projects/qmake/empty/file.pro
+%%DATADIR%%/templates/wizards/projects/qmake/empty/wizard.json
+%%DATADIR%%/templates/wizards/projects/qmake/qtcanvas3dapplication/3dapplication.png
+%%DATADIR%%/templates/wizards/projects/qmake/qtcanvas3dapplication/app.pro
+%%DATADIR%%/templates/wizards/projects/qmake/qtcanvas3dapplication/main.cpp
+%%DATADIR%%/templates/wizards/projects/qmake/qtcanvas3dapplication/main.qml.tpl
+%%DATADIR%%/templates/wizards/projects/qmake/qtcanvas3dapplication/plaincanvas3d/glcode.js
+%%DATADIR%%/templates/wizards/projects/qmake/qtcanvas3dapplication/qml.qrc
+%%DATADIR%%/templates/wizards/projects/qmake/qtcanvas3dapplication/threejs/3rdparty/three.js
+%%DATADIR%%/templates/wizards/projects/qmake/qtcanvas3dapplication/threejs/glcode.js
+%%DATADIR%%/templates/wizards/projects/qmake/qtcanvas3dapplication/wizard.json
+%%DATADIR%%/templates/wizards/projects/qmake/qtquickapplication/MainForm.ui.qml.tpl
+%%DATADIR%%/templates/wizards/projects/qmake/qtquickapplication/app.pro
+%%DATADIR%%/templates/wizards/projects/qmake/qtquickapplication/main.cpp
+%%DATADIR%%/templates/wizards/projects/qmake/qtquickapplication/main.qml.tpl
+%%DATADIR%%/templates/wizards/projects/qmake/qtquickapplication/qml.qrc
+%%DATADIR%%/templates/wizards/projects/qmake/qtquickapplication/qml_wizard.png
+%%DATADIR%%/templates/wizards/projects/qmake/qtquickapplication/wizard.json
+%%DATADIR%%/templates/wizards/projects/qmake/qtquickcontrols2application/Page1.qml.tpl
+%%DATADIR%%/templates/wizards/projects/qmake/qtquickcontrols2application/Page1Form.ui.qml.tpl
+%%DATADIR%%/templates/wizards/projects/qmake/qtquickcontrols2application/app.pro
+%%DATADIR%%/templates/wizards/projects/qmake/qtquickcontrols2application/main.cpp
+%%DATADIR%%/templates/wizards/projects/qmake/qtquickcontrols2application/main.qml.tpl
+%%DATADIR%%/templates/wizards/projects/qmake/qtquickcontrols2application/qml.qrc
+%%DATADIR%%/templates/wizards/projects/qmake/qtquickcontrols2application/qtquickcontrols2.conf
+%%DATADIR%%/templates/wizards/projects/qmake/qtquickcontrols2application/wizard.json
+%%DATADIR%%/templates/wizards/projects/qmake/qtquickcontrolsapplication/MainForm.ui.qml.tpl
+%%DATADIR%%/templates/wizards/projects/qmake/qtquickcontrolsapplication/app.pro
+%%DATADIR%%/templates/wizards/projects/qmake/qtquickcontrolsapplication/main.cpp
+%%DATADIR%%/templates/wizards/projects/qmake/qtquickcontrolsapplication/main.qml.tpl
+%%DATADIR%%/templates/wizards/projects/qmake/qtquickcontrolsapplication/qml.qrc
+%%DATADIR%%/templates/wizards/projects/qmake/qtquickcontrolsapplication/wizard.json
+%%DATADIR%%/templates/wizards/projects/qmlproject/qtquickapplication/app.qmlproject
+%%DATADIR%%/templates/wizards/projects/qmlproject/qtquickapplication/wizard.json
+%%DATADIR%%/templates/wizards/projects/qmlproject/qtquickcontrolsapplication/app.qmlproject
+%%DATADIR%%/templates/wizards/projects/qmlproject/qtquickcontrolsapplication/wizard.json
+%%DATADIR%%/templates/wizards/projects/vcs/bazaar/icon.png
+%%DATADIR%%/templates/wizards/projects/vcs/bazaar/wizard.json
+%%DATADIR%%/templates/wizards/projects/vcs/cvs/icon.png
+%%DATADIR%%/templates/wizards/projects/vcs/cvs/wizard.json
+%%DATADIR%%/templates/wizards/projects/vcs/git/icon.png
+%%DATADIR%%/templates/wizards/projects/vcs/git/wizard.json
+%%DATADIR%%/templates/wizards/projects/vcs/mercurial/icon.png
+%%DATADIR%%/templates/wizards/projects/vcs/mercurial/wizard.json
+%%DATADIR%%/templates/wizards/projects/vcs/subversion/icon.png
+%%DATADIR%%/templates/wizards/projects/vcs/subversion/wizard.json
+%%DATADIR%%/templates/wizards/qtcreatorplugin/MyPlugin.json.in
+%%DATADIR%%/templates/wizards/qtcreatorplugin/myplugin.cpp
+%%DATADIR%%/templates/wizards/qtcreatorplugin/myplugin.h
+%%DATADIR%%/templates/wizards/qtcreatorplugin/myplugin.pro
+%%DATADIR%%/templates/wizards/qtcreatorplugin/myplugin_global.h
+%%DATADIR%%/templates/wizards/qtcreatorplugin/mypluginconstants.h
+%%DATADIR%%/templates/wizards/qtcreatorplugin/qtcreator_logo_24.png
+%%DATADIR%%/templates/wizards/qtcreatorplugin/wizard.xml
+%%DATADIR%%/templates/wizards/qtquick1-extension/lib.png
+%%DATADIR%%/templates/wizards/qtquick1-extension/object.cpp
+%%DATADIR%%/templates/wizards/qtquick1-extension/object.h
+%%DATADIR%%/templates/wizards/qtquick1-extension/plugin.cpp
+%%DATADIR%%/templates/wizards/qtquick1-extension/plugin.h
+%%DATADIR%%/templates/wizards/qtquick1-extension/project.pro
+%%DATADIR%%/templates/wizards/qtquick1-extension/qmldir
+%%DATADIR%%/templates/wizards/qtquick1-extension/wizard.xml
+%%DATADIR%%/templates/wizards/qtquick2-extension/lib.png
+%%DATADIR%%/templates/wizards/qtquick2-extension/object.cpp
+%%DATADIR%%/templates/wizards/qtquick2-extension/object.h
+%%DATADIR%%/templates/wizards/qtquick2-extension/plugin.cpp
+%%DATADIR%%/templates/wizards/qtquick2-extension/plugin.h
+%%DATADIR%%/templates/wizards/qtquick2-extension/project.pro
+%%DATADIR%%/templates/wizards/qtquick2-extension/qmldir
+%%DATADIR%%/templates/wizards/qtquick2-extension/wizard.xml
+%%DATADIR%%/themes/dark.creatortheme
+%%DATADIR%%/themes/default.creatortheme
+%%DATADIR%%/themes/flat-dark.creatortheme
+%%DATADIR%%/themes/flat-light.creatortheme
+%%DATADIR%%/themes/flat.creatortheme
+%%DATADIR%%/translations/qtcreator_cs.qm
+%%DATADIR%%/translations/qtcreator_de.qm
+%%DATADIR%%/translations/qtcreator_fr.qm
+%%DATADIR%%/translations/qtcreator_ja.qm
+%%DATADIR%%/translations/qtcreator_pl.qm
+%%DATADIR%%/translations/qtcreator_ru.qm
+%%DATADIR%%/translations/qtcreator_sl.qm
+%%DATADIR%%/translations/qtcreator_uk.qm
+%%DATADIR%%/translations/qtcreator_zh_CN.qm
+%%DATADIR%%/translations/qtcreator_zh_TW.qm
+%%DATADIR%%/welcomescreen/develop.qml
+%%DATADIR%%/welcomescreen/dummydata/examplesModel.qml
+%%DATADIR%%/welcomescreen/dummydata/pagesModel.qml
+%%DATADIR%%/welcomescreen/dummydata/projectList.qml
+%%DATADIR%%/welcomescreen/dummydata/sessionList.qml
+%%DATADIR%%/welcomescreen/dummydata/tutorialsModel.qml
+%%DATADIR%%/welcomescreen/examples.qml
+%%DATADIR%%/welcomescreen/images_areaofinterest.xml
+%%DATADIR%%/welcomescreen/qtcreator_tutorials.xml
+%%DATADIR%%/welcomescreen/tutorials.qml
+%%DATADIR%%/welcomescreen/welcomescreen.qml
+%%DATADIR%%/welcomescreen/welcomescreen.qmlproject
+%%DATADIR%%/welcomescreen/widgets/Button.qml
+%%DATADIR%%/welcomescreen/widgets/ComboBox.qml
+%%DATADIR%%/welcomescreen/widgets/CustomFonts.qml
+%%DATADIR%%/welcomescreen/widgets/CustomizedGridView.qml
+%%DATADIR%%/welcomescreen/widgets/Delegate.qml
+%%DATADIR%%/welcomescreen/widgets/IconAndLink.qml
+%%DATADIR%%/welcomescreen/widgets/NativeText.qml
+%%DATADIR%%/welcomescreen/widgets/PageLoader.qml
+%%DATADIR%%/welcomescreen/widgets/ProjectItem.qml
+%%DATADIR%%/welcomescreen/widgets/RecentProjects.qml
+%%DATADIR%%/welcomescreen/widgets/SearchBar.qml
+%%DATADIR%%/welcomescreen/widgets/SessionActionLabel.qml
+%%DATADIR%%/welcomescreen/widgets/SessionItem.qml
+%%DATADIR%%/welcomescreen/widgets/Sessions.qml
+%%DATADIR%%/welcomescreen/widgets/SideBar.qml
+%%DATADIR%%/welcomescreen/widgets/Tabs.qml
+%%DATADIR%%/welcomescreen/widgets/ToolTip.qml
+%%DATADIR%%/welcomescreen/widgets/dummydata/context/ExampleDelegate.qml
+%%DATADIR%%/welcomescreen/widgets/dummydata/context/ExampleGridView.qml
+%%DATADIR%%/welcomescreen/widgets/dummydata/examplesModel.qml
+%%DATADIR%%/welcomescreen/widgets/dummydata/mockupTags.qml
+%%DATADIR%%/welcomescreen/widgets/dummydata/pagesModel.qml
+%%DATADIR%%/welcomescreen/widgets/dummydata/tabsModel.qml
+%%DATADIR%%/welcomescreen/widgets/images/dropshadow.png
+%%DATADIR%%/welcomescreen/widgets/images/icons/adressbook.png
+%%DATADIR%%/welcomescreen/widgets/images/icons/androidapp.png
+%%DATADIR%%/welcomescreen/widgets/images/icons/buildrun.png
+%%DATADIR%%/welcomescreen/widgets/images/icons/components.png
+%%DATADIR%%/welcomescreen/widgets/images/icons/ddays13.png
+%%DATADIR%%/welcomescreen/widgets/images/icons/ddays14.png
+%%DATADIR%%/welcomescreen/widgets/images/icons/developing_with_qt_creator.png
+%%DATADIR%%/welcomescreen/widgets/images/icons/qt_sdk.png
+%%DATADIR%%/welcomescreen/widgets/images/icons/qtquick.png
+%%DATADIR%%/welcomescreen/widgets/images/icons/qwidget.png
+%%DATADIR%%/welcomescreen/widgets/images/icons/tutorialicon.png
+%%DATADIR%%/welcomescreen/widgets/images/icons/videoIcon.png
+%%DATADIR%%/welcomescreen/widgets/images/icons/worldsummit15.png
+%%DATADIR%%/welcomescreen/widgets/images/mockup/designer-examples.png
+%%DATADIR%%/welcomescreen/widgets/images/mockup/desktop-examples.png
+%%DATADIR%%/welcomescreen/widgets/images/mockup/draganddrop-examples.png
+%%DATADIR%%/welcomescreen/widgets/images/mockup/itemview-examples.png
+%%DATADIR%%/welcomescreen/widgets/images/mockup/layout-examples.png
+%%DATADIR%%/welcomescreen/widgets/images/mockup/mainwindow-examples.png
+%%DATADIR%%/welcomescreen/widgets/images/mockup/network-examples.png
+%%DATADIR%%/welcomescreen/widgets/images/mockup/opengl-examples.png
+%%DATADIR%%/welcomescreen/widgets/images/mockup/penguin.png
+%%DATADIR%%/welcomescreen/widgets/images/mockup/qtscript-examples.png
+%%DATADIR%%/welcomescreen/widgets/images/mockup/thread-examples.png
+%%DATADIR%%/welcomescreen/widgets/qmldir
More information about the Midnightbsd-cvs
mailing list