pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

qtcreator: Remove, imported into pkgsrc proper.



Module Name:	pkgsrc-wip
Committed By:	Maya Rashish <maya%NetBSD.org@localhost>
Pushed By:	coypu
Date:		Sat Nov 28 17:57:03 2020 +0200
Changeset:	cbfae7008d1eac6d5aee08b5a41b854a6c1ba127

Removed Files:
	qtcreator/DESCR
	qtcreator/Makefile
	qtcreator/PLIST
	qtcreator/distinfo

Log Message:
qtcreator: Remove, imported into pkgsrc proper.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cbfae7008d1eac6d5aee08b5a41b854a6c1ba127

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 qtcreator/DESCR    |   10 -
 qtcreator/Makefile |   93 ----
 qtcreator/PLIST    | 1449 ----------------------------------------------------
 qtcreator/distinfo |    6 -
 4 files changed, 1558 deletions(-)

diffs:
diff --git a/qtcreator/DESCR b/qtcreator/DESCR
deleted file mode 100644
index 26da59eea4..0000000000
--- a/qtcreator/DESCR
+++ /dev/null
@@ -1,10 +0,0 @@
-Qt Creator is a new cross-platform integrated development environment (IDE)
-tailored to the needs of Qt developers.  It includes:
-
-    * An advanced C++ code editor
-    * Integrated GUI layout and forms designer
-    * Project and build management tools
-    * Integrated, context-sensitive help system
-    * Visual debugger
-    * Rapid code navigation tools
-    * Supports multiple platforms
diff --git a/qtcreator/Makefile b/qtcreator/Makefile
deleted file mode 100644
index 8e4d65e0c8..0000000000
--- a/qtcreator/Makefile
+++ /dev/null
@@ -1,93 +0,0 @@
-# $NetBSD: Makefile,v 1.11 2012/12/15 08:27:24 asau Exp $
-
-DISTNAME=	qt-creator-opensource-src-4.13.2
-PKGNAME=	${DISTNAME:S/qt-/qt/:S/-opensource-src//}
-CATEGORIES=	editors
-MASTER_SITES=	http://download.qt.io/official_releases/${PKGBASE}/${PKGVERSION_NOREV:R}/${PKGVERSION_NOREV}/
-MASTER_SITES+=	http://download.qt.io/archive/${PKGBASE}/${PKGVERSION_NOREV:R}/${PKGVERSION_NOREV}/
-EXTRACT_SUFX=	.zip
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://www.qt.io/
-COMMENT=	Cross-platform IDE for Qt and C++
-LICENSE=	gnu-lgpl-v3
-
-USE_LANGUAGES=	c c++
-USE_LIBTOOL=	yes
-USE_TOOLS+=	bash perl
-
-REPLACE_BASH+=	doc/api/examples/aggregation/test.sh
-REPLACE_BASH+=	share/qtcreator/scripts/openTerminal.command
-REPLACE_BASH+=	src/app/winicons/createicons.sh
-REPLACE_BASH+=	src/libs/qmljs/parser/gen-parser.sh
-REPLACE_BASH+=	src/shared/qbs/tests/auto/blackbox/testdata/badInterpreter/script-ok
-REPLACE_BASH+=	src/shared/qbs/tests/manual/run-qbs-tests.sh
-REPLACE_BASH+=	src/shared/qbs/share/qbs/modules/bundle/update-specs.sh
-REPLACE_BASH+=	tests/manual/distribution/elflint
-REPLACE_BASH+=	scripts/createSourcePackages.sh
-REPLACE_BASH+=	scripts/deployqtHelper_mac.sh
-REPLACE_BASH+=	scripts/makedmg.sh
-
-REPLACE_PYTHON+=	src/libs/qmljs/parser/changeLicense.py
-REPLACE_PYTHON+=	share/qtcreator/templates/wizards/files/python/file.py
-REPLACE_PYTHON+=	src/libs/3rdparty/botan/configure.py
-REPLACE_PYTHON+=	src/tools/icons/export.py
-REPLACE_PYTHON+=	tests/system/tools/findUnusedObjects.py
-REPLACE_PYTHON+=	tests/system/tools/objectsToTable.py
-REPLACE_PYTHON+=	scripts/checkInstalledFiles.py
-REPLACE_PYTHON+=	scripts/dependencyinfo.py
-REPLACE_PYTHON+=	scripts/deployqt.py
-REPLACE_PYTHON+=	scripts/packageIfw.py
-REPLACE_PYTHON+=	scripts/packagePlugins.py
-REPLACE_PYTHON+=	scripts/uichanges.py
-
-REPLACE_PERL+=	doc/fixnavi.pl
-REPLACE_PERL+=	share/qtcreator/translations/check-ts.pl
-REPLACE_PERL+=	src/shared/qbs/doc/fixnavi.pl
-REPLACE_PERL+=	tests/auto/qml/qmldesigner/bauhaustests/run_test.pl
-REPLACE_PERL+=	scripts/gcc2tasks.pl
-REPLACE_PERL+=	scripts/hasCopyright.pl
-REPLACE_PERL+=	scripts/krazy2tasks.pl
-REPLACE_PERL+=	scripts/msvc2tasks.pl
-REPLACE_PERL+=	scripts/mytasks.pl
-REPLACE_PERL+=	scripts/purify2tasks.pl
-REPLACE_PERL+=	scripts/qdoc2tasks.pl
-REPLACE_PERL+=	scripts/test2tasks.pl
-REPLACE_PERL+=	scripts/updateCopyright.pl
-
-INSTALL_MAKE_FLAGS+=	INSTALL_ROOT=${DESTDIR}/${PREFIX}
-BUILD_TARGET=		all qch_docs
-INSTALL_TARGET=		install install_inst_qch_docs
-
-# Has a header called context.h (also in python 3.x) and it includes
-# python headers before its own headers.
-PYTHON_VERSIONS_ACCEPTED=	27
-
-# XXX doesn't seem to get built on netbsd. probably results in
-# PLIST differences when it does.
-CMAKE_ARGS.NetBSD+=	-DBUILD_WITH_PCH=OFF
-
-#LDFLAGS+=	${COMPILER_RPATH_FLAG}${QTDIR}/lib
-#LDFLAGS+=	${COMPILER_RPATH_FLAG}${X11BASE}/lib
-
-do-configure:
-	${RUN} cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${QTDIR}/bin/qmake \
-		QMAKE_RPATHDIR+=${QTDIR}/lib \
-		QMAKE_RPATHDIR+=${X11BASE}/lib \
-		QMAKE_RPATHDIR+=${LOCALBASE}/lib/qtcreator \
-		QMAKE_RPATHDIR+=${LOCALBASE}/lib/qtcreator/plugins \
-		-o Makefile
-
-.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-.include "../../lang/python/application.mk"
-.include "../../lang/clang/buildlink3.mk"
-.include "../../x11/qt5-qtsvg/buildlink3.mk"
-.include "../../x11/qt5-qtserialport/buildlink3.mk"
-.include "../../x11/qt5-qtscript/buildlink3.mk"
-.include "../../x11/qt5-qtbase/buildlink3.mk"
-.include "../../databases/sqlite3/buildlink3.mk"
-.include "../../mk/dlopen.buildlink3.mk"
-# XXX libSqlite.so fails to link but silently resumes without this.
-# XXX Unclear why the conditional doesn't work for NetBSD.
-BUILDLINK_TRANSFORM+=	opt:-ldl:${BUILDLINK_LDADD.dl:Q}
-.include "../../mk/bsd.pkg.mk"
diff --git a/qtcreator/PLIST b/qtcreator/PLIST
deleted file mode 100644
index 03329359f7..0000000000
--- a/qtcreator/PLIST
+++ /dev/null
@@ -1,1449 +0,0 @@
-@comment $NetBSD$
-bin/qbs
-bin/qbs-config
-bin/qbs-config-ui
-bin/qbs-create-project
-bin/qbs-setup-android
-bin/qbs-setup-qt
-bin/qbs-setup-toolchains
-bin/qtcreator
-lib/qtcreator/libAggregation.so
-lib/qtcreator/libAggregation.so.4
-lib/qtcreator/libAggregation.so.4.13
-lib/qtcreator/libAggregation.so.${PKGVERSION}
-lib/qtcreator/libCPlusPlus.so
-lib/qtcreator/libCPlusPlus.so.4
-lib/qtcreator/libCPlusPlus.so.4.13
-lib/qtcreator/libCPlusPlus.so.${PKGVERSION}
-lib/qtcreator/libClangsupport.so
-lib/qtcreator/libClangsupport.so.4
-lib/qtcreator/libClangsupport.so.4.13
-lib/qtcreator/libClangsupport.so.${PKGVERSION}
-lib/qtcreator/libExtensionSystem.so
-lib/qtcreator/libExtensionSystem.so.4
-lib/qtcreator/libExtensionSystem.so.4.13
-lib/qtcreator/libExtensionSystem.so.${PKGVERSION}
-lib/qtcreator/libGLSL.so
-lib/qtcreator/libGLSL.so.4
-lib/qtcreator/libGLSL.so.4.13
-lib/qtcreator/libGLSL.so.${PKGVERSION}
-lib/qtcreator/libKSyntaxHighlighting.so
-lib/qtcreator/libKSyntaxHighlighting.so.4
-lib/qtcreator/libKSyntaxHighlighting.so.4.13
-lib/qtcreator/libKSyntaxHighlighting.so.${PKGVERSION}
-lib/qtcreator/libLanguageServerProtocol.so
-lib/qtcreator/libLanguageServerProtocol.so.4
-lib/qtcreator/libLanguageServerProtocol.so.4.13
-lib/qtcreator/libLanguageServerProtocol.so.${PKGVERSION}
-lib/qtcreator/libLanguageUtils.so
-lib/qtcreator/libLanguageUtils.so.4
-lib/qtcreator/libLanguageUtils.so.4.13
-lib/qtcreator/libLanguageUtils.so.${PKGVERSION}
-lib/qtcreator/libModeling.so
-lib/qtcreator/libModeling.so.4
-lib/qtcreator/libModeling.so.4.13
-lib/qtcreator/libModeling.so.${PKGVERSION}
-lib/qtcreator/libQmlDebug.so
-lib/qtcreator/libQmlDebug.so.4
-lib/qtcreator/libQmlDebug.so.4.13
-lib/qtcreator/libQmlDebug.so.${PKGVERSION}
-lib/qtcreator/libQmlEditorWidgets.so
-lib/qtcreator/libQmlEditorWidgets.so.4
-lib/qtcreator/libQmlEditorWidgets.so.4.13
-lib/qtcreator/libQmlEditorWidgets.so.${PKGVERSION}
-lib/qtcreator/libQmlJS.so
-lib/qtcreator/libQmlJS.so.4
-lib/qtcreator/libQmlJS.so.4.13
-lib/qtcreator/libQmlJS.so.${PKGVERSION}
-lib/qtcreator/libQtcSsh.so
-lib/qtcreator/libQtcSsh.so.4
-lib/qtcreator/libQtcSsh.so.4.13
-lib/qtcreator/libQtcSsh.so.${PKGVERSION}
-lib/qtcreator/libSqlite.so
-lib/qtcreator/libSqlite.so.4
-lib/qtcreator/libSqlite.so.4.13
-lib/qtcreator/libSqlite.so.${PKGVERSION}
-lib/qtcreator/libTracing.so
-lib/qtcreator/libTracing.so.4
-lib/qtcreator/libTracing.so.4.13
-lib/qtcreator/libTracing.so.${PKGVERSION}
-lib/qtcreator/libUtils.so
-lib/qtcreator/libUtils.so.4
-lib/qtcreator/libUtils.so.4.13
-lib/qtcreator/libUtils.so.${PKGVERSION}
-lib/qtcreator/libqbscore.prl
-lib/qtcreator/libqbscore.so
-lib/qtcreator/libqbscore.so.1
-lib/qtcreator/libqbscore.so.1.17
-lib/qtcreator/libqbscore.so.1.17.0
-lib/qtcreator/libyaml-cpp.so
-lib/qtcreator/libyaml-cpp.so.4
-lib/qtcreator/libyaml-cpp.so.4.13
-lib/qtcreator/libyaml-cpp.so.${PKGVERSION}
-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/libBoot2Qt.so
-lib/qtcreator/plugins/libCMakeProjectManager.so
-lib/qtcreator/plugins/libCVS.so
-lib/qtcreator/plugins/libClangCodeModel.so
-lib/qtcreator/plugins/libClangFormat.so
-lib/qtcreator/plugins/libClangTools.so
-lib/qtcreator/plugins/libClassView.so
-lib/qtcreator/plugins/libClearCase.so
-lib/qtcreator/plugins/libCodePaster.so
-lib/qtcreator/plugins/libCompilationDatabaseProjectManager.so
-lib/qtcreator/plugins/libCore.so
-lib/qtcreator/plugins/libCppEditor.so
-lib/qtcreator/plugins/libCppTools.so
-lib/qtcreator/plugins/libCppcheck.so
-lib/qtcreator/plugins/libCtfVisualizer.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/libIncrediBuild.so
-lib/qtcreator/plugins/libIos.so
-lib/qtcreator/plugins/libLanguageClient.so
-lib/qtcreator/plugins/libMacros.so
-lib/qtcreator/plugins/libMarketplace.so
-lib/qtcreator/plugins/libMcuSupport.so
-lib/qtcreator/plugins/libMercurial.so
-lib/qtcreator/plugins/libMesonProjectManager.so
-lib/qtcreator/plugins/libModelEditor.so
-lib/qtcreator/plugins/libNim.so
-lib/qtcreator/plugins/libPerfProfiler.so
-lib/qtcreator/plugins/libPerforce.so
-lib/qtcreator/plugins/libProjectExplorer.so
-lib/qtcreator/plugins/libPython.so
-lib/qtcreator/plugins/libQbsProjectManager.so
-lib/qtcreator/plugins/libQmakeProjectManager.so
-lib/qtcreator/plugins/libQmlJSEditor.so
-lib/qtcreator/plugins/libQmlJSTools.so
-lib/qtcreator/plugins/libQmlPreview.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/libSerialTerminal.so
-lib/qtcreator/plugins/libSilverSearcher.so
-lib/qtcreator/plugins/libStudioWelcome.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/libWebAssembly.so
-lib/qtcreator/plugins/libWelcome.so
-lib/qtcreator/plugins/libWinRt.so
-lib/qtcreator/plugins/qbs/plugins/libclangcompilationdbgenerator.so
-lib/qtcreator/plugins/qbs/plugins/libiarewgenerator.so
-lib/qtcreator/plugins/qbs/plugins/libkeiluvgenerator.so
-lib/qtcreator/plugins/qbs/plugins/libmakefilegenerator.so
-lib/qtcreator/plugins/qbs/plugins/libqbs_cpp_scanner.so
-lib/qtcreator/plugins/qbs/plugins/libqbs_qt_scanner.so
-lib/qtcreator/plugins/qbs/plugins/libvisualstudiogenerator.so
-libexec/qtcreator/buildoutputparser
-libexec/qtcreator/clangbackend
-libexec/qtcreator/cpaster
-libexec/qtcreator/dmgbuild
-libexec/qtcreator/qbs_processlauncher
-libexec/qtcreator/qml2puppet
-libexec/qtcreator/qtc-askpass
-libexec/qtcreator/qtcreator_process_stub
-libexec/qtcreator/qtpromaker
-libexec/qtcreator/sdktool
-share/doc/qtcreator/qtcreator-dev.qch
-share/doc/qtcreator/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
-share/icons/hicolor/256x256/apps/QtProject-qtcreator.png
-share/icons/hicolor/32x32/apps/QtProject-qtcreator.png
-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/android/sdk_definitions.json
-share/qtcreator/cplusplus/examples/CMakeLists.txt
-share/qtcreator/cplusplus/examples/clazy_example.cpp
-share/qtcreator/cplusplus/examples/examples.pro
-share/qtcreator/cplusplus/examples/tidy_example.cpp
-share/qtcreator/cplusplus/examples/tidy_example.h
-share/qtcreator/cplusplus/wrappedMingwHeaders/float.h
-share/qtcreator/cplusplus/wrappedQtHeaders/QtCore/qobjectdefs.h
-share/qtcreator/debugger/LICENSE.GPL3-EXCEPT
-share/qtcreator/debugger/README.txt
-share/qtcreator/debugger/boosttypes.py
-share/qtcreator/debugger/cdbbridge.py
-share/qtcreator/debugger/creatortypes.py
-share/qtcreator/debugger/dumper.py
-share/qtcreator/debugger/gdbbridge.py
-share/qtcreator/debugger/lldbbridge.py
-share/qtcreator/debugger/misctypes.py
-share/qtcreator/debugger/opencvtypes.py
-share/qtcreator/debugger/pdbbridge.py
-share/qtcreator/debugger/personaltypes.py
-share/qtcreator/debugger/qttypes.py
-share/qtcreator/debugger/setup.cfg
-share/qtcreator/debugger/stdtypes.py
-share/qtcreator/debugger/utils.py
-share/qtcreator/externaltools/lrelease.xml
-share/qtcreator/externaltools/lupdate.xml
-share/qtcreator/externaltools/qmlscene.xml
-share/qtcreator/externaltools/qmlviewer.xml
-share/qtcreator/externaltools/vi.xml
-share/qtcreator/fonts/SourceCodePro-Bold.ttf
-share/qtcreator/fonts/SourceCodePro-It.ttf
-share/qtcreator/fonts/SourceCodePro-Regular.ttf
-share/qtcreator/fonts/SourceCodePro.txt
-share/qtcreator/generic-highlighter/syntax/alert.xml
-share/qtcreator/generic-highlighter/syntax/bash.xml
-share/qtcreator/generic-highlighter/syntax/cmake.xml
-share/qtcreator/generic-highlighter/syntax/css.xml
-share/qtcreator/generic-highlighter/syntax/doxygen.xml
-share/qtcreator/generic-highlighter/syntax/dtd.xml
-share/qtcreator/generic-highlighter/syntax/html.xml
-share/qtcreator/generic-highlighter/syntax/ini.xml
-share/qtcreator/generic-highlighter/syntax/java.xml
-share/qtcreator/generic-highlighter/syntax/javadoc.xml
-share/qtcreator/generic-highlighter/syntax/json.xml
-share/qtcreator/generic-highlighter/syntax/makefile.xml
-share/qtcreator/generic-highlighter/syntax/markdown.xml
-share/qtcreator/generic-highlighter/syntax/modelines.xml
-share/qtcreator/generic-highlighter/syntax/perl.xml
-share/qtcreator/generic-highlighter/syntax/perl6.xml
-share/qtcreator/generic-highlighter/syntax/powershell.xml
-share/qtcreator/generic-highlighter/syntax/python.xml
-share/qtcreator/generic-highlighter/syntax/qdocconf.xml
-share/qtcreator/generic-highlighter/syntax/ruby.xml
-share/qtcreator/generic-highlighter/syntax/valgrind-suppression.xml
-share/qtcreator/generic-highlighter/syntax/xml.xml
-share/qtcreator/generic-highlighter/syntax/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/indexer_preincludes/QtCore/qconfig.h
-share/qtcreator/indexer_preincludes/QtCore/qglobal.h
-share/qtcreator/indexer_preincludes/qglobal.h
-share/qtcreator/indexer_preincludes/windows.h
-share/qtcreator/modeleditor/standard.def
-share/qtcreator/qbs/share/qbs/examples/app-and-lib/app-and-lib.qbs
-share/qtcreator/qbs/share/qbs/examples/app-and-lib/app/app.qbs
-share/qtcreator/qbs/share/qbs/examples/app-and-lib/app/main.cpp
-share/qtcreator/qbs/share/qbs/examples/app-and-lib/lib/lib.cpp
-share/qtcreator/qbs/share/qbs/examples/app-and-lib/lib/lib.h
-share/qtcreator/qbs/share/qbs/examples/app-and-lib/lib/lib.qbs
-share/qtcreator/qbs/share/qbs/examples/baremetal/at90can128olimex/at90can128olimex.qbs
-share/qtcreator/qbs/share/qbs/examples/baremetal/at90can128olimex/redblink/README.md
-share/qtcreator/qbs/share/qbs/examples/baremetal/at90can128olimex/redblink/gpio.c
-share/qtcreator/qbs/share/qbs/examples/baremetal/at90can128olimex/redblink/gpio.h
-share/qtcreator/qbs/share/qbs/examples/baremetal/at90can128olimex/redblink/main.c
-share/qtcreator/qbs/share/qbs/examples/baremetal/at90can128olimex/redblink/redblink.qbs
-share/qtcreator/qbs/share/qbs/examples/baremetal/baremetal.qbs
-share/qtcreator/qbs/share/qbs/examples/baremetal/cc2540usbdongle/cc2540usbdongle.qbs
-share/qtcreator/qbs/share/qbs/examples/baremetal/cc2540usbdongle/greenblink/README.md
-share/qtcreator/qbs/share/qbs/examples/baremetal/cc2540usbdongle/greenblink/gpio.c
-share/qtcreator/qbs/share/qbs/examples/baremetal/cc2540usbdongle/greenblink/gpio.h
-share/qtcreator/qbs/share/qbs/examples/baremetal/cc2540usbdongle/greenblink/greenblink.qbs
-share/qtcreator/qbs/share/qbs/examples/baremetal/cc2540usbdongle/greenblink/main.c
-share/qtcreator/qbs/share/qbs/examples/baremetal/cc2540usbdongle/greenblink/system.h
-share/qtcreator/qbs/share/qbs/examples/baremetal/cy7c68013a/cy7c68013a.qbs
-share/qtcreator/qbs/share/qbs/examples/baremetal/cy7c68013a/nes-gamepads/README.md
-share/qtcreator/qbs/share/qbs/examples/baremetal/cy7c68013a/nes-gamepads/core.c
-share/qtcreator/qbs/share/qbs/examples/baremetal/cy7c68013a/nes-gamepads/core.h
-share/qtcreator/qbs/share/qbs/examples/baremetal/cy7c68013a/nes-gamepads/defs.h
-share/qtcreator/qbs/share/qbs/examples/baremetal/cy7c68013a/nes-gamepads/gpio.c
-share/qtcreator/qbs/share/qbs/examples/baremetal/cy7c68013a/nes-gamepads/gpio.h
-share/qtcreator/qbs/share/qbs/examples/baremetal/cy7c68013a/nes-gamepads/hid.c
-share/qtcreator/qbs/share/qbs/examples/baremetal/cy7c68013a/nes-gamepads/hid.h
-share/qtcreator/qbs/share/qbs/examples/baremetal/cy7c68013a/nes-gamepads/hiddesc.c
-share/qtcreator/qbs/share/qbs/examples/baremetal/cy7c68013a/nes-gamepads/hidep0.c
-share/qtcreator/qbs/share/qbs/examples/baremetal/cy7c68013a/nes-gamepads/hidep1.c
-share/qtcreator/qbs/share/qbs/examples/baremetal/cy7c68013a/nes-gamepads/irqs.h
-share/qtcreator/qbs/share/qbs/examples/baremetal/cy7c68013a/nes-gamepads/main.c
-share/qtcreator/qbs/share/qbs/examples/baremetal/cy7c68013a/nes-gamepads/nes-gamepads.qbs
-share/qtcreator/qbs/share/qbs/examples/baremetal/cy7c68013a/nes-gamepads/regs.h
-share/qtcreator/qbs/share/qbs/examples/baremetal/cy7c68013a/nes-gamepads/usb.c
-share/qtcreator/qbs/share/qbs/examples/baremetal/cy7c68013a/nes-gamepads/usb.h
-share/qtcreator/qbs/share/qbs/examples/baremetal/msp430f5529/msp430f5529.qbs
-share/qtcreator/qbs/share/qbs/examples/baremetal/msp430f5529/nes-gamepads/README.md
-share/qtcreator/qbs/share/qbs/examples/baremetal/msp430f5529/nes-gamepads/gamepads.ld
-share/qtcreator/qbs/share/qbs/examples/baremetal/msp430f5529/nes-gamepads/gpio.c
-share/qtcreator/qbs/share/qbs/examples/baremetal/msp430f5529/nes-gamepads/gpio.h
-share/qtcreator/qbs/share/qbs/examples/baremetal/msp430f5529/nes-gamepads/hid.h
-share/qtcreator/qbs/share/qbs/examples/baremetal/msp430f5529/nes-gamepads/hiddesc.c
-share/qtcreator/qbs/share/qbs/examples/baremetal/msp430f5529/nes-gamepads/hidep0.c
-share/qtcreator/qbs/share/qbs/examples/baremetal/msp430f5529/nes-gamepads/hidep1.c
-share/qtcreator/qbs/share/qbs/examples/baremetal/msp430f5529/nes-gamepads/hwdefs.h
-share/qtcreator/qbs/share/qbs/examples/baremetal/msp430f5529/nes-gamepads/main.c
-share/qtcreator/qbs/share/qbs/examples/baremetal/msp430f5529/nes-gamepads/nes-gamepads.qbs
-share/qtcreator/qbs/share/qbs/examples/baremetal/msp430f5529/nes-gamepads/pmm.c
-share/qtcreator/qbs/share/qbs/examples/baremetal/msp430f5529/nes-gamepads/pmm.h
-share/qtcreator/qbs/share/qbs/examples/baremetal/msp430f5529/nes-gamepads/ucs.c
-share/qtcreator/qbs/share/qbs/examples/baremetal/msp430f5529/nes-gamepads/ucs.h
-share/qtcreator/qbs/share/qbs/examples/baremetal/msp430f5529/nes-gamepads/usb.c
-share/qtcreator/qbs/share/qbs/examples/baremetal/msp430f5529/nes-gamepads/usb.h
-share/qtcreator/qbs/share/qbs/examples/baremetal/msp430f5529/nes-gamepads/wdt_a.c
-share/qtcreator/qbs/share/qbs/examples/baremetal/msp430f5529/nes-gamepads/wdt_a.h
-share/qtcreator/qbs/share/qbs/examples/baremetal/msp430f5529/redblink/README.md
-share/qtcreator/qbs/share/qbs/examples/baremetal/msp430f5529/redblink/gpio.c
-share/qtcreator/qbs/share/qbs/examples/baremetal/msp430f5529/redblink/gpio.h
-share/qtcreator/qbs/share/qbs/examples/baremetal/msp430f5529/redblink/main.c
-share/qtcreator/qbs/share/qbs/examples/baremetal/msp430f5529/redblink/redblink.qbs
-share/qtcreator/qbs/share/qbs/examples/baremetal/msp430f5529/redblink/system.c
-share/qtcreator/qbs/share/qbs/examples/baremetal/msp430f5529/redblink/system.h
-share/qtcreator/qbs/share/qbs/examples/baremetal/pca10040/greenblink/README.md
-share/qtcreator/qbs/share/qbs/examples/baremetal/pca10040/greenblink/gcc/flash.ld
-share/qtcreator/qbs/share/qbs/examples/baremetal/pca10040/greenblink/gcc/startup.s
-share/qtcreator/qbs/share/qbs/examples/baremetal/pca10040/greenblink/gpio.c
-share/qtcreator/qbs/share/qbs/examples/baremetal/pca10040/greenblink/gpio.h
-share/qtcreator/qbs/share/qbs/examples/baremetal/pca10040/greenblink/greenblink.qbs
-share/qtcreator/qbs/share/qbs/examples/baremetal/pca10040/greenblink/keil/flash.sct
-share/qtcreator/qbs/share/qbs/examples/baremetal/pca10040/greenblink/keil/startup.s
-share/qtcreator/qbs/share/qbs/examples/baremetal/pca10040/greenblink/main.c
-share/qtcreator/qbs/share/qbs/examples/baremetal/pca10040/greenblink/system.h
-share/qtcreator/qbs/share/qbs/examples/baremetal/pca10040/pca10040.qbs
-share/qtcreator/qbs/share/qbs/examples/baremetal/stm32f103/greenblink/README.md
-share/qtcreator/qbs/share/qbs/examples/baremetal/stm32f103/greenblink/gcc/flash.ld
-share/qtcreator/qbs/share/qbs/examples/baremetal/stm32f103/greenblink/gcc/startup.s
-share/qtcreator/qbs/share/qbs/examples/baremetal/stm32f103/greenblink/gpio.c
-share/qtcreator/qbs/share/qbs/examples/baremetal/stm32f103/greenblink/gpio.h
-share/qtcreator/qbs/share/qbs/examples/baremetal/stm32f103/greenblink/greenblink.qbs
-share/qtcreator/qbs/share/qbs/examples/baremetal/stm32f103/greenblink/keil/flash.sct
-share/qtcreator/qbs/share/qbs/examples/baremetal/stm32f103/greenblink/keil/startup.s
-share/qtcreator/qbs/share/qbs/examples/baremetal/stm32f103/greenblink/main.c
-share/qtcreator/qbs/share/qbs/examples/baremetal/stm32f103/greenblink/system.h
-share/qtcreator/qbs/share/qbs/examples/baremetal/stm32f103/stm32f103.qbs
-share/qtcreator/qbs/share/qbs/examples/baremetal/stm32f4discovery/blueblink/README.md
-share/qtcreator/qbs/share/qbs/examples/baremetal/stm32f4discovery/blueblink/blueblink.qbs
-share/qtcreator/qbs/share/qbs/examples/baremetal/stm32f4discovery/blueblink/gcc/flash.ld
-share/qtcreator/qbs/share/qbs/examples/baremetal/stm32f4discovery/blueblink/gcc/startup.s
-share/qtcreator/qbs/share/qbs/examples/baremetal/stm32f4discovery/blueblink/gpio.c
-share/qtcreator/qbs/share/qbs/examples/baremetal/stm32f4discovery/blueblink/gpio.h
-share/qtcreator/qbs/share/qbs/examples/baremetal/stm32f4discovery/blueblink/iar/flash.icf
-share/qtcreator/qbs/share/qbs/examples/baremetal/stm32f4discovery/blueblink/iar/startup.s
-share/qtcreator/qbs/share/qbs/examples/baremetal/stm32f4discovery/blueblink/keil/flash.sct
-share/qtcreator/qbs/share/qbs/examples/baremetal/stm32f4discovery/blueblink/keil/startup.s
-share/qtcreator/qbs/share/qbs/examples/baremetal/stm32f4discovery/blueblink/main.c
-share/qtcreator/qbs/share/qbs/examples/baremetal/stm32f4discovery/blueblink/system.h
-share/qtcreator/qbs/share/qbs/examples/baremetal/stm32f4discovery/stm32f4discovery.qbs
-share/qtcreator/qbs/share/qbs/examples/baremetal/stm8s103f3/redblink/README.md
-share/qtcreator/qbs/share/qbs/examples/baremetal/stm8s103f3/redblink/gpio.c
-share/qtcreator/qbs/share/qbs/examples/baremetal/stm8s103f3/redblink/gpio.h
-share/qtcreator/qbs/share/qbs/examples/baremetal/stm8s103f3/redblink/main.c
-share/qtcreator/qbs/share/qbs/examples/baremetal/stm8s103f3/redblink/redblink.qbs
-share/qtcreator/qbs/share/qbs/examples/baremetal/stm8s103f3/redblink/system.h
-share/qtcreator/qbs/share/qbs/examples/baremetal/stm8s103f3/stm8s103f3.qbs
-share/qtcreator/qbs/share/qbs/examples/capnproto/addressbook_cpp/addressbook.capnp
-share/qtcreator/qbs/share/qbs/examples/capnproto/addressbook_cpp/addressbook.cpp
-share/qtcreator/qbs/share/qbs/examples/capnproto/addressbook_cpp/addressbook_cpp.qbs
-share/qtcreator/qbs/share/qbs/examples/capnproto/calculator_cpp/calculator-client.cpp
-share/qtcreator/qbs/share/qbs/examples/capnproto/calculator_cpp/calculator-server.cpp
-share/qtcreator/qbs/share/qbs/examples/capnproto/calculator_cpp/calculator.capnp
-share/qtcreator/qbs/share/qbs/examples/capnproto/calculator_cpp/calculator_cpp.qbs
-share/qtcreator/qbs/share/qbs/examples/cocoa-application/CocoaApplication.xcodeproj/project.pbxproj
-share/qtcreator/qbs/share/qbs/examples/cocoa-application/CocoaApplication/AppDelegate.h
-share/qtcreator/qbs/share/qbs/examples/cocoa-application/CocoaApplication/AppDelegate.m
-share/qtcreator/qbs/share/qbs/examples/cocoa-application/CocoaApplication/CocoaApplication-Info.plist
-share/qtcreator/qbs/share/qbs/examples/cocoa-application/CocoaApplication/CocoaApplication-Prefix.pch
-share/qtcreator/qbs/share/qbs/examples/cocoa-application/CocoaApplication/CocoaApplication.xcassets/AppIcon.appiconset/Contents.json
-share/qtcreator/qbs/share/qbs/examples/cocoa-application/CocoaApplication/CocoaApplication.xcassets/AppIcon.appiconset/icon_128x128.png
-share/qtcreator/qbs/share/qbs/examples/cocoa-application/CocoaApplication/CocoaApplication.xcassets/AppIcon.appiconset/icon_128x128%2x.png@localhost
-share/qtcreator/qbs/share/qbs/examples/cocoa-application/CocoaApplication/CocoaApplication.xcassets/AppIcon.appiconset/icon_16x16.png
-share/qtcreator/qbs/share/qbs/examples/cocoa-application/CocoaApplication/CocoaApplication.xcassets/AppIcon.appiconset/icon_16x16%2x.png@localhost
-share/qtcreator/qbs/share/qbs/examples/cocoa-application/CocoaApplication/CocoaApplication.xcassets/AppIcon.appiconset/icon_256x256.png
-share/qtcreator/qbs/share/qbs/examples/cocoa-application/CocoaApplication/CocoaApplication.xcassets/AppIcon.appiconset/icon_256x256%2x.png@localhost
-share/qtcreator/qbs/share/qbs/examples/cocoa-application/CocoaApplication/CocoaApplication.xcassets/AppIcon.appiconset/icon_32x32.png
-share/qtcreator/qbs/share/qbs/examples/cocoa-application/CocoaApplication/CocoaApplication.xcassets/AppIcon.appiconset/icon_32x32%2x.png@localhost
-share/qtcreator/qbs/share/qbs/examples/cocoa-application/CocoaApplication/CocoaApplication.xcassets/AppIcon.appiconset/icon_512x512.png
-share/qtcreator/qbs/share/qbs/examples/cocoa-application/CocoaApplication/CocoaApplication.xcassets/AppIcon.appiconset/icon_512x512%2x.png@localhost
-share/qtcreator/qbs/share/qbs/examples/cocoa-application/CocoaApplication/background.png
-share/qtcreator/qbs/share/qbs/examples/cocoa-application/CocoaApplication/background%2x.png@localhost
-share/qtcreator/qbs/share/qbs/examples/cocoa-application/CocoaApplication/dmg.iconset/icon_128x128.png
-share/qtcreator/qbs/share/qbs/examples/cocoa-application/CocoaApplication/dmg.iconset/icon_128x128%2x.png@localhost
-share/qtcreator/qbs/share/qbs/examples/cocoa-application/CocoaApplication/dmg.iconset/icon_16x16.png
-share/qtcreator/qbs/share/qbs/examples/cocoa-application/CocoaApplication/dmg.iconset/icon_16x16%2x.png@localhost
-share/qtcreator/qbs/share/qbs/examples/cocoa-application/CocoaApplication/dmg.iconset/icon_256x256.png
-share/qtcreator/qbs/share/qbs/examples/cocoa-application/CocoaApplication/dmg.iconset/icon_256x256%2x.png@localhost
-share/qtcreator/qbs/share/qbs/examples/cocoa-application/CocoaApplication/dmg.iconset/icon_32x32.png
-share/qtcreator/qbs/share/qbs/examples/cocoa-application/CocoaApplication/dmg.iconset/icon_32x32%2x.png@localhost
-share/qtcreator/qbs/share/qbs/examples/cocoa-application/CocoaApplication/dmg.iconset/icon_512x512.png
-share/qtcreator/qbs/share/qbs/examples/cocoa-application/CocoaApplication/dmg.iconset/icon_512x512%2x.png@localhost
-share/qtcreator/qbs/share/qbs/examples/cocoa-application/CocoaApplication/en.lproj/Credits.rtf
-share/qtcreator/qbs/share/qbs/examples/cocoa-application/CocoaApplication/en.lproj/InfoPlist.strings
-share/qtcreator/qbs/share/qbs/examples/cocoa-application/CocoaApplication/en.lproj/LICENSE
-share/qtcreator/qbs/share/qbs/examples/cocoa-application/CocoaApplication/en.lproj/MainMenu.xib
-share/qtcreator/qbs/share/qbs/examples/cocoa-application/CocoaApplication/main.m
-share/qtcreator/qbs/share/qbs/examples/cocoa-application/app.qbs
-share/qtcreator/qbs/share/qbs/examples/cocoa-application/cocoa-application.qbs
-share/qtcreator/qbs/share/qbs/examples/cocoa-application/dmg.qbs
-share/qtcreator/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication.xcodeproj/project.pbxproj
-share/qtcreator/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication/AppDelegate.h
-share/qtcreator/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication/AppDelegate.m
-share/qtcreator/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication/CocoaTouchApplication-Info.plist
-share/qtcreator/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication/CocoaTouchApplication-Prefix.pch
-share/qtcreator/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication/Default-568h%2x.png@localhost
-share/qtcreator/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication/Default.png
-share/qtcreator/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication/Default%2x.png@localhost
-share/qtcreator/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication/DetailViewController.h
-share/qtcreator/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication/DetailViewController.m
-share/qtcreator/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication/MasterViewController.h
-share/qtcreator/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication/MasterViewController.m
-share/qtcreator/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication/en.lproj/DetailViewController_iPad.xib
-share/qtcreator/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication/en.lproj/DetailViewController_iPhone.xib
-share/qtcreator/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication/en.lproj/InfoPlist.strings
-share/qtcreator/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication/en.lproj/MasterViewController_iPad.xib
-share/qtcreator/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication/en.lproj/MasterViewController_iPhone.xib
-share/qtcreator/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication/main.m
-share/qtcreator/qbs/share/qbs/examples/cocoa-touch-application/cocoa-touch-application.qbs
-share/qtcreator/qbs/share/qbs/examples/code-generator/code-generator.qbs
-share/qtcreator/qbs/share/qbs/examples/code-generator/hwgen.cpp
-share/qtcreator/qbs/share/qbs/examples/collidingmice/collidingmice.qbs
-share/qtcreator/qbs/share/qbs/examples/collidingmice/images/cheese.jpg
-share/qtcreator/qbs/share/qbs/examples/collidingmice/main.cpp
-share/qtcreator/qbs/share/qbs/examples/collidingmice/mice.qrc
-share/qtcreator/qbs/share/qbs/examples/collidingmice/mouse.cpp
-share/qtcreator/qbs/share/qbs/examples/collidingmice/mouse.h
-share/qtcreator/qbs/share/qbs/examples/compiled-qml/MainForm.ui.qml
-share/qtcreator/qbs/share/qbs/examples/compiled-qml/cheese.jpg
-share/qtcreator/qbs/share/qbs/examples/compiled-qml/compiled-qml.qbs
-share/qtcreator/qbs/share/qbs/examples/compiled-qml/main.cpp
-share/qtcreator/qbs/share/qbs/examples/compiled-qml/main.qml
-share/qtcreator/qbs/share/qbs/examples/compiled-qml/qml.qrc
-share/qtcreator/qbs/share/qbs/examples/examples.qbs
-share/qtcreator/qbs/share/qbs/examples/grpc/client.cpp
-share/qtcreator/qbs/share/qbs/examples/grpc/grpc.qbs
-share/qtcreator/qbs/share/qbs/examples/grpc/ping-pong-grpc.proto
-share/qtcreator/qbs/share/qbs/examples/grpc/server.cpp
-share/qtcreator/qbs/share/qbs/examples/helloworld-complex/helloworld-complex.qbs
-share/qtcreator/qbs/share/qbs/examples/helloworld-complex/src/foo.cpp
-share/qtcreator/qbs/share/qbs/examples/helloworld-complex/src/foo.h
-share/qtcreator/qbs/share/qbs/examples/helloworld-complex/src/main.cpp
-share/qtcreator/qbs/share/qbs/examples/helloworld-complex/src/specialfeature.cpp
-share/qtcreator/qbs/share/qbs/examples/helloworld-complex/src/specialfeature.h
-share/qtcreator/qbs/share/qbs/examples/helloworld-minimal/helloworld-minimal.qbs
-share/qtcreator/qbs/share/qbs/examples/helloworld-minimal/main.cpp
-share/qtcreator/qbs/share/qbs/examples/helloworld-qt/helloworld-qt.qbs
-share/qtcreator/qbs/share/qbs/examples/helloworld-qt/main.cpp
-share/qtcreator/qbs/share/qbs/examples/install-bundle/MainMenu.xib
-share/qtcreator/qbs/share/qbs/examples/install-bundle/Storyboard.storyboard
-share/qtcreator/qbs/share/qbs/examples/install-bundle/assetcatalog1.xcassets/other.imageset/Contents.json
-share/qtcreator/qbs/share/qbs/examples/install-bundle/assetcatalog1.xcassets/other.imageset/icon_16x16.png
-share/qtcreator/qbs/share/qbs/examples/install-bundle/assetcatalog1.xcassets/other.imageset/icon_16x16%2x.png@localhost
-share/qtcreator/qbs/share/qbs/examples/install-bundle/assetcatalog2.xcassets/other.imageset/Contents.json
-share/qtcreator/qbs/share/qbs/examples/install-bundle/assetcatalog2.xcassets/other.imageset/icon_16x16.png
-share/qtcreator/qbs/share/qbs/examples/install-bundle/assetcatalog2.xcassets/other.imageset/icon_16x16%2x.png@localhost
-share/qtcreator/qbs/share/qbs/examples/install-bundle/coreutils.cpp
-share/qtcreator/qbs/share/qbs/examples/install-bundle/coreutils.h
-share/qtcreator/qbs/share/qbs/examples/install-bundle/install-bundle.qbs
-share/qtcreator/qbs/share/qbs/examples/install-bundle/main.cpp
-share/qtcreator/qbs/share/qbs/examples/install-bundle/white.iconset/icon_16x16.png
-share/qtcreator/qbs/share/qbs/examples/install-bundle/white.iconset/icon_16x16%2x.png@localhost
-share/qtcreator/qbs/share/qbs/examples/protobuf/addressbook_cpp/README.md
-share/qtcreator/qbs/share/qbs/examples/protobuf/addressbook_cpp/addressbook_cpp.qbs
-share/qtcreator/qbs/share/qbs/examples/protobuf/addressbook_cpp/main.cpp
-share/qtcreator/qbs/share/qbs/examples/protobuf/addressbook_objc/README.md
-share/qtcreator/qbs/share/qbs/examples/protobuf/addressbook_objc/addressbook_objc.qbs
-share/qtcreator/qbs/share/qbs/examples/protobuf/addressbook_objc/main.m
-share/qtcreator/qbs/share/qbs/examples/protobuf/shared/addressbook.proto
-share/qtcreator/qbs/share/qbs/examples/rpaths/main.cpp
-share/qtcreator/qbs/share/qbs/examples/rpaths/objecta.cpp
-share/qtcreator/qbs/share/qbs/examples/rpaths/objecta.h
-share/qtcreator/qbs/share/qbs/examples/rpaths/objectb.cpp
-share/qtcreator/qbs/share/qbs/examples/rpaths/objectb.h
-share/qtcreator/qbs/share/qbs/examples/rpaths/rpaths.qbs
-share/qtcreator/qbs/share/qbs/examples/rule/lorem_ipsum.txt
-share/qtcreator/qbs/share/qbs/examples/rule/rule.qbs
-share/qtcreator/qbs/share/qbs/imports/qbs/BundleTools/bundle-tools.js
-share/qtcreator/qbs/share/qbs/imports/qbs/DarwinTools/darwin-tools.js
-share/qtcreator/qbs/share/qbs/imports/qbs/ModUtils/utils.js
-share/qtcreator/qbs/share/qbs/imports/qbs/PathTools/path-tools.js
-share/qtcreator/qbs/share/qbs/imports/qbs/Probes/AndroidNdkProbe.qbs
-share/qtcreator/qbs/share/qbs/imports/qbs/Probes/AndroidSdkProbe.qbs
-share/qtcreator/qbs/share/qbs/imports/qbs/Probes/BinaryProbe.qbs
-share/qtcreator/qbs/share/qbs/imports/qbs/Probes/ClBinaryProbe.qbs
-share/qtcreator/qbs/share/qbs/imports/qbs/Probes/ClangClBinaryProbe.qbs
-share/qtcreator/qbs/share/qbs/imports/qbs/Probes/ClangClProbe.qbs
-share/qtcreator/qbs/share/qbs/imports/qbs/Probes/ConanfileProbe.qbs
-share/qtcreator/qbs/share/qbs/imports/qbs/Probes/FrameworkProbe.qbs
-share/qtcreator/qbs/share/qbs/imports/qbs/Probes/GccBinaryProbe.qbs
-share/qtcreator/qbs/share/qbs/imports/qbs/Probes/GccProbe.qbs
-share/qtcreator/qbs/share/qbs/imports/qbs/Probes/GccVersionProbe.qbs
-share/qtcreator/qbs/share/qbs/imports/qbs/Probes/IarProbe.qbs
-share/qtcreator/qbs/share/qbs/imports/qbs/Probes/IcoUtilsVersionProbe.qbs
-share/qtcreator/qbs/share/qbs/imports/qbs/Probes/IncludeProbe.qbs
-share/qtcreator/qbs/share/qbs/imports/qbs/Probes/InnoSetupProbe.qbs
-share/qtcreator/qbs/share/qbs/imports/qbs/Probes/JdkProbe.qbs
-share/qtcreator/qbs/share/qbs/imports/qbs/Probes/JdkVersionProbe.qbs
-share/qtcreator/qbs/share/qbs/imports/qbs/Probes/KeilProbe.qbs
-share/qtcreator/qbs/share/qbs/imports/qbs/Probes/LibraryProbe.qbs
-share/qtcreator/qbs/share/qbs/imports/qbs/Probes/MsvcProbe.qbs
-share/qtcreator/qbs/share/qbs/imports/qbs/Probes/NodeJsProbe.qbs
-share/qtcreator/qbs/share/qbs/imports/qbs/Probes/NpmProbe.qbs
-share/qtcreator/qbs/share/qbs/imports/qbs/Probes/PathProbe.qbs
-share/qtcreator/qbs/share/qbs/imports/qbs/Probes/PkgConfigProbe.qbs
-share/qtcreator/qbs/share/qbs/imports/qbs/Probes/SdccProbe.qbs
-share/qtcreator/qbs/share/qbs/imports/qbs/Probes/TypeScriptProbe.qbs
-share/qtcreator/qbs/share/qbs/imports/qbs/Probes/WiXProbe.qbs
-share/qtcreator/qbs/share/qbs/imports/qbs/Probes/XcodeProbe.qbs
-share/qtcreator/qbs/share/qbs/imports/qbs/Probes/path-probe.js
-share/qtcreator/qbs/share/qbs/imports/qbs/UnixUtils/unix-utils.js
-share/qtcreator/qbs/share/qbs/imports/qbs/WindowsUtils/windows-utils.js
-share/qtcreator/qbs/share/qbs/imports/qbs/base/AndroidApk.qbs
-share/qtcreator/qbs/share/qbs/imports/qbs/base/AppleApplicationDiskImage.qbs
-share/qtcreator/qbs/share/qbs/imports/qbs/base/AppleDiskImage.qbs
-share/qtcreator/qbs/share/qbs/imports/qbs/base/Application.qbs
-share/qtcreator/qbs/share/qbs/imports/qbs/base/ApplicationExtension.qbs
-share/qtcreator/qbs/share/qbs/imports/qbs/base/AutotestRunner.qbs
-share/qtcreator/qbs/share/qbs/imports/qbs/base/CppApplication.qbs
-share/qtcreator/qbs/share/qbs/imports/qbs/base/DynamicLibrary.qbs
-share/qtcreator/qbs/share/qbs/imports/qbs/base/InnoSetup.qbs
-share/qtcreator/qbs/share/qbs/imports/qbs/base/InstallPackage.qbs
-share/qtcreator/qbs/share/qbs/imports/qbs/base/JavaClassCollection.qbs
-share/qtcreator/qbs/share/qbs/imports/qbs/base/JavaJarFile.qbs
-share/qtcreator/qbs/share/qbs/imports/qbs/base/Library.qbs
-share/qtcreator/qbs/share/qbs/imports/qbs/base/LoadableModule.qbs
-share/qtcreator/qbs/share/qbs/imports/qbs/base/NSISSetup.qbs
-share/qtcreator/qbs/share/qbs/imports/qbs/base/NativeBinary.qbs
-share/qtcreator/qbs/share/qbs/imports/qbs/base/NetModule.qbs
-share/qtcreator/qbs/share/qbs/imports/qbs/base/NodeJSApplication.qbs
-share/qtcreator/qbs/share/qbs/imports/qbs/base/QtApplication.qbs
-share/qtcreator/qbs/share/qbs/imports/qbs/base/QtGuiApplication.qbs
-share/qtcreator/qbs/share/qbs/imports/qbs/base/StaticLibrary.qbs
-share/qtcreator/qbs/share/qbs/imports/qbs/base/WindowsInstallerPackage.qbs
-share/qtcreator/qbs/share/qbs/imports/qbs/base/WindowsSetupPackage.qbs
-share/qtcreator/qbs/share/qbs/imports/qbs/base/XPCService.qbs
-share/qtcreator/qbs/share/qbs/module-providers/Qt/provider.qbs
-share/qtcreator/qbs/share/qbs/module-providers/Qt/setup-qt.js
-share/qtcreator/qbs/share/qbs/module-providers/Qt/templates/QtModule.qbs
-share/qtcreator/qbs/share/qbs/module-providers/Qt/templates/QtPlugin.qbs
-share/qtcreator/qbs/share/qbs/module-providers/Qt/templates/android_support.qbs
-share/qtcreator/qbs/share/qbs/module-providers/Qt/templates/core.qbs
-share/qtcreator/qbs/share/qbs/module-providers/Qt/templates/dbus.js
-share/qtcreator/qbs/share/qbs/module-providers/Qt/templates/dbus.qbs
-share/qtcreator/qbs/share/qbs/module-providers/Qt/templates/gui.qbs
-share/qtcreator/qbs/share/qbs/module-providers/Qt/templates/moc.js
-share/qtcreator/qbs/share/qbs/module-providers/Qt/templates/module.qbs
-share/qtcreator/qbs/share/qbs/module-providers/Qt/templates/plugin.qbs
-share/qtcreator/qbs/share/qbs/module-providers/Qt/templates/plugin_support.qbs
-share/qtcreator/qbs/share/qbs/module-providers/Qt/templates/qdoc.js
-share/qtcreator/qbs/share/qbs/module-providers/Qt/templates/qml.js
-share/qtcreator/qbs/share/qbs/module-providers/Qt/templates/qml.qbs
-share/qtcreator/qbs/share/qbs/module-providers/Qt/templates/qmlcache.qbs
-share/qtcreator/qbs/share/qbs/module-providers/Qt/templates/quick.js
-share/qtcreator/qbs/share/qbs/module-providers/Qt/templates/quick.qbs
-share/qtcreator/qbs/share/qbs/module-providers/Qt/templates/scxml.qbs
-share/qtcreator/qbs/share/qbs/module-providers/__fallback/fallback.qbs
-share/qtcreator/qbs/share/qbs/module-providers/__fallback/provider.qbs
-share/qtcreator/qbs/share/qbs/modules/Android/android-utils.js
-share/qtcreator/qbs/share/qbs/modules/Android/ndk/ndk.qbs
-share/qtcreator/qbs/share/qbs/modules/Android/ndk/utils.js
-share/qtcreator/qbs/share/qbs/modules/Android/sdk/sdk.qbs
-share/qtcreator/qbs/share/qbs/modules/Android/sdk/utils.js
-share/qtcreator/qbs/share/qbs/modules/Exporter/pkgconfig/pkgconfig.js
-share/qtcreator/qbs/share/qbs/modules/Exporter/pkgconfig/pkgconfig.qbs
-share/qtcreator/qbs/share/qbs/modules/Exporter/qbs/qbsexporter.js
-share/qtcreator/qbs/share/qbs/modules/Exporter/qbs/qbsexporter.qbs
-share/qtcreator/qbs/share/qbs/modules/archiver/archiver.qbs
-share/qtcreator/qbs/share/qbs/modules/autotest/autotest.qbs
-share/qtcreator/qbs/share/qbs/modules/bundle/BundleModule.qbs
-share/qtcreator/qbs/share/qbs/modules/bundle/MacOSX-Package-Types.xcspec
-share/qtcreator/qbs/share/qbs/modules/bundle/MacOSX-Product-Types.xcspec
-share/qtcreator/qbs/share/qbs/modules/bundle/bundle.js
-share/qtcreator/qbs/share/qbs/modules/capnproto/capnproto.js
-share/qtcreator/qbs/share/qbs/modules/capnproto/capnprotobase.qbs
-share/qtcreator/qbs/share/qbs/modules/capnproto/cpp/capnprotocpp.qbs
-share/qtcreator/qbs/share/qbs/modules/cli/CLIModule.qbs
-share/qtcreator/qbs/share/qbs/modules/cli/cli.js
-share/qtcreator/qbs/share/qbs/modules/cli/mono.qbs
-share/qtcreator/qbs/share/qbs/modules/cli/windows-dotnet.qbs
-share/qtcreator/qbs/share/qbs/modules/cpp/CppModule.qbs
-share/qtcreator/qbs/share/qbs/modules/cpp/DarwinGCC.qbs
-share/qtcreator/qbs/share/qbs/modules/cpp/GenericGCC.qbs
-share/qtcreator/qbs/share/qbs/modules/cpp/LinuxGCC.qbs
-share/qtcreator/qbs/share/qbs/modules/cpp/MingwBaseModule.qbs
-share/qtcreator/qbs/share/qbs/modules/cpp/UnixGCC.qbs
-share/qtcreator/qbs/share/qbs/modules/cpp/android-gcc.qbs
-share/qtcreator/qbs/share/qbs/modules/cpp/cpp.js
-share/qtcreator/qbs/share/qbs/modules/cpp/darwin.js
-share/qtcreator/qbs/share/qbs/modules/cpp/freebsd-gcc.qbs
-share/qtcreator/qbs/share/qbs/modules/cpp/freebsd.js
-share/qtcreator/qbs/share/qbs/modules/cpp/gcc.js
-share/qtcreator/qbs/share/qbs/modules/cpp/iar.js
-share/qtcreator/qbs/share/qbs/modules/cpp/iar.qbs
-share/qtcreator/qbs/share/qbs/modules/cpp/ios-gcc.qbs
-share/qtcreator/qbs/share/qbs/modules/cpp/keil.js
-share/qtcreator/qbs/share/qbs/modules/cpp/keil.qbs
-share/qtcreator/qbs/share/qbs/modules/cpp/macos-gcc.qbs
-share/qtcreator/qbs/share/qbs/modules/cpp/msvc.js
-share/qtcreator/qbs/share/qbs/modules/cpp/qnx-qcc.qbs
-share/qtcreator/qbs/share/qbs/modules/cpp/sdcc.js
-share/qtcreator/qbs/share/qbs/modules/cpp/sdcc.qbs
-share/qtcreator/qbs/share/qbs/modules/cpp/setuprunenv.js
-share/qtcreator/qbs/share/qbs/modules/cpp/tvos-gcc.qbs
-share/qtcreator/qbs/share/qbs/modules/cpp/watchos-gcc.qbs
-share/qtcreator/qbs/share/qbs/modules/cpp/windows-clang-cl.qbs
-share/qtcreator/qbs/share/qbs/modules/cpp/windows-clang-mingw.qbs
-share/qtcreator/qbs/share/qbs/modules/cpp/windows-mingw.qbs
-share/qtcreator/qbs/share/qbs/modules/cpp/windows-msvc-base.qbs
-share/qtcreator/qbs/share/qbs/modules/cpp/windows-msvc.qbs
-share/qtcreator/qbs/share/qbs/modules/cpufeatures/cpufeatures.qbs
-share/qtcreator/qbs/share/qbs/modules/dmg/DMGModule.qbs
-share/qtcreator/qbs/share/qbs/modules/dmg/dmg.js
-share/qtcreator/qbs/share/qbs/modules/freedesktop/FreeDesktop.qbs
-share/qtcreator/qbs/share/qbs/modules/freedesktop/freedesktop.js
-share/qtcreator/qbs/share/qbs/modules/ib/IBModule.qbs
-share/qtcreator/qbs/share/qbs/modules/ib/ib.js
-share/qtcreator/qbs/share/qbs/modules/ico/IcoModule.qbs
-share/qtcreator/qbs/share/qbs/modules/ico/ico.js
-share/qtcreator/qbs/share/qbs/modules/innosetup/InnoSetupModule.qbs
-share/qtcreator/qbs/share/qbs/modules/java/JavaModule.qbs
-share/qtcreator/qbs/share/qbs/modules/java/io/qt/qbs/Artifact.java
-share/qtcreator/qbs/share/qbs/modules/java/io/qt/qbs/ArtifactListJsonWriter.java
-share/qtcreator/qbs/share/qbs/modules/java/io/qt/qbs/ArtifactListWriter.java
-share/qtcreator/qbs/share/qbs/modules/java/io/qt/qbs/tools/JavaCompilerScannerTool.java
-share/qtcreator/qbs/share/qbs/modules/java/io/qt/qbs/tools/utils/JavaCompilerOptions.java
-share/qtcreator/qbs/share/qbs/modules/java/io/qt/qbs/tools/utils/JavaCompilerScanner.java
-share/qtcreator/qbs/share/qbs/modules/java/io/qt/qbs/tools/utils/NullFileObject.java
-share/qtcreator/qbs/share/qbs/modules/java/utils.js
-share/qtcreator/qbs/share/qbs/modules/lex_yacc/lexyacc.js
-share/qtcreator/qbs/share/qbs/modules/lex_yacc/lexyacc.qbs
-share/qtcreator/qbs/share/qbs/modules/nodejs/NodeJS.qbs
-share/qtcreator/qbs/share/qbs/modules/nodejs/nodejs.js
-share/qtcreator/qbs/share/qbs/modules/nsis/NSISModule.qbs
-share/qtcreator/qbs/share/qbs/modules/pkgconfig/pkgconfig.qbs
-share/qtcreator/qbs/share/qbs/modules/protobuf/cpp/protobufcpp.qbs
-share/qtcreator/qbs/share/qbs/modules/protobuf/objc/protobufobjc.qbs
-share/qtcreator/qbs/share/qbs/modules/protobuf/protobuf.js
-share/qtcreator/qbs/share/qbs/modules/protobuf/protobufbase.qbs
-share/qtcreator/qbs/share/qbs/modules/qbs/common.qbs
-share/qtcreator/qbs/share/qbs/modules/qnx/qnx.qbs
-share/qtcreator/qbs/share/qbs/modules/texttemplate/texttemplate.qbs
-share/qtcreator/qbs/share/qbs/modules/typescript/TypeScriptModule.qbs
-share/qtcreator/qbs/share/qbs/modules/typescript/qbs-tsc-scan/.gitignore
-share/qtcreator/qbs/share/qbs/modules/typescript/qbs-tsc-scan/qbs-tsc-scan.ts
-share/qtcreator/qbs/share/qbs/modules/typescript/typescript.js
-share/qtcreator/qbs/share/qbs/modules/vcs/vcs-module.qbs
-share/qtcreator/qbs/share/qbs/modules/wix/WiXModule.qbs
-share/qtcreator/qbs/share/qbs/modules/xcode/xcode.js
-share/qtcreator/qbs/share/qbs/modules/xcode/xcode.qbs
-share/qtcreator/qbs/share/qbs/python/biplist/__init__.py
-share/qtcreator/qbs/share/qbs/python/dmgbuild/__init__.py
-share/qtcreator/qbs/share/qbs/python/dmgbuild/badge.py
-share/qtcreator/qbs/share/qbs/python/dmgbuild/colors.py
-share/qtcreator/qbs/share/qbs/python/dmgbuild/core.py
-share/qtcreator/qbs/share/qbs/python/dmgbuild/licensing.py
-share/qtcreator/qbs/share/qbs/python/dmgbuild/resources.py
-share/qtcreator/qbs/share/qbs/python/ds_store/__init__.py
-share/qtcreator/qbs/share/qbs/python/ds_store/buddy.py
-share/qtcreator/qbs/share/qbs/python/ds_store/store.py
-share/qtcreator/qbs/share/qbs/python/mac_alias/__init__.py
-share/qtcreator/qbs/share/qbs/python/mac_alias/alias.py
-share/qtcreator/qbs/share/qbs/python/mac_alias/bookmark.py
-share/qtcreator/qbs/share/qbs/python/mac_alias/osx.py
-share/qtcreator/qbs/share/qbs/python/mac_alias/utils.py
-share/qtcreator/qml-type-descriptions/builtins.qmltypes
-share/qtcreator/qml-type-descriptions/qbs-base.qmltypes
-share/qtcreator/qml-type-descriptions/qbs-bundle.json
-share/qtcreator/qml-type-descriptions/qbs.qmltypes
-share/qtcreator/qml-type-descriptions/qmlproject-bundle.json
-share/qtcreator/qml-type-descriptions/qmlproject.qmltypes
-share/qtcreator/qml-type-descriptions/qmlruntime.qmltypes
-share/qtcreator/qml-type-descriptions/qmltypes-bundle.json
-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/qt5QtQuick2-bundle.json
-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/qmlpuppet/commands/captureddatacommand.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/changelanguagecommand.cpp
-share/qtcreator/qml/qmlpuppet/commands/changelanguagecommand.h
-share/qtcreator/qml/qmlpuppet/commands/changenodesourcecommand.cpp
-share/qtcreator/qml/qmlpuppet/commands/changenodesourcecommand.h
-share/qtcreator/qml/qmlpuppet/commands/changepreviewimagesizecommand.cpp
-share/qtcreator/qml/qmlpuppet/commands/changepreviewimagesizecommand.h
-share/qtcreator/qml/qmlpuppet/commands/changeselectioncommand.cpp
-share/qtcreator/qml/qmlpuppet/commands/changeselectioncommand.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/debugoutputcommand.cpp
-share/qtcreator/qml/qmlpuppet/commands/debugoutputcommand.h
-share/qtcreator/qml/qmlpuppet/commands/endpuppetcommand.cpp
-share/qtcreator/qml/qmlpuppet/commands/endpuppetcommand.h
-share/qtcreator/qml/qmlpuppet/commands/informationchangedcommand.cpp
-share/qtcreator/qml/qmlpuppet/commands/informationchangedcommand.h
-share/qtcreator/qml/qmlpuppet/commands/inputeventcommand.cpp
-share/qtcreator/qml/qmlpuppet/commands/inputeventcommand.h
-share/qtcreator/qml/qmlpuppet/commands/pixmapchangedcommand.cpp
-share/qtcreator/qml/qmlpuppet/commands/pixmapchangedcommand.h
-share/qtcreator/qml/qmlpuppet/commands/puppetalivecommand.cpp
-share/qtcreator/qml/qmlpuppet/commands/puppetalivecommand.h
-share/qtcreator/qml/qmlpuppet/commands/puppettocreatorcommand.cpp
-share/qtcreator/qml/qmlpuppet/commands/puppettocreatorcommand.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/removesharedmemorycommand.cpp
-share/qtcreator/qml/qmlpuppet/commands/removesharedmemorycommand.h
-share/qtcreator/qml/qmlpuppet/commands/reparentinstancescommand.cpp
-share/qtcreator/qml/qmlpuppet/commands/reparentinstancescommand.h
-share/qtcreator/qml/qmlpuppet/commands/scenecreatedcommand.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/update3dviewstatecommand.cpp
-share/qtcreator/qml/qmlpuppet/commands/update3dviewstatecommand.h
-share/qtcreator/qml/qmlpuppet/commands/valueschangedcommand.cpp
-share/qtcreator/qml/qmlpuppet/commands/valueschangedcommand.h
-share/qtcreator/qml/qmlpuppet/commands/view3dactioncommand.cpp
-share/qtcreator/qml/qmlpuppet/commands/view3dactioncommand.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/mockuptypecontainer.cpp
-share/qtcreator/qml/qmlpuppet/container/mockuptypecontainer.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/container/sharedmemory.h
-share/qtcreator/qml/qmlpuppet/container/sharedmemory_qt.cpp
-share/qtcreator/qml/qmlpuppet/container/sharedmemory_unix.cpp
-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/instances.pri
-share/qtcreator/qml/qmlpuppet/instances/nodeinstanceclientproxy.cpp
-share/qtcreator/qml/qmlpuppet/instances/nodeinstanceclientproxy.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/nodeinstanceglobal.h
-share/qtcreator/qml/qmlpuppet/interfaces/nodeinstanceserverinterface.cpp
-share/qtcreator/qml/qmlpuppet/interfaces/nodeinstanceserverinterface.h
-share/qtcreator/qml/qmlpuppet/mockfiles/AdjustableArrow.qml
-share/qtcreator/qml/qmlpuppet/mockfiles/AreaLightHandle.qml
-share/qtcreator/qml/qmlpuppet/mockfiles/Arrow.qml
-share/qtcreator/qml/qmlpuppet/mockfiles/AutoScaleHelper.qml
-share/qtcreator/qml/qmlpuppet/mockfiles/AxisHelper.qml
-share/qtcreator/qml/qmlpuppet/mockfiles/AxisHelperArm.qml
-share/qtcreator/qml/qmlpuppet/mockfiles/CameraFrustum.qml
-share/qtcreator/qml/qmlpuppet/mockfiles/CameraGizmo.qml
-share/qtcreator/qml/qmlpuppet/mockfiles/Dialog.qml
-share/qtcreator/qml/qmlpuppet/mockfiles/DirectionalDraggable.qml
-share/qtcreator/qml/qmlpuppet/mockfiles/EditCameraController.qml
-share/qtcreator/qml/qmlpuppet/mockfiles/EditView3D.qml
-share/qtcreator/qml/qmlpuppet/mockfiles/FadeHandle.qml
-share/qtcreator/qml/qmlpuppet/mockfiles/GenericBackend.qml
-share/qtcreator/qml/qmlpuppet/mockfiles/HelperGrid.qml
-share/qtcreator/qml/qmlpuppet/mockfiles/IconGizmo.qml
-share/qtcreator/qml/qmlpuppet/mockfiles/IconRenderer3D.qml
-share/qtcreator/qml/qmlpuppet/mockfiles/LightGizmo.qml
-share/qtcreator/qml/qmlpuppet/mockfiles/LightIconGizmo.qml
-share/qtcreator/qml/qmlpuppet/mockfiles/LightModel.qml
-share/qtcreator/qml/qmlpuppet/mockfiles/Line3D.qml
-share/qtcreator/qml/qmlpuppet/mockfiles/MoveGizmo.qml
-share/qtcreator/qml/qmlpuppet/mockfiles/Overlay2D.qml
-share/qtcreator/qml/qmlpuppet/mockfiles/PlanarDraggable.qml
-share/qtcreator/qml/qmlpuppet/mockfiles/PlanarMoveHandle.qml
-share/qtcreator/qml/qmlpuppet/mockfiles/PlanarScaleHandle.qml
-share/qtcreator/qml/qmlpuppet/mockfiles/RotateGizmo.qml
-share/qtcreator/qml/qmlpuppet/mockfiles/RotateRing.qml
-share/qtcreator/qml/qmlpuppet/mockfiles/ScaleGizmo.qml
-share/qtcreator/qml/qmlpuppet/mockfiles/ScaleRod.qml
-share/qtcreator/qml/qmlpuppet/mockfiles/SceneView3D.qml
-share/qtcreator/qml/qmlpuppet/mockfiles/SelectionBox.qml
-share/qtcreator/qml/qmlpuppet/mockfiles/SpotLightHandle.qml
-share/qtcreator/qml/qmlpuppet/mockfiles/SwipeView.qml
-share/qtcreator/qml/qmlpuppet/mockfiles/ToggleButton.qml
-share/qtcreator/qml/qmlpuppet/mockfiles/ToolBarButton.qml
-share/qtcreator/qml/qmlpuppet/mockfiles/Window.qml
-share/qtcreator/qml/qmlpuppet/mockfiles/images/area.png
-share/qtcreator/qml/qmlpuppet/mockfiles/images/area%2x.png@localhost
-share/qtcreator/qml/qmlpuppet/mockfiles/images/directional.png
-share/qtcreator/qml/qmlpuppet/mockfiles/images/directional%2x.png@localhost
-share/qtcreator/qml/qmlpuppet/mockfiles/images/editor_camera.png
-share/qtcreator/qml/qmlpuppet/mockfiles/images/editor_camera%2x.png@localhost
-share/qtcreator/qml/qmlpuppet/mockfiles/images/point.png
-share/qtcreator/qml/qmlpuppet/mockfiles/images/point%2x.png@localhost
-share/qtcreator/qml/qmlpuppet/mockfiles/images/spot.png
-share/qtcreator/qml/qmlpuppet/mockfiles/images/spot%2x.png@localhost
-share/qtcreator/qml/qmlpuppet/mockfiles/meshes/arrow.mesh
-share/qtcreator/qml/qmlpuppet/mockfiles/meshes/axishelper.mesh
-share/qtcreator/qml/qmlpuppet/mockfiles/meshes/ring.mesh
-share/qtcreator/qml/qmlpuppet/mockfiles/meshes/ringselect.mesh
-share/qtcreator/qml/qmlpuppet/mockfiles/meshes/scalerod.mesh
-share/qtcreator/qml/qmlpuppet/qml2puppet/Info.plist
-share/qtcreator/qml/qmlpuppet/qml2puppet/editor3d/camerageometry.cpp
-share/qtcreator/qml/qmlpuppet/qml2puppet/editor3d/camerageometry.h
-share/qtcreator/qml/qmlpuppet/qml2puppet/editor3d/editor3d.pri
-share/qtcreator/qml/qmlpuppet/qml2puppet/editor3d/generalhelper.cpp
-share/qtcreator/qml/qmlpuppet/qml2puppet/editor3d/generalhelper.h
-share/qtcreator/qml/qmlpuppet/qml2puppet/editor3d/gridgeometry.cpp
-share/qtcreator/qml/qmlpuppet/qml2puppet/editor3d/gridgeometry.h
-share/qtcreator/qml/qmlpuppet/qml2puppet/editor3d/icongizmoimageprovider.cpp
-share/qtcreator/qml/qmlpuppet/qml2puppet/editor3d/icongizmoimageprovider.h
-share/qtcreator/qml/qmlpuppet/qml2puppet/editor3d/lightgeometry.cpp
-share/qtcreator/qml/qmlpuppet/qml2puppet/editor3d/lightgeometry.h
-share/qtcreator/qml/qmlpuppet/qml2puppet/editor3d/linegeometry.cpp
-share/qtcreator/qml/qmlpuppet/qml2puppet/editor3d/linegeometry.h
-share/qtcreator/qml/qmlpuppet/qml2puppet/editor3d/mousearea3d.cpp
-share/qtcreator/qml/qmlpuppet/qml2puppet/editor3d/mousearea3d.h
-share/qtcreator/qml/qmlpuppet/qml2puppet/editor3d/selectionboxgeometry.cpp
-share/qtcreator/qml/qmlpuppet/qml2puppet/editor3d/selectionboxgeometry.h
-share/qtcreator/qml/qmlpuppet/qml2puppet/iconrenderer/iconrenderer.cpp
-share/qtcreator/qml/qmlpuppet/qml2puppet/iconrenderer/iconrenderer.h
-share/qtcreator/qml/qmlpuppet/qml2puppet/iconrenderer/iconrenderer.pri
-share/qtcreator/qml/qmlpuppet/qml2puppet/instances/anchorchangesnodeinstance.cpp
-share/qtcreator/qml/qmlpuppet/qml2puppet/instances/anchorchangesnodeinstance.h
-share/qtcreator/qml/qmlpuppet/qml2puppet/instances/behaviornodeinstance.cpp
-share/qtcreator/qml/qmlpuppet/qml2puppet/instances/behaviornodeinstance.h
-share/qtcreator/qml/qmlpuppet/qml2puppet/instances/capturenodeinstanceserverdispatcher.cpp
-share/qtcreator/qml/qmlpuppet/qml2puppet/instances/capturenodeinstanceserverdispatcher.h
-share/qtcreator/qml/qmlpuppet/qml2puppet/instances/childrenchangeeventfilter.cpp
-share/qtcreator/qml/qmlpuppet/qml2puppet/instances/childrenchangeeventfilter.h
-share/qtcreator/qml/qmlpuppet/qml2puppet/instances/componentnodeinstance.cpp
-share/qtcreator/qml/qmlpuppet/qml2puppet/instances/componentnodeinstance.h
-share/qtcreator/qml/qmlpuppet/qml2puppet/instances/dummycontextobject.cpp
-share/qtcreator/qml/qmlpuppet/qml2puppet/instances/dummycontextobject.h
-share/qtcreator/qml/qmlpuppet/qml2puppet/instances/dummynodeinstance.cpp
-share/qtcreator/qml/qmlpuppet/qml2puppet/instances/dummynodeinstance.h
-share/qtcreator/qml/qmlpuppet/qml2puppet/instances/instances.pri
-share/qtcreator/qml/qmlpuppet/qml2puppet/instances/layoutnodeinstance.cpp
-share/qtcreator/qml/qmlpuppet/qml2puppet/instances/layoutnodeinstance.h
-share/qtcreator/qml/qmlpuppet/qml2puppet/instances/nodeinstanceserver.cpp
-share/qtcreator/qml/qmlpuppet/qml2puppet/instances/nodeinstanceserver.h
-share/qtcreator/qml/qmlpuppet/qml2puppet/instances/nodeinstanceserverdispatcher.cpp
-share/qtcreator/qml/qmlpuppet/qml2puppet/instances/nodeinstanceserverdispatcher.h
-share/qtcreator/qml/qmlpuppet/qml2puppet/instances/nodeinstancesignalspy.cpp
-share/qtcreator/qml/qmlpuppet/qml2puppet/instances/nodeinstancesignalspy.h
-share/qtcreator/qml/qmlpuppet/qml2puppet/instances/objectnodeinstance.cpp
-share/qtcreator/qml/qmlpuppet/qml2puppet/instances/objectnodeinstance.h
-share/qtcreator/qml/qmlpuppet/qml2puppet/instances/positionernodeinstance.cpp
-share/qtcreator/qml/qmlpuppet/qml2puppet/instances/positionernodeinstance.h
-share/qtcreator/qml/qmlpuppet/qml2puppet/instances/qmlpropertychangesnodeinstance.cpp
-share/qtcreator/qml/qmlpuppet/qml2puppet/instances/qmlpropertychangesnodeinstance.h
-share/qtcreator/qml/qmlpuppet/qml2puppet/instances/qmlstatenodeinstance.cpp
-share/qtcreator/qml/qmlpuppet/qml2puppet/instances/qmlstatenodeinstance.h
-share/qtcreator/qml/qmlpuppet/qml2puppet/instances/qmltransitionnodeinstance.cpp
-share/qtcreator/qml/qmlpuppet/qml2puppet/instances/qmltransitionnodeinstance.h
-share/qtcreator/qml/qmlpuppet/qml2puppet/instances/qt3dpresentationnodeinstance.cpp
-share/qtcreator/qml/qmlpuppet/qml2puppet/instances/qt3dpresentationnodeinstance.h
-share/qtcreator/qml/qmlpuppet/qml2puppet/instances/qt5capturepreviewnodeinstanceserver.cpp
-share/qtcreator/qml/qmlpuppet/qml2puppet/instances/qt5capturepreviewnodeinstanceserver.h
-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/qt5testnodeinstanceserver.cpp
-share/qtcreator/qml/qmlpuppet/qml2puppet/instances/qt5testnodeinstanceserver.h
-share/qtcreator/qml/qmlpuppet/qml2puppet/instances/quick3dnodeinstance.cpp
-share/qtcreator/qml/qmlpuppet/qml2puppet/instances/quick3dnodeinstance.h
-share/qtcreator/qml/qmlpuppet/qml2puppet/instances/quick3dtexturenodeinstance.cpp
-share/qtcreator/qml/qmlpuppet/qml2puppet/instances/quick3dtexturenodeinstance.h
-share/qtcreator/qml/qmlpuppet/qml2puppet/instances/quickitemnodeinstance.cpp
-share/qtcreator/qml/qmlpuppet/qml2puppet/instances/quickitemnodeinstance.h
-share/qtcreator/qml/qmlpuppet/qml2puppet/instances/servernodeinstance.cpp
-share/qtcreator/qml/qmlpuppet/qml2puppet/instances/servernodeinstance.h
-share/qtcreator/qml/qmlpuppet/qml2puppet/qml2puppet.pri
-share/qtcreator/qml/qmlpuppet/qml2puppet/qml2puppet.pro
-share/qtcreator/qml/qmlpuppet/qml2puppet/qml2puppetmain.cpp
-share/qtcreator/qml/qmlpuppet/qmlprivategate/designercustomobjectdata.cpp
-share/qtcreator/qml/qmlpuppet/qmlprivategate/designercustomobjectdata.h
-share/qtcreator/qml/qmlpuppet/qmlprivategate/designersupportdelegate.h
-share/qtcreator/qml/qmlpuppet/qmlprivategate/metaobject.cpp
-share/qtcreator/qml/qmlpuppet/qmlprivategate/metaobject.h
-share/qtcreator/qml/qmlpuppet/qmlprivategate/qmlprivategate.cpp
-share/qtcreator/qml/qmlpuppet/qmlprivategate/qmlprivategate.h
-share/qtcreator/qml/qmlpuppet/qmlprivategate/qmlprivategate.pri
-share/qtcreator/qml/qmlpuppet/qmlprivategate/qmlprivategate_56.cpp
-share/qtcreator/qml/qmlpuppet/qmlpuppet.qrc
-share/qtcreator/qml/qmlpuppet/qmlpuppet_utilities.pri
-share/qtcreator/qml/qmlpuppet/types/enumeration.h
-share/qtcreator/qml/qmlpuppet/types/types.pri
-share/qtcreator/qmldesigner/itemLibraryQmlSources/ItemDelegate.qml
-share/qtcreator/qmldesigner/itemLibraryQmlSources/ItemsView.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/PropertyTemplates/BooleanEditorTemplate.template
-share/qtcreator/qmldesigner/propertyEditorQmlSources/PropertyTemplates/ColorEditorTemplate.template
-share/qtcreator/qmldesigner/propertyEditorQmlSources/PropertyTemplates/FontEditorTemplate.template
-share/qtcreator/qmldesigner/propertyEditorQmlSources/PropertyTemplates/IntEditorTemplate.template
-share/qtcreator/qmldesigner/propertyEditorQmlSources/PropertyTemplates/RealEditorTemplate.template
-share/qtcreator/qmldesigner/propertyEditorQmlSources/PropertyTemplates/RectangleEditorTemplate.template
-share/qtcreator/qmldesigner/propertyEditorQmlSources/PropertyTemplates/StringEditorTemplate.template
-share/qtcreator/qmldesigner/propertyEditorQmlSources/PropertyTemplates/TemplateTypes.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/PropertyTemplates/TextEditorTemplate.template
-share/qtcreator/qmldesigner/propertyEditorQmlSources/PropertyTemplates/UrlEditorTemplate.template
-share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQml/ConnectionsSpecifics.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQml/QtObjectPane.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/AdvancedSection.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/AlignDistributeSection.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/AnchorRow.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/AnimatedImageSpecifics.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/AnimationSection.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/AnimationTargetSection.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/BorderImageSpecifics.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/ColorAnimationSpecifics.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/ColumnSpecifics.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/ConnectionsSpecifics.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/DialogSpecifics.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/DrawerSpecifics.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/PopupSection.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/PopupSpecifics.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/FlickableSpecifics.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/FlipableSpecifics.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/FlowSpecifics.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/GeometrySection.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/GridSpecifics.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/GridViewSpecifics.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/ImageSpecifics.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/ItemPane.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/LayerSection.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/LayoutPoperties.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/LayoutSection.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Layouts/GridLayoutSpecifics.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/ListViewSpecifics.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/MouseAreaSpecifics.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/NumberAnimationSpecifics.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/ParallelAnimationSpecifics.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/PathViewSpecifics.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/PauseAnimationSpecifics.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/PropertyActionSpecifics.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/PropertyAnimationSpecifics.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/QtObjectPane.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/RectangleSpecifics.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/RowSpecifics.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/ScriptActionSpecifics.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/SequentialAnimationSpecifics.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/StateSpecifics.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/TargetComboBox.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/TextEditSpecifics.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/TextInputSection.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/TextInputSpecifics.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/TextSpecifics.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Window/WindowSpecifics.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/emptyPane.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/project.qmlproject
-share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick3D/Object3DPane.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/AbstractButton.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ActionIndicator.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/AligmentHorizontalButtons.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/AligmentVerticalButtons.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/AnchorButtons.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/BoolButtonRowButton.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/Button.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ButtonRow.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ButtonRow2.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ButtonRowButton.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/CheckBox.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ColorButton.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ColorCheckButton.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ColorEditor.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ColorLine.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ColorLogic.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ComboBox.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/Constants.js
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/DoubleSpinBox.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/EditableListView.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ExpandingSpacer.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ExpressionTextField.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ExtendedFunctionLogic.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/FlickableSection.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/FontComboBox.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/FontSection.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/FontStyleButtons.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/GradientDialogPopup.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/GradientLine.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/GradientPopupIndicator.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/GradientPresetList.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/GradientPresetTabContent.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/GradientPropertySpinBox.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/HorizontalScrollBar.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/HueSlider.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/IconLabel.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ItemFilterComboBox.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/Label.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/LineEdit.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ListViewComboBox.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/MarginSection.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/OriginControl.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/PaddingSection.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/RoundedPanel.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ScrollView.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/SecondColumnLayout.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/Section.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/SectionLayout.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/SimpleColorPalette.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/SpinBox.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/StandardTextSection.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ToolTipArea.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/UrlChooser.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/VerticalScrollBar.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/checkers.png
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/down-arrow.png
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/down-arrow%2x.png@localhost
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/expression.png
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/expression%2x.png@localhost
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/icon-gradient-list.png
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/icon_color_conical_gradient.png
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/icon_color_gradient.png
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/icon_color_none.png
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/icon_color_radial_gradient.png
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/icon_color_solid.png
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/placeholder.png
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/placeholder%2x.png@localhost
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/submenu.png
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/submenu%2x.png@localhost
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/up-arrow.png
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/up-arrow%2x.png@localhost
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/qmldir
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/AbstractButton.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/ActionIndicator.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/Button.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/ButtonGroup.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/ButtonRow.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/CheckBox.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/CheckIndicator.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/ComboBox.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/ComboBoxInput.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/ContextMenu.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/ExpandingSpacer.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/ItemDelegate.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/Menu.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/MenuItem.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/MenuSeparator.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/RealSliderPopup.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/RealSpinBox.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/RealSpinBoxIndicator.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/RealSpinBoxInput.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/ScrollBar.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/ScrollView.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/SecondColumnLayout.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/Section.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/SectionLabel.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/SectionLayout.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/Slider.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/SliderPopup.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/SpinBox.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/SpinBoxIndicator.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/SpinBoxInput.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/TabBar.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/TabButton.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/TextArea.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/TextField.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/TranslationIndicator.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/qmldir
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/Constants.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/InternalConstants.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/Values.qml
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/icons.ttf
-share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/qmldir
-share/qtcreator/qmldesigner/statesEditorQmlSources/StatesDelegate.qml
-share/qtcreator/qmldesigner/statesEditorQmlSources/StatesList.qml
-share/qtcreator/qmldesigner/workspacePresets/3D_Preset.wrk
-share/qtcreator/qmldesigner/workspacePresets/Essentials.wrk
-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/creator-dark.xml
-share/qtcreator/styles/dark.xml
-share/qtcreator/styles/default.xml
-share/qtcreator/styles/default_classic.xml
-share/qtcreator/styles/grayscale.xml
-share/qtcreator/styles/inkpot.xml
-share/qtcreator/styles/intellij.xml
-share/qtcreator/styles/modnokai_night_shift_v2.xml
-share/qtcreator/styles/solarized-dark.xml
-share/qtcreator/styles/solarized-light.xml
-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/wizards/README.txt
-share/qtcreator/templates/wizards/autotest/autotest.png
-share/qtcreator/templates/wizards/autotest/autotest%2x.png@localhost
-share/qtcreator/templates/wizards/autotest/files/catch2_tst.cpp
-share/qtcreator/templates/wizards/autotest/files/googlecommon.js
-share/qtcreator/templates/wizards/autotest/files/gtest_dependency.pri
-share/qtcreator/templates/wizards/autotest/files/tst.pro
-share/qtcreator/templates/wizards/autotest/files/tst.qbs
-share/qtcreator/templates/wizards/autotest/files/tst.txt
-share/qtcreator/templates/wizards/autotest/files/tst_main.cpp
-share/qtcreator/templates/wizards/autotest/files/tst_qml.tmpl
-share/qtcreator/templates/wizards/autotest/files/tst_src.cpp
-share/qtcreator/templates/wizards/autotest/files/tst_src.h
-share/qtcreator/templates/wizards/autotest/wizard.json
-share/qtcreator/templates/wizards/classes/cpp/file.cpp
-share/qtcreator/templates/wizards/classes/cpp/file.h
-share/qtcreator/templates/wizards/classes/cpp/wizard.json
-share/qtcreator/templates/wizards/classes/itemmodel/itemmodel.cpp
-share/qtcreator/templates/wizards/classes/itemmodel/itemmodel.h
-share/qtcreator/templates/wizards/classes/itemmodel/listmodel.cpp
-share/qtcreator/templates/wizards/classes/itemmodel/listmodel.h
-share/qtcreator/templates/wizards/classes/itemmodel/tablemodel.cpp
-share/qtcreator/templates/wizards/classes/itemmodel/tablemodel.h
-share/qtcreator/templates/wizards/classes/itemmodel/wizard.json
-share/qtcreator/templates/wizards/classes/python/file.py
-share/qtcreator/templates/wizards/classes/python/wizard.json
-share/qtcreator/templates/wizards/classes/qtquickui/file.qml.tpl
-share/qtcreator/templates/wizards/classes/qtquickui/fileForm.ui.qml.tpl
-share/qtcreator/templates/wizards/classes/qtquickui/wizard.json
-share/qtcreator/templates/wizards/codesnippet/main.cpp
-share/qtcreator/templates/wizards/codesnippet/project.pro
-share/qtcreator/templates/wizards/codesnippet/wizard.xml
-share/qtcreator/templates/wizards/files/cppheader/file.h
-share/qtcreator/templates/wizards/files/cppheader/wizard.json
-share/qtcreator/templates/wizards/files/cppsource/file.cpp
-share/qtcreator/templates/wizards/files/cppsource/wizard.json
-share/qtcreator/templates/wizards/files/form/file.ui
-share/qtcreator/templates/wizards/files/form/wizard.json
-share/qtcreator/templates/wizards/files/glsl/gl/fragment/file.frag
-share/qtcreator/templates/wizards/files/glsl/gl/fragment/wizard.json
-share/qtcreator/templates/wizards/files/glsl/gl/vertex/file.vert
-share/qtcreator/templates/wizards/files/glsl/gl/vertex/wizard.json
-share/qtcreator/templates/wizards/files/glsl/gles/fragment/file.fsh
-share/qtcreator/templates/wizards/files/glsl/gles/fragment/wizard.json
-share/qtcreator/templates/wizards/files/glsl/gles/vertex/file.vsh
-share/qtcreator/templates/wizards/files/glsl/gles/vertex/wizard.json
-share/qtcreator/templates/wizards/files/java/source.java
-share/qtcreator/templates/wizards/files/java/wizard.json
-share/qtcreator/templates/wizards/files/js/file.js
-share/qtcreator/templates/wizards/files/js/wizard.json
-share/qtcreator/templates/wizards/files/modeling/model/file.qmodel
-share/qtcreator/templates/wizards/files/modeling/model/wizard.json
-share/qtcreator/templates/wizards/files/modeling/scratch/file.qmodel
-share/qtcreator/templates/wizards/files/modeling/scratch/wizard.json
-share/qtcreator/templates/wizards/files/nim/file.nim
-share/qtcreator/templates/wizards/files/nim/wizard.json
-share/qtcreator/templates/wizards/files/nimscript/file.nims
-share/qtcreator/templates/wizards/files/nimscript/wizard.json
-share/qtcreator/templates/wizards/files/python/file.py
-share/qtcreator/templates/wizards/files/python/icon.png
-share/qtcreator/templates/wizards/files/python/icon%2x.png@localhost
-share/qtcreator/templates/wizards/files/python/wizard.json
-share/qtcreator/templates/wizards/files/qrc/file.qrc
-share/qtcreator/templates/wizards/files/qrc/wizard.json
-share/qtcreator/templates/wizards/files/qtquick2/file.qml.tpl
-share/qtcreator/templates/wizards/files/qtquick2/wizard.json
-share/qtcreator/templates/wizards/files/scratch/file.txt
-share/qtcreator/templates/wizards/files/scratch/wizard.json
-share/qtcreator/templates/wizards/files/scxml/file.scxml
-share/qtcreator/templates/wizards/files/scxml/wizard.json
-share/qtcreator/templates/wizards/files/text/file.txt
-share/qtcreator/templates/wizards/files/text/wizard.json
-share/qtcreator/templates/wizards/global/consoleapplication.png
-share/qtcreator/templates/wizards/global/consoleapplication%2x.png@localhost
-share/qtcreator/templates/wizards/global/guiapplication.png
-share/qtcreator/templates/wizards/global/guiapplication%2x.png@localhost
-share/qtcreator/templates/wizards/global/lib.png
-share/qtcreator/templates/wizards/global/lib%2x.png@localhost
-share/qtcreator/templates/wizards/projects/consoleapp/CMakeLists.txt
-share/qtcreator/templates/wizards/projects/consoleapp/file.pro
-share/qtcreator/templates/wizards/projects/consoleapp/file.qbs
-share/qtcreator/templates/wizards/projects/consoleapp/main.cpp
-share/qtcreator/templates/wizards/projects/consoleapp/meson.build
-share/qtcreator/templates/wizards/projects/consoleapp/wizard.json
-share/qtcreator/templates/wizards/projects/cpplibrary/CMakeLists.txt
-share/qtcreator/templates/wizards/projects/cpplibrary/lib.cpp
-share/qtcreator/templates/wizards/projects/cpplibrary/lib.h
-share/qtcreator/templates/wizards/projects/cpplibrary/lib_global.h
-share/qtcreator/templates/wizards/projects/cpplibrary/meson.build
-share/qtcreator/templates/wizards/projects/cpplibrary/project.json
-share/qtcreator/templates/wizards/projects/cpplibrary/project.pro
-share/qtcreator/templates/wizards/projects/cpplibrary/project.qbs
-share/qtcreator/templates/wizards/projects/cpplibrary/wizard.json
-share/qtcreator/templates/wizards/projects/git.ignore
-share/qtcreator/templates/wizards/projects/nim/file.nimproject
-share/qtcreator/templates/wizards/projects/nim/icon.png
-share/qtcreator/templates/wizards/projects/nim/icon%2x.png@localhost
-share/qtcreator/templates/wizards/projects/nim/main.nim
-share/qtcreator/templates/wizards/projects/nim/wizard.json
-share/qtcreator/templates/wizards/projects/nimble/binary/binary.nimble
-share/qtcreator/templates/wizards/projects/nimble/binary/src/binary.nim
-share/qtcreator/templates/wizards/projects/nimble/hybrid/hybrid.nimble
-share/qtcreator/templates/wizards/projects/nimble/hybrid/src/hybrid.nim
-share/qtcreator/templates/wizards/projects/nimble/hybrid/src/hybridpkg/submodule.nim
-share/qtcreator/templates/wizards/projects/nimble/hybrid/tests/config.nims
-share/qtcreator/templates/wizards/projects/nimble/hybrid/tests/test1.nim
-share/qtcreator/templates/wizards/projects/nimble/library/library.nimble
-share/qtcreator/templates/wizards/projects/nimble/library/src/library.nim
-share/qtcreator/templates/wizards/projects/nimble/library/src/library/submodule.nim
-share/qtcreator/templates/wizards/projects/nimble/library/tests/config.nims
-share/qtcreator/templates/wizards/projects/nimble/library/tests/test1.nim
-share/qtcreator/templates/wizards/projects/nimble/wizard.json
-share/qtcreator/templates/wizards/projects/plainc/CMakeLists.txt
-share/qtcreator/templates/wizards/projects/plainc/file.pro
-share/qtcreator/templates/wizards/projects/plainc/file.qbs
-share/qtcreator/templates/wizards/projects/plainc/main.c
-share/qtcreator/templates/wizards/projects/plainc/meson.build
-share/qtcreator/templates/wizards/projects/plainc/wizard.json
-share/qtcreator/templates/wizards/projects/plaincpp/CMakeLists.txt
-share/qtcreator/templates/wizards/projects/plaincpp/file.pro
-share/qtcreator/templates/wizards/projects/plaincpp/file.qbs
-share/qtcreator/templates/wizards/projects/plaincpp/main.cpp
-share/qtcreator/templates/wizards/projects/plaincpp/meson.build
-share/qtcreator/templates/wizards/projects/plaincpp/wizard.json
-share/qtcreator/templates/wizards/projects/qmake/empty/file.pro
-share/qtcreator/templates/wizards/projects/qmake/empty/wizard.json
-share/qtcreator/templates/wizards/projects/qtforpythonapplication/empty/icon.png
-share/qtcreator/templates/wizards/projects/qtforpythonapplication/empty/icon%2x.png@localhost
-share/qtcreator/templates/wizards/projects/qtforpythonapplication/empty/wizard.json
-share/qtcreator/templates/wizards/projects/qtforpythonapplication/icons/icon.png
-share/qtcreator/templates/wizards/projects/qtforpythonapplication/icons/icon%2x.png@localhost
-share/qtcreator/templates/wizards/projects/qtforpythonapplication/main.pyproject
-share/qtcreator/templates/wizards/projects/qtforpythonapplication/main_empty.py
-share/qtcreator/templates/wizards/projects/qtforpythonapplication/main_mainwindow.py
-share/qtcreator/templates/wizards/projects/qtforpythonapplication/main_qtquick.py
-share/qtcreator/templates/wizards/projects/qtforpythonapplication/main_widget.py
-share/qtcreator/templates/wizards/projects/qtforpythonapplication/main_widget.ui
-share/qtcreator/templates/wizards/projects/qtforpythonapplication/mainwindow/wizard.json
-share/qtcreator/templates/wizards/projects/qtforpythonapplication/qtquickapplication/main.pyproject
-share/qtcreator/templates/wizards/projects/qtforpythonapplication/qtquickapplication/main.qml.tpl
-share/qtcreator/templates/wizards/projects/qtforpythonapplication/qtquickapplication/wizard.json
-share/qtcreator/templates/wizards/projects/qtforpythonapplication/widget/main.pyproject
-share/qtcreator/templates/wizards/projects/qtforpythonapplication/widget/wizard.json
-share/qtcreator/templates/wizards/projects/qtquick2-extension/lib.png
-share/qtcreator/templates/wizards/projects/qtquick2-extension/lib%2x.png@localhost
-share/qtcreator/templates/wizards/projects/qtquick2-extension/object.cpp
-share/qtcreator/templates/wizards/projects/qtquick2-extension/object.h
-share/qtcreator/templates/wizards/projects/qtquick2-extension/plugin.cpp
-share/qtcreator/templates/wizards/projects/qtquick2-extension/plugin.h
-share/qtcreator/templates/wizards/projects/qtquick2-extension/project.pro
-share/qtcreator/templates/wizards/projects/qtquick2-extension/qmldir
-share/qtcreator/templates/wizards/projects/qtquick2-extension/wizard.json
-share/qtcreator/templates/wizards/projects/qtquickapplication/CMakeLists.txt
-share/qtcreator/templates/wizards/projects/qtquickapplication/app.pro
-share/qtcreator/templates/wizards/projects/qtquickapplication/app.qbs
-share/qtcreator/templates/wizards/projects/qtquickapplication/empty/icon.png
-share/qtcreator/templates/wizards/projects/qtquickapplication/empty/icon%2x.png@localhost
-share/qtcreator/templates/wizards/projects/qtquickapplication/empty/main.qml.tpl
-share/qtcreator/templates/wizards/projects/qtquickapplication/empty/qml.qrc
-share/qtcreator/templates/wizards/projects/qtquickapplication/empty/wizard.json
-share/qtcreator/templates/wizards/projects/qtquickapplication/main.cpp
-share/qtcreator/templates/wizards/projects/qtquickapplication/qtquickcontrols2.conf
-share/qtcreator/templates/wizards/projects/qtquickapplication/scroll/icon.png
-share/qtcreator/templates/wizards/projects/qtquickapplication/scroll/icon%2x.png@localhost
-share/qtcreator/templates/wizards/projects/qtquickapplication/scroll/main.qml.tpl
-share/qtcreator/templates/wizards/projects/qtquickapplication/scroll/qml.qrc
-share/qtcreator/templates/wizards/projects/qtquickapplication/scroll/wizard.json
-share/qtcreator/templates/wizards/projects/qtquickapplication/stack/HomeForm.ui.qml.tpl
-share/qtcreator/templates/wizards/projects/qtquickapplication/stack/Page1Form.ui.qml.tpl
-share/qtcreator/templates/wizards/projects/qtquickapplication/stack/Page2Form.ui.qml.tpl
-share/qtcreator/templates/wizards/projects/qtquickapplication/stack/icon.png
-share/qtcreator/templates/wizards/projects/qtquickapplication/stack/icon%2x.png@localhost
-share/qtcreator/templates/wizards/projects/qtquickapplication/stack/main.qml.tpl
-share/qtcreator/templates/wizards/projects/qtquickapplication/stack/qml.qrc
-share/qtcreator/templates/wizards/projects/qtquickapplication/stack/wizard.json
-share/qtcreator/templates/wizards/projects/qtquickapplication/swipe/Page1Form.ui.qml.tpl
-share/qtcreator/templates/wizards/projects/qtquickapplication/swipe/Page2Form.ui.qml.tpl
-share/qtcreator/templates/wizards/projects/qtquickapplication/swipe/icon.png
-share/qtcreator/templates/wizards/projects/qtquickapplication/swipe/icon%2x.png@localhost
-share/qtcreator/templates/wizards/projects/qtquickapplication/swipe/main.qml.tpl
-share/qtcreator/templates/wizards/projects/qtquickapplication/swipe/qml.qrc
-share/qtcreator/templates/wizards/projects/qtquickapplication/swipe/wizard.json
-share/qtcreator/templates/wizards/projects/qtquickuiprototype/app.qmlproject
-share/qtcreator/templates/wizards/projects/qtquickuiprototype/qtquickuiprototype.png
-share/qtcreator/templates/wizards/projects/qtquickuiprototype/qtquickuiprototype%2x.png@localhost
-share/qtcreator/templates/wizards/projects/qtquickuiprototype/wizard.json
-share/qtcreator/templates/wizards/projects/qtwidgetsapplication/CMakeLists.txt
-share/qtcreator/templates/wizards/projects/qtwidgetsapplication/main.cpp
-share/qtcreator/templates/wizards/projects/qtwidgetsapplication/meson.build
-share/qtcreator/templates/wizards/projects/qtwidgetsapplication/project.pro
-share/qtcreator/templates/wizards/projects/qtwidgetsapplication/project.qbs
-share/qtcreator/templates/wizards/projects/qtwidgetsapplication/widget.cpp
-share/qtcreator/templates/wizards/projects/qtwidgetsapplication/widget.h
-share/qtcreator/templates/wizards/projects/qtwidgetsapplication/widget.ui
-share/qtcreator/templates/wizards/projects/qtwidgetsapplication/wizard.json
-share/qtcreator/templates/wizards/projects/translation.ts
-share/qtcreator/templates/wizards/projects/vcs/bazaar/icon.png
-share/qtcreator/templates/wizards/projects/vcs/bazaar/icon%2x.png@localhost
-share/qtcreator/templates/wizards/projects/vcs/bazaar/wizard.json
-share/qtcreator/templates/wizards/projects/vcs/cvs/icon.png
-share/qtcreator/templates/wizards/projects/vcs/cvs/icon%2x.png@localhost
-share/qtcreator/templates/wizards/projects/vcs/cvs/wizard.json
-share/qtcreator/templates/wizards/projects/vcs/git/icon.png
-share/qtcreator/templates/wizards/projects/vcs/git/icon%2x.png@localhost
-share/qtcreator/templates/wizards/projects/vcs/git/wizard.json
-share/qtcreator/templates/wizards/projects/vcs/mercurial/icon.png
-share/qtcreator/templates/wizards/projects/vcs/mercurial/icon%2x.png@localhost
-share/qtcreator/templates/wizards/projects/vcs/mercurial/wizard.json
-share/qtcreator/templates/wizards/projects/vcs/subversion/icon.png
-share/qtcreator/templates/wizards/projects/vcs/subversion/icon%2x.png@localhost
-share/qtcreator/templates/wizards/projects/vcs/subversion/wizard.json
-share/qtcreator/templates/wizards/qtcreatorplugin/MyPlugin.json.in
-share/qtcreator/templates/wizards/qtcreatorplugin/github_workflow_README.md
-share/qtcreator/templates/wizards/qtcreatorplugin/github_workflow_build_qmake.yml
-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/qtcreatorplugin.png
-share/qtcreator/templates/wizards/qtcreatorplugin/qtcreatorplugin%2x.png@localhost
-share/qtcreator/templates/wizards/qtcreatorplugin/wizard.json
-share/qtcreator/templates/wizards/qtquickstyleicons/default.png
-share/qtcreator/templates/wizards/qtquickstyleicons/default%2x.png@localhost
-share/qtcreator/templates/wizards/qtquickstyleicons/material-dark.png
-share/qtcreator/templates/wizards/qtquickstyleicons/material-dark%2x.png@localhost
-share/qtcreator/templates/wizards/qtquickstyleicons/material-light.png
-share/qtcreator/templates/wizards/qtquickstyleicons/material-light%2x.png@localhost
-share/qtcreator/templates/wizards/qtquickstyleicons/universal-dark.png
-share/qtcreator/templates/wizards/qtquickstyleicons/universal-dark%2x.png@localhost
-share/qtcreator/templates/wizards/qtquickstyleicons/universal-light.png
-share/qtcreator/templates/wizards/qtquickstyleicons/universal-light%2x.png@localhost
-share/qtcreator/themes/dark.creatortheme
-share/qtcreator/themes/default.creatortheme
-share/qtcreator/themes/design-light.creatortheme
-share/qtcreator/themes/design.creatortheme
-share/qtcreator/themes/flat-dark.creatortheme
-share/qtcreator/themes/flat-light.creatortheme
-share/qtcreator/themes/flat.creatortheme
-share/qtcreator/translations/qtcreator_cs.qm
-share/qtcreator/translations/qtcreator_da.qm
-share/qtcreator/translations/qtcreator_de.qm
-share/qtcreator/translations/qtcreator_fr.qm
-share/qtcreator/translations/qtcreator_hr.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_uk.qm
-share/qtcreator/translations/qtcreator_zh_CN.qm
-share/qtcreator/translations/qtcreator_zh_TW.qm
diff --git a/qtcreator/distinfo b/qtcreator/distinfo
deleted file mode 100644
index f59cdb4451..0000000000
--- a/qtcreator/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.6 2012/11/26 01:05:10 fwsf Exp $
-
-SHA1 (qt-creator-opensource-src-4.13.2.zip) = 8665c26a95f4e83b85840abd40dd949163a120fb
-RMD160 (qt-creator-opensource-src-4.13.2.zip) = ecdba94f789ffd1747a0c6edfdff79e0bf509437
-SHA512 (qt-creator-opensource-src-4.13.2.zip) = efbe7f4ee6ccfcd32ecd182e4a7c88023df86790771c1621b732530fa8bb1f125f0e809c92806903e401a6192df9b3876cc87bae4b504c4e4fbf2e5407b0203a
-Size (qt-creator-opensource-src-4.13.2.zip) = 65177262 bytes


Home | Main Index | Thread Index | Old Index