summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@digia.com>2014-08-29 16:32:24 +0200
committerRobert Loehning <robert.loehning@digia.com>2014-09-01 15:23:03 +0200
commit7854dd33d9a9be148892b8161d60f7fbf30f9b95 (patch)
tree30758641c48b915282e4263d881a5c1ee221cabd
parentd4e49c088a95b32dbf430cf032e8b2125660959d (diff)
downloadqt-creator-7854dd33d9a9be148892b8161d60f7fbf30f9b95.tar.gz
Squish: Test opening of QBS project
Change-Id: I980ad15147f419b2d42d86b2a62ebf2875a3c2d8 Reviewed-by: Christian Stenger <christian.stenger@digia.com>
-rw-r--r--tests/system/shared/project.py5
-rw-r--r--tests/system/suite_general/suite.conf2
-rw-r--r--tests/system/suite_general/tst_opencreator_qbs/test.py47
-rw-r--r--tests/system/suite_general/tst_opencreator_qbs/testdata/projecttree_creator.tsv5849
4 files changed, 5902 insertions, 1 deletions
diff --git a/tests/system/shared/project.py b/tests/system/shared/project.py
index 3228711255..fb0076f487 100644
--- a/tests/system/shared/project.py
+++ b/tests/system/shared/project.py
@@ -30,6 +30,11 @@
import __builtin__
import re
+def openQbsProject(projectPath):
+ cleanUpUserFiles(projectPath)
+ invokeMenuItem("File", "Open File or Project...")
+ selectFromFileDialog(projectPath)
+
def openQmakeProject(projectPath, targets=Targets.desktopTargetClasses(), fromWelcome=False):
cleanUpUserFiles(projectPath)
if fromWelcome:
diff --git a/tests/system/suite_general/suite.conf b/tests/system/suite_general/suite.conf
index 21cd97a16a..318dbde9bb 100644
--- a/tests/system/suite_general/suite.conf
+++ b/tests/system/suite_general/suite.conf
@@ -7,6 +7,6 @@ HOOK_SUB_PROCESSES=false
IMPLICITAUTSTART=0
LANGUAGE=Python
OBJECTMAP=../objects.map
-TEST_CASES=tst_build_speedcrunch tst_cmake_speedcrunch tst_create_proj_wizard tst_default_settings tst_installed_languages tst_openqt_creator tst_rename_file tst_save_before_build tst_session_handling tst_tasks_handling
+TEST_CASES=tst_build_speedcrunch tst_cmake_speedcrunch tst_create_proj_wizard tst_default_settings tst_installed_languages tst_opencreator_qbs tst_openqt_creator tst_rename_file tst_save_before_build tst_session_handling tst_tasks_handling
VERSION=2
WRAPPERS=Qt
diff --git a/tests/system/suite_general/tst_opencreator_qbs/test.py b/tests/system/suite_general/tst_opencreator_qbs/test.py
new file mode 100644
index 0000000000..c2c25188ac
--- /dev/null
+++ b/tests/system/suite_general/tst_opencreator_qbs/test.py
@@ -0,0 +1,47 @@
+#############################################################################
+##
+## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
+## Contact: http://www.qt-project.org/legal
+##
+## This file is part of Qt Creator.
+##
+## Commercial License Usage
+## Licensees holding valid commercial Qt licenses may use this file in
+## accordance with the commercial license agreement provided with the
+## Software or, alternatively, in accordance with the terms contained in
+## a written agreement between you and Digia. For licensing terms and
+## conditions see http://qt.digia.com/licensing. For further information
+## use the contact form at http://qt.digia.com/contact-us.
+##
+## GNU Lesser General Public License Usage
+## Alternatively, this file may be used under the terms of the GNU Lesser
+## General Public License version 2.1 as published by the Free Software
+## Foundation and appearing in the file LICENSE.LGPL included in the
+## packaging of this file. Please review the following information to
+## ensure the GNU Lesser General Public License version 2.1 requirements
+## will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
+##
+## In addition, as a special exception, Digia gives you certain additional
+## rights. These rights are described in the Digia Qt LGPL Exception
+## version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
+##
+#############################################################################
+
+source("../../shared/qtcreator.py")
+
+def main():
+ if isQt4Build:
+ test.log("QbsProjectManager is not available with Qt4")
+ return
+ pathCreator = os.path.join(srcPath, "creator", "qtcreator.qbs")
+ if not neededFilePresent(pathCreator):
+ return
+
+ startApplication("qtcreator -load QbsProjectManager" + SettingsPath)
+ if not startedWithoutPluginError():
+ return
+ openQbsProject(pathCreator)
+ progressBarWait(200000)
+ naviTreeView = "{column='0' container=':Qt Creator_Utils::NavigationTreeView' text~='qtcreator( \[\S+\])?' type='QModelIndex'}"
+ compareProjectTree(naviTreeView, "projecttree_creator.tsv")
+ invokeMenuItem("File", "Exit")
diff --git a/tests/system/suite_general/tst_opencreator_qbs/testdata/projecttree_creator.tsv b/tests/system/suite_general/tst_opencreator_qbs/testdata/projecttree_creator.tsv
new file mode 100644
index 0000000000..c2d2e66ada
--- /dev/null
+++ b/tests/system/suite_general/tst_opencreator_qbs/testdata/projecttree_creator.tsv
@@ -0,0 +1,5849 @@
+"text" "nestinglevel"
+"qtcreator.qbs" "0"
+"SharedContent" "0"
+"share.qbs:3" "1"
+"Conditional" "1"
+"share.qbs:28" "2"
+"lrelease.xml" "3"
+"lupdate.xml" "3"
+"qmlscene.xml" "3"
+"qmlviewer.xml" "3"
+"sort.xml" "3"
+"Unconditional" "1"
+"share.qbs:6" "2"
+"qtcreator" "2"
+"debugger" "3"
+"designer" "3"
+"generic-highlighter" "3"
+"glsl" "3"
+"qml" "3"
+"qml-type-descriptions" "3"
+"qmldesigner" "3"
+"qmlicons" "3"
+"schemes" "3"
+"snippets" "3"
+"styles" "3"
+"templates" "3"
+"welcomescreen" "3"
+"Sources" "0"
+"src.qbs" "1"
+"app_version_header" "1"
+"app_version_header.qbs:4" "2"
+"app_version.h.in" "2"
+"Libs" "1"
+"libs.qbs" "2"
+"Aggregation" "2"
+"aggregation.qbs:4" "3"
+"aggregate.cpp" "3"
+"aggregate.h" "3"
+"aggregation_global.h" "3"
+"CPlusPlus" "2"
+"cplusplus.qbs:4" "3"
+"General" "3"
+"cplusplus.qbs:90" "4"
+"AlreadyConsideredClassContainer.h" "4"
+"ASTParent.cpp" "4"
+"ASTParent.h" "4"
+"ASTPath.cpp" "4"
+"ASTPath.h" "4"
+"BackwardsScanner.cpp" "4"
+"BackwardsScanner.h" "4"
+"cplusplus.qrc" "4"
+"CppDocument.cpp" "4"
+"CppDocument.h" "4"
+"cppmodelmanagerbase.cpp" "4"
+"cppmodelmanagerbase.h" "4"
+"CppRewriter.cpp" "4"
+"CppRewriter.h" "4"
+"DependencyTable.cpp" "4"
+"DependencyTable.h" "4"
+"DeprecatedGenTemplateInstance.cpp" "4"
+"DeprecatedGenTemplateInstance.h" "4"
+"ExpressionUnderCursor.cpp" "4"
+"ExpressionUnderCursor.h" "4"
+"FastPreprocessor.cpp" "4"
+"FastPreprocessor.h" "4"
+"findcdbbreakpoint.cpp" "4"
+"findcdbbreakpoint.h" "4"
+"FindUsages.cpp" "4"
+"FindUsages.h" "4"
+"Icons.cpp" "4"
+"Icons.h" "4"
+"LookupContext.cpp" "4"
+"LookupContext.h" "4"
+"LookupItem.cpp" "4"
+"LookupItem.h" "4"
+"Macro.cpp" "4"
+"Macro.h" "4"
+"MatchingText.cpp" "4"
+"MatchingText.h" "4"
+"NamePrettyPrinter.cpp" "4"
+"NamePrettyPrinter.h" "4"
+"Overview.cpp" "4"
+"Overview.h" "4"
+"OverviewModel.cpp" "4"
+"OverviewModel.h" "4"
+"pp-cctype.h" "4"
+"pp-engine.cpp" "4"
+"pp-engine.h" "4"
+"pp-scanner.cpp" "4"
+"pp-scanner.h" "4"
+"pp.h" "4"
+"PPToken.cpp" "4"
+"PPToken.h" "4"
+"PreprocessorClient.cpp" "4"
+"PreprocessorClient.h" "4"
+"PreprocessorEnvironment.cpp" "4"
+"PreprocessorEnvironment.h" "4"
+"ResolveExpression.cpp" "4"
+"ResolveExpression.h" "4"
+"SimpleLexer.cpp" "4"
+"SimpleLexer.h" "4"
+"SnapshotSymbolVisitor.cpp" "4"
+"SnapshotSymbolVisitor.h" "4"
+"SymbolNameVisitor.cpp" "4"
+"SymbolNameVisitor.h" "4"
+"TypeOfExpression.cpp" "4"
+"TypeOfExpression.h" "4"
+"TypePrettyPrinter.cpp" "4"
+"TypePrettyPrinter.h" "4"
+"Images" "3"
+"cplusplus.qbs:131" "4"
+"images" "4"
+"class.png" "5"
+"enum.png" "5"
+"enumerator.png" "5"
+"func.png" "5"
+"func_priv.png" "5"
+"func_prot.png" "5"
+"keyword.png" "5"
+"macro.png" "5"
+"namespace.png" "5"
+"signal.png" "5"
+"slot.png" "5"
+"slot_priv.png" "5"
+"slot_prot.png" "5"
+"var.png" "5"
+"var_priv.png" "5"
+"var_prot.png" "5"
+"ThirdPartyCPlusPlus" "3"
+"cplusplus.qbs:16" "4"
+"AST.cpp" "5"
+"AST.h" "5"
+"ASTClone.cpp" "5"
+"ASTfwd.h" "5"
+"ASTMatch0.cpp" "5"
+"ASTMatcher.cpp" "5"
+"ASTMatcher.h" "5"
+"ASTPatternBuilder.cpp" "5"
+"ASTPatternBuilder.h" "5"
+"ASTVisit.cpp" "5"
+"ASTVisitor.cpp" "5"
+"ASTVisitor.h" "5"
+"Bind.cpp" "5"
+"Bind.h" "5"
+"Control.cpp" "5"
+"Control.h" "5"
+"CoreTypes.cpp" "5"
+"CoreTypes.h" "5"
+"CPlusPlus.h" "5"
+"DiagnosticClient.cpp" "5"
+"DiagnosticClient.h" "5"
+"FullySpecifiedType.cpp" "5"
+"FullySpecifiedType.h" "5"
+"Keywords.cpp" "5"
+"Lexer.cpp" "5"
+"Lexer.h" "5"
+"Literals.cpp" "5"
+"Literals.h" "5"
+"LiteralTable.cpp" "5"
+"LiteralTable.h" "5"
+"Matcher.cpp" "5"
+"Matcher.h" "5"
+"MemoryPool.cpp" "5"
+"MemoryPool.h" "5"
+"Name.cpp" "5"
+"Name.h" "5"
+"Names.cpp" "5"
+"Names.h" "5"
+"NameVisitor.cpp" "5"
+"NameVisitor.h" "5"
+"ObjectiveCAtKeywords.cpp" "5"
+"ObjectiveCTypeQualifiers.cpp" "5"
+"ObjectiveCTypeQualifiers.h" "5"
+"Parser.cpp" "5"
+"Parser.h" "5"
+"QtContextKeywords.cpp" "5"
+"QtContextKeywords.h" "5"
+"SafeMatcher.cpp" "5"
+"SafeMatcher.h" "5"
+"Scope.cpp" "5"
+"Scope.h" "5"
+"Symbol.cpp" "5"
+"Symbol.h" "5"
+"Symbols.cpp" "5"
+"Symbols.h" "5"
+"SymbolVisitor.cpp" "5"
+"SymbolVisitor.h" "5"
+"Templates.cpp" "5"
+"Templates.h" "5"
+"Token.cpp" "5"
+"Token.h" "5"
+"TranslationUnit.cpp" "5"
+"TranslationUnit.h" "5"
+"Type.cpp" "5"
+"Type.h" "5"
+"TypeVisitor.cpp" "5"
+"TypeVisitor.h" "5"
+"ExtensionSystem" "2"
+"extensionsystem.qbs:4" "3"
+"images" "3"
+"error.png" "4"
+"notloaded.png" "4"
+"ok.png" "4"
+"extensionsystem_global.h" "3"
+"invoker.cpp" "3"
+"invoker.h" "3"
+"iplugin.cpp" "3"
+"iplugin.h" "3"
+"iplugin_p.h" "3"
+"optionsparser.cpp" "3"
+"optionsparser.h" "3"
+"plugincollection.cpp" "3"
+"plugincollection.h" "3"
+"plugindetailsview.cpp" "3"
+"plugindetailsview.h" "3"
+"plugindetailsview.ui" "3"
+"pluginerroroverview.cpp" "3"
+"pluginerroroverview.h" "3"
+"pluginerroroverview.ui" "3"
+"pluginerrorview.cpp" "3"
+"pluginerrorview.h" "3"
+"pluginerrorview.ui" "3"
+"pluginmanager.cpp" "3"
+"pluginmanager.h" "3"
+"pluginmanager_p.h" "3"
+"pluginspec.cpp" "3"
+"pluginspec.h" "3"
+"pluginspec_p.h" "3"
+"pluginview.cpp" "3"
+"pluginview.h" "3"
+"pluginview.qrc" "3"
+"GLSL" "2"
+"glsl.qbs:4" "3"
+"glsl.g" "3"
+"glsl.h" "3"
+"glslast.cpp" "3"
+"glslast.h" "3"
+"glslastdump.cpp" "3"
+"glslastdump.h" "3"
+"glslastvisitor.cpp" "3"
+"glslastvisitor.h" "3"
+"glslengine.cpp" "3"
+"glslengine.h" "3"
+"glslkeywords.cpp" "3"
+"glsllexer.cpp" "3"
+"glsllexer.h" "3"
+"glslmemorypool.cpp" "3"
+"glslmemorypool.h" "3"
+"glslparser.cpp" "3"
+"glslparser.h" "3"
+"glslparsertable.cpp" "3"
+"glslparsertable_p.h" "3"
+"glslsemantic.cpp" "3"
+"glslsemantic.h" "3"
+"glslsymbol.cpp" "3"
+"glslsymbol.h" "3"
+"glslsymbols.cpp" "3"
+"glslsymbols.h" "3"
+"glsltype.cpp" "3"
+"glsltype.h" "3"
+"glsltypes.cpp" "3"
+"glsltypes.h" "3"
+"LanguageUtils" "2"
+"languageutils.qbs:4" "3"
+"componentversion.cpp" "3"
+"componentversion.h" "3"
+"fakemetaobject.cpp" "3"
+"fakemetaobject.h" "3"
+"languageutils_global.h" "3"
+"QmlDebug" "2"
+"qmldebug.qbs:4" "3"
+"baseenginedebugclient.cpp" "3"
+"baseenginedebugclient.h" "3"
+"basetoolsclient.cpp" "3"
+"basetoolsclient.h" "3"
+"declarativeenginedebugclient.cpp" "3"
+"declarativeenginedebugclient.h" "3"
+"declarativeenginedebugclientv2.h" "3"
+"declarativetoolsclient.cpp" "3"
+"declarativetoolsclient.h" "3"
+"qdebugmessageclient.cpp" "3"
+"qdebugmessageclient.h" "3"
+"qmldebug_global.h" "3"
+"qmldebugclient.cpp" "3"
+"qmldebugclient.h" "3"
+"qmldebugconstants.h" "3"
+"qmlenginedebugclient.h" "3"
+"qmloutputparser.cpp" "3"
+"qmloutputparser.h" "3"
+"qmlprofilereventlocation.h" "3"
+"qmlprofilereventtypes.h" "3"
+"qmlprofilertraceclient.cpp" "3"
+"qmlprofilertraceclient.h" "3"
+"qmltoolsclient.cpp" "3"
+"qmltoolsclient.h" "3"
+"qpacketprotocol.cpp" "3"
+"qpacketprotocol.h" "3"
+"qv8profilerclient.cpp" "3"
+"qv8profilerclient.h" "3"
+"QmlEditorWidgets" "2"
+"qmleditorwidgets.qbs:4" "3"
+"Easing Pane" "3"
+"qmleditorwidgets.qbs:38" "4"
+"easingpane" "4"
+"easingcontextpane.cpp" "5"
+"easingcontextpane.h" "5"
+"easingcontextpane.ui" "5"
+"easinggraph.cpp" "5"
+"easinggraph.h" "5"
+"easingpane.qrc" "5"
+"General" "3"
+"qmleditorwidgets.qbs:17" "4"
+"colorbox.cpp" "4"
+"colorbox.h" "4"
+"colorbutton.cpp" "4"
+"colorbutton.h" "4"
+"contextpanetext.ui" "4"
+"contextpanetextwidget.cpp" "4"
+"contextpanetextwidget.h" "4"
+"contextpanewidget.cpp" "4"
+"contextpanewidget.h" "4"
+"contextpanewidgetborderimage.ui" "4"
+"contextpanewidgetimage.cpp" "4"
+"contextpanewidgetimage.h" "4"
+"contextpanewidgetimage.ui" "4"
+"contextpanewidgetrectangle.cpp" "4"
+"contextpanewidgetrectangle.h" "4"
+"contextpanewidgetrectangle.ui" "4"
+"customcolordialog.cpp" "4"
+"customcolordialog.h" "4"
+"filewidget.cpp" "4"
+"filewidget.h" "4"
+"fontsizespinbox.cpp" "4"
+"fontsizespinbox.h" "4"
+"gradientline.cpp" "4"
+"gradientline.h" "4"
+"huecontrol.cpp" "4"
+"huecontrol.h" "4"
+"qmleditorwidgets_global.h" "4"
+"resources.qrc" "4"
+"QmlJS" "2"
+"qmljs.qbs:4" "3"
+"General" "3"
+"qmljs.qbs:17" "4"
+"consoleitem.cpp" "4"
+"consoleitem.h" "4"
+"consolemanagerinterface.cpp" "4"
+"consolemanagerinterface.h" "4"
+"iscriptevaluator.h" "4"
+"jsoncheck.cpp" "4"
+"jsoncheck.h" "4"
+"persistenttrie.cpp" "4"
+"persistenttrie.h" "4"
+"qmljs.qrc" "4"
+"qmljs_global.h" "4"
+"qmljsbind.cpp" "4"
+"qmljsbind.h" "4"
+"qmljsbundle.cpp" "4"
+"qmljsbundle.h" "4"
+"qmljscheck.cpp" "4"
+"qmljscheck.h" "4"
+"qmljscodeformatter.cpp" "4"
+"qmljscodeformatter.h" "4"
+"qmljscompletioncontextfinder.cpp" "4"
+"qmljscompletioncontextfinder.h" "4"
+"qmljsconstants.h" "4"
+"qmljscontext.cpp" "4"
+"qmljscontext.h" "4"
+"qmljsdelta.cpp" "4"
+"qmljsdelta.h" "4"
+"qmljsdescribevalue.cpp" "4"
+"qmljsdescribevalue.h" "4"
+"qmljsdocument.cpp" "4"
+"qmljsdocument.h" "4"
+"qmljsevaluate.cpp" "4"
+"qmljsevaluate.h" "4"
+"qmljsfindexportedcpptypes.cpp" "4"
+"qmljsfindexportedcpptypes.h" "4"
+"qmljsicons.cpp" "4"
+"qmljsicons.h" "4"
+"qmljsicontextpane.h" "4"
+"qmljsimportdependencies.cpp" "4"
+"qmljsimportdependencies.h" "4"
+"qmljsindenter.cpp" "4"
+"qmljsindenter.h" "4"
+"qmljsinterpreter.cpp" "4"
+"qmljsinterpreter.h" "4"
+"qmljslineinfo.cpp" "4"
+"qmljslineinfo.h" "4"
+"qmljslink.cpp" "4"
+"qmljslink.h" "4"
+"qmljsmodelmanagerinterface.cpp" "4"
+"qmljsmodelmanagerinterface.h" "4"
+"qmljsplugindumper.cpp" "4"
+"qmljsplugindumper.h" "4"
+"qmljspropertyreader.cpp" "4"
+"qmljspropertyreader.h" "4"
+"qmljsqrcparser.cpp" "4"
+"qmljsqrcparser.h" "4"
+"qmljsreformatter.cpp" "4"
+"qmljsreformatter.h" "4"
+"qmljsrewriter.cpp" "4"
+"qmljsrewriter.h" "4"
+"qmljsscanner.cpp" "4"
+"qmljsscanner.h" "4"
+"qmljsscopeastpath.cpp" "4"
+"qmljsscopeastpath.h" "4"
+"qmljsscopebuilder.cpp" "4"
+"qmljsscopebuilder.h" "4"
+"qmljsscopechain.cpp" "4"
+"qmljsscopechain.h" "4"
+"qmljssimplereader.cpp" "4"
+"qmljssimplereader.h" "4"
+"qmljsstaticanalysismessage.cpp" "4"
+"qmljsstaticanalysismessage.h" "4"
+"qmljstypedescriptionreader.cpp" "4"
+"qmljstypedescriptionreader.h" "4"
+"qmljsutils.cpp" "4"
+"qmljsutils.h" "4"
+"qmljsvalueowner.cpp" "4"
+"qmljsvalueowner.h" "4"
+"qmljsviewercontext.cpp" "4"
+"qmljsviewercontext.h" "4"
+"Images" "3"
+"qmljs.qbs:65" "4"
+"images" "4"
+"element.png" "5"
+"func.png" "5"
+"property.png" "5"
+"publicmember.png" "5"
+"Parser" "3"
+"qmljs.qbs:76" "4"
+"parser" "4"
+"qmldirparser.cpp" "5"
+"qmldirparser_p.h" "5"
+"qmlerror.cpp" "5"
+"qmlerror.h" "5"
+"qmljsast.cpp" "5"
+"qmljsast_p.h" "5"
+"qmljsastfwd_p.h" "5"
+"qmljsastvisitor.cpp" "5"
+"qmljsastvisitor_p.h" "5"
+"qmljsengine_p.cpp" "5"
+"qmljsengine_p.h" "5"
+"qmljsglobal_p.h" "5"
+"qmljsgrammar.cpp" "5"
+"qmljsgrammar_p.h" "5"
+"qmljskeywords_p.h" "5"
+"qmljslexer.cpp" "5"
+"qmljslexer_p.h" "5"
+"qmljsmemorypool_p.h" "5"
+"qmljsparser.cpp" "5"
+"qmljsparser_p.h" "5"
+"qtcreator_ctrlc_stub" "2"
+"process_ctrlc_stub.qbs:4" "3"
+"process_ctrlc_stub.cpp" "3"
+"qtcreator_process_stub" "2"
+"process_stub.qbs:4" "3"
+"QtcSsh" "2"
+"ssh.qbs:4" "3"
+"botan.cpp" "4"
+"botan.h" "4"
+"sftpchannel.cpp" "3"
+"sftpchannel.h" "3"
+"sftpchannel_p.h" "3"
+"sftpdefs.cpp" "3"
+"sftpdefs.h" "3"
+"sftpfilesystemmodel.cpp" "3"
+"sftpfilesystemmodel.h" "3"
+"sftpincomingpacket.cpp" "3"
+"sftpincomingpacket_p.h" "3"
+"sftpoperation.cpp" "3"
+"sftpoperation_p.h" "3"
+"sftpoutgoingpacket.cpp" "3"
+"sftpoutgoingpacket_p.h" "3"
+"sftppacket.cpp" "3"
+"sftppacket_p.h" "3"
+"sshbotanconversions_p.h" "3"
+"sshcapabilities.cpp" "3"
+"sshcapabilities_p.h" "3"
+"sshchannel.cpp" "3"
+"sshchannel_p.h" "3"
+"sshchannelmanager.cpp" "3"
+"sshchannelmanager_p.h" "3"
+"sshconnection.cpp" "3"
+"sshconnection.h" "3"
+"sshconnection_p.h" "3"
+"sshconnectionmanager.cpp" "3"
+"sshconnectionmanager.h" "3"
+"sshcryptofacility.cpp" "3"
+"sshcryptofacility_p.h" "3"
+"sshdirecttcpiptunnel.cpp" "3"
+"sshdirecttcpiptunnel.h" "3"
+"sshdirecttcpiptunnel_p.h" "3"
+"ssherrors.h" "3"
+"sshexception_p.h" "3"
+"sshincomingpacket.cpp" "3"
+"sshincomingpacket_p.h" "3"
+"sshinit.cpp" "3"
+"sshinit_p.h" "3"
+"sshkeycreationdialog.cpp" "3"
+"sshkeycreationdialog.h" "3"
+"sshkeycreationdialog.ui" "3"
+"sshkeyexchange.cpp" "3"
+"sshkeyexchange_p.h" "3"
+"sshkeygenerator.cpp" "3"
+"sshkeygenerator.h" "3"
+"sshkeypasswordretriever.cpp" "3"
+"sshkeypasswordretriever_p.h" "3"
+"sshoutgoingpacket.cpp" "3"
+"sshoutgoingpacket_p.h" "3"
+"sshpacket.cpp" "3"
+"sshpacket_p.h" "3"
+"sshpacketparser.cpp" "3"
+"sshpacketparser_p.h" "3"
+"sshpseudoterminal.h" "3"
+"sshremoteprocess.cpp" "3"
+"sshremoteprocess.h" "3"
+"sshremoteprocess_p.h" "3"
+"sshremoteprocessrunner.cpp" "3"
+"sshremoteprocessrunner.h" "3"
+"sshsendfacility.cpp" "3"
+"sshsendfacility_p.h" "3"
+"Utils" "2"
+"utils.qbs:4" "3"
+"ConsoleProcess_unix" "3"
+"utils.qbs:223" "4"
+"consoleprocess_unix.cpp" "4"
+"Tooltip" "3"
+"utils.qbs:200" "4"
+"tooltip" "4"
+"effects.h" "5"
+"reuse.h" "5"
+"tipcontents.cpp" "5"
+"tipcontents.h" "5"
+"tips.cpp" "5"
+"tips.h" "5"
+"tooltip.cpp" "5"
+"tooltip.h" "5"
+"WindowsUtils" "3"
+"utils.qbs:215" "4"
+"consoleprocess_win.cpp" "4"
+"images" "3"
+"arrow.png" "4"
+"crumblepath-segment-end.png" "4"
+"crumblepath-segment-hover-end.png" "4"
+"crumblepath-segment-hover.png" "4"
+"crumblepath-segment-selected-end.png" "4"
+"crumblepath-segment-selected.png" "4"
+"crumblepath-segment.png" "4"
+"triangle_vert.png" "4"
+"algorithm.h" "3"
+"annotateditemdelegate.cpp" "3"
+"annotateditemdelegate.h" "3"
+"ansiescapecodehandler.cpp" "3"
+"ansiescapecodehandler.h" "3"
+"appmainwindow.cpp" "3"
+"appmainwindow.h" "3"
+"basetreeview.cpp" "3"
+"basetreeview.h" "3"
+"bracematcher.cpp" "3"
+"bracematcher.h" "3"
+"buildablehelperlibrary.cpp" "3"
+"buildablehelperlibrary.h" "3"
+"changeset.cpp" "3"
+"changeset.h" "3"
+"checkablemessagebox.cpp" "3"
+"checkablemessagebox.h" "3"
+"classnamevalidatinglineedit.cpp" "3"
+"classnamevalidatinglineedit.h" "3"
+"codegeneration.cpp" "3"
+"codegeneration.h" "3"
+"completinglineedit.cpp" "3"
+"completinglineedit.h" "3"
+"completingtextedit.cpp" "3"
+"completingtextedit.h" "3"
+"consoleprocess.cpp" "3"
+"consoleprocess.h" "3"
+"consoleprocess_p.h" "3"
+"crumblepath.cpp" "3"
+"crumblepath.h" "3"
+"detailsbutton.cpp" "3"
+"detailsbutton.h" "3"
+"detailswidget.cpp" "3"
+"detailswidget.h" "3"
+"elfreader.cpp" "3"
+"elfreader.h" "3"
+"elidinglabel.cpp" "3"
+"elidinglabel.h" "3"
+"environment.cpp" "3"
+"environment.h" "3"
+"environmentmodel.cpp" "3"
+"environmentmodel.h" "3"
+"execmenu.cpp" "3"
+"execmenu.h" "3"
+"faketooltip.cpp" "3"
+"faketooltip.h" "3"
+"fancylineedit.cpp" "3"
+"fancylineedit.h" "3"
+"fancymainwindow.cpp" "3"
+"fancymainwindow.h" "3"
+"fileinprojectfinder.cpp" "3"
+"fileinprojectfinder.h" "3"
+"filenamevalidatinglineedit.cpp" "3"
+"filenamevalidatinglineedit.h" "3"
+"filesearch.cpp" "3"
+"filesearch.h" "3"
+"filesystemwatcher.cpp" "3"
+"filesystemwatcher.h" "3"
+"fileutils.cpp" "3"
+"fileutils.h" "3"
+"filewizardpage.cpp" "3"
+"filewizardpage.h" "3"
+"filewizardpage.ui" "3"
+"flowlayout.cpp" "3"
+"flowlayout.h" "3"
+"headerviewstretcher.cpp" "3"
+"headerviewstretcher.h" "3"
+"historycompleter.cpp" "3"
+"historycompleter.h" "3"
+"hostosinfo.cpp" "3"
+"hostosinfo.h" "3"
+"htmldocextractor.cpp" "3"
+"htmldocextractor.h" "3"
+"ipaddresslineedit.cpp" "3"
+"ipaddresslineedit.h" "3"
+"itemviews.cpp" "3"
+"itemviews.h" "3"
+"iwelcomepage.cpp" "3"
+"iwelcomepage.h" "3"
+"json.cpp" "3"
+"json.h" "3"
+"linecolumnlabel.cpp" "3"
+"linecolumnlabel.h" "3"
+"listutils.h" "3"
+"logging.h" "3"
+"multitask.h" "3"
+"navigationtreeview.cpp" "3"
+"navigationtreeview.h" "3"
+"networkaccessmanager.cpp" "3"
+"networkaccessmanager.h" "3"
+"newclasswidget.cpp" "3"
+"newclasswidget.h" "3"
+"newclasswidget.ui" "3"
+"osspecificaspects.h" "3"
+"outputformat.h" "3"
+"outputformatter.cpp" "3"
+"outputformatter.h" "3"
+"parameteraction.cpp" "3"
+"parameteraction.h" "3"
+"pathchooser.cpp" "3"
+"pathchooser.h" "3"
+"pathlisteditor.cpp" "3"
+"pathlisteditor.h" "3"
+"persistentsettings.cpp" "3"
+"persistentsettings.h" "3"
+"portlist.cpp" "3"
+"portlist.h" "3"
+"projectintropage.cpp" "3"
+"projectintropage.h" "3"
+"projectintropage.ui" "3"
+"projectnamevalidatinglineedit.cpp" "3"
+"projectnamevalidatinglineedit.h" "3"
+"proxyaction.cpp" "3"
+"proxyaction.h" "3"
+"proxycredentialsdialog.cpp" "3"
+"proxycredentialsdialog.h" "3"
+"proxycredentialsdialog.ui" "3"
+"qtcassert.cpp" "3"
+"qtcassert.h" "3"
+"qtcolorbutton.cpp" "3"
+"qtcolorbutton.h" "3"
+"QtConcurrentTools" "3"
+"qtcprocess.cpp" "3"
+"qtcprocess.h" "3"
+"reloadpromptutils.cpp" "3"
+"reloadpromptutils.h" "3"
+"runextensions.h" "3"
+"savedaction.cpp" "3"
+"savedaction.h" "3"
+"savefile.cpp" "3"
+"savefile.h" "3"
+"scopedswap.h" "3"
+"settingsselector.cpp" "3"
+"settingsselector.h" "3"
+"settingsutils.h" "3"
+"sleep.cpp" "3"
+"sleep.h" "3"
+"statuslabel.cpp" "3"
+"statuslabel.h" "3"
+"stringutils.cpp" "3"
+"stringutils.h" "3"
+"styledbar.cpp" "3"
+"styledbar.h" "3"
+"stylehelper.cpp" "3"
+"stylehelper.h" "3"
+"synchronousprocess.cpp" "3"
+"synchronousprocess.h" "3"
+"tcpportsgatherer.cpp" "3"
+"tcpportsgatherer.h" "3"
+"textfileformat.cpp" "3"
+"textfileformat.h" "3"
+"treeviewcombobox.cpp" "3"
+"treeviewcombobox.h" "3"
+"uncommentselection.cpp" "3"
+"uncommentselection.h" "3"
+"unixutils.cpp" "3"
+"unixutils.h" "3"
+"utils.qrc" "3"
+"utils_global.h" "3"
+"winutils.cpp" "3"
+"winutils.h" "3"
+"wizard.cpp" "3"
+"wizard.h" "3"
+"zeroconf" "2"
+"zeroconf.qbs:4" "3"
+"avahiLib.cpp" "3"
+"dns_sd_types.h" "3"
+"dnsSdLib.cpp" "3"
+"embeddedLib.cpp" "3"
+"mdnsderived.cpp" "3"
+"mdnsderived.h" "3"
+"servicebrowser.cpp" "3"
+"servicebrowser.h" "3"
+"servicebrowser_p.h" "3"
+"syssocket.h" "3"
+"zeroconf_global.h" "3"
+"Plugins" "1"
+"plugins.qbs" "2"
+"AnalyzerBase" "2"
+"analyzerbase.qbs:5" "3"
+"MimeTypes" "3"
+"QtcPlugin.qbs:47" "4"
+"PluginSpec" "3"
+"QtcPlugin.qbs:41" "4"
+"AnalyzerBase.pluginspec.in" "4"
+"images" "3"
+"analyzer_category.png" "4"
+"analyzer_mode.png" "4"
+"analyzer_start_small.png" "4"
+"analyzerbase.qrc" "3"
+"analyzerbase_global.h" "3"
+"analyzerconstants.h" "3"
+"analyzermanager.cpp" "3"
+"analyzermanager.h" "3"
+"analyzerplugin.cpp" "3"
+"analyzerplugin.h" "3"
+"analyzerrunconfigwidget.cpp" "3"
+"analyzerrunconfigwidget.h" "3"
+"analyzerruncontrol.cpp" "3"
+"analyzerruncontrol.h" "3"
+"analyzerstartparameters.h" "3"
+"analyzerutils.cpp" "3"
+"analyzerutils.h" "3"
+"ianalyzertool.cpp" "3"
+"ianalyzertool.h" "3"
+"startremotedialog.cpp" "3"
+"startremotedialog.h" "3"
+"Android" "2"
+"android.qbs:5" "3"
+"MimeTypes" "3"
+"QtcPlugin.qbs:47" "4"
+"Java.mimetypes.xml" "4"
+"PluginSpec" "3"
+"QtcPlugin.qbs:41" "4"
+"Android.pluginspec.in" "4"
+"addnewavddialog.ui" "3"
+"android.qrc" "3"
+"androidanalyzesupport.cpp" "3"
+"androidanalyzesupport.h" "3"
+"androidconfigurations.cpp" "3"
+"androidconfigurations.h" "3"
+"androidconstants.h" "3"
+"androidcreatekeystorecertificate.cpp" "3"
+"androidcreatekeystorecertificate.h" "3"
+"androidcreatekeystorecertificate.ui" "3"
+"androiddebugsupport.cpp" "3"
+"androiddebugsupport.h" "3"
+"androiddeployconfiguration.cpp" "3"
+"androiddeployconfiguration.h" "3"
+"androiddeployqtstep.cpp" "3"
+"androiddeployqtstep.h" "3"
+"androiddeployqtwidget.cpp" "3"
+"androiddeployqtwidget.h" "3"
+"androiddeployqtwidget.ui" "3"
+"androiddeploystep.cpp" "3"
+"androiddeploystep.h" "3"
+"androiddeploystepfactory.cpp" "3"
+"androiddeploystepfactory.h" "3"
+"androiddeploystepwidget.cpp" "3"
+"androiddeploystepwidget.h" "3"
+"androiddeploystepwidget.ui" "3"
+"androiddevice.cpp" "3"
+"androiddevice.h" "3"
+"androiddevicedialog.cpp" "3"
+"androiddevicedialog.h" "3"
+"androiddevicedialog.ui" "3"
+"androiddevicefactory.cpp" "3"
+"androiddevicefactory.h" "3"
+"androiderrormessage.cpp" "3"
+"androiderrormessage.h" "3"
+"androidextralibrarylistmodel.cpp" "3"
+"androidextralibrarylistmodel.h" "3"
+"androidgdbserverkitinformation.cpp" "3"
+"androidgdbserverkitinformation.h" "3"
+"androidglobal.h" "3"
+"androidmanager.cpp" "3"
+"androidmanager.h" "3"
+"androidmanifestdocument.cpp" "3"
+"androidmanifestdocument.h" "3"
+"androidmanifesteditor.cpp" "3"
+"androidmanifesteditor.h" "3"
+"androidmanifesteditorfactory.cpp" "3"
+"androidmanifesteditorfactory.h" "3"
+"androidmanifesteditorwidget.cpp" "3"
+"androidmanifesteditorwidget.h" "3"
+"androidpackagecreationfactory.cpp" "3"
+"androidpackagecreationfactory.h" "3"
+"androidpackagecreationstep.cpp" "3"
+"androidpackagecreationstep.h" "3"
+"androidpackagecreationwidget.cpp" "3"
+"androidpackagecreationwidget.h" "3"
+"androidpackagecreationwidget.ui" "3"
+"androidpackageinstallationfactory.cpp" "3"
+"androidpackageinstallationfactory.h" "3"
+"androidpackageinstallationstep.cpp" "3"
+"androidpackageinstallationstep.h" "3"
+"androidplugin.cpp" "3"
+"androidplugin.h" "3"
+"androidpotentialkit.cpp" "3"
+"androidpotentialkit.h" "3"
+"androidqtversion.cpp" "3"
+"androidqtversion.h" "3"
+"androidqtversionfactory.cpp" "3"
+"androidqtversionfactory.h" "3"
+"androidrunconfiguration.cpp" "3"
+"androidrunconfiguration.h" "3"
+"androidruncontrol.cpp" "3"
+"androidruncontrol.h" "3"
+"androidrunfactories.cpp" "3"
+"androidrunfactories.h" "3"
+"androidrunner.cpp" "3"
+"androidrunner.h" "3"
+"androidrunsupport.cpp" "3"
+"androidrunsupport.h" "3"
+"androidsettingspage.cpp" "3"
+"androidsettingspage.h" "3"
+"androidsettingswidget.cpp" "3"
+"androidsettingswidget.h" "3"
+"androidsettingswidget.ui" "3"
+"androidsignaloperation.cpp" "3"
+"androidsignaloperation.h" "3"
+"androidtoolchain.cpp" "3"
+"androidtoolchain.h" "3"
+"avddialog.cpp" "3"
+"avddialog.h" "3"
+"certificatesmodel.cpp" "3"
+"certificatesmodel.h" "3"
+"createandroidmanifestwizard.cpp" "3"
+"createandroidmanifestwizard.h" "3"
+"javaautocompleter.cpp" "3"
+"javaautocompleter.h" "3"
+"javacompletionassistprovider.cpp" "3"
+"javacompletionassistprovider.h" "3"
+"javaeditor.cpp" "3"
+"javaeditor.h" "3"
+"javaeditorfactory.cpp" "3"
+"javaeditorfactory.h" "3"
+"javafilewizard.cpp" "3"
+"javafilewizard.h" "3"
+"javaindenter.cpp" "3"
+"javaindenter.h" "3"
+"javaparser.cpp" "3"
+"javaparser.h" "3"
+"AutotoolsProjectManager" "2"
+"autotoolsprojectmanager.qbs:5" "3"
+"MimeTypes" "3"
+"QtcPlugin.qbs:47" "4"
+"AutotoolsProjectManager.mimetypes.xml" "4"
+"PluginSpec" "3"
+"QtcPlugin.qbs:41" "4"
+"AutotoolsProjectManager.pluginspec.in" "4"
+"autogenstep.cpp" "3"
+"autogenstep.h" "3"
+"autoreconfstep.cpp" "3"
+"autoreconfstep.h" "3"
+"autotoolsbuildconfiguration.cpp" "3"
+"autotoolsbuildconfiguration.h" "3"
+"autotoolsbuildsettingswidget.cpp" "3"
+"autotoolsbuildsettingswidget.h" "3"
+"autotoolsmanager.cpp" "3"
+"autotoolsmanager.h" "3"
+"autotoolsopenprojectwizard.cpp" "3"
+"autotoolsopenprojectwizard.h" "3"
+"autotoolsproject.cpp" "3"
+"autotoolsproject.h" "3"
+"autotoolsproject.qrc" "3"
+"autotoolsprojectconstants.h" "3"
+"autotoolsprojectfile.cpp" "3"
+"autotoolsprojectfile.h" "3"
+"autotoolsprojectnode.cpp" "3"
+"autotoolsprojectnode.h" "3"
+"autotoolsprojectplugin.cpp" "3"
+"autotoolsprojectplugin.h" "3"
+"configurestep.cpp" "3"
+"configurestep.h" "3"
+"makefileparser.cpp" "3"
+"makefileparser.h" "3"
+"makefileparserthread.cpp" "3"
+"makefileparserthread.h" "3"
+"makestep.cpp" "3"
+"makestep.h" "3"
+"BareMetal" "2"
+"baremetal.qbs:5" "3"
+"MimeTypes" "3"
+"QtcPlugin.qbs:47" "4"
+"PluginSpec" "3"
+"QtcPlugin.qbs:41" "4"
+"BareMetal.pluginspec.in" "4"
+"baremetalconstants.h" "3"
+"baremetaldevice.cpp" "3"
+"baremetaldevice.h" "3"
+"baremetaldeviceconfigurationfactory.cpp" "3"
+"baremetaldeviceconfigurationfactory.h" "3"
+"baremetaldeviceconfigurationwidget.cpp" "3"
+"baremetaldeviceconfigurationwidget.h" "3"
+"baremetaldeviceconfigurationwizard.cpp" "3"
+"baremetaldeviceconfigurationwizard.h" "3"
+"baremetaldeviceconfigurationwizardpages.cpp" "3"
+"baremetaldeviceconfigurationwizardpages.h" "3"
+"baremetalgdbcommandsdeploystep.cpp" "3"
+"baremetalgdbcommandsdeploystep.h" "3"
+"baremetalplugin.cpp" "3"
+"baremetalplugin.h" "3"
+"baremetalrunconfiguration.cpp" "3"
+"baremetalrunconfiguration.h" "3"
+"baremetalrunconfigurationfactory.cpp" "3"
+"baremetalrunconfigurationfactory.h" "3"
+"baremetalrunconfigurationwidget.cpp" "3"
+"baremetalrunconfigurationwidget.h" "3"
+"baremetalruncontrolfactory.cpp" "3"
+"baremetalruncontrolfactory.h" "3"
+"Bazaar" "2"
+"bazaar.qbs:5" "3"
+"MimeTypes" "3"
+"QtcPlugin.qbs:47" "4"
+"PluginSpec" "3"
+"QtcPlugin.qbs:41" "4"
+"Bazaar.pluginspec.in" "4"
+"images" "3"
+"bazaar.png" "4"
+"annotationhighlighter.cpp" "3"
+"annotationhighlighter.h" "3"
+"bazaar.qrc" "3"
+"bazaarclient.cpp" "3"
+"bazaarclient.h" "3"
+"bazaarcommitpanel.ui" "3"
+"bazaarcommitwidget.cpp" "3"
+"bazaarcommitwidget.h" "3"
+"bazaarcontrol.cpp" "3"
+"bazaarcontrol.h" "3"
+"bazaareditor.cpp" "3"
+"bazaareditor.h" "3"
+"bazaarplugin.cpp" "3"
+"bazaarplugin.h" "3"
+"bazaarsettings.cpp" "3"
+"bazaarsettings.h" "3"
+"branchinfo.cpp" "3"
+"branchinfo.h" "3"
+"cloneoptionspanel.cpp" "3"
+"cloneoptionspanel.h" "3"
+"cloneoptionspanel.ui" "3"
+"clonewizard.cpp" "3"
+"clonewizard.h" "3"
+"clonewizardpage.cpp" "3"
+"clonewizardpage.h" "3"
+"commiteditor.cpp" "3"
+"commiteditor.h" "3"
+"constants.h" "3"
+"optionspage.cpp" "3"
+"optionspage.h" "3"
+"optionspage.ui" "3"
+"pullorpushdialog.cpp" "3"
+"pullorpushdialog.h" "3"
+"pullorpushdialog.ui" "3"
+"revertdialog.ui" "3"
+"uncommitdialog.cpp" "3"
+"uncommitdialog.h" "3"
+"uncommitdialog.ui" "3"
+"Beautifier" "2"
+"beautifier.qbs:5" "3"
+"ArtisticStyle" "3"
+"beautifier.qbs:37" "4"
+"artisticstyle" "4"
+"artisticstyle.cpp" "5"
+"artisticstyle.h" "5"
+"artisticstyleconstants.h" "5"
+"artisticstyleoptionspage.cpp" "5"
+"artisticstyleoptionspage.h" "5"
+"artisticstyleoptionspage.ui" "5"
+"artisticstylesettings.cpp" "5"
+"artisticstylesettings.h" "5"
+"ClangFormat" "3"
+"beautifier.qbs:52" "4"
+"clangformat" "4"
+"clangformat.cpp" "5"
+"clangformat.h" "5"
+"clangformatconstants.h" "5"
+"clangformatoptionspage.cpp" "5"
+"clangformatoptionspage.h" "5"
+"clangformatoptionspage.ui" "5"
+"clangformatsettings.cpp" "5"
+"clangformatsettings.h" "5"
+"MimeTypes" "3"
+"QtcPlugin.qbs:47" "4"
+"PluginSpec" "3"
+"QtcPlugin.qbs:41" "4"
+"Beautifier.pluginspec.in" "4"
+"Uncrustify" "3"
+"beautifier.qbs:67" "4"
+"uncrustify" "4"
+"uncrustify.cpp" "5"
+"uncrustify.h" "5"
+"uncrustifyconstants.h" "5"
+"uncrustifyoptionspage.cpp" "5"
+"uncrustifyoptionspage.h" "5"
+"uncrustifyoptionspage.ui" "5"
+"uncrustifysettings.cpp" "5"
+"uncrustifysettings.h" "5"
+"abstractsettings.cpp" "3"
+"abstractsettings.h" "3"
+"beautifier.qrc" "3"
+"beautifierabstracttool.h" "3"
+"beautifierconstants.h" "3"
+"beautifierplugin.cpp" "3"
+"beautifierplugin.h" "3"
+"command.cpp" "3"
+"command.h" "3"
+"configurationdialog.cpp" "3"
+"configurationdialog.h" "3"
+"configurationdialog.ui" "3"
+"configurationeditor.cpp" "3"
+"configurationeditor.h" "3"
+"configurationpanel.cpp" "3"
+"configurationpanel.h" "3"
+"configurationpanel.ui" "3"
+"BinEditor" "2"
+"bineditor.qbs:5" "3"
+"MimeTypes" "3"
+"QtcPlugin.qbs:47" "4"
+"PluginSpec" "3"
+"QtcPlugin.qbs:41" "4"
+"BinEditor.pluginspec.in" "4"
+"bineditor.cpp" "3"
+"bineditor.h" "3"
+"bineditorconstants.h" "3"
+"bineditorplugin.cpp" "3"
+"bineditorplugin.h" "3"
+"markup.h" "3"
+"Bookmarks" "2"
+"bookmarks.qbs:5" "3"
+"MimeTypes" "3"
+"QtcPlugin.qbs:47" "4"
+"PluginSpec" "3"
+"QtcPlugin.qbs:41" "4"
+"Bookmarks.pluginspec.in" "4"
+"bookmark.cpp" "3"
+"bookmark.h" "3"
+"bookmarkmanager.cpp" "3"
+"bookmarkmanager.h" "3"
+"bookmarks.qrc" "3"
+"bookmarks_global.h" "3"
+"bookmarksplugin.cpp" "3"
+"bookmarksplugin.h" "3"
+"ClangCodeModel" "2"
+"clangcodemodel.qbs:6" "3"
+"Completion support" "3"
+"clangcodemodel.qbs:80" "4"
+"clangcompleter.cpp" "4"
+"clangcompleter.h" "4"
+"clangcompletion.cpp" "4"
+"clangcompletion.h" "4"
+"completionproposalsbuilder.cpp" "4"
+"completionproposalsbuilder.h" "4"
+"Highlighting support" "3"
+"clangcodemodel.qbs:93" "4"
+"clanghighlightingsupport.cpp" "4"
+"clanghighlightingsupport.h" "4"
+"cppcreatemarkers.cpp" "4"
+"cppcreatemarkers.h" "4"
+"Indexing support" "3"
+"clangcodemodel.qbs:104" "4"
+"clangindexer.cpp" "4"
+"clangindexer.h" "4"
+"clangsymbolsearcher.cpp" "4"
+"clangsymbolsearcher.h" "4"
+"index.cpp" "4"
+"index.h" "4"
+"indexer.cpp" "4"
+"indexer.h" "4"
+"MimeTypes" "3"
+"QtcPlugin.qbs:47" "4"
+"PluginSpec" "3"
+"QtcPlugin.qbs:41" "4"
+"ClangCodeModel.pluginspec.in" "4"
+"Test resources" "3"
+"clangcodemodel.qbs:133" "4"
+"test" "4"
+"cxx_regression_1.cpp" "5"
+"cxx_regression_2.cpp" "5"
+"cxx_regression_3.cpp" "5"
+"cxx_regression_4.cpp" "5"
+"cxx_regression_5.cpp" "5"
+"cxx_regression_6.cpp" "5"
+"cxx_regression_7.cpp" "5"
+"cxx_regression_8.cpp" "5"
+"cxx_regression_9.cpp" "5"
+"cxx_snippets_1.cpp" "5"
+"cxx_snippets_2.cpp" "5"
+"cxx_snippets_3.cpp" "5"
+"cxx_snippets_4.cpp" "5"
+"objc_messages_1.mm" "5"
+"objc_messages_2.mm" "5"
+"objc_messages_3.mm" "5"
+"Tests" "3"
+"clangcodemodel.qbs:121" "4"
+"test" "4"
+"clang_tests_database.qrc" "5"
+"clangcompletion_test.cpp" "5"
+"completiontesthelper.cpp" "5"
+"completiontesthelper.h" "5"
+"raii" "3"
+"scopedclangoptions.cpp" "4"
+"scopedclangoptions.h" "4"
+"clang_global.h" "3"
+"clangcodemodelplugin.cpp" "3"
+"clangcodemodelplugin.h" "3"
+"clangmodelmanagersupport.cpp" "3"
+"clangmodelmanagersupport.h" "3"
+"clangprojectsettings.cpp" "3"
+"clangprojectsettings.h" "3"
+"clangprojectsettingspropertiespage.cpp" "3"
+"clangprojectsettingspropertiespage.h" "3"
+"clangprojectsettingspropertiespage.ui" "3"
+"clangutils.cpp" "3"
+"clangutils.h" "3"
+"constants.h" "3"
+"cxprettyprinter.cpp" "3"
+"cxprettyprinter.h" "3"
+"cxraii.h" "3"
+"diagnostic.cpp" "3"
+"diagnostic.h" "3"
+"fastindexer.cpp" "3"
+"fastindexer.h" "3"
+"pchinfo.cpp" "3"
+"pchinfo.h" "3"
+"pchmanager.cpp" "3"
+"pchmanager.h" "3"
+"semanticmarker.cpp" "3"
+"semanticmarker.h" "3"
+"sourcelocation.cpp" "3"
+"sourcelocation.h" "3"
+"sourcemarker.cpp" "3"
+"sourcemarker.h" "3"
+"symbol.cpp" "3"
+"symbol.h" "3"
+"unit.cpp" "3"
+"unit.h" "3"
+"unsavedfiledata.cpp" "3"
+"unsavedfiledata.h" "3"
+"utils.cpp" "3"
+"utils.h" "3"
+"utils_p.cpp" "3"
+"utils_p.h" "3"
+"ClassView" "2"
+"classview.qbs:5" "3"
+"MimeTypes" "3"
+"QtcPlugin.qbs:47" "4"
+"PluginSpec" "3"
+"QtcPlugin.qbs:41" "4"
+"ClassView.pluginspec.in" "4"
+"classview.qrc" "3"
+"classviewconstants.h" "3"
+"classviewmanager.cpp" "3"
+"classviewmanager.h" "3"
+"classviewnavigationwidget.cpp" "3"
+"classviewnavigationwidget.h" "3"
+"classviewnavigationwidgetfactory.cpp" "3"
+"classviewnavigationwidgetfactory.h" "3"
+"classviewparser.cpp" "3"
+"classviewparser.h" "3"
+"classviewparsertreeitem.cpp" "3"
+"classviewparsertreeitem.h" "3"
+"classviewplugin.cpp" "3"
+"classviewplugin.h" "3"
+"classviewsymbolinformation.cpp" "3"
+"classviewsymbolinformation.h" "3"
+"classviewsymbollocation.cpp" "3"
+"classviewsymbollocation.h" "3"
+"classviewtreeitemmodel.cpp" "3"
+"classviewtreeitemmodel.h" "3"
+"classviewutils.cpp" "3"
+"classviewutils.h" "3"
+"ClearCase" "2"
+"clearcase.qbs:5" "3"
+"MimeTypes" "3"
+"QtcPlugin.qbs:47" "4"
+"ClearCase.mimetypes.xml" "4"
+"PluginSpec" "3"
+"QtcPlugin.qbs:41" "4"
+"ClearCase.pluginspec.in" "4"
+"activityselector.cpp" "3"
+"activityselector.h" "3"
+"annotationhighlighter.cpp" "3"
+"annotationhighlighter.h" "3"
+"checkoutdialog.cpp" "3"
+"checkoutdialog.h" "3"
+"checkoutdialog.ui" "3"
+"clearcase.qrc" "3"
+"clearcaseconstants.h" "3"
+"clearcasecontrol.cpp" "3"
+"clearcasecontrol.h" "3"
+"clearcaseeditor.cpp" "3"
+"clearcaseeditor.h" "3"
+"clearcaseplugin.cpp" "3"
+"clearcaseplugin.h" "3"
+"clearcasesettings.cpp" "3"
+"clearcasesettings.h" "3"
+"clearcasesubmiteditor.cpp" "3"
+"clearcasesubmiteditor.h" "3"
+"clearcasesubmiteditorwidget.cpp" "3"
+"clearcasesubmiteditorwidget.h" "3"
+"clearcasesync.cpp" "3"
+"clearcasesync.h" "3"
+"settingspage.cpp" "3"
+"settingspage.h" "3"
+"settingspage.ui" "3"
+"undocheckout.ui" "3"
+"versionselector.cpp" "3"
+"versionselector.h" "3"
+"versionselector.ui" "3"
+"CMakeProjectManager" "2"
+"cmakeprojectmanager.qbs:5" "3"
+"MimeTypes" "3"
+"QtcPlugin.qbs:47" "4"
+"CMakeProjectManager.mimetypes.xml" "4"
+"PluginSpec" "3"
+"QtcPlugin.qbs:41" "4"
+"CMakeProjectManager.pluginspec.in" "4"
+"cmakebuildconfiguration.cpp" "3"
+"cmakebuildconfiguration.h" "3"
+"cmakebuildinfo.h" "3"
+"cmakeeditor.cpp" "3"
+"cmakeeditor.h" "3"
+"cmakeeditorfactory.cpp" "3"
+"cmakeeditorfactory.h" "3"
+"cmakefilecompletionassist.cpp" "3"
+"cmakefilecompletionassist.h" "3"
+"cmakehighlighter.cpp" "3"
+"cmakehighlighter.h" "3"
+"cmakelocatorfilter.cpp" "3"
+"cmakelocatorfilter.h" "3"
+"cmakeopenprojectwizard.cpp" "3"
+"cmakeopenprojectwizard.h" "3"
+"cmakeparser.cpp" "3"
+"cmakeparser.h" "3"
+"cmakeproject.cpp" "3"
+"cmakeproject.h" "3"
+"cmakeproject.qrc" "3"
+"cmakeprojectconstants.h" "3"
+"cmakeprojectmanager.cpp" "3"
+"cmakeprojectmanager.h" "3"
+"cmakeprojectnodes.cpp" "3"
+"cmakeprojectnodes.h" "3"
+"cmakeprojectplugin.cpp" "3"
+"cmakeprojectplugin.h" "3"
+"cmakerunconfiguration.cpp" "3"
+"cmakerunconfiguration.h" "3"
+"cmakesettingspage.cpp" "3"
+"cmakesettingspage.h" "3"
+"cmaketool.cpp" "3"
+"cmaketool.h" "3"
+"generatorinfo.cpp" "3"
+"generatorinfo.h" "3"
+"makestep.cpp" "3"
+"makestep.h" "3"
+"CodePaster" "2"
+"cpaster.qbs:5" "3"
+"MimeTypes" "3"
+"QtcPlugin.qbs:47" "4"
+"PluginSpec" "3"
+"QtcPlugin.qbs:41" "4"
+"CodePaster.pluginspec.in" "4"
+"Shared" "3"
+"cpaster.qbs:52" "4"
+"cgi.cpp" "5"
+"cgi.h" "5"
+"splitter.cpp" "5"
+"splitter.h" "5"
+"columnindicatortextedit.cpp" "3"
+"columnindicatortextedit.h" "3"
+"cpaster.qrc" "3"
+"cpasterconstants.h" "3"
+"cpasterplugin.cpp" "3"
+"cpasterplugin.h" "3"
+"fileshareprotocol.cpp" "3"
+"fileshareprotocol.h" "3"
+"fileshareprotocolsettingspage.cpp" "3"
+"fileshareprotocolsettingspage.h" "3"
+"fileshareprotocolsettingswidget.ui" "3"
+"kdepasteprotocol.cpp" "3"
+"kdepasteprotocol.h" "3"
+"pastebindotcaprotocol.cpp" "3"
+"pastebindotcaprotocol.h" "3"
+"pastebindotcomprotocol.cpp" "3"
+"pastebindotcomprotocol.h" "3"
+"pastebindotcomsettings.ui" "3"
+"pasteselect.ui" "3"
+"pasteselectdialog.cpp" "3"
+"pasteselectdialog.h" "3"
+"pasteview.cpp" "3"
+"pasteview.h" "3"
+"pasteview.ui" "3"
+"protocol.cpp" "3"
+"protocol.h" "3"
+"settings.cpp" "3"
+"settings.h" "3"
+"settingspage.cpp" "3"
+"settingspage.h" "3"
+"settingspage.ui" "3"
+"urlopenprotocol.cpp" "3"
+"urlopenprotocol.h" "3"
+"Core" "2"
+"coreplugin.qbs:5" "3"
+"Action Manager" "3"
+"coreplugin.qbs:107" "4"
+"actionmanager" "4"
+"actioncontainer.cpp" "5"
+"actioncontainer.h" "5"
+"actioncontainer_p.h" "5"
+"actionmanager.cpp" "5"
+"actionmanager.h" "5"
+"actionmanager_p.h" "5"
+"command.cpp" "5"
+"command.h" "5"
+"command_p.h" "5"
+"commandbutton.cpp" "5"
+"commandbutton.h" "5"
+"commandmappings.cpp" "5"
+"commandmappings.h" "5"
+"commandsfile.cpp" "5"
+"commandsfile.h" "5"
+"Dialogs" "3"
+"coreplugin.qbs:120" "4"
+"dialogs" "4"
+"addtovcsdialog.cpp" "5"
+"addtovcsdialog.h" "5"
+"addtovcsdialog.ui" "5"
+"externaltoolconfig.cpp" "5"
+"externaltoolconfig.h" "5"
+"externaltoolconfig.ui" "5"
+"ioptionspage.cpp" "5"
+"ioptionspage.h" "5"
+"newdialog.cpp" "5"
+"newdialog.h" "5"
+"newdialog.ui" "5"
+"openwithdialog.cpp" "5"
+"openwithdialog.h" "5"
+"openwithdialog.ui" "5"
+"promptoverwritedialog.cpp" "5"
+"promptoverwritedialog.h" "5"
+"readonlyfilesdialog.cpp" "5"
+"readonlyfilesdialog.h" "5"
+"readonlyfilesdialog.ui" "5"
+"saveitemsdialog.cpp" "5"
+"saveitemsdialog.h" "5"
+"saveitemsdialog.ui" "5"
+"settingsdialog.cpp" "5"
+"settingsdialog.h" "5"
+"shortcutsettings.cpp" "5"
+"shortcutsettings.h" "5"
+"Editor Manager" "3"
+"coreplugin.qbs:137" "4"
+"editormanager" "4"
+"BinFiles.mimetypes.xml" "5"
+"documentmodel.cpp" "5"
+"documentmodel.h" "5"
+"editormanager.cpp" "5"
+"editormanager.h" "5"
+"editorview.cpp" "5"
+"editorview.h" "5"
+"ieditor.cpp" "5"
+"ieditor.h" "5"
+"ieditorfactory.cpp" "5"
+"ieditorfactory.h" "5"
+"iexternaleditor.cpp" "5"
+"iexternaleditor.h" "5"
+"openeditorsview.cpp" "5"
+"openeditorsview.h" "5"
+"openeditorswindow.cpp" "5"
+"openeditorswindow.h" "5"
+"systemeditor.cpp" "5"
+"systemeditor.h" "5"
+"Find" "3"
+"coreplugin.qbs:203" "4"
+"find" "4"
+"basetextfind.cpp" "5"
+"basetextfind.h" "5"
+"currentdocumentfind.cpp" "5"
+"currentdocumentfind.h" "5"
+"find.qrc" "5"
+"finddialog.ui" "5"
+"findplugin.cpp" "5"
+"findplugin.h" "5"
+"findtoolbar.cpp" "5"
+"findtoolbar.h" "5"
+"findtoolwindow.cpp" "5"
+"findtoolwindow.h" "5"
+"findwidget.ui" "5"
+"ifindfilter.cpp" "5"
+"ifindfilter.h" "5"
+"ifindsupport.cpp" "5"
+"ifindsupport.h" "5"
+"searchresultcolor.h" "5"
+"searchresulttreeitemdelegate.cpp" "5"
+"searchresulttreeitemdelegate.h" "5"
+"searchresulttreeitemroles.h" "5"
+"searchresulttreeitems.cpp" "5"
+"searchresulttreeitems.h" "5"
+"searchresulttreemodel.cpp" "5"
+"searchresulttreemodel.h" "5"
+"searchresulttreeview.cpp" "5"
+"searchresulttreeview.h" "5"
+"searchresultwidget.cpp" "5"
+"searchresultwidget.h" "5"
+"searchresultwindow.cpp" "5"
+"searchresultwindow.h" "5"
+"textfindconstants.h" "5"
+"treeviewfind.cpp" "5"
+"treeviewfind.h" "5"
+"General" "3"
+"coreplugin.qbs:34" "4"
+"basefilewizard.cpp" "4"
+"basefilewizard.h" "4"
+"basefilewizardfactory.cpp" "4"
+"basefilewizardfactory.h" "4"
+"core.qrc" "4"
+"core_global.h" "4"
+"coreconstants.h" "4"
+"coreplugin.cpp" "4"
+"coreplugin.h" "4"
+"designmode.cpp" "4"
+"designmode.h" "4"
+"documentmanager.cpp" "4"
+"documentmanager.h" "4"
+"editmode.cpp" "4"
+"editmode.h" "4"
+"editortoolbar.cpp" "4"
+"editortoolbar.h" "4"
+"externaltool.cpp" "4"
+"externaltool.h" "4"
+"externaltoolmanager.h" "4"
+"fancyactionbar.cpp" "4"
+"fancyactionbar.h" "4"
+"fancyactionbar.qrc" "4"
+"fancytabwidget.cpp" "4"
+"fancytabwidget.h" "4"
+"featureprovider.cpp" "4"
+"featureprovider.h" "4"
+"fileiconprovider.cpp" "4"
+"fileiconprovider.h" "4"
+"fileutils.cpp" "4"
+"fileutils.h" "4"
+"findplaceholder.cpp" "4"
+"findplaceholder.h" "4"
+"generalsettings.cpp" "4"
+"generalsettings.h" "4"
+"generalsettings.ui" "4"
+"generatedfile.cpp" "4"
+"generatedfile.h" "4"
+"helpmanager.cpp" "4"
+"helpmanager.h" "4"
+"icontext.cpp" "4"
+"icontext.h" "4"
+"icore.cpp" "4"
+"icore.h" "4"
+"icorelistener.cpp" "4"
+"icorelistener.h" "4"
+"id.cpp" "4"
+"id.h" "4"
+"idocument.cpp" "4"
+"idocument.h" "4"
+"idocumentfactory.cpp" "4"
+"idocumentfactory.h" "4"
+"ifilewizardextension.h" "4"
+"imode.cpp" "4"
+"imode.h" "4"
+"inavigationwidgetfactory.cpp" "4"
+"inavigationwidgetfactory.h" "4"
+"infobar.cpp" "4"
+"infobar.h" "4"
+"ioutputpane.cpp" "4"
+"ioutputpane.h" "4"
+"iversioncontrol.cpp" "4"
+"iversioncontrol.h" "4"
+"iwizardfactory.cpp" "4"
+"iwizardfactory.h" "4"
+"mainwindow.cpp" "4"
+"mainwindow.h" "4"
+"manhattanstyle.cpp" "4"
+"manhattanstyle.h" "4"
+"messagemanager.cpp" "4"
+"messagemanager.h" "4"
+"messageoutputwindow.cpp" "4"
+"messageoutputwindow.h" "4"
+"mimedatabase.cpp" "4"
+"mimedatabase.h" "4"
+"mimetypemagicdialog.cpp" "4"
+"mimetypemagicdialog.h" "4"
+"mimetypemagicdialog.ui" "4"
+"mimetypesettings.cpp" "4"
+"mimetypesettings.h" "4"
+"mimetypesettingspage.ui" "4"
+"minisplitter.cpp" "4"
+"minisplitter.h" "4"
+"modemanager.cpp" "4"
+"modemanager.h" "4"
+"navigationsubwidget.cpp" "4"
+"navigationsubwidget.h" "4"
+"navigationwidget.cpp" "4"
+"navigationwidget.h" "4"
+"outputpane.cpp" "4"
+"outputpane.h" "4"
+"outputpanemanager.cpp" "4"
+"outputpanemanager.h" "4"
+"outputwindow.cpp" "4"
+"outputwindow.h" "4"
+"patchtool.cpp" "4"
+"patchtool.h" "4"
+"plugindialog.cpp" "4"
+"plugindialog.h" "4"
+"removefiledialog.cpp" "4"
+"removefiledialog.h" "4"
+"removefiledialog.ui" "4"
+"rightpane.cpp" "4"
+"rightpane.h" "4"
+"settingsdatabase.cpp" "4"
+"settingsdatabase.h" "4"
+"sidebar.cpp" "4"
+"sidebar.h" "4"
+"sidebarwidget.cpp" "4"
+"sidebarwidget.h" "4"
+"statusbarmanager.cpp" "4"
+"statusbarmanager.h" "4"
+"statusbarwidget.cpp" "4"
+"statusbarwidget.h" "4"
+"styleanimator.cpp" "4"
+"styleanimator.h" "4"
+"tabpositionindicator.cpp" "4"
+"tabpositionindicator.h" "4"
+"textdocument.cpp" "4"
+"textdocument.h" "4"
+"toolsettings.cpp" "4"
+"toolsettings.h" "4"
+"variablechooser.cpp" "4"
+"variablechooser.h" "4"
+"variablemanager.cpp" "4"
+"variablemanager.h" "4"
+"vcsmanager.cpp" "4"
+"vcsmanager.h" "4"
+"versiondialog.cpp" "4"
+"versiondialog.h" "4"
+"windowsupport.cpp" "4"
+"windowsupport.h" "4"
+"Locator" "3"
+"coreplugin.qbs:244" "4"
+"locator" "4"
+"images" "5"
+"locator.png" "6"
+"reload.png" "6"
+"basefilefilter.cpp" "5"
+"basefilefilter.h" "5"
+"commandlocator.cpp" "5"
+"commandlocator.h" "5"
+"directoryfilter.cpp" "5"
+"directoryfilter.h" "5"
+"directoryfilter.ui" "5"
+"executefilter.cpp" "5"
+"executefilter.h" "5"
+"filesystemfilter.cpp" "5"
+"filesystemfilter.h" "5"
+"filesystemfilter.ui" "5"
+"ilocatorfilter.cpp" "5"
+"ilocatorfilter.h" "5"
+"locator.cpp" "5"
+"locator.h" "5"
+"locator.qrc" "5"
+"locatorconstants.h" "5"
+"locatorfiltersfilter.cpp" "5"
+"locatorfiltersfilter.h" "5"
+"locatormanager.cpp" "5"
+"locatormanager.h" "5"
+"locatorsearchutils.cpp" "5"
+"locatorsearchutils.h" "5"
+"locatorwidget.cpp" "5"
+"locatorwidget.h" "5"
+"opendocumentsfilter.cpp" "5"
+"opendocumentsfilter.h" "5"
+"settingspage.cpp" "5"
+"settingspage.h" "5"
+"settingspage.ui" "5"
+"MimeTypes" "3"
+"QtcPlugin.qbs:47" "4"
+"PluginSpec" "3"
+"QtcPlugin.qbs:41" "4"
+"Core.pluginspec.in" "4"
+"Progress Manager" "3"
+"coreplugin.qbs:154" "4"
+"progressmanager" "4"
+"futureprogress.cpp" "5"
+"futureprogress.h" "5"
+"progressbar.cpp" "5"
+"progressbar.h" "5"
+"progressmanager.cpp" "5"
+"progressmanager.h" "5"
+"progressmanager_p.h" "5"
+"progressview.cpp" "5"
+"progressview.h" "5"
+"ProgressManager_mac" "3"
+"coreplugin.qbs:173" "4"
+"progressmanager" "4"
+"progressmanager_mac.mm" "5"
+"ProgressManager_win" "3"
+"coreplugin.qbs:165" "4"
+"progressmanager" "4"
+"progressmanager_win.cpp" "5"
+"ProgressManager_x11" "3"
+"coreplugin.qbs:181" "4"
+"progressmanager" "4"
+"progressmanager_x11.cpp" "5"
+"Tests" "3"
+"coreplugin.qbs:189" "4"
+"locator" "4"
+"locator_test.cpp" "5"
+"locatorfiltertest.cpp" "5"
+"locatorfiltertest.h" "5"
+"testdatadir.cpp" "4"
+"testdatadir.h" "4"
+"cpaster" "2"
+"frontend.qbs:4" "3"
+"Frontend Sources" "3"
+"frontend.qbs:19" "4"
+"argumentscollector.cpp" "4"
+"argumentscollector.h" "4"
+"main.cpp" "4"
+"Plugin Sources" "3"
+"frontend.qbs:27" "4"
+"cpasterconstants.h" "5"
+"kdepasteprotocol.cpp" "5"
+"kdepasteprotocol.h" "5"
+"pastebindotcaprotocol.cpp" "5"
+"pastebindotcaprotocol.h" "5"
+"pastebindotcomprotocol.cpp" "5"
+"pastebindotcomprotocol.h" "5"
+"protocol.cpp" "5"
+"protocol.h" "5"
+"urlopenprotocol.cpp" "5"
+"urlopenprotocol.h" "5"
+"CppEditor" "2"
+"cppeditor.qbs:6" "3"
+"MimeTypes" "3"
+"QtcPlugin.qbs:47" "4"
+"CppEditor.mimetypes.xml" "4"
+"PluginSpec" "3"
+"QtcPlugin.qbs:41" "4"
+"CppEditor.pluginspec.in" "4"
+"Tests" "3"
+"cppeditor.qbs:59" "4"
+"cppdoxygen_test.cpp" "4"
+"cppeditortestcase.cpp" "4"
+"cppeditortestcase.h" "4"
+"cppincludehierarchy_test.cpp" "4"
+"cppquickfix_test.cpp" "4"
+"cppquickfix_test.h" "4"
+"fileandtokenactions_test.cpp" "4"
+"followsymbol_switchmethoddecldef_test.cpp" "4"
+"cppautocompleter.cpp" "3"
+"cppautocompleter.h" "3"
+"cppcanonicalsymbol.cpp" "3"
+"cppcanonicalsymbol.h" "3"
+"cppclasswizard.cpp" "3"
+"cppclasswizard.h" "3"
+"cppcodemodelinspectordialog.cpp" "3"
+"cppcodemodelinspectordialog.h" "3"
+"cppcodemodelinspectordialog.ui" "3"
+"cppdocumentationcommenthelper.cpp" "3"
+"cppdocumentationcommenthelper.h" "3"
+"cppeditor.cpp" "3"
+"cppeditor.h" "3"
+"cppeditor.qrc" "3"
+"cppeditor_global.h" "3"
+"cppeditorconstants.h" "3"
+"cppeditordocument.cpp" "3"
+"cppeditordocument.h" "3"
+"cppeditorenums.h" "3"
+"cppeditoroutline.cpp" "3"
+"cppeditoroutline.h" "3"
+"cppeditorplugin.cpp" "3"
+"cppeditorplugin.h" "3"
+"cppelementevaluator.cpp" "3"
+"cppelementevaluator.h" "3"
+"cppfilewizard.cpp" "3"
+"cppfilewizard.h" "3"
+"cppfollowsymbolundercursor.cpp" "3"
+"cppfollowsymbolundercursor.h" "3"
+"cppfunctiondecldeflink.cpp" "3"
+"cppfunctiondecldeflink.h" "3"
+"cpphighlighter.cpp" "3"
+"cpphighlighter.h" "3"
+"cpphoverhandler.cpp" "3"
+"cpphoverhandler.h" "3"
+"cppincludehierarchy.cpp" "3"
+"cppincludehierarchy.h" "3"
+"cppincludehierarchyitem.cpp" "3"
+"cppincludehierarchyitem.h" "3"
+"cppincludehierarchymodel.cpp" "3"
+"cppincludehierarchymodel.h" "3"
+"cppincludehierarchytreeview.cpp" "3"
+"cppincludehierarchytreeview.h" "3"
+"cppinsertvirtualmethods.cpp" "3"
+"cppinsertvirtualmethods.h" "3"
+"cpplocalrenaming.cpp" "3"
+"cpplocalrenaming.h" "3"
+"cppoutline.cpp" "3"
+"cppoutline.h" "3"
+"cpppreprocessordialog.cpp" "3"
+"cpppreprocessordialog.h" "3"
+"cpppreprocessordialog.ui" "3"
+"cppquickfix.cpp" "3"
+"cppquickfix.h" "3"
+"cppquickfixassistant.cpp" "3"
+"cppquickfixassistant.h" "3"
+"cppquickfixes.cpp" "3"
+"cppquickfixes.h" "3"
+"cppsnippetprovider.cpp" "3"
+"cppsnippetprovider.h" "3"
+"cpptypehierarchy.cpp" "3"
+"cpptypehierarchy.h" "3"
+"cppvirtualfunctionassistprovider.cpp" "3"
+"cppvirtualfunctionassistprovider.h" "3"
+"cppvirtualfunctionproposalitem.cpp" "3"
+"cppvirtualfunctionproposalitem.h" "3"
+"CppTools" "2"
+"cpptools.qbs:6" "3"
+"MimeTypes" "3"
+"QtcPlugin.qbs:47" "4"
+"PluginSpec" "3"
+"QtcPlugin.qbs:41" "4"
+"CppTools.pluginspec.in" "4"
+"Tests" "3"
+"cpptools.qbs:83" "4"
+"cppcodegen_test.cpp" "4"
+"cppcompletion_test.cpp" "4"
+"cppheadersource_test.cpp" "4"
+"cpplocalsymbols_test.cpp" "4"
+"cpplocatorfilter_test.cpp" "4"
+"cppmodelmanager_test.cpp" "4"
+"cpppointerdeclarationformatter_test.cpp" "4"
+"cppsourceprocessertesthelper.cpp" "4"
+"cppsourceprocessertesthelper.h" "4"
+"cppsourceprocessor_test.cpp" "4"
+"cpptoolstestcase.cpp" "4"
+"cpptoolstestcase.h" "4"
+"modelmanagertesthelper.cpp" "4"
+"modelmanagertesthelper.h" "4"
+"symbolsearcher_test.cpp" "4"
+"typehierarchybuilder_test.cpp" "4"
+"abstracteditorsupport.cpp" "3"
+"abstracteditorsupport.h" "3"
+"builtinindexingsupport.cpp" "3"
+"builtinindexingsupport.h" "3"
+"commentssettings.cpp" "3"
+"commentssettings.h" "3"
+"completionsettingspage.cpp" "3"
+"completionsettingspage.h" "3"
+"completionsettingspage.ui" "3"
+"cppchecksymbols.cpp" "3"
+"cppchecksymbols.h" "3"
+"cppclassesfilter.cpp" "3"
+"cppclassesfilter.h" "3"
+"cppcodeformatter.cpp" "3"
+"cppcodeformatter.h" "3"
+"cppcodemodelinspectordumper.cpp" "3"
+"cppcodemodelinspectordumper.h" "3"
+"cppcodemodelsettings.cpp" "3"
+"cppcodemodelsettings.h" "3"
+"cppcodemodelsettingspage.cpp" "3"
+"cppcodemodelsettingspage.h" "3"
+"cppcodemodelsettingspage.ui" "3"
+"cppcodestylepreferences.cpp" "3"
+"cppcodestylepreferences.h" "3"
+"cppcodestylepreferencesfactory.cpp" "3"
+"cppcodestylepreferencesfactory.h" "3"
+"cppcodestylesettings.cpp" "3"
+"cppcodestylesettings.h" "3"
+"cppcodestylesettingspage.cpp" "3"
+"cppcodestylesettingspage.h" "3"
+"cppcodestylesettingspage.ui" "3"
+"cppcompletionassist.cpp" "3"
+"cppcompletionassist.h" "3"
+"cppcompletionassistprovider.cpp" "3"
+"cppcompletionassistprovider.h" "3"
+"cppcurrentdocumentfilter.cpp" "3"
+"cppcurrentdocumentfilter.h" "3"
+"cppdoxygen.cpp" "3"
+"cppdoxygen.h" "3"
+"cppfilesettingspage.cpp" "3"
+"cppfilesettingspage.h" "3"
+"cppfilesettingspage.ui" "3"
+"cppfindreferences.cpp" "3"
+"cppfindreferences.h" "3"
+"cppfunctionsfilter.cpp" "3"
+"cppfunctionsfilter.h" "3"
+"cpphighlightingsupport.cpp" "3"
+"cpphighlightingsupport.h" "3"
+"cpphighlightingsupportinternal.cpp" "3"
+"cpphighlightingsupportinternal.h" "3"
+"cppindexingsupport.cpp" "3"
+"cppindexingsupport.h" "3"
+"cpplocalsymbols.cpp" "3"
+"cpplocalsymbols.h" "3"
+"cpplocatordata.cpp" "3"
+"cpplocatordata.h" "3"
+"cpplocatorfilter.cpp" "3"
+"cpplocatorfilter.h" "3"
+"cppmodelmanager.cpp" "3"
+"cppmodelmanager.h" "3"
+"cppmodelmanagerinterface.cpp" "3"
+"cppmodelmanagerinterface.h" "3"
+"cppmodelmanagersupport.cpp" "3"
+"cppmodelmanagersupport.h" "3"
+"cppmodelmanagersupportinternal.cpp" "3"
+"cppmodelmanagersupportinternal.h" "3"
+"cpppointerdeclarationformatter.cpp" "3"
+"cpppointerdeclarationformatter.h" "3"
+"cppprojectfile.cpp" "3"
+"cppprojectfile.h" "3"
+"cppqtstyleindenter.cpp" "3"
+"cppqtstyleindenter.h" "3"
+"cpprefactoringchanges.cpp" "3"
+"cpprefactoringchanges.h" "3"
+"cppsemanticinfo.cpp" "3"
+"cppsemanticinfo.h" "3"
+"cppsnapshotupdater.cpp" "3"
+"cppsnapshotupdater.h" "3"
+"cppsourceprocessor.cpp" "3"
+"cppsourceprocessor.h" "3"
+"cpptools.qrc" "3"
+"cpptools_global.h" "3"
+"cpptoolsconstants.h" "3"
+"cpptoolseditorsupport.cpp" "3"
+"cpptoolseditorsupport.h" "3"
+"cpptoolsplugin.cpp" "3"
+"cpptoolsplugin.h" "3"
+"cpptoolsreuse.cpp" "3"
+"cpptoolsreuse.h" "3"
+"cpptoolssettings.cpp" "3"
+"cpptoolssettings.h" "3"
+"doxygengenerator.cpp" "3"
+"doxygengenerator.h" "3"
+"functionutils.cpp" "3"
+"functionutils.h" "3"
+"includeutils.cpp" "3"
+"includeutils.h" "3"
+"indexitem.cpp" "3"
+"indexitem.h" "3"
+"insertionpointlocator.cpp" "3"
+"insertionpointlocator.h" "3"
+"searchsymbols.cpp" "3"
+"searchsymbols.h" "3"
+"stringtable.cpp" "3"
+"stringtable.h" "3"
+"symbolfinder.cpp" "3"
+"symbolfinder.h" "3"
+"symbolsfindfilter.cpp" "3"
+"symbolsfindfilter.h" "3"
+"typehierarchybuilder.cpp" "3"
+"typehierarchybuilder.h" "3"
+"CVS" "2"
+"cvs.qbs:5" "3"
+"MimeTypes" "3"
+"QtcPlugin.qbs:47" "4"
+"CVS.mimetypes.xml" "4"
+"PluginSpec" "3"
+"QtcPlugin.qbs:41" "4"
+"CVS.pluginspec.in" "4"
+"annotationhighlighter.cpp" "3"
+"annotationhighlighter.h" "3"
+"checkoutwizard.cpp" "3"
+"checkoutwizard.h" "3"
+"checkoutwizardpage.cpp" "3"
+"checkoutwizardpage.h" "3"
+"cvs.qrc" "3"
+"cvsclient.cpp" "3"
+"cvsclient.h" "3"
+"cvsconstants.h" "3"
+"cvscontrol.cpp" "3"
+"cvscontrol.h" "3"
+"cvseditor.cpp" "3"
+"cvseditor.h" "3"
+"cvsplugin.cpp" "3"
+"cvsplugin.h" "3"
+"cvssettings.cpp" "3"
+"cvssettings.h" "3"
+"cvssubmiteditor.cpp" "3"
+"cvssubmiteditor.h" "3"
+"cvsutils.cpp" "3"
+"cvsutils.h" "3"
+"settingspage.cpp" "3"
+"settingspage.h" "3"
+"settingspage.ui" "3"
+"Debugger" "2"
+"debugger.qbs:5" "3"
+"cdb" "3"
+"debugger.qbs:96" "4"
+"cdb" "4"
+"bytearrayinputstream.cpp" "5"
+"bytearrayinputstream.h" "5"
+"cdbengine.cpp" "5"
+"cdbengine.h" "5"
+"cdboptionspage.cpp" "5"
+"cdboptionspage.h" "5"
+"cdboptionspagewidget.ui" "5"
+"cdbparsehelpers.cpp" "5"
+"cdbparsehelpers.h" "5"
+"gdb" "3"
+"debugger.qbs:108" "4"
+"gdb" "4"
+"attachgdbadapter.cpp" "5"
+"attachgdbadapter.h" "5"
+"coregdbadapter.cpp" "5"
+"coregdbadapter.h" "5"
+"gdbengine.cpp" "5"
+"gdbengine.h" "5"
+"gdboptionspage.cpp" "5"
+"gdboptionspage.h" "5"
+"gdbplainengine.cpp" "5"
+"gdbplainengine.h" "5"
+"gdbprocess.cpp" "5"
+"gdbprocess.h" "5"
+"remotegdbserveradapter.cpp" "5"
+"remotegdbserveradapter.h" "5"
+"startgdbserverdialog.cpp" "5"
+"startgdbserverdialog.h" "5"
+"termgdbadapter.cpp" "5"
+"termgdbadapter.h" "5"
+"General" "3"
+"debugger.qbs:28" "4"
+"breakhandler.cpp" "4"
+"breakhandler.h" "4"
+"breakpoint.cpp" "4"
+"breakpoint.h" "4"
+"breakpointmarker.cpp" "4"
+"breakpointmarker.h" "4"
+"breakwindow.cpp" "4"
+"breakwindow.h" "4"
+"commonoptionspage.cpp" "4"
+"commonoptionspage.h" "4"
+"debugger.qrc" "4"
+"debugger_global.h" "4"
+"debuggeractions.cpp" "4"
+"debuggeractions.h" "4"
+"debuggerconstants.h" "4"
+"debuggercore.h" "4"
+"debuggerdialogs.cpp" "4"
+"debuggerdialogs.h" "4"
+"debuggerengine.cpp" "4"
+"debuggerengine.h" "4"
+"debuggerinternalconstants.h" "4"
+"debuggeritem.cpp" "4"
+"debuggeritem.h" "4"
+"debuggeritemmanager.cpp" "4"
+"debuggeritemmanager.h" "4"
+"debuggeritemmodel.cpp" "4"
+"debuggeritemmodel.h" "4"
+"debuggerkitconfigwidget.cpp" "4"
+"debuggerkitconfigwidget.h" "4"
+"debuggerkitinformation.cpp" "4"
+"debuggerkitinformation.h" "4"
+"debuggermainwindow.cpp" "4"
+"debuggermainwindow.h" "4"
+"debuggeroptionspage.cpp" "4"
+"debuggeroptionspage.h" "4"
+"debuggerplugin.cpp" "4"
+"debuggerplugin.h" "4"
+"debuggerprotocol.cpp" "4"
+"debuggerprotocol.h" "4"
+"debuggerrunconfigurationaspect.cpp" "4"
+"debuggerrunconfigurationaspect.h" "4"
+"debuggerruncontrolfactory.h" "4"
+"debuggerrunner.cpp" "4"
+"debuggerrunner.h" "4"
+"debuggersourcepathmappingwidget.cpp" "4"
+"debuggersourcepathmappingwidget.h" "4"
+"debuggerstartparameters.h" "4"
+"debuggerstringutils.h" "4"
+"debuggertooltipmanager.cpp" "4"
+"debuggertooltipmanager.h" "4"
+"disassembleragent.cpp" "4"
+"disassembleragent.h" "4"
+"disassemblerlines.cpp" "4"
+"disassemblerlines.h" "4"
+"imageviewer.cpp" "4"
+"imageviewer.h" "4"
+"loadcoredialog.cpp" "4"
+"loadcoredialog.h" "4"
+"localsandexpressionswindow.cpp" "4"
+"localsandexpressionswindow.h" "4"
+"logwindow.cpp" "4"
+"logwindow.h" "4"
+"memoryagent.cpp" "4"
+"memoryagent.h" "4"
+"memoryview.cpp" "4"
+"memoryview.h" "4"
+"moduleshandler.cpp" "4"
+"moduleshandler.h" "4"
+"moduleswindow.cpp" "4"
+"moduleswindow.h" "4"
+"outputcollector.cpp" "4"
+"outputcollector.h" "4"
+"procinterrupt.cpp" "4"
+"procinterrupt.h" "4"
+"registerhandler.cpp" "4"
+"registerhandler.h" "4"
+"registerwindow.cpp" "4"
+"registerwindow.h" "4"
+"simplifytype.cpp" "4"
+"simplifytype.h" "4"
+"snapshothandler.cpp" "4"
+"snapshothandler.h" "4"
+"snapshotwindow.cpp" "4"
+"snapshotwindow.h" "4"
+"sourceagent.cpp" "4"
+"sourceagent.h" "4"
+"sourcefileshandler.cpp" "4"
+"sourcefileshandler.h" "4"
+"sourcefileswindow.cpp" "4"
+"sourcefileswindow.h" "4"
+"sourceutils.cpp" "4"
+"sourceutils.h" "4"
+"stackframe.cpp" "4"
+"stackframe.h" "4"
+"stackhandler.cpp" "4"
+"stackhandler.h" "4"
+"stackwindow.cpp" "4"
+"stackwindow.h" "4"
+"threaddata.h" "4"
+"threadshandler.cpp" "4"
+"threadshandler.h" "4"
+"threadswindow.cpp" "4"
+"threadswindow.h" "4"
+"unstartedappwatcherdialog.cpp" "4"
+"unstartedappwatcherdialog.h" "4"
+"watchdata.cpp" "4"
+"watchdata.h" "4"
+"watchdelegatewidgets.cpp" "4"
+"watchdelegatewidgets.h" "4"
+"watchhandler.cpp" "4"
+"watchhandler.h" "4"
+"watchutils.cpp" "4"
+"watchutils.h" "4"
+"watchwindow.cpp" "4"
+"watchwindow.h" "4"
+"Images" "3"
+"debugger.qbs:180" "4"
+"images" "4"
+"breakpoint_16.png" "5"
+"breakpoint_24.png" "5"
+"breakpoint_disabled_16.png" "5"
+"breakpoint_disabled_24.png" "5"
+"breakpoint_disabled_32.png" "5"
+"breakpoint_pending_16.png" "5"
+"breakpoint_pending_24.png" "5"
+"debugger_breakpoints.png" "5"
+"debugger_continue.png" "5"
+"debugger_continue_32.png" "5"
+"debugger_continue_small.png" "5"
+"debugger_empty_14.png" "5"
+"debugger_interrupt.png" "5"
+"debugger_interrupt_32.png" "5"
+"debugger_reversemode_16.png" "5"
+"debugger_singleinstructionmode.png" "5"
+"debugger_snapshot_small.png" "5"
+"debugger_start.png" "5"
+"debugger_start_small.png" "5"
+"debugger_stepinto_small.png" "5"
+"debugger_steponeproc_small.png" "5"
+"debugger_stepout_small.png" "5"
+"debugger_stepover_small.png" "5"
+"debugger_stepoverproc_small.png" "5"
+"debugger_stop.png" "5"
+"debugger_stop_32.png" "5"
+"debugger_stop_small.png" "5"
+"location_16.png" "5"
+"location_24.png" "5"
+"tracepoint.png" "5"
+"watchpoint.png" "5"
+"lldb" "3"
+"debugger.qbs:124" "4"
+"lldb" "4"
+"lldbengine.cpp" "5"
+"lldbengine.h" "5"
+"MimeTypes" "3"
+"QtcPlugin.qbs:47" "4"
+"Name Demangler" "3"
+"debugger.qbs:138" "4"
+"namedemangler" "4"
+"demanglerexceptions.h" "5"
+"globalparsestate.cpp" "5"
+"globalparsestate.h" "5"
+"namedemangler.cpp" "5"
+"namedemangler.h" "5"
+"parsetreenodes.cpp" "5"
+"parsetreenodes.h" "5"
+"pdb" "3"
+"debugger.qbs:132" "4"
+"pdb" "4"
+"pdbengine.cpp" "5"
+"pdbengine.h" "5"
+"PluginSpec" "3"
+"QtcPlugin.qbs:41" "4"
+"Debugger.pluginspec.in" "4"
+"QML Debugger" "3"
+"debugger.qbs:149" "4"
+"qml" "4"
+"baseqmldebuggerclient.cpp" "5"
+"baseqmldebuggerclient.h" "5"
+"interactiveinterpreter.cpp" "5"
+"interactiveinterpreter.h" "5"
+"qmladapter.cpp" "5"
+"qmladapter.h" "5"
+"qmlcppengine.cpp" "5"
+"qmlcppengine.h" "5"
+"qmlengine.cpp" "5"
+"qmlengine.h" "5"
+"qmlinspectoradapter.cpp" "5"
+"qmlinspectoradapter.h" "5"
+"qmlinspectoragent.cpp" "5"
+"qmlinspectoragent.h" "5"
+"qmllivetextpreview.cpp" "5"
+"qmllivetextpreview.h" "5"
+"qmlv8debuggerclient.cpp" "5"
+"qmlv8debuggerclient.h" "5"
+"qmlv8debuggerclientconstants.h" "5"
+"qscriptdebuggerclient.cpp" "5"
+"qscriptdebuggerclient.h" "5"
+"RegisterPostMortem" "3"
+"debugger.qbs:228" "4"
+"registerpostmortemaction.cpp" "4"
+"registerpostmortemaction.h" "4"
+"RegistryAccess" "3"
+"debugger.qbs:218" "4"
+"registryaccess.cpp" "5"
+"registryaccess.h" "5"
+"shared" "3"
+"debugger.qbs:167" "4"
+"shared" "4"
+"backtrace.cpp" "5"
+"backtrace.h" "5"
+"cdbsymbolpathlisteditor.cpp" "5"
+"cdbsymbolpathlisteditor.h" "5"
+"hostutils.cpp" "5"
+"hostutils.h" "5"
+"peutils.cpp" "5"
+"peutils.h" "5"
+"symbolpathsdialog.cpp" "5"
+"symbolpathsdialog.h" "5"
+"symbolpathsdialog.ui" "5"
+"Designer" "2"
+"designer.qbs:6" "3"
+"cpp" "3"
+"designer.qbs:65" "4"
+"cpp" "4"
+"cppsettingspage.cpp" "5"
+"cppsettingspage.h" "5"
+"cppsettingspagewidget.ui" "5"
+"formclasswizard.cpp" "5"
+"formclasswizard.h" "5"
+"formclasswizarddialog.cpp" "5"
+"formclasswizarddialog.h" "5"
+"formclasswizardpage.cpp" "5"
+"formclasswizardpage.h" "5"
+"formclasswizardpage.ui" "5"
+"formclasswizardparameters.cpp" "5"
+"formclasswizardparameters.h" "5"
+"General" "3"
+"designer.qbs:24" "4"
+"codemodelhelpers.cpp" "4"
+"codemodelhelpers.h" "4"
+"designer.qrc" "4"
+"designer_export.h" "4"
+"designerconstants.h" "4"
+"designercontext.cpp" "4"
+"designercontext.h" "4"
+"designerxmleditorwidget.cpp" "4"
+"designerxmleditorwidget.h" "4"
+"editordata.h" "4"
+"editorwidget.cpp" "4"
+"editorwidget.h" "4"
+"formeditorfactory.cpp" "4"
+"formeditorfactory.h" "4"
+"formeditorplugin.cpp" "4"
+"formeditorplugin.h" "4"
+"formeditorstack.cpp" "4"
+"formeditorstack.h" "4"
+"formeditorw.cpp" "4"
+"formeditorw.h" "4"
+"formtemplatewizardpage.cpp" "4"
+"formtemplatewizardpage.h" "4"
+"formwindoweditor.cpp" "4"
+"formwindoweditor.h" "4"
+"formwindowfile.cpp" "4"
+"formwindowfile.h" "4"
+"formwizard.cpp" "4"
+"formwizard.h" "4"
+"formwizarddialog.cpp" "4"
+"formwizarddialog.h" "4"
+"qtcreatorintegration.cpp" "4"
+"qtcreatorintegration.h" "4"
+"qtdesignerformclasscodegenerator.cpp" "4"
+"qtdesignerformclasscodegenerator.h" "4"
+"README.txt" "4"
+"resourcehandler.cpp" "4"
+"resourcehandler.h" "4"
+"settingsmanager.cpp" "4"
+"settingsmanager.h" "4"
+"settingspage.cpp" "4"
+"settingspage.h" "4"
+"MimeTypes" "3"
+"QtcPlugin.qbs:47" "4"
+"Designer.mimetypes.xml" "4"
+"PluginSpec" "3"
+"QtcPlugin.qbs:41" "4"
+"Designer.pluginspec.in" "4"
+"Shared Sources" "3"
+"designer.qbs:53" "4"
+"formresizer.cpp" "5"
+"formresizer.h" "5"
+"sizehandlerect.cpp" "5"
+"sizehandlerect.h" "5"
+"widgethost.cpp" "5"
+"widgethost.h" "5"
+"widgethostconstants.h" "5"
+"Tests" "3"
+"designer.qbs:78" "4"
+"gotoslot_test.cpp" "4"
+"DiffEditor" "2"
+"diffeditor.qbs:5" "3"
+"MimeTypes" "3"
+"QtcPlugin.qbs:47" "4"
+"PluginSpec" "3"
+"QtcPlugin.qbs:41" "4"
+"DiffEditor.pluginspec.in" "4"
+"diffeditor.cpp" "3"
+"diffeditor.h" "3"
+"diffeditor.qrc" "3"
+"diffeditor_global.h" "3"
+"diffeditorconstants.h" "3"
+"diffeditorcontroller.cpp" "3"
+"diffeditorcontroller.h" "3"
+"diffeditordocument.cpp" "3"
+"diffeditordocument.h" "3"
+"diffeditorfactory.cpp" "3"
+"diffeditorfactory.h" "3"
+"diffeditorguicontroller.cpp" "3"
+"diffeditorguicontroller.h" "3"
+"diffeditormanager.cpp" "3"
+"diffeditormanager.h" "3"
+"diffeditorplugin.cpp" "3"
+"diffeditorplugin.h" "3"
+"diffeditorreloader.cpp" "3"
+"diffeditorreloader.h" "3"
+"differ.cpp" "3"
+"differ.h" "3"
+"diffutils.cpp" "3"
+"diffutils.h" "3"
+"selectabletexteditorwidget.cpp" "3"
+"selectabletexteditorwidget.h" "3"
+"sidebysidediffeditorwidget.cpp" "3"
+"sidebysidediffeditorwidget.h" "3"
+"unifieddiffeditorwidget.cpp" "3"
+"unifieddiffeditorwidget.h" "3"
+"EmacsKeys" "2"
+"emacskeys.qbs:5" "3"
+"MimeTypes" "3"
+"QtcPlugin.qbs:47" "4"
+"PluginSpec" "3"
+"QtcPlugin.qbs:41" "4"
+"EmacsKeys.pluginspec.in" "4"
+"emacskeysconstants.h" "3"
+"emacskeysplugin.cpp" "3"
+"emacskeysplugin.h" "3"
+"emacskeysstate.cpp" "3"
+"emacskeysstate.h" "3"
+"FakeVim" "2"
+"fakevim.qbs:5" "3"
+"MimeTypes" "3"
+"QtcPlugin.qbs:47" "4"
+"PluginSpec" "3"
+"QtcPlugin.qbs:41" "4"
+"FakeVim.pluginspec.in" "4"
+"Tests" "3"
+"fakevim.qbs:26" "4"
+"fakevim_test.cpp" "4"
+"fakevim.qrc" "3"
+"fakevimactions.cpp" "3"
+"fakevimactions.h" "3"
+"fakevimhandler.cpp" "3"
+"fakevimhandler.h" "3"
+"fakevimoptions.ui" "3"
+"fakevimplugin.cpp" "3"
+"fakevimplugin.h" "3"
+"GenericProjectManager" "2"
+"genericprojectmanager.qbs:5" "3"
+"MimeTypes" "3"
+"QtcPlugin.qbs:47" "4"
+"GenericProjectManager.mimetypes.xml" "4"
+"PluginSpec" "3"
+"QtcPlugin.qbs:41" "4"
+"GenericProjectManager.pluginspec.in" "4"
+"filesselectionwizardpage.cpp" "3"
+"filesselectionwizardpage.h" "3"
+"genericbuildconfiguration.cpp" "3"
+"genericbuildconfiguration.h" "3"
+"genericmakestep.cpp" "3"
+"genericmakestep.h" "3"
+"genericmakestep.ui" "3"
+"genericproject.cpp" "3"
+"genericproject.h" "3"
+"genericproject.qrc" "3"
+"genericprojectconstants.h" "3"
+"genericprojectfileseditor.cpp" "3"
+"genericprojectfileseditor.h" "3"
+"genericprojectmanager.cpp" "3"
+"genericprojectmanager.h" "3"
+"genericprojectnodes.cpp" "3"
+"genericprojectnodes.h" "3"
+"genericprojectplugin.cpp" "3"
+"genericprojectplugin.h" "3"
+"genericprojectwizard.cpp" "3"
+"genericprojectwizard.h" "3"
+"pkgconfigtool.cpp" "3"
+"pkgconfigtool.h" "3"
+"Git" "2"
+"git.qbs:5" "3"
+"Gerrit" "3"
+"git.qbs:102" "4"
+"gerrit" "4"
+"branchcombobox.cpp" "5"
+"branchcombobox.h" "5"
+"gerritdialog.cpp" "5"
+"gerritdialog.h" "5"
+"gerritmodel.cpp" "5"
+"gerritmodel.h" "5"
+"gerritoptionspage.cpp" "5"
+"gerritoptionspage.h" "5"
+"gerritparameters.cpp" "5"
+"gerritparameters.h" "5"
+"gerritplugin.cpp" "5"
+"gerritplugin.h" "5"
+"gerritpushdialog.cpp" "5"
+"gerritpushdialog.h" "5"
+"gerritpushdialog.ui" "5"
+"Gitorious" "3"
+"git.qbs:78" "4"
+"gitorious" "4"
+"gitorious.cpp" "5"
+"gitorious.h" "5"
+"gitoriousclonewizard.cpp" "5"
+"gitoriousclonewizard.h" "5"
+"gitorioushostwidget.cpp" "5"
+"gitorioushostwidget.h" "5"
+"gitorioushostwidget.ui" "5"
+"gitorioushostwizardpage.cpp" "5"
+"gitorioushostwizardpage.h" "5"
+"gitoriousprojectwidget.cpp" "5"
+"gitoriousprojectwidget.h" "5"
+"gitoriousprojectwidget.ui" "5"
+"gitoriousprojectwizardpage.cpp" "5"
+"gitoriousprojectwizardpage.h" "5"
+"gitoriousrepositorywizardpage.cpp" "5"
+"gitoriousrepositorywizardpage.h" "5"
+"gitoriousrepositorywizardpage.ui" "5"
+"MimeTypes" "3"
+"QtcPlugin.qbs:47" "4"
+"Git.mimetypes.xml" "4"
+"PluginSpec" "3"
+"QtcPlugin.qbs:41" "4"
+"Git.pluginspec.in" "4"
+"annotationhighlighter.cpp" "3"
+"annotationhighlighter.h" "3"
+"branchadddialog.cpp" "3"
+"branchadddialog.h" "3"
+"branchadddialog.ui" "3"
+"branchcheckoutdialog.cpp" "3"
+"branchcheckoutdialog.h" "3"
+"branchcheckoutdialog.ui" "3"
+"branchdialog.cpp" "3"
+"branchdialog.h" "3"
+"branchdialog.ui" "3"
+"branchmodel.cpp" "3"
+"branchmodel.h" "3"
+"changeselectiondialog.cpp" "3"
+"changeselectiondialog.h" "3"
+"changeselectiondialog.ui" "3"
+"clonewizard.cpp" "3"
+"clonewizard.h" "3"
+"clonewizardpage.cpp" "3"
+"clonewizardpage.h" "3"
+"commitdata.cpp" "3"
+"commitdata.h" "3"
+"git.qrc" "3"
+"gitclient.cpp" "3"
+"gitclient.h" "3"
+"gitconstants.h" "3"
+"giteditor.cpp" "3"
+"giteditor.h" "3"
+"githighlighters.cpp" "3"
+"githighlighters.h" "3"
+"gitplugin.cpp" "3"
+"gitplugin.h" "3"
+"gitsettings.cpp" "3"
+"gitsettings.h" "3"
+"gitsubmiteditor.cpp" "3"
+"gitsubmiteditor.h" "3"
+"gitsubmiteditorwidget.cpp" "3"
+"gitsubmiteditorwidget.h" "3"
+"gitsubmitpanel.ui" "3"
+"gitutils.cpp" "3"
+"gitutils.h" "3"
+"gitversioncontrol.cpp" "3"
+"gitversioncontrol.h" "3"
+"logchangedialog.cpp" "3"
+"logchangedialog.h" "3"
+"mergetool.cpp" "3"
+"mergetool.h" "3"
+"remoteadditiondialog.ui" "3"
+"remotedialog.cpp" "3"
+"remotedialog.h" "3"
+"remotedialog.ui" "3"
+"remotemodel.cpp" "3"
+"remotemodel.h" "3"
+"settingspage.cpp" "3"
+"settingspage.h" "3"
+"settingspage.ui" "3"
+"stashdialog.cpp" "3"
+"stashdialog.h" "3"
+"stashdialog.ui" "3"
+"GLSLEditor" "2"
+"glsleditor.qbs:5" "3"
+"MimeTypes" "3"
+"QtcPlugin.qbs:47" "4"
+"GLSLEditor.mimetypes.xml" "4"
+"PluginSpec" "3"
+"QtcPlugin.qbs:41" "4"
+"GLSLEditor.pluginspec.in" "4"
+"glslautocompleter.cpp" "3"
+"glslautocompleter.h" "3"
+"glslcompletionassist.cpp" "3"
+"glslcompletionassist.h" "3"
+"glsleditor.cpp" "3"
+"glsleditor.h" "3"
+"glsleditor.qrc" "3"
+"glsleditorconstants.h" "3"
+"glsleditoreditable.cpp" "3"
+"glsleditoreditable.h" "3"
+"glsleditorfactory.cpp" "3"
+"glsleditorfactory.h" "3"
+"glsleditorplugin.cpp" "3"
+"glsleditorplugin.h" "3"
+"glslfilewizard.cpp" "3"
+"glslfilewizard.h" "3"
+"glslhighlighter.cpp" "3"
+"glslhighlighter.h" "3"
+"glslhoverhandler.cpp" "3"
+"glslhoverhandler.h" "3"
+"glslindenter.cpp" "3"
+"glslindenter.h" "3"
+"reuse.cpp" "3"
+"reuse.h" "3"
+"HelloWorld" "2"
+"helloworld.qbs:5" "3"
+"MimeTypes" "3"
+"QtcPlugin.qbs:47" "4"
+"PluginSpec" "3"
+"QtcPlugin.qbs:41" "4"
+"HelloWorld.pluginspec.in" "4"
+"helloworldplugin.cpp" "3"
+"helloworldplugin.h" "3"
+"helloworldwindow.cpp" "3"
+"helloworldwindow.h" "3"
+"Help" "2"
+"help.qbs:5" "3"
+"MimeTypes" "3"
+"QtcPlugin.qbs:47" "4"
+"PluginSpec" "3"
+"QtcPlugin.qbs:41" "4"
+"Help.pluginspec.in" "4"
+"Shared Sources" "3"
+"help.qbs:69" "4"
+"bookmarkdialog.ui" "5"
+"bookmarkmanager.cpp" "5"
+"bookmarkmanager.h" "5"
+"contentwindow.cpp" "5"
+"contentwindow.h" "5"
+"filternamedialog.cpp" "5"
+"filternamedialog.h" "5"
+"filternamedialog.ui" "5"
+"indexwindow.cpp" "5"
+"indexwindow.h" "5"
+"topicchooser.cpp" "5"
+"topicchooser.h" "5"
+"topicchooser.ui" "5"
+"Sources" "3"
+"help.qbs:40" "4"
+"centralwidget.cpp" "4"
+"centralwidget.h" "4"
+"docsettingspage.cpp" "4"
+"docsettingspage.h" "4"
+"docsettingspage.ui" "4"
+"filtersettingspage.cpp" "4"
+"filtersettingspage.h" "4"
+"filtersettingspage.ui" "4"
+"generalsettingspage.cpp" "4"
+"generalsettingspage.h" "4"
+"generalsettingspage.ui" "4"
+"help.qrc" "4"
+"helpconstants.h" "4"
+"helpfindsupport.cpp" "4"
+"helpfindsupport.h" "4"
+"helpindexfilter.cpp" "4"
+"helpindexfilter.h" "4"
+"helpmode.cpp" "4"
+"helpmode.h" "4"
+"helpplugin.cpp" "4"
+"helpplugin.h" "4"
+"helpviewer.cpp" "4"
+"helpviewer.h" "4"
+"helpwidget.cpp" "4"
+"helpwidget.h" "4"
+"localhelpmanager.cpp" "4"
+"localhelpmanager.h" "4"
+"openpagesmanager.cpp" "4"
+"openpagesmanager.h" "4"
+"openpagesmodel.cpp" "4"
+"openpagesmodel.h" "4"
+"openpagesswitcher.cpp" "4"
+"openpagesswitcher.h" "4"
+"openpageswidget.cpp" "4"
+"openpageswidget.h" "4"
+"qtwebkithelpviewer.cpp" "4"
+"qtwebkithelpviewer.h" "4"
+"remotehelpfilter.cpp" "4"
+"remotehelpfilter.h" "4"
+"remotehelpfilter.ui" "4"
+"searchtaskhandler.cpp" "4"
+"searchtaskhandler.h" "4"
+"searchwidget.cpp" "4"
+"searchwidget.h" "4"
+"textbrowserhelpviewer.cpp" "4"
+"textbrowserhelpviewer.h" "4"
+"xbelsupport.cpp" "4"
+"xbelsupport.h" "4"
+"ImageViewer" "2"
+"imageviewer.qbs:5" "3"
+"MimeTypes" "3"
+"QtcPlugin.qbs:47" "4"
+"ImageViewer.mimetypes.xml" "4"
+"PluginSpec" "3"
+"QtcPlugin.qbs:41" "4"
+"ImageViewer.pluginspec.in" "4"
+"imageview.cpp" "3"
+"imageview.h" "3"
+"imageviewer.cpp" "3"
+"imageviewer.h" "3"
+"imageviewer.qrc" "3"
+"imagevieweractionhandler.cpp" "3"
+"imagevieweractionhandler.h" "3"
+"imageviewerconstants.h" "3"
+"imageviewerfactory.cpp" "3"
+"imageviewerfactory.h" "3"
+"imageviewerfile.cpp" "3"
+"imageviewerfile.h" "3"
+"imageviewerplugin.cpp" "3"
+"imageviewerplugin.h" "3"
+"imageviewertoolbar.ui" "3"
+"Ios" "2"
+"ios.qbs:5" "3"
+"MimeTypes" "3"
+"QtcPlugin.qbs:47" "4"
+"PluginSpec" "3"
+"QtcPlugin.qbs:41" "4"
+"Ios.pluginspec.in" "4"
+"ios.qrc" "3"
+"iosanalyzesupport.cpp" "3"
+"iosanalyzesupport.h" "3"
+"iosbuildstep.cpp" "3"
+"iosbuildstep.h" "3"
+"iosbuildstep.ui" "3"
+"iosconfigurations.cpp" "3"
+"iosconfigurations.h" "3"
+"iosconstants.h" "3"
+"iosdebugsupport.cpp" "3"
+"iosdebugsupport.h" "3"
+"iosdeployconfiguration.cpp" "3"
+"iosdeployconfiguration.h" "3"
+"iosdeploystep.cpp" "3"
+"iosdeploystep.h" "3"
+"iosdeploystepfactory.cpp" "3"
+"iosdeploystepfactory.h" "3"
+"iosdeploystepwidget.cpp" "3"
+"iosdeploystepwidget.h" "3"
+"iosdeploystepwidget.ui" "3"
+"iosdevice.cpp" "3"
+"iosdevice.h" "3"
+"iosdevicefactory.cpp" "3"
+"iosdevicefactory.h" "3"
+"iosdsymbuildstep.cpp" "3"
+"iosdsymbuildstep.h" "3"
+"iosmanager.cpp" "3"
+"iosmanager.h" "3"
+"iosplugin.cpp" "3"
+"iosplugin.h" "3"
+"iospresetbuildstep.ui" "3"
+"iosprobe.cpp" "3"
+"iosprobe.h" "3"
+"iosqtversion.cpp" "3"
+"iosqtversion.h" "3"
+"iosqtversionfactory.cpp" "3"
+"iosqtversionfactory.h" "3"
+"iosrunconfiguration.cpp" "3"
+"iosrunconfiguration.h" "3"
+"iosrunconfiguration.ui" "3"
+"iosruncontrol.cpp" "3"
+"iosruncontrol.h" "3"
+"iosrunfactories.cpp" "3"
+"iosrunfactories.h" "3"
+"iosrunner.cpp" "3"
+"iosrunner.h" "3"
+"iossettingspage.cpp" "3"
+"iossettingspage.h" "3"
+"iossettingswidget.cpp" "3"
+"iossettingswidget.h" "3"
+"iossettingswidget.ui" "3"
+"iossimulator.cpp" "3"
+"iossimulator.h" "3"
+"iossimulatorfactory.cpp" "3"
+"iossimulatorfactory.h" "3"
+"iostoolhandler.cpp" "3"
+"iostoolhandler.h" "3"
+"LogoImages" "2"
+"logo.qbs:3" "3"
+"128x128" "3"
+"logo.qbs:42" "4"
+"128" "4"
+"QtProject-qtcreator.png" "5"
+"16x16" "3"
+"logo.qbs:7" "4"
+"16" "4"
+"QtProject-qtcreator.png" "5"
+"24x24" "3"
+"logo.qbs:14" "4"
+"24" "4"
+"QtProject-qtcreator.png" "5"
+"256x256" "3"
+"logo.qbs:49" "4"
+"256" "4"
+"QtProject-qtcreator.png" "5"
+"32x32" "3"
+"logo.qbs:21" "4"
+"32" "4"
+"QtProject-qtcreator.png" "5"
+"48x48" "3"
+"logo.qbs:28" "4"
+"48" "4"
+"QtProject-qtcreator.png" "5"
+"512x512" "3"
+"logo.qbs:56" "4"
+"512" "4"
+"QtProject-qtcreator.png" "5"
+"64x64" "3"
+"logo.qbs:35" "4"
+"64" "4"
+"QtProject-qtcreator.png" "5"
+"Macros" "2"
+"macros.qbs:5" "3"
+"MimeTypes" "3"
+"QtcPlugin.qbs:47" "4"
+"PluginSpec" "3"
+"QtcPlugin.qbs:41" "4"
+"Macros.pluginspec.in" "4"
+"actionmacrohandler.cpp" "3"
+"actionmacrohandler.h" "3"
+"findmacrohandler.cpp" "3"
+"findmacrohandler.h" "3"
+"imacrohandler.cpp" "3"
+"imacrohandler.h" "3"
+"macro.cpp" "3"
+"macro.h" "3"
+"macroevent.cpp" "3"
+"macroevent.h" "3"
+"macrolocatorfilter.cpp" "3"
+"macrolocatorfilter.h" "3"
+"macromanager.cpp" "3"
+"macromanager.h" "3"
+"macrooptionspage.cpp" "3"
+"macrooptionspage.h" "3"
+"macrooptionswidget.cpp" "3"
+"macrooptionswidget.h" "3"
+"macrooptionswidget.ui" "3"
+"macros.qrc" "3"
+"macrosconstants.h" "3"
+"macrosplugin.cpp" "3"
+"macrosplugin.h" "3"
+"macrotextfind.cpp" "3"
+"macrotextfind.h" "3"
+"savedialog.cpp" "3"
+"savedialog.h" "3"
+"savedialog.ui" "3"
+"texteditormacrohandler.cpp" "3"
+"texteditormacrohandler.h" "3"
+"Mercurial" "2"
+"mercurial.qbs:5" "3"
+"MimeTypes" "3"
+"QtcPlugin.qbs:47" "4"
+"PluginSpec" "3"
+"QtcPlugin.qbs:41" "4"
+"Mercurial.pluginspec.in" "4"
+"annotationhighlighter.cpp" "3"
+"annotationhighlighter.h" "3"
+"authenticationdialog.cpp" "3"
+"authenticationdialog.h" "3"
+"authenticationdialog.ui" "3"
+"clonewizard.cpp" "3"
+"clonewizard.h" "3"
+"clonewizardpage.cpp" "3"
+"clonewizardpage.h" "3"
+"commiteditor.cpp" "3"
+"commiteditor.h" "3"
+"constants.h" "3"
+"mercurial.qrc" "3"
+"mercurialclient.cpp" "3"
+"mercurialclient.h" "3"
+"mercurialcommitpanel.ui" "3"
+"mercurialcommitwidget.cpp" "3"
+"mercurialcommitwidget.h" "3"
+"mercurialcontrol.cpp" "3"
+"mercurialcontrol.h" "3"
+"mercurialeditor.cpp" "3"
+"mercurialeditor.h" "3"
+"mercurialplugin.cpp" "3"
+"mercurialplugin.h" "3"
+"mercurialsettings.cpp" "3"
+"mercurialsettings.h" "3"
+"optionspage.cpp" "3"
+"optionspage.h" "3"
+"optionspage.ui" "3"
+"revertdialog.cpp" "3"
+"revertdialog.h" "3"
+"revertdialog.ui" "3"
+"srcdestdialog.cpp" "3"
+"srcdestdialog.h" "3"
+"srcdestdialog.ui" "3"
+"Perforce" "2"
+"perforce.qbs:5" "3"
+"MimeTypes" "3"
+"QtcPlugin.qbs:47" "4"
+"Perforce.mimetypes.xml" "4"
+"PluginSpec" "3"
+"QtcPlugin.qbs:41" "4"
+"Perforce.pluginspec.in" "4"
+"annotationhighlighter.cpp" "3"
+"annotationhighlighter.h" "3"
+"changenumberdialog.cpp" "3"
+"changenumberdialog.h" "3"
+"changenumberdialog.ui" "3"
+"pendingchangesdialog.cpp" "3"
+"pendingchangesdialog.h" "3"
+"pendingchangesdialog.ui" "3"
+"perforce.qrc" "3"
+"perforcechecker.cpp" "3"
+"perforcechecker.h" "3"
+"perforceconstants.h" "3"
+"perforceeditor.cpp" "3"
+"perforceeditor.h" "3"
+"perforceplugin.cpp" "3"
+"perforceplugin.h" "3"
+"perforcesettings.cpp" "3"
+"perforcesettings.h" "3"
+"perforcesubmiteditor.cpp" "3"
+"perforcesubmiteditor.h" "3"
+"perforcesubmiteditorwidget.cpp" "3"
+"perforcesubmiteditorwidget.h" "3"
+"perforceversioncontrol.cpp" "3"
+"perforceversioncontrol.h" "3"
+"settingspage.cpp" "3"
+"settingspage.h" "3"
+"settingspage.ui" "3"
+"submitpanel.ui" "3"
+"ProjectExplorer" "2"
+"projectexplorer.qbs:6" "3"
+"CustomWizard" "3"
+"projectexplorer.qbs:166" "4"
+"customwizard" "4"
+"customwizard.cpp" "5"
+"customwizard.h" "5"
+"customwizardpage.cpp" "5"
+"customwizardpage.h" "5"
+"customwizardparameters.cpp" "5"
+"customwizardparameters.h" "5"
+"customwizardpreprocessor.cpp" "5"
+"customwizardpreprocessor.h" "5"
+"customwizardscriptgenerator.cpp" "5"
+"customwizardscriptgenerator.h" "5"
+"Device Support" "3"
+"projectexplorer.qbs:178" "4"
+"devicesupport" "4"
+"desktopdevice.cpp" "5"
+"desktopdevice.h" "5"
+"desktopdeviceconfigurationwidget.cpp" "5"
+"desktopdeviceconfigurationwidget.h" "5"
+"desktopdeviceconfigurationwidget.ui" "5"
+"desktopdevicefactory.cpp" "5"
+"desktopdevicefactory.h" "5"
+"desktopdeviceprocess.cpp" "5"
+"desktopdeviceprocess.h" "5"
+"desktopprocesssignaloperation.cpp" "5"
+"desktopprocesssignaloperation.h" "5"
+"deviceapplicationrunner.cpp" "5"
+"deviceapplicationrunner.h" "5"
+"devicecheckbuildstep.cpp" "5"
+"devicecheckbuildstep.h" "5"
+"devicefactoryselectiondialog.cpp" "5"
+"devicefactoryselectiondialog.h" "5"
+"devicefactoryselectiondialog.ui" "5"
+"devicemanager.cpp" "5"
+"devicemanager.h" "5"
+"devicemanagermodel.cpp" "5"
+"devicemanagermodel.h" "5"
+"deviceprocess.cpp" "5"
+"deviceprocess.h" "5"
+"deviceprocessesdialog.cpp" "5"
+"deviceprocessesdialog.h" "5"
+"deviceprocesslist.cpp" "5"
+"deviceprocesslist.h" "5"
+"devicesettingspage.cpp" "5"
+"devicesettingspage.h" "5"
+"devicesettingswidget.cpp" "5"
+"devicesettingswidget.h" "5"
+"devicesettingswidget.ui" "5"
+"devicetestdialog.cpp" "5"
+"devicetestdialog.h" "5"
+"devicetestdialog.ui" "5"
+"devicetypekitchooser.cpp" "5"
+"devicetypekitchooser.h" "5"
+"deviceusedportsgatherer.cpp" "5"
+"deviceusedportsgatherer.h" "5"
+"idevice.cpp" "5"
+"idevice.h" "5"
+"idevicefactory.cpp" "5"
+"idevicefactory.h" "5"
+"idevicewidget.h" "5"
+"localprocesslist.cpp" "5"
+"localprocesslist.h" "5"
+"sshdeviceprocess.cpp" "5"
+"sshdeviceprocess.h" "5"
+"sshdeviceprocesslist.cpp" "5"
+"sshdeviceprocesslist.h" "5"
+"General" "3"
+"projectexplorer.qbs:24" "4"
+"abi.cpp" "4"
+"abi.h" "4"
+"abiwidget.cpp" "4"
+"abiwidget.h" "4"
+"abstractprocessstep.cpp" "4"
+"abstractprocessstep.h" "4"
+"addnewmodel.cpp" "4"
+"addnewmodel.h" "4"
+"allprojectsfilter.cpp" "4"
+"allprojectsfilter.h" "4"
+"allprojectsfind.cpp" "4"
+"allprojectsfind.h" "4"
+"ansifilterparser.cpp" "4"
+"ansifilterparser.h" "4"
+"applicationlauncher.cpp" "4"
+"applicationlauncher.h" "4"
+"appoutputpane.cpp" "4"
+"appoutputpane.h" "4"
+"baseprojectwizarddialog.cpp" "4"
+"baseprojectwizarddialog.h" "4"
+"buildconfiguration.cpp" "4"
+"buildconfiguration.h" "4"
+"buildconfigurationmodel.cpp" "4"
+"buildconfigurationmodel.h" "4"
+"buildenvironmentwidget.cpp" "4"
+"buildenvironmentwidget.h" "4"
+"buildinfo.h" "4"
+"buildmanager.cpp" "4"
+"buildmanager.h" "4"
+"buildprogress.cpp" "4"
+"buildprogress.h" "4"
+"buildsettingspropertiespage.cpp" "4"
+"buildsettingspropertiespage.h" "4"
+"buildstep.cpp" "4"
+"buildstep.h" "4"
+"buildsteplist.cpp" "4"
+"buildsteplist.h" "4"
+"buildstepspage.cpp" "4"
+"buildstepspage.h" "4"
+"buildtargetinfo.h" "4"
+"cesdkhandler.cpp" "4"
+"cesdkhandler.h" "4"
+"clangparser.cpp" "4"
+"clangparser.h" "4"
+"codestylesettingspropertiespage.cpp" "4"
+"codestylesettingspropertiespage.h" "4"
+"codestylesettingspropertiespage.ui" "4"
+"compileoutputwindow.cpp" "4"
+"compileoutputwindow.h" "4"
+"configtaskhandler.cpp" "4"
+"configtaskhandler.h" "4"
+"copytaskhandler.cpp" "4"
+"copytaskhandler.h" "4"
+"corelistenercheckingforrunningbuild.cpp" "4"
+"corelistenercheckingforrunningbuild.h" "4"
+"currentprojectfilter.cpp" "4"
+"currentprojectfilter.h" "4"
+"currentprojectfind.cpp" "4"
+"currentprojectfind.h" "4"
+"customparser.cpp" "4"
+"customparser.h" "4"
+"customparserconfigdialog.cpp" "4"
+"customparserconfigdialog.h" "4"
+"customparserconfigdialog.ui" "4"
+"customtoolchain.cpp" "4"
+"customtoolchain.h" "4"
+"dependenciespanel.cpp" "4"
+"dependenciespanel.h" "4"
+"deployablefile.cpp" "4"
+"deployablefile.h" "4"
+"deployconfiguration.cpp" "4"
+"deployconfiguration.h" "4"
+"deployconfigurationmodel.cpp" "4"
+"deployconfigurationmodel.h" "4"
+"deploymentdata.h" "4"
+"deploymentdatamodel.cpp" "4"
+"deploymentdatamodel.h" "4"
+"deploymentdataview.cpp" "4"
+"deploymentdataview.h" "4"
+"deploymentdataview.ui" "4"
+"doubletabwidget.cpp" "4"
+"doubletabwidget.h" "4"
+"doubletabwidget.ui" "4"
+"editorconfiguration.cpp" "4"
+"editorconfiguration.h" "4"
+"editorsettingspropertiespage.cpp" "4"
+"editorsettingspropertiespage.h" "4"
+"editorsettingspropertiespage.ui" "4"
+"environmentaspect.cpp" "4"
+"environmentaspect.h" "4"
+"environmentaspectwidget.cpp" "4"
+"environmentaspectwidget.h" "4"
+"environmentitemswidget.cpp" "4"
+"environmentitemswidget.h" "4"
+"environmentwidget.cpp" "4"
+"environmentwidget.h" "4"
+"foldernavigationwidget.cpp" "4"
+"foldernavigationwidget.h" "4"
+"gccparser.cpp" "4"
+"gccparser.h" "4"
+"gcctoolchain.cpp" "4"
+"gcctoolchain.h" "4"
+"gcctoolchainfactories.h" "4"
+"gnumakeparser.cpp" "4"
+"gnumakeparser.h" "4"
+"headerpath.h" "4"
+"importwidget.cpp" "4"
+"importwidget.h" "4"
+"ioutputparser.cpp" "4"
+"ioutputparser.h" "4"
+"ipotentialkit.cpp" "4"
+"ipotentialkit.h" "4"
+"iprojectmanager.h" "4"
+"iprojectproperties.h" "4"
+"itaskhandler.h" "4"
+"kit.cpp" "4"
+"kit.h" "4"
+"kitchooser.cpp" "4"
+"kitchooser.h" "4"
+"kitconfigwidget.cpp" "4"
+"kitconfigwidget.h" "4"
+"kitinformation.cpp" "4"
+"kitinformation.h" "4"
+"kitinformationconfigwidget.cpp" "4"
+"kitinformationconfigwidget.h" "4"
+"kitmanager.cpp" "4"
+"kitmanager.h" "4"
+"kitmanagerconfigwidget.cpp" "4"
+"kitmanagerconfigwidget.h" "4"
+"kitmodel.cpp" "4"
+"kitmodel.h" "4"
+"kitoptionspage.cpp" "4"
+"kitoptionspage.h" "4"
+"ldparser.cpp" "4"
+"ldparser.h" "4"
+"linuxiccparser.cpp" "4"
+"linuxiccparser.h" "4"
+"localapplicationrunconfiguration.cpp" "4"
+"localapplicationrunconfiguration.h" "4"
+"localapplicationruncontrol.cpp" "4"
+"localapplicationruncontrol.h" "4"
+"localenvironmentaspect.cpp" "4"
+"localenvironmentaspect.h" "4"
+"metatypedeclarations.h" "4"
+"miniprojecttargetselector.cpp" "4"
+"miniprojecttargetselector.h" "4"
+"namedwidget.cpp" "4"
+"namedwidget.h" "4"
+"nodesvisitor.cpp" "4"
+"nodesvisitor.h" "4"
+"osparser.cpp" "4"
+"osparser.h" "4"
+"processparameters.cpp" "4"
+"processparameters.h" "4"
+"processstep.cpp" "4"
+"processstep.h" "4"
+"processstep.ui" "4"
+"project.cpp" "4"
+"project.h" "4"
+"projectconfiguration.cpp" "4"
+"projectconfiguration.h" "4"
+"projectexplorer.cpp" "4"
+"projectexplorer.h" "4"
+"projectexplorer.qrc" "4"
+"projectexplorer_export.h" "4"
+"projectexplorerconstants.h" "4"
+"projectexplorersettings.h" "4"
+"projectexplorersettingspage.cpp" "4"
+"projectexplorersettingspage.h" "4"
+"projectexplorersettingspage.ui" "4"
+"projectfilewizardextension.cpp" "4"
+"projectfilewizardextension.h" "4"
+"projectimporter.cpp" "4"
+"projectimporter.h" "4"
+"projectmacroexpander.cpp" "4"
+"projectmacroexpander.h" "4"
+"projectmodels.cpp" "4"
+"projectmodels.h" "4"
+"projectnodes.cpp" "4"
+"projectnodes.h" "4"
+"projecttreewidget.cpp" "4"
+"projecttreewidget.h" "4"
+"projectwindow.cpp" "4"
+"projectwindow.h" "4"
+"projectwizardpage.cpp" "4"
+"projectwizardpage.h" "4"
+"projectwizardpage.ui" "4"
+"removetaskhandler.cpp" "4"
+"removetaskhandler.h" "4"
+"runconfiguration.cpp" "4"
+"runconfiguration.h" "4"
+"runconfigurationmodel.cpp" "4"
+"runconfigurationmodel.h" "4"
+"runsettingspropertiespage.cpp" "4"
+"runsettingspropertiespage.h" "4"
+"selectablefilesmodel.cpp" "4"
+"selectablefilesmodel.h" "4"
+"session.cpp" "4"
+"session.h" "4"
+"sessiondialog.cpp" "4"
+"sessiondialog.h" "4"
+"sessiondialog.ui" "4"
+"settingsaccessor.cpp" "4"
+"settingsaccessor.h" "4"
+"showineditortaskhandler.cpp" "4"
+"showineditortaskhandler.h" "4"
+"showoutputtaskhandler.cpp" "4"
+"showoutputtaskhandler.h" "4"
+"target.cpp" "4"
+"target.h" "4"
+"targetselector.cpp" "4"
+"targetselector.h" "4"
+"targetsettingspanel.cpp" "4"
+"targetsettingspanel.h" "4"
+"targetsettingswidget.cpp" "4"
+"targetsettingswidget.h" "4"
+"targetsettingswidget.ui" "4"
+"targetsetuppage.cpp" "4"
+"targetsetuppage.h" "4"
+"targetsetupwidget.cpp" "4"
+"targetsetupwidget.h" "4"
+"task.cpp" "4"
+"task.h" "4"
+"taskhub.cpp" "4"
+"taskhub.h" "4"
+"taskmodel.cpp" "4"
+"taskmodel.h" "4"
+"taskwindow.cpp" "4"
+"taskwindow.h" "4"
+"toolchain.cpp" "4"
+"toolchain.h" "4"
+"toolchainconfigwidget.cpp" "4"
+"toolchainconfigwidget.h" "4"
+"toolchainmanager.cpp" "4"
+"toolchainmanager.h" "4"
+"toolchainoptionspage.cpp" "4"
+"toolchainoptionspage.h" "4"
+"unconfiguredprojectpanel.cpp" "4"
+"unconfiguredprojectpanel.h" "4"
+"vcsannotatetaskhandler.cpp" "4"
+"vcsannotatetaskhandler.h" "4"
+"xcodebuildparser.cpp" "4"
+"xcodebuildparser.h" "4"
+"Images" "3"
+"projectexplorer.qbs:209" "4"
+"images" "4"
+"build.png" "5"
+"build_32.png" "5"
+"build_small.png" "5"
+"BuildSettings.png" "5"
+"clean.png" "5"
+"clean_small.png" "5"
+"closetab.png" "5"
+"CodeStyleSettings.png" "5"
+"debugger_start.png" "5"
+"debugger_start_small.png" "5"
+"Desktop.png" "5"
+"DeviceConnected.png" "5"
+"DeviceDisconnected.png" "5"
+"DeviceReadyToUse.png" "5"
+"EditorSettings.png" "5"
+"findallprojects.png" "5"
+"findproject.png" "5"
+"leftselection.png" "5"
+"MaemoDevice.png" "5"
+"midselection.png" "5"
+"ProjectDependencies.png" "5"
+"projectexplorer.png" "5"
+"rebuild.png" "5"
+"rebuild_small.png" "5"
+"rightselection.png" "5"
+"run.png" "5"
+"run_small.png" "5"
+"RunSettings.png" "5"
+"session.png" "5"
+"Simulator.png" "5"
+"stop.png" "5"
+"stop_small.png" "5"
+"targetbuildselected.png" "5"
+"targetleftbutton.png" "5"
+"targetpanel_bottom.png" "5"
+"targetpanel_gradient.png" "5"
+"targetrightbutton.png" "5"
+"targetrunselected.png" "5"
+"targetseparatorbackground.png" "5"
+"targetunselected.png" "5"
+"window.png" "5"
+"MimeTypes" "3"
+"QtcPlugin.qbs:47" "4"
+"PluginSpec" "3"
+"QtcPlugin.qbs:41" "4"
+"ProjectExplorer.pluginspec.in" "4"
+"Project Welcome Page" "3"
+"projectexplorer.qbs:157" "4"
+"projectwelcomepage.cpp" "4"
+"projectwelcomepage.h" "4"
+"Tests" "3"
+"projectexplorer.qbs:274" "4"
+"outputparser_test.cpp" "4"
+"outputparser_test.h" "4"
+"WindowsToolChains" "3"
+"projectexplorer.qbs:257" "4"
+"abstractmsvctoolchain.cpp" "4"
+"abstractmsvctoolchain.h" "4"
+"msvcparser.cpp" "4"
+"msvcparser.h" "4"
+"msvctoolchain.cpp" "4"
+"msvctoolchain.h" "4"
+"wincetoolchain.cpp" "4"
+"wincetoolchain.h" "4"
+"windebuginterface.cpp" "4"
+"windebuginterface.h" "4"
+"ptracepreload" "2"
+"ptracepreload.qbs:4" "3"
+"ptracepreload.c" "3"
+"PythonEditor" "2"
+"pythoneditor.qbs:5" "3"
+"General" "3"
+"pythoneditor.qbs:16" "4"
+"pythoneditor.cpp" "4"
+"pythoneditor.h" "4"
+"pythoneditorconstants.h" "4"
+"pythoneditorfactory.cpp" "4"
+"pythoneditorfactory.h" "4"
+"pythoneditorplugin.cpp" "4"
+"pythoneditorplugin.h" "4"
+"pythoneditorplugin.qrc" "4"
+"pythoneditorwidget.cpp" "4"
+"pythoneditorwidget.h" "4"
+"MimeTypes" "3"
+"QtcPlugin.qbs:47" "4"
+"PythonEditor.mimetypes.xml" "4"
+"PluginSpec" "3"
+"QtcPlugin.qbs:41" "4"
+"PythonEditor.pluginspec.in" "4"
+"Tools" "3"
+"pythoneditor.qbs:28" "4"
+"tools" "4"
+"lexical" "5"
+"pythonformattoken.h" "6"
+"pythonscanner.cpp" "6"
+"pythonscanner.h" "6"
+"sourcecodestream.h" "6"
+"pythonhighlighter.cpp" "5"
+"pythonhighlighter.h" "5"
+"pythonindenter.cpp" "5"
+"pythonindenter.h" "5"
+"Wizard" "3"
+"pythoneditor.qbs:40" "4"
+"wizard" "4"
+"pythonclassnamepage.cpp" "5"
+"pythonclassnamepage.h" "5"
+"pythonclasswizard.cpp" "5"
+"pythonclasswizard.h" "5"
+"pythonclasswizarddialog.cpp" "5"
+"pythonclasswizarddialog.h" "5"
+"pythonfilewizard.cpp" "5"
+"pythonfilewizard.h" "5"
+"pythonsourcegenerator.cpp" "5"
+"pythonsourcegenerator.h" "5"
+"QbsProjectManager" "2"
+"qbsprojectmanager.qbs:6" "3"
+"MimeTypes" "3"
+"QtcPlugin.qbs:47" "4"
+"PluginSpec" "3"
+"QtcPlugin.qbs:41" "4"
+"QbsProjectManager.pluginspec.in" "4"
+"defaultpropertyprovider.cpp" "3"
+"defaultpropertyprovider.h" "3"
+"propertyprovider.h" "3"
+"qbsbuildconfiguration.cpp" "3"
+"qbsbuildconfiguration.h" "3"
+"qbsbuildconfigurationwidget.cpp" "3"
+"qbsbuildconfigurationwidget.h" "3"
+"qbsbuildinfo.h" "3"
+"qbsbuildstep.cpp" "3"
+"qbsbuildstep.h" "3"
+"qbsbuildstepconfigwidget.ui" "3"
+"qbscleanstep.cpp" "3"
+"qbscleanstep.h" "3"
+"qbscleanstepconfigwidget.ui" "3"
+"qbsconstants.h" "3"
+"qbsdeployconfigurationfactory.cpp" "3"
+"qbsdeployconfigurationfactory.h" "3"
+"qbsinstallstep.cpp" "3"
+"qbsinstallstep.h" "3"
+"qbsinstallstepconfigwidget.ui" "3"
+"qbslogsink.cpp" "3"
+"qbslogsink.h" "3"
+"qbsnodes.cpp" "3"
+"qbsnodes.h" "3"
+"qbsparser.cpp" "3"
+"qbsparser.h" "3"
+"qbsproject.cpp" "3"
+"qbsproject.h" "3"
+"qbsprojectfile.cpp" "3"
+"qbsprojectfile.h" "3"
+"qbsprojectmanager.cpp" "3"
+"qbsprojectmanager.h" "3"
+"qbsprojectmanager.qrc" "3"
+"qbsprojectmanager_global.h" "3"
+"qbsprojectmanagerconstants.h" "3"
+"qbsprojectmanagerplugin.cpp" "3"
+"qbsprojectmanagerplugin.h" "3"
+"qbsprojectparser.cpp" "3"
+"qbsprojectparser.h" "3"
+"qbspropertylineedit.cpp" "3"
+"qbspropertylineedit.h" "3"
+"qbsrunconfiguration.cpp" "3"
+"qbsrunconfiguration.h" "3"
+"QmakeProjectManager" "2"
+"qmakeprojectmanager.qbs:5" "3"
+"Custom Widget Wizard" "3"
+"qmakeprojectmanager.qbs:60" "4"
+"customwidgetwizard" "4"
+"classdefinition.cpp" "5"
+"classdefinition.h" "5"
+"classdefinition.ui" "5"
+"classlist.cpp" "5"
+"classlist.h" "5"
+"customwidgetpluginwizardpage.cpp" "5"
+"customwidgetpluginwizardpage.h" "5"
+"customwidgetpluginwizardpage.ui" "5"
+"customwidgetwidgetswizardpage.cpp" "5"
+"customwidgetwidgetswizardpage.h" "5"
+"customwidgetwidgetswizardpage.ui" "5"
+"customwidgetwizard.cpp" "5"
+"customwidgetwizard.h" "5"
+"customwidgetwizarddialog.cpp" "5"
+"customwidgetwizarddialog.h" "5"
+"filenamingparameters.h" "5"
+"plugingenerator.cpp" "5"
+"plugingenerator.h" "5"
+"pluginoptions.h" "5"
+"General" "3"
+"qmakeprojectmanager.qbs:25" "4"
+"addlibrarywizard.cpp" "4"
+"addlibrarywizard.h" "4"
+"desktopqmakerunconfiguration.cpp" "4"
+"desktopqmakerunconfiguration.h" "4"
+"externaleditors.cpp" "4"
+"externaleditors.h" "4"
+"findqmakeprofiles.cpp" "4"
+"findqmakeprofiles.h" "4"
+"librarydetailscontroller.cpp" "4"
+"librarydetailscontroller.h" "4"
+"librarydetailswidget.ui" "4"
+"makestep.cpp" "4"
+"makestep.h" "4"
+"makestep.ui" "4"
+"profilecompletionassist.cpp" "4"
+"profilecompletionassist.h" "4"
+"profileeditor.cpp" "4"
+"profileeditor.h" "4"
+"profileeditorfactory.cpp" "4"
+"profileeditorfactory.h" "4"
+"profilehighlighter.cpp" "4"
+"profilehighlighter.h" "4"
+"profilehoverhandler.cpp" "4"
+"profilehoverhandler.h" "4"
+"qmakebuildconfiguration.cpp" "4"
+"qmakebuildconfiguration.h" "4"
+"qmakebuildinfo.h" "4"
+"qmakekitconfigwidget.cpp" "4"
+"qmakekitconfigwidget.h" "4"
+"qmakekitinformation.cpp" "4"
+"qmakekitinformation.h" "4"
+"qmakenodes.cpp" "4"
+"qmakenodes.h" "4"
+"qmakeparser.cpp" "4"
+"qmakeparser.h" "4"
+"qmakeproject.cpp" "4"
+"qmakeproject.h" "4"
+"qmakeprojectconfigwidget.cpp" "4"
+"qmakeprojectconfigwidget.h" "4"
+"qmakeprojectconfigwidget.ui" "4"
+"qmakeprojectimporter.cpp" "4"
+"qmakeprojectimporter.h" "4"
+"qmakeprojectmanager.cpp" "4"
+"qmakeprojectmanager.h" "4"
+"qmakeprojectmanager.qrc" "4"
+"qmakeprojectmanager_global.h" "4"
+"qmakeprojectmanagerconstants.h" "4"
+"qmakeprojectmanagerplugin.cpp" "4"
+"qmakeprojectmanagerplugin.h" "4"
+"qmakerunconfigurationfactory.cpp" "4"
+"qmakerunconfigurationfactory.h" "4"
+"qmakestep.cpp" "4"
+"qmakestep.h" "4"
+"qmakestep.ui" "4"
+"qtmodulesinfo.cpp" "4"
+"qtmodulesinfo.h" "4"
+"Images" "3"
+"qmakeprojectmanager.qbs:76" "4"
+"images" "4"
+"headers.png" "5"
+"run_qmake.png" "5"
+"run_qmake_small.png" "5"
+"sources.png" "5"
+"unknown.png" "5"
+"MimeTypes" "3"
+"QtcPlugin.qbs:47" "4"
+"QmakeProjectManager.mimetypes.xml" "4"
+"PluginSpec" "3"
+"QtcPlugin.qbs:41" "4"
+"QmakeProjectManager.pluginspec.in" "4"
+"Wizard Images" "3"
+"qmakeprojectmanager.qbs:120" "4"
+"wizards/images" "4"
+"console.png" "5"
+"gui.png" "5"
+"lib.png" "5"
+"qtquickapp.png" "5"
+"Wizards" "3"
+"qmakeprojectmanager.qbs:88" "4"
+"wizards" "4"
+"abstractmobileapp.cpp" "5"
+"abstractmobileapp.h" "5"
+"abstractmobileappwizard.cpp" "5"
+"abstractmobileappwizard.h" "5"
+"consoleappwizard.cpp" "5"
+"consoleappwizard.h" "5"
+"consoleappwizarddialog.cpp" "5"
+"consoleappwizarddialog.h" "5"
+"emptyprojectwizard.cpp" "5"
+"emptyprojectwizard.h" "5"
+"emptyprojectwizarddialog.cpp" "5"
+"emptyprojectwizarddialog.h" "5"
+"filespage.cpp" "5"
+"filespage.h" "5"
+"guiappwizard.cpp" "5"
+"guiappwizard.h" "5"
+"guiappwizarddialog.cpp" "5"
+"guiappwizarddialog.h" "5"
+"libraryparameters.cpp" "5"
+"libraryparameters.h" "5"
+"librarywizard.cpp" "5"
+"librarywizard.h" "5"
+"librarywizarddialog.cpp" "5"
+"librarywizarddialog.h" "5"
+"modulespage.cpp" "5"
+"modulespage.h" "5"
+"qtprojectparameters.cpp" "5"
+"qtprojectparameters.h" "5"
+"qtquickapp.cpp" "5"
+"qtquickapp.h" "5"
+"qtquickappwizard.cpp" "5"
+"qtquickappwizard.h" "5"
+"qtquickappwizardpages.cpp" "5"
+"qtquickappwizardpages.h" "5"
+"qtwizard.cpp" "5"
+"qtwizard.h" "5"
+"subdirsprojectwizard.cpp" "5"
+"subdirsprojectwizard.h" "5"
+"subdirsprojectwizarddialog.cpp" "5"
+"subdirsprojectwizarddialog.h" "5"
+"testwizard.cpp" "5"
+"testwizard.h" "5"
+"testwizarddialog.cpp" "5"
+"testwizarddialog.h" "5"
+"testwizardpage.cpp" "5"
+"testwizardpage.h" "5"
+"testwizardpage.ui" "5"
+"wizards.qrc" "5"
+"QmlJSEditor" "2"
+"qmljseditor.qbs:5" "3"
+"MimeTypes" "3"
+"QtcPlugin.qbs:47" "4"
+"PluginSpec" "3"
+"QtcPlugin.qbs:41" "4"
+"QmlJSEditor.pluginspec.in" "4"
+"images" "3"
+"qmlfile.png" "4"
+"jsfilewizard.cpp" "3"
+"jsfilewizard.h" "3"
+"qmlexpressionundercursor.cpp" "3"
+"qmlexpressionundercursor.h" "3"
+"qmlfilewizard.cpp" "3"
+"qmlfilewizard.h" "3"
+"qmljsautocompleter.cpp" "3"
+"qmljsautocompleter.h" "3"
+"qmljscompletionassist.cpp" "3"
+"qmljscompletionassist.h" "3"
+"qmljscomponentfromobjectdef.cpp" "3"
+"qmljscomponentfromobjectdef.h" "3"
+"qmljscomponentnamedialog.cpp" "3"
+"qmljscomponentnamedialog.h" "3"
+"qmljscomponentnamedialog.ui" "3"
+"qmljseditor.cpp" "3"
+"qmljseditor.h" "3"
+"qmljseditor.qrc" "3"
+"qmljseditor_global.h" "3"
+"qmljseditorconstants.h" "3"
+"qmljseditordocument.cpp" "3"
+"qmljseditordocument.h" "3"
+"qmljseditordocument_p.h" "3"
+"qmljseditoreditable.cpp" "3"
+"qmljseditoreditable.h" "3"
+"qmljseditorfactory.cpp" "3"
+"qmljseditorfactory.h" "3"
+"qmljseditorplugin.cpp" "3"
+"qmljseditorplugin.h" "3"
+"qmljsfindreferences.cpp" "3"
+"qmljsfindreferences.h" "3"
+"qmljshighlighter.cpp" "3"
+"qmljshighlighter.h" "3"
+"qmljshoverhandler.cpp" "3"
+"qmljshoverhandler.h" "3"
+"qmljsoutline.cpp" "3"
+"qmljsoutline.h" "3"
+"qmljsoutlinetreeview.cpp" "3"
+"qmljsoutlinetreeview.h" "3"
+"qmljspreviewrunner.cpp" "3"
+"qmljspreviewrunner.h" "3"
+"qmljsquickfix.cpp" "3"
+"qmljsquickfix.h" "3"
+"qmljsquickfixassist.cpp" "3"
+"qmljsquickfixassist.h" "3"
+"qmljsquickfixes.cpp" "3"
+"qmljsreuse.cpp" "3"
+"qmljsreuse.h" "3"
+"qmljssemantichighlighter.cpp" "3"
+"qmljssemantichighlighter.h" "3"
+"qmljssemanticinfoupdater.cpp" "3"
+"qmljssemanticinfoupdater.h" "3"
+"qmljssnippetprovider.cpp" "3"
+"qmljssnippetprovider.h" "3"
+"qmljswrapinloader.cpp" "3"
+"qmljswrapinloader.h" "3"
+"qmloutlinemodel.cpp" "3"
+"qmloutlinemodel.h" "3"
+"qmltaskmanager.cpp" "3"
+"qmltaskmanager.h" "3"
+"quicktoolbar.cpp" "3"
+"quicktoolbar.h" "3"
+"quicktoolbarsettingspage.cpp" "3"
+"quicktoolbarsettingspage.h" "3"
+"quicktoolbarsettingspage.ui" "3"
+"QmlJSTools" "2"
+"qmljstools.qbs:5" "3"
+"MimeTypes" "3"
+"QtcPlugin.qbs:47" "4"
+"QmlJSTools.mimetypes.xml" "4"
+"PluginSpec" "3"
+"QtcPlugin.qbs:41" "4"
+"QmlJSTools.pluginspec.in" "4"
+"Tests" "3"
+"qmljstools.qbs:68" "4"
+"qmljstools_test.cpp" "4"
+"qmlconsoleedit.cpp" "3"
+"qmlconsoleedit.h" "3"
+"qmlconsoleitemdelegate.cpp" "3"
+"qmlconsoleitemdelegate.h" "3"
+"qmlconsoleitemmodel.cpp" "3"
+"qmlconsoleitemmodel.h" "3"
+"qmlconsolemanager.cpp" "3"
+"qmlconsolemanager.h" "3"
+"qmlconsolepane.cpp" "3"
+"qmlconsolepane.h" "3"
+"qmlconsoleproxymodel.cpp" "3"
+"qmlconsoleproxymodel.h" "3"
+"qmlconsoleview.cpp" "3"
+"qmlconsoleview.h" "3"
+"qmljsbundleprovider.cpp" "3"
+"qmljsbundleprovider.h" "3"
+"qmljscodestylepreferencesfactory.cpp" "3"
+"qmljscodestylepreferencesfactory.h" "3"
+"qmljscodestylesettingspage.cpp" "3"
+"qmljscodestylesettingspage.h" "3"
+"qmljscodestylesettingspage.ui" "3"
+"qmljsfunctionfilter.cpp" "3"
+"qmljsfunctionfilter.h" "3"
+"qmljsindenter.cpp" "3"
+"qmljsindenter.h" "3"
+"qmljsinterpreter.cpp" "3"
+"qmljsinterpreter.h" "3"
+"qmljslocatordata.cpp" "3"
+"qmljslocatordata.h" "3"
+"qmljsmodelmanager.cpp" "3"
+"qmljsmodelmanager.h" "3"
+"qmljsqtstylecodeformatter.cpp" "3"
+"qmljsqtstylecodeformatter.h" "3"
+"qmljsrefactoringchanges.cpp" "3"
+"qmljsrefactoringchanges.h" "3"
+"qmljssemanticinfo.cpp" "3"
+"qmljssemanticinfo.h" "3"
+"qmljstools.qrc" "3"
+"qmljstools_global.h" "3"
+"qmljstoolsconstants.h" "3"
+"qmljstoolsplugin.cpp" "3"
+"qmljstoolsplugin.h" "3"
+"qmljstoolssettings.cpp" "3"
+"qmljstoolssettings.h" "3"
+"QmlProfiler" "2"
+"qmlprofiler.qbs:5" "3"
+"General" "3"
+"qmlprofiler.qbs:23" "4"
+"abstractqmlprofilerrunner.h" "4"
+"abstracttimelinemodel.cpp" "4"
+"abstracttimelinemodel.h" "4"
+"abstracttimelinemodel_p.h" "4"
+"localqmlprofilerrunner.cpp" "4"
+"localqmlprofilerrunner.h" "4"
+"qmlprofiler_global.h" "4"
+"qmlprofilerattachdialog.cpp" "4"
+"qmlprofilerattachdialog.h" "4"
+"qmlprofilerbasemodel.cpp" "4"
+"qmlprofilerbasemodel.h" "4"
+"qmlprofilerbasemodel_p.h" "4"
+"qmlprofilerclientmanager.cpp" "4"
+"qmlprofilerclientmanager.h" "4"
+"qmlprofilerconstants.h" "4"
+"qmlprofilerdatamodel.cpp" "4"
+"qmlprofilerdatamodel.h" "4"
+"qmlprofilerdetailsrewriter.cpp" "4"
+"qmlprofilerdetailsrewriter.h" "4"
+"qmlprofilerengine.cpp" "4"
+"qmlprofilerengine.h" "4"
+"qmlprofilereventsmodelproxy.cpp" "4"
+"qmlprofilereventsmodelproxy.h" "4"
+"qmlprofilereventview.cpp" "4"
+"qmlprofilereventview.h" "4"
+"qmlprofilermodelmanager.cpp" "4"
+"qmlprofilermodelmanager.h" "4"
+"qmlprofilerpainteventsmodelproxy.cpp" "4"
+"qmlprofilerpainteventsmodelproxy.h" "4"
+"qmlprofilerplugin.cpp" "4"
+"qmlprofilerplugin.h" "4"
+"qmlprofilerruncontrolfactory.cpp" "4"
+"qmlprofilerruncontrolfactory.h" "4"
+"qmlprofilerstatemanager.cpp" "4"
+"qmlprofilerstatemanager.h" "4"
+"qmlprofilerstatewidget.cpp" "4"
+"qmlprofilerstatewidget.h" "4"
+"qmlprofilertimelinemodelproxy.cpp" "4"
+"qmlprofilertimelinemodelproxy.h" "4"
+"qmlprofilertool.cpp" "4"
+"qmlprofilertool.h" "4"
+"qmlprofilertracefile.cpp" "4"
+"qmlprofilertracefile.h" "4"
+"qmlprofilertraceview.cpp" "4"
+"qmlprofilertraceview.h" "4"
+"qmlprofilertreeview.cpp" "4"
+"qmlprofilertreeview.h" "4"
+"qmlprofilerviewmanager.cpp" "4"
+"qmlprofilerviewmanager.h" "4"
+"qv8profilerdatamodel.cpp" "4"
+"qv8profilerdatamodel.h" "4"
+"qv8profilereventview.cpp" "4"
+"qv8profilereventview.h" "4"
+"sortedtimelinemodel.cpp" "4"
+"sortedtimelinemodel.h" "4"
+"timelinemodelaggregator.cpp" "4"
+"timelinemodelaggregator.h" "4"
+"timelinerenderer.cpp" "4"
+"timelinerenderer.h" "4"
+"MimeTypes" "3"
+"QtcPlugin.qbs:47" "4"
+"PluginSpec" "3"
+"QtcPlugin.qbs:41" "4"
+"QmlProfiler.pluginspec.in" "4"
+"QML" "3"
+"qmlprofiler.qbs:59" "4"
+"qml" "4"
+"ButtonsBar.qml" "5"
+"CategoryLabel.qml" "5"
+"Detail.qml" "5"
+"MainView.qml" "5"
+"Overview.js" "5"
+"Overview.qml" "5"
+"qmlprofiler.qrc" "5"
+"RangeDetails.qml" "5"
+"RangeMover.qml" "5"
+"SelectionRange.qml" "5"
+"SelectionRangeDetails.qml" "5"
+"TimeDisplay.qml" "5"
+"TimeMarks.qml" "5"
+"QmlProjectManager" "2"
+"qmlprojectmanager.qbs:5" "3"
+"File Format" "3"
+"qmlprojectmanager.qbs:39" "4"
+"fileformat" "4"
+"filefilteritems.cpp" "5"
+"filefilteritems.h" "5"
+"qmlprojectfileformat.cpp" "5"
+"qmlprojectfileformat.h" "5"
+"qmlprojectitem.cpp" "5"
+"qmlprojectitem.h" "5"
+"General" "3"
+"qmlprojectmanager.qbs:17" "4"
+"qmlapp.cpp" "4"
+"qmlapp.h" "4"
+"qmlapplicationwizard.cpp" "4"
+"qmlapplicationwizard.h" "4"
+"qmlapplicationwizardpages.cpp" "4"
+"qmlapplicationwizardpages.h" "4"
+"qmlproject.cpp" "4"
+"qmlproject.h" "4"
+"qmlproject.qrc" "4"
+"qmlprojectconstants.h" "4"
+"qmlprojectenvironmentaspect.cpp" "4"
+"qmlprojectenvironmentaspect.h" "4"
+"qmlprojectfile.cpp" "4"
+"qmlprojectfile.h" "4"
+"qmlprojectmanager.cpp" "4"
+"qmlprojectmanager.h" "4"
+"qmlprojectmanager_global.h" "4"
+"qmlprojectmanagerconstants.h" "4"
+"qmlprojectnodes.cpp" "4"
+"qmlprojectnodes.h" "4"
+"qmlprojectplugin.cpp" "4"
+"qmlprojectplugin.h" "4"
+"qmlprojectrunconfiguration.cpp" "4"
+"qmlprojectrunconfiguration.h" "4"
+"qmlprojectrunconfigurationfactory.cpp" "4"
+"qmlprojectrunconfigurationfactory.h" "4"
+"qmlprojectrunconfigurationwidget.cpp" "4"
+"qmlprojectrunconfigurationwidget.h" "4"
+"MimeTypes" "3"
+"QtcPlugin.qbs:47" "4"
+"QmlProjectManager.mimetypes.xml" "4"
+"PluginSpec" "3"
+"QtcPlugin.qbs:41" "4"
+"QmlProjectManager.pluginspec.in" "4"
+"Qnx" "2"
+"qnx.qbs:5" "3"
+"CascadesImport" "3"
+"qnx.qbs:276" "4"
+"cascadesimport" "4"
+"bardescriptorconverter.cpp" "5"
+"bardescriptorconverter.h" "5"
+"cascadesimport.qrc" "5"
+"cascadesimportwizard.cpp" "5"
+"cascadesimportwizard.h" "5"
+"fileconverter.cpp" "5"
+"fileconverter.h" "5"
+"importlog.cpp" "5"
+"importlog.h" "5"
+"importlogconverter.cpp" "5"
+"importlogconverter.h" "5"
+"projectfileconverter.cpp" "5"
+"projectfileconverter.h" "5"
+"srcprojectpathchooser.cpp" "5"
+"srcprojectpathchooser.h" "5"
+"srcprojectwizardpage.cpp" "5"
+"srcprojectwizardpage.h" "5"
+"srcprojectwizardpage.ui" "5"
+"MimeTypes" "3"
+"QtcPlugin.qbs:47" "4"
+"PluginSpec" "3"
+"QtcPlugin.qbs:41" "4"
+"Qnx.pluginspec.in" "4"
+"images" "3"
+"target-small.png" "4"
+"target.png" "4"
+"bardescriptordocument.cpp" "3"
+"bardescriptordocument.h" "3"
+"bardescriptoreditor.cpp" "3"
+"bardescriptoreditor.h" "3"
+"bardescriptoreditorabstractpanelwidget.cpp" "3"
+"bardescriptoreditorabstractpanelwidget.h" "3"
+"bardescriptoreditorassetswidget.cpp" "3"
+"bardescriptoreditorassetswidget.h" "3"
+"bardescriptoreditorassetswidget.ui" "3"
+"bardescriptoreditorauthorinformationwidget.cpp" "3"
+"bardescriptoreditorauthorinformationwidget.h" "3"
+"bardescriptoreditorauthorinformationwidget.ui" "3"
+"bardescriptoreditorentrypointwidget.cpp" "3"
+"bardescriptoreditorentrypointwidget.h" "3"
+"bardescriptoreditorentrypointwidget.ui" "3"
+"bardescriptoreditorenvironmentwidget.cpp" "3"
+"bardescriptoreditorenvironmentwidget.h" "3"
+"bardescriptoreditorenvironmentwidget.ui" "3"
+"bardescriptoreditorfactory.cpp" "3"
+"bardescriptoreditorfactory.h" "3"
+"bardescriptoreditorgeneralwidget.cpp" "3"
+"bardescriptoreditorgeneralwidget.h" "3"
+"bardescriptoreditorgeneralwidget.ui" "3"
+"bardescriptoreditorpackageinformationwidget.cpp" "3"
+"bardescriptoreditorpackageinformationwidget.h" "3"
+"bardescriptoreditorpackageinformationwidget.ui" "3"
+"bardescriptoreditorpermissionswidget.cpp" "3"
+"bardescriptoreditorpermissionswidget.h" "3"
+"bardescriptoreditorpermissionswidget.ui" "3"
+"bardescriptoreditorwidget.cpp" "3"
+"bardescriptoreditorwidget.h" "3"
+"bardescriptorfilenode.cpp" "3"
+"bardescriptorfilenode.h" "3"
+"bardescriptorfilenodemanager.cpp" "3"
+"bardescriptorfilenodemanager.h" "3"
+"bardescriptormagicmatcher.cpp" "3"
+"bardescriptormagicmatcher.h" "3"
+"bardescriptorpermissionsmodel.cpp" "3"
+"bardescriptorpermissionsmodel.h" "3"
+"blackberryabstractdeploystep.cpp" "3"
+"blackberryabstractdeploystep.h" "3"
+"blackberryapilevelconfiguration.cpp" "3"
+"blackberryapilevelconfiguration.h" "3"
+"blackberryapplicationrunner.cpp" "3"
+"blackberryapplicationrunner.h" "3"
+"blackberrycertificate.cpp" "3"
+"blackberrycertificate.h" "3"
+"blackberrycheckdevicestatusstep.cpp" "3"
+"blackberrycheckdevicestatusstep.h" "3"
+"blackberrycheckdevicestatusstepconfigwidget.cpp" "3"
+"blackberrycheckdevicestatusstepconfigwidget.h" "3"
+"blackberrycheckdevicestatusstepconfigwidget.ui" "3"
+"blackberrycheckdevicestatusstepfactory.cpp" "3"
+"blackberrycheckdevicestatusstepfactory.h" "3"
+"blackberryconfigurationmanager.cpp" "3"
+"blackberryconfigurationmanager.h" "3"
+"blackberrycreatecertificatedialog.cpp" "3"
+"blackberrycreatecertificatedialog.h" "3"
+"blackberrycreatecertificatedialog.ui" "3"
+"blackberrycreatepackagestep.cpp" "3"
+"blackberrycreatepackagestep.h" "3"
+"blackberrycreatepackagestepconfigwidget.cpp" "3"
+"blackberrycreatepackagestepconfigwidget.h" "3"
+"blackberrycreatepackagestepconfigwidget.ui" "3"
+"blackberrycreatepackagestepfactory.cpp" "3"
+"blackberrycreatepackagestepfactory.h" "3"
+"blackberrydebugsupport.cpp" "3"
+"blackberrydebugsupport.h" "3"
+"blackberrydebugtokenpinsdialog.cpp" "3"
+"blackberrydebugtokenpinsdialog.h" "3"
+"blackberrydebugtokenpinsdialog.ui" "3"
+"blackberrydebugtokenreader.cpp" "3"
+"blackberrydebugtokenreader.h" "3"
+"blackberrydebugtokenrequestdialog.cpp" "3"
+"blackberrydebugtokenrequestdialog.h" "3"
+"blackberrydebugtokenrequestdialog.ui" "3"
+"blackberrydebugtokenrequester.cpp" "3"
+"blackberrydebugtokenrequester.h" "3"
+"blackberrydebugtokenuploader.cpp" "3"
+"blackberrydebugtokenuploader.h" "3"
+"blackberrydeployconfiguration.cpp" "3"
+"blackberrydeployconfiguration.h" "3"
+"blackberrydeployconfigurationfactory.cpp" "3"
+"blackberrydeployconfigurationfactory.h" "3"
+"blackberrydeployconfigurationwidget.cpp" "3"
+"blackberrydeployconfigurationwidget.h" "3"
+"blackberrydeployconfigurationwidget.ui" "3"
+"blackberrydeployinformation.cpp" "3"
+"blackberrydeployinformation.h" "3"
+"blackberrydeploystep.cpp" "3"
+"blackberrydeploystep.h" "3"
+"blackberrydeploystepconfigwidget.cpp" "3"
+"blackberrydeploystepconfigwidget.h" "3"
+"blackberrydeploystepfactory.cpp" "3"
+"blackberrydeploystepfactory.h" "3"
+"blackberrydeviceconfiguration.cpp" "3"
+"blackberrydeviceconfiguration.h" "3"
+"blackberrydeviceconfigurationfactory.cpp" "3"
+"blackberrydeviceconfigurationfactory.h" "3"
+"blackberrydeviceconfigurationwidget.cpp" "3"
+"blackberrydeviceconfigurationwidget.h" "3"
+"blackberrydeviceconfigurationwidget.ui" "3"
+"blackberrydeviceconfigurationwizard.cpp" "3"
+"blackberrydeviceconfigurationwizard.h" "3"
+"blackberrydeviceconfigurationwizardconfigpage.ui" "3"
+"blackberrydeviceconfigurationwizardpages.cpp" "3"
+"blackberrydeviceconfigurationwizardpages.h" "3"
+"blackberrydeviceconfigurationwizardquerypage.ui" "3"
+"blackberrydeviceconfigurationwizardsetuppage.ui" "3"
+"blackberrydeviceconnection.cpp" "3"
+"blackberrydeviceconnection.h" "3"
+"blackberrydeviceconnectionmanager.cpp" "3"
+"blackberrydeviceconnectionmanager.h" "3"
+"blackberrydeviceinformation.cpp" "3"
+"blackberrydeviceinformation.h" "3"
+"blackberrydevicelistdetector.cpp" "3"
+"blackberrydevicelistdetector.h" "3"
+"blackberryimportcertificatedialog.cpp" "3"
+"blackberryimportcertificatedialog.h" "3"
+"blackberryimportcertificatedialog.ui" "3"
+"blackberryinstallwizard.cpp" "3"
+"blackberryinstallwizard.h" "3"
+"blackberryinstallwizardndkpage.ui" "3"
+"blackberryinstallwizardoptionpage.ui" "3"
+"blackberryinstallwizardpages.cpp" "3"
+"blackberryinstallwizardpages.h" "3"
+"blackberryinstallwizardprocesspage.ui" "3"
+"blackberryinstallwizardtargetpage.ui" "3"
+"blackberrykeyspage.cpp" "3"
+"blackberrykeyspage.h" "3"
+"blackberrykeyswidget.cpp" "3"
+"blackberrykeyswidget.h" "3"
+"blackberrykeyswidget.ui" "3"
+"blackberrylogprocessrunner.cpp" "3"
+"blackberrylogprocessrunner.h" "3"
+"blackberryndkprocess.cpp" "3"
+"blackberryndkprocess.h" "3"
+"blackberryndksettingspage.cpp" "3"
+"blackberryndksettingspage.h" "3"
+"blackberryndksettingswidget.cpp" "3"
+"blackberryndksettingswidget.h" "3"
+"blackberryndksettingswidget.ui" "3"
+"blackberrypotentialkit.cpp" "3"
+"blackberrypotentialkit.h" "3"
+"blackberryprocessparser.cpp" "3"
+"blackberryprocessparser.h" "3"
+"blackberryqtversion.cpp" "3"
+"blackberryqtversion.h" "3"
+"blackberryqtversionfactory.cpp" "3"
+"blackberryqtversionfactory.h" "3"
+"blackberryrunconfiguration.cpp" "3"
+"blackberryrunconfiguration.h" "3"
+"blackberryrunconfigurationfactory.cpp" "3"
+"blackberryrunconfigurationfactory.h" "3"
+"blackberryrunconfigurationwidget.cpp" "3"
+"blackberryrunconfigurationwidget.h" "3"
+"blackberryrunconfigurationwidget.ui" "3"
+"blackberryruncontrol.cpp" "3"
+"blackberryruncontrol.h" "3"
+"blackberryruncontrolfactory.cpp" "3"
+"blackberryruncontrolfactory.h" "3"
+"blackberryruntimeconfiguration.cpp" "3"
+"blackberryruntimeconfiguration.h" "3"
+"blackberrysetuppage.cpp" "3"
+"blackberrysetuppage.h" "3"
+"blackberrysetupwidget.cpp" "3"
+"blackberrysetupwidget.h" "3"
+"blackberrysigningpasswordsdialog.cpp" "3"
+"blackberrysigningpasswordsdialog.h" "3"
+"blackberrysigningpasswordsdialog.ui" "3"
+"blackberrysigningutils.cpp" "3"
+"blackberrysigningutils.h" "3"
+"blackberrysshkeysgenerator.cpp" "3"
+"blackberrysshkeysgenerator.h" "3"
+"pathchooserdelegate.cpp" "3"
+"pathchooserdelegate.h" "3"
+"qnx.qrc" "3"
+"qnxabstractqtversion.cpp" "3"
+"qnxabstractqtversion.h" "3"
+"qnxabstractrunsupport.cpp" "3"
+"qnxabstractrunsupport.h" "3"
+"qnxanalyzesupport.cpp" "3"
+"qnxanalyzesupport.h" "3"
+"qnxattachdebugdialog.cpp" "3"
+"qnxattachdebugdialog.h" "3"
+"qnxattachdebugsupport.cpp" "3"
+"qnxattachdebugsupport.h" "3"
+"qnxbaseconfiguration.cpp" "3"
+"qnxbaseconfiguration.h" "3"
+"qnxbaseqtconfigwidget.cpp" "3"
+"qnxbaseqtconfigwidget.h" "3"
+"qnxbaseqtconfigwidget.ui" "3"
+"qnxconfiguration.cpp" "3"
+"qnxconfiguration.h" "3"
+"qnxconfigurationmanager.cpp" "3"
+"qnxconfigurationmanager.h" "3"
+"qnxconstants.h" "3"
+"qnxdebugsupport.cpp" "3"
+"qnxdebugsupport.h" "3"
+"qnxdeployconfiguration.cpp" "3"
+"qnxdeployconfiguration.h" "3"
+"qnxdeployconfigurationfactory.cpp" "3"
+"qnxdeployconfigurationfactory.h" "3"
+"qnxdeployqtlibrariesdialog.cpp" "3"
+"qnxdeployqtlibrariesdialog.h" "3"
+"qnxdeployqtlibrariesdialog.ui" "3"
+"qnxdeploystepfactory.cpp" "3"
+"qnxdeploystepfactory.h" "3"
+"qnxdeviceconfiguration.cpp" "3"
+"qnxdeviceconfiguration.h" "3"
+"qnxdeviceconfigurationfactory.cpp" "3"
+"qnxdeviceconfigurationfactory.h" "3"
+"qnxdeviceconfigurationwizard.cpp" "3"
+"qnxdeviceconfigurationwizard.h" "3"
+"qnxdeviceconfigurationwizardpages.cpp" "3"
+"qnxdeviceconfigurationwizardpages.h" "3"
+"qnxdeviceprocesslist.cpp" "3"
+"qnxdeviceprocesslist.h" "3"
+"qnxdeviceprocesssignaloperation.cpp" "3"
+"qnxdeviceprocesssignaloperation.h" "3"
+"qnxdevicetester.cpp" "3"
+"qnxdevicetester.h" "3"
+"qnxplugin.cpp" "3"
+"qnxplugin.h" "3"
+"qnxqtversion.cpp" "3"
+"qnxqtversion.h" "3"
+"qnxqtversionfactory.cpp" "3"
+"qnxqtversionfactory.h" "3"
+"qnxrunconfiguration.cpp" "3"
+"qnxrunconfiguration.h" "3"
+"qnxrunconfigurationfactory.cpp" "3"
+"qnxrunconfigurationfactory.h" "3"
+"qnxruncontrol.cpp" "3"
+"qnxruncontrol.h" "3"
+"qnxruncontrolfactory.cpp" "3"
+"qnxruncontrolfactory.h" "3"
+"qnxsettingspage.cpp" "3"
+"qnxsettingspage.h" "3"
+"qnxsettingswidget.cpp" "3"
+"qnxsettingswidget.h" "3"
+"qnxsettingswidget.ui" "3"
+"qnxtoolchain.cpp" "3"
+"qnxtoolchain.h" "3"
+"qnxutils.cpp" "3"
+"qnxutils.h" "3"
+"qnxversionnumber.cpp" "3"
+"qnxversionnumber.h" "3"
+"slog2inforunner.cpp" "3"
+"slog2inforunner.h" "3"
+"QtSupport" "2"
+"qtsupport.qbs:6" "3"
+"Getting Started Welcome Page" "3"
+"qtsupport.qbs:123" "4"
+"gettingstartedwelcomepage.cpp" "4"
+"gettingstartedwelcomepage.h" "4"
+"MimeTypes" "3"
+"QtcPlugin.qbs:47" "4"
+"QtSupport.mimetypes.xml" "4"
+"PluginSpec" "3"
+"QtcPlugin.qbs:41" "4"
+"QtSupport.pluginspec.in" "4"
+"QtVersion" "3"
+"qtsupport.qbs:111" "4"
+"desktopqtversion.cpp" "4"
+"desktopqtversion.h" "4"
+"desktopqtversionfactory.cpp" "4"
+"desktopqtversionfactory.h" "4"
+"simulatorqtversion.cpp" "4"
+"simulatorqtversion.h" "4"
+"simulatorqtversionfactory.cpp" "4"
+"simulatorqtversionfactory.h" "4"
+"winceqtversion.cpp" "4"
+"winceqtversion.h" "4"
+"winceqtversionfactory.cpp" "4"
+"winceqtversionfactory.h" "4"
+"Shared" "3"
+"qtsupport.qbs:33" "4"
+"ioutils.cpp" "5"
+"ioutils.h" "5"
+"profileevaluator.cpp" "5"
+"profileevaluator.h" "5"
+"proitems.cpp" "5"
+"proitems.h" "5"
+"proparser.qrc" "5"
+"prowriter.cpp" "5"
+"prowriter.h" "5"
+"qmake_global.h" "5"
+"qmakebuiltins.cpp" "5"
+"qmakeevaluator.cpp" "5"
+"qmakeevaluator.h" "5"
+"qmakeevaluator_p.h" "5"
+"qmakeglobals.cpp" "5"
+"qmakeglobals.h" "5"
+"qmakeparser.cpp" "5"
+"qmakeparser.h" "5"
+"qmakevfs.cpp" "5"
+"qmakevfs.h" "5"
+"images" "3"
+"forms.png" "4"
+"qml.png" "4"
+"qt_project.png" "4"
+"qt_qrc.png" "4"
+"baseqtversion.cpp" "3"
+"baseqtversion.h" "3"
+"customexecutableconfigurationwidget.cpp" "3"
+"customexecutableconfigurationwidget.h" "3"
+"customexecutablerunconfiguration.cpp" "3"
+"customexecutablerunconfiguration.h" "3"
+"debugginghelper.ui" "3"
+"debugginghelperbuildtask.cpp" "3"
+"debugginghelperbuildtask.h" "3"
+"exampleslistmodel.cpp" "3"
+"exampleslistmodel.h" "3"
+"profilereader.cpp" "3"
+"profilereader.h" "3"
+"qmldumptool.cpp" "3"
+"qmldumptool.h" "3"
+"qtconfigwidget.cpp" "3"
+"qtconfigwidget.h" "3"
+"qtfeatureprovider.h" "3"
+"qtkitconfigwidget.cpp" "3"
+"qtkitconfigwidget.h" "3"
+"qtkitinformation.cpp" "3"
+"qtkitinformation.h" "3"
+"qtoptionspage.cpp" "3"
+"qtoptionspage.h" "3"
+"qtoutputformatter.cpp" "3"
+"qtoutputformatter.h" "3"
+"qtparser.cpp" "3"
+"qtparser.h" "3"
+"qtsupport.qrc" "3"
+"qtsupport_global.h" "3"
+"qtsupportconstants.h" "3"
+"qtsupportplugin.cpp" "3"
+"qtsupportplugin.h" "3"
+"qtversionfactory.cpp" "3"
+"qtversionfactory.h" "3"
+"qtversioninfo.ui" "3"
+"qtversionmanager.cpp" "3"
+"qtversionmanager.h" "3"
+"qtversionmanager.ui" "3"
+"screenshotcropper.cpp" "3"
+"screenshotcropper.h" "3"
+"showbuildlog.ui" "3"
+"uicodemodelsupport.cpp" "3"
+"uicodemodelsupport.h" "3"
+"RemoteLinux" "2"
+"remotelinux.qbs:5" "3"
+"MimeTypes" "3"
+"QtcPlugin.qbs:47" "4"
+"PluginSpec" "3"
+"QtcPlugin.qbs:41" "4"
+"RemoteLinux.pluginspec.in" "4"
+"images" "3"
+"embeddedtarget.png" "4"
+"abstractpackagingstep.cpp" "3"
+"abstractpackagingstep.h" "3"
+"abstractremotelinuxdeployservice.cpp" "3"
+"abstractremotelinuxdeployservice.h" "3"
+"abstractremotelinuxdeploystep.cpp" "3"
+"abstractremotelinuxdeploystep.h" "3"
+"abstractremotelinuxrunconfiguration.cpp" "3"
+"abstractremotelinuxrunconfiguration.h" "3"
+"abstractremotelinuxrunsupport.cpp" "3"
+"abstractremotelinuxrunsupport.h" "3"
+"abstractuploadandinstallpackageservice.cpp" "3"
+"abstractuploadandinstallpackageservice.h" "3"
+"embeddedlinuxqtversion.cpp" "3"
+"embeddedlinuxqtversion.h" "3"
+"embeddedlinuxqtversionfactory.cpp" "3"
+"embeddedlinuxqtversionfactory.h" "3"
+"genericdirectuploadservice.cpp" "3"
+"genericdirectuploadservice.h" "3"
+"genericdirectuploadstep.cpp" "3"
+"genericdirectuploadstep.h" "3"
+"genericlinuxdeviceconfigurationfactory.cpp" "3"
+"genericlinuxdeviceconfigurationfactory.h" "3"
+"genericlinuxdeviceconfigurationwidget.cpp" "3"
+"genericlinuxdeviceconfigurationwidget.h" "3"
+"genericlinuxdeviceconfigurationwidget.ui" "3"
+"genericlinuxdeviceconfigurationwizard.cpp" "3"
+"genericlinuxdeviceconfigurationwizard.h" "3"
+"genericlinuxdeviceconfigurationwizardpages.cpp" "3"
+"genericlinuxdeviceconfigurationwizardpages.h" "3"
+"genericlinuxdeviceconfigurationwizardsetuppage.ui" "3"
+"genericremotelinuxdeploystepfactory.cpp" "3"
+"genericremotelinuxdeploystepfactory.h" "3"
+"linuxdevice.cpp" "3"
+"linuxdevice.h" "3"
+"linuxdeviceprocess.cpp" "3"
+"linuxdeviceprocess.h" "3"
+"linuxdevicetester.cpp" "3"
+"linuxdevicetester.h" "3"
+"packageuploader.cpp" "3"
+"packageuploader.h" "3"
+"publickeydeploymentdialog.cpp" "3"
+"publickeydeploymentdialog.h" "3"
+"remotelinux.qrc" "3"
+"remotelinux_constants.h" "3"
+"remotelinux_export.h" "3"
+"remotelinuxanalyzesupport.cpp" "3"
+"remotelinuxanalyzesupport.h" "3"
+"remotelinuxcheckforfreediskspaceservice.cpp" "3"
+"remotelinuxcheckforfreediskspaceservice.h" "3"
+"remotelinuxcheckforfreediskspacestep.cpp" "3"
+"remotelinuxcheckforfreediskspacestep.h" "3"
+"remotelinuxcheckforfreediskspacestepwidget.ui" "3"
+"remotelinuxcustomcommanddeploymentstep.cpp" "3"
+"remotelinuxcustomcommanddeploymentstep.h" "3"
+"remotelinuxcustomcommanddeployservice.cpp" "3"
+"remotelinuxcustomcommanddeployservice.h" "3"
+"remotelinuxcustomrunconfiguration.cpp" "3"
+"remotelinuxcustomrunconfiguration.h" "3"
+"remotelinuxcustomrunconfigurationwidget.ui" "3"
+"remotelinuxdebugsupport.cpp" "3"
+"remotelinuxdebugsupport.h" "3"
+"remotelinuxdeployconfiguration.cpp" "3"
+"remotelinuxdeployconfiguration.h" "3"
+"remotelinuxdeployconfigurationfactory.cpp" "3"
+"remotelinuxdeployconfigurationfactory.h" "3"
+"remotelinuxenvironmentaspect.cpp" "3"
+"remotelinuxenvironmentaspect.h" "3"
+"remotelinuxenvironmentaspectwidget.cpp" "3"
+"remotelinuxenvironmentaspectwidget.h" "3"
+"remotelinuxenvironmentreader.cpp" "3"
+"remotelinuxenvironmentreader.h" "3"
+"remotelinuxpackageinstaller.cpp" "3"
+"remotelinuxpackageinstaller.h" "3"
+"remotelinuxplugin.cpp" "3"
+"remotelinuxplugin.h" "3"
+"remotelinuxrunconfiguration.cpp" "3"
+"remotelinuxrunconfiguration.h" "3"
+"remotelinuxrunconfigurationfactory.cpp" "3"
+"remotelinuxrunconfigurationfactory.h" "3"
+"remotelinuxrunconfigurationwidget.cpp" "3"
+"remotelinuxrunconfigurationwidget.h" "3"
+"remotelinuxruncontrol.cpp" "3"
+"remotelinuxruncontrol.h" "3"
+"remotelinuxruncontrolfactory.cpp" "3"
+"remotelinuxruncontrolfactory.h" "3"
+"remotelinuxsignaloperation.cpp" "3"
+"remotelinuxsignaloperation.h" "3"
+"remotelinuxutils.cpp" "3"
+"remotelinuxutils.h" "3"
+"sshkeydeployer.cpp" "3"
+"sshkeydeployer.h" "3"
+"tarpackagecreationstep.cpp" "3"
+"tarpackagecreationstep.h" "3"
+"typespecificdeviceconfigurationlistmodel.cpp" "3"
+"typespecificdeviceconfigurationlistmodel.h" "3"
+"uploadandinstalltarpackagestep.cpp" "3"
+"uploadandinstalltarpackagestep.h" "3"
+"ResourceEditor" "2"
+"resourceeditor.qbs:5" "3"
+"General" "3"
+"resourceeditor.qbs:17" "4"
+"resource_global.h" "4"
+"resourceeditor.qrc" "4"
+"resourceeditorconstants.h" "4"
+"resourceeditorfactory.cpp" "4"
+"resourceeditorfactory.h" "4"
+"resourceeditorplugin.cpp" "4"
+"resourceeditorplugin.h" "4"
+"resourceeditorw.cpp" "4"
+"resourceeditorw.h" "4"
+"resourcenode.cpp" "4"
+"resourcenode.h" "4"
+"resourcewizard.cpp" "4"
+"resourcewizard.h" "4"
+"MimeTypes" "3"
+"QtcPlugin.qbs:47" "4"
+"ResourceEditor.mimetypes.xml" "4"
+"PluginSpec" "3"
+"QtcPlugin.qbs:41" "4"
+"ResourceEditor.pluginspec.in" "4"
+"QRC Editor" "3"
+"resourceeditor.qbs:30" "4"
+"qrceditor" "4"
+"qrceditor.cpp" "5"
+"qrceditor.h" "5"
+"qrceditor.ui" "5"
+"resourcefile.cpp" "5"
+"resourcefile_p.h" "5"
+"resourceview.cpp" "5"
+"resourceview.h" "5"
+"undocommands.cpp" "5"
+"undocommands_p.h" "5"
+"Subversion" "2"
+"subversion.qbs:5" "3"
+"MimeTypes" "3"
+"QtcPlugin.qbs:47" "4"
+"Subversion.mimetypes.xml" "4"
+"PluginSpec" "3"
+"QtcPlugin.qbs:41" "4"
+"Subversion.pluginspec.in" "4"
+"annotationhighlighter.cpp" "3"
+"annotationhighlighter.h" "3"
+"checkoutwizard.cpp" "3"
+"checkoutwizard.h" "3"
+"checkoutwizardpage.cpp" "3"
+"checkoutwizardpage.h" "3"
+"settingspage.cpp" "3"
+"settingspage.h" "3"
+"settingspage.ui" "3"
+"subversion.qrc" "3"
+"subversionclient.cpp" "3"
+"subversionclient.h" "3"
+"subversionconstants.h" "3"
+"subversioncontrol.cpp" "3"
+"subversioncontrol.h" "3"
+"subversioneditor.cpp" "3"
+"subversioneditor.h" "3"
+"subversionplugin.cpp" "3"
+"subversionplugin.h" "3"
+"subversionsettings.cpp" "3"
+"subversionsettings.h" "3"
+"subversionsubmiteditor.cpp" "3"
+"subversionsubmiteditor.h" "3"
+"TaskList" "2"
+"tasklist.qbs:5" "3"
+"MimeTypes" "3"
+"QtcPlugin.qbs:47" "4"
+"TaskList.mimetypes.xml" "4"
+"PluginSpec" "3"
+"QtcPlugin.qbs:41" "4"
+"TaskList.pluginspec.in" "4"
+"stopmonitoringhandler.cpp" "3"
+"stopmonitoringhandler.h" "3"
+"taskfile.cpp" "3"
+"taskfile.h" "3"
+"tasklist.qrc" "3"
+"tasklistconstants.h" "3"
+"tasklistplugin.cpp" "3"
+"tasklistplugin.h" "3"
+"TextEditor" "2"
+"texteditor.qbs:5" "3"
+"CodeAssist" "3"
+"texteditor.qbs:151" "4"
+"codeassist" "4"
+"assistenums.h" "5"
+"basicproposalitem.cpp" "5"
+"basicproposalitem.h" "5"
+"basicproposalitemlistmodel.cpp" "5"
+"basicproposalitemlistmodel.h" "5"
+"codeassistant.cpp" "5"
+"codeassistant.h" "5"
+"completionassistprovider.cpp" "5"
+"completionassistprovider.h" "5"
+"defaultassistinterface.cpp" "5"
+"defaultassistinterface.h" "5"
+"functionhintproposal.cpp" "5"
+"functionhintproposal.h" "5"
+"functionhintproposalwidget.cpp" "5"
+"functionhintproposalwidget.h" "5"
+"genericproposal.cpp" "5"
+"genericproposal.h" "5"
+"genericproposalwidget.cpp" "5"
+"genericproposalwidget.h" "5"
+"iassistinterface.cpp" "5"
+"iassistinterface.h" "5"
+"iassistprocessor.cpp" "5"
+"iassistprocessor.h" "5"
+"iassistproposal.cpp" "5"
+"iassistproposal.h" "5"
+"iassistproposalitem.cpp" "5"
+"iassistproposalitem.h" "5"
+"iassistproposalmodel.cpp" "5"
+"iassistproposalmodel.h" "5"
+"iassistproposalwidget.cpp" "5"
+"iassistproposalwidget.h" "5"
+"iassistprovider.cpp" "5"
+"iassistprovider.h" "5"
+"ifunctionhintproposalmodel.cpp" "5"
+"ifunctionhintproposalmodel.h" "5"
+"igenericproposalmodel.cpp" "5"
+"igenericproposalmodel.h" "5"
+"keywordscompletionassist.cpp" "5"
+"keywordscompletionassist.h" "5"
+"quickfixassistprocessor.cpp" "5"
+"quickfixassistprocessor.h" "5"
+"quickfixassistprovider.cpp" "5"
+"quickfixassistprovider.h" "5"
+"runner.cpp" "5"
+"runner.h" "5"
+"GenericHighlighter" "3"
+"texteditor.qbs:203" "4"
+"generichighlighter" "4"
+"context.cpp" "5"
+"context.h" "5"
+"definitiondownloader.cpp" "5"
+"definitiondownloader.h" "5"
+"dynamicrule.cpp" "5"
+"dynamicrule.h" "5"
+"highlightdefinition.cpp" "5"
+"highlightdefinition.h" "5"
+"highlightdefinitionhandler.cpp" "5"
+"highlightdefinitionhandler.h" "5"
+"highlightdefinitionmetadata.h" "5"
+"highlighter.cpp" "5"
+"highlighter.h" "5"
+"highlighterexception.h" "5"
+"highlightersettings.cpp" "5"
+"highlightersettings.h" "5"
+"highlightersettingspage.cpp" "5"
+"highlightersettingspage.h" "5"
+"highlightersettingspage.ui" "5"
+"includerulesinstruction.cpp" "5"
+"includerulesinstruction.h" "5"
+"itemdata.cpp" "5"
+"itemdata.h" "5"
+"keywordlist.cpp" "5"
+"keywordlist.h" "5"
+"managedefinitionsdialog.cpp" "5"
+"managedefinitionsdialog.h" "5"
+"managedefinitionsdialog.ui" "5"
+"manager.cpp" "5"
+"manager.h" "5"
+"progressdata.cpp" "5"
+"progressdata.h" "5"
+"reuse.h" "5"
+"rule.cpp" "5"
+"rule.h" "5"
+"specificrules.cpp" "5"
+"specificrules.h" "5"
+"MimeTypes" "3"
+"QtcPlugin.qbs:47" "4"
+"TextEditor.mimetypes.xml" "4"
+"PluginSpec" "3"
+"QtcPlugin.qbs:41" "4"
+"TextEditor.pluginspec.in" "4"
+"Snippets" "3"
+"texteditor.qbs:247" "4"
+"snippets" "4"
+"isnippetprovider.cpp" "5"
+"isnippetprovider.h" "5"
+"plaintextsnippetprovider.cpp" "5"
+"plaintextsnippetprovider.h" "5"
+"reuse.h" "5"
+"snippet.cpp" "5"
+"snippet.h" "5"
+"snippetassistcollector.cpp" "5"
+"snippetassistcollector.h" "5"
+"snippeteditor.cpp" "5"
+"snippeteditor.h" "5"
+"snippetscollection.cpp" "5"
+"snippetscollection.h" "5"
+"snippetssettings.cpp" "5"
+"snippetssettings.h" "5"
+"snippetssettingspage.cpp" "5"
+"snippetssettingspage.h" "5"
+"snippetssettingspage.ui" "5"
+"Tests" "3"
+"texteditor.qbs:272" "4"
+"basetexteditor_test.cpp" "4"
+"autocompleter.cpp" "3"
+"autocompleter.h" "3"
+"basefilefind.cpp" "3"
+"basefilefind.h" "3"
+"basefilefind_p.h" "3"
+"basehoverhandler.cpp" "3"
+"basehoverhandler.h" "3"
+"basetextdocument.cpp" "3"
+"basetextdocument.h" "3"
+"basetextdocumentlayout.cpp" "3"
+"basetextdocumentlayout.h" "3"
+"basetexteditor.cpp" "3"
+"basetexteditor.h" "3"
+"basetexteditor_p.h" "3"
+"basetextmark.cpp" "3"
+"basetextmark.h" "3"
+"basetextmarkregistry.h" "3"
+"behaviorsettings.cpp" "3"
+"behaviorsettings.h" "3"
+"behaviorsettingspage.cpp" "3"
+"behaviorsettingspage.h" "3"
+"behaviorsettingspage.ui" "3"
+"behaviorsettingswidget.cpp" "3"
+"behaviorsettingswidget.h" "3"
+"behaviorsettingswidget.ui" "3"
+"circularclipboard.cpp" "3"
+"circularclipboard.h" "3"
+"circularclipboardassist.cpp" "3"
+"circularclipboardassist.h" "3"
+"codecselector.cpp" "3"
+"codecselector.h" "3"
+"codestyleeditor.cpp" "3"
+"codestyleeditor.h" "3"
+"codestylepool.cpp" "3"
+"codestylepool.h" "3"
+"codestyleselectorwidget.cpp" "3"
+"codestyleselectorwidget.h" "3"
+"codestyleselectorwidget.ui" "3"
+"colorscheme.cpp" "3"
+"colorscheme.h" "3"
+"colorschemeedit.cpp" "3"
+"colorschemeedit.h" "3"
+"colorschemeedit.ui" "3"
+"completionsettings.cpp" "3"
+"completionsettings.h" "3"
+"convenience.cpp" "3"
+"convenience.h" "3"
+"displaysettings.cpp" "3"
+"displaysettings.h" "3"
+"displaysettingspage.cpp" "3"
+"displaysettingspage.h" "3"
+"displaysettingspage.ui" "3"
+"extraencodingsettings.cpp" "3"
+"extraencodingsettings.h" "3"
+"findincurrentfile.cpp" "3"
+"findincurrentfile.h" "3"
+"findinfiles.cpp" "3"
+"findinfiles.h" "3"
+"findinopenfiles.cpp" "3"
+"findinopenfiles.h" "3"
+"fontsettings.cpp" "3"
+"fontsettings.h" "3"
+"fontsettingspage.cpp" "3"
+"fontsettingspage.h" "3"
+"fontsettingspage.ui" "3"
+"helpitem.cpp" "3"
+"helpitem.h" "3"
+"highlighterfactory.h" "3"
+"highlighterutils.cpp" "3"
+"highlighterutils.h" "3"
+"icodestylepreferences.cpp" "3"
+"icodestylepreferences.h" "3"
+"icodestylepreferencesfactory.cpp" "3"
+"icodestylepreferencesfactory.h" "3"
+"indenter.cpp" "3"
+"indenter.h" "3"
+"ioutlinewidget.h" "3"
+"itexteditor.cpp" "3"
+"itexteditor.h" "3"
+"itextmark.cpp" "3"
+"itextmark.h" "3"
+"linenumberfilter.cpp" "3"
+"linenumberfilter.h" "3"
+"marginsettings.cpp" "3"
+"marginsettings.h" "3"
+"normalindenter.cpp" "3"
+"normalindenter.h" "3"
+"outlinefactory.cpp" "3"
+"outlinefactory.h" "3"
+"plaintexteditor.cpp" "3"
+"plaintexteditor.h" "3"
+"plaintexteditorfactory.cpp" "3"
+"plaintexteditorfactory.h" "3"
+"quickfix.cpp" "3"
+"quickfix.h" "3"
+"refactoringchanges.cpp" "3"
+"refactoringchanges.h" "3"
+"refactoroverlay.cpp" "3"
+"refactoroverlay.h" "3"
+"semantichighlighter.cpp" "3"
+"semantichighlighter.h" "3"
+"simplecodestylepreferences.cpp" "3"
+"simplecodestylepreferences.h" "3"
+"simplecodestylepreferenceswidget.cpp" "3"
+"simplecodestylepreferenceswidget.h" "3"
+"storagesettings.cpp" "3"
+"storagesettings.h" "3"
+"syntaxhighlighter.cpp" "3"
+"syntaxhighlighter.h" "3"
+"tabsettings.cpp" "3"
+"tabsettings.h" "3"
+"tabsettingswidget.cpp" "3"
+"tabsettingswidget.h" "3"
+"tabsettingswidget.ui" "3"
+"texteditor.qrc" "3"
+"texteditor_global.h" "3"
+"texteditoractionhandler.cpp" "3"
+"texteditoractionhandler.h" "3"
+"texteditorconstants.cpp" "3"
+"texteditorconstants.h" "3"
+"texteditoroptionspage.cpp" "3"
+"texteditoroptionspage.h" "3"
+"texteditoroverlay.cpp" "3"
+"texteditoroverlay.h" "3"
+"texteditorplugin.cpp" "3"
+"texteditorplugin.h" "3"
+"texteditorsettings.cpp" "3"
+"texteditorsettings.h" "3"
+"textfilewizard.cpp" "3"
+"textfilewizard.h" "3"
+"typingsettings.cpp" "3"
+"typingsettings.h" "3"
+"Todo" "2"
+"todo.qbs:5" "3"
+"MimeTypes" "3"
+"QtcPlugin.qbs:47" "4"
+"PluginSpec" "3"
+"QtcPlugin.qbs:41" "4"
+"Todo.pluginspec.in" "4"
+"constants.h" "3"
+"cpptodoitemsscanner.cpp" "3"
+"cpptodoitemsscanner.h" "3"
+"keyword.cpp" "3"
+"keyword.h" "3"
+"keyworddialog.cpp" "3"
+"keyworddialog.h" "3"
+"keyworddialog.ui" "3"
+"lineparser.cpp" "3"
+"lineparser.h" "3"
+"optionsdialog.cpp" "3"
+"optionsdialog.h" "3"
+"optionsdialog.ui" "3"
+"optionspage.cpp" "3"
+"optionspage.h" "3"
+"qmljstodoitemsscanner.cpp" "3"
+"qmljstodoitemsscanner.h" "3"
+"settings.cpp" "3"
+"settings.h" "3"
+"todoitem.h" "3"
+"todoitemsmodel.cpp" "3"
+"todoitemsmodel.h" "3"
+"todoitemsprovider.cpp" "3"
+"todoitemsprovider.h" "3"
+"todoitemsscanner.cpp" "3"
+"todoitemsscanner.h" "3"
+"todooutputpane.cpp" "3"
+"todooutputpane.h" "3"
+"todooutputtreeview.cpp" "3"
+"todooutputtreeview.h" "3"
+"todoplugin.cpp" "3"
+"todoplugin.h" "3"
+"todoplugin.qrc" "3"
+"UpdateInfo" "2"
+"updateinfo.qbs:5" "3"
+"MimeTypes" "3"
+"QtcPlugin.qbs:47" "4"
+"PluginSpec" "3"
+"QtcPlugin.qbs:41" "4"
+"UpdateInfo.pluginspec.in" "4"
+"settingspage.cpp" "3"
+"settingspage.h" "3"
+"settingspage.ui" "3"
+"updateinfobutton.cpp" "3"
+"updateinfobutton.h" "3"
+"updateinfoplugin.cpp" "3"
+"updateinfoplugin.h" "3"
+"Valgrind" "2"
+"valgrind.qbs:5" "3"
+"Callgrind" "3"
+"valgrind.qbs:46" "4"
+"callgrind" "4"
+"callgrindabstractmodel.h" "5"
+"callgrindcallmodel.cpp" "5"
+"callgrindcallmodel.h" "5"
+"callgrindcontroller.cpp" "5"
+"callgrindcontroller.h" "5"
+"callgrindcostitem.cpp" "5"
+"callgrindcostitem.h" "5"
+"callgrindcycledetection.cpp" "5"
+"callgrindcycledetection.h" "5"
+"callgrinddatamodel.cpp" "5"
+"callgrinddatamodel.h" "5"
+"callgrindfunction.cpp" "5"
+"callgrindfunction.h" "5"
+"callgrindfunction_p.h" "5"
+"callgrindfunctioncall.cpp" "5"
+"callgrindfunctioncall.h" "5"
+"callgrindfunctioncycle.cpp" "5"
+"callgrindfunctioncycle.h" "5"
+"callgrindparsedata.cpp" "5"
+"callgrindparsedata.h" "5"
+"callgrindparser.cpp" "5"
+"callgrindparser.h" "5"
+"callgrindproxymodel.cpp" "5"
+"callgrindproxymodel.h" "5"
+"callgrindrunner.cpp" "5"
+"callgrindrunner.h" "5"
+"callgrindstackbrowser.cpp" "5"
+"callgrindstackbrowser.h" "5"
+"General" "3"
+"valgrind.qbs:19" "4"
+"callgrindcostdelegate.cpp" "4"
+"callgrindcostdelegate.h" "4"
+"callgrindcostview.cpp" "4"
+"callgrindcostview.h" "4"
+"callgrindengine.cpp" "4"
+"callgrindengine.h" "4"
+"callgrindhelper.cpp" "4"
+"callgrindhelper.h" "4"
+"callgrindnamedelegate.cpp" "4"
+"callgrindnamedelegate.h" "4"
+"callgrindtextmark.cpp" "4"
+"callgrindtextmark.h" "4"
+"callgrindtool.cpp" "4"
+"callgrindtool.h" "4"
+"callgrindvisualisation.cpp" "4"
+"callgrindvisualisation.h" "4"
+"memcheckengine.cpp" "4"
+"memcheckengine.h" "4"
+"memcheckerrorview.cpp" "4"
+"memcheckerrorview.h" "4"
+"memchecktool.cpp" "4"
+"memchecktool.h" "4"
+"suppressiondialog.cpp" "4"
+"suppressiondialog.h" "4"
+"valgrindconfigwidget.cpp" "4"
+"valgrindconfigwidget.h" "4"
+"valgrindconfigwidget.ui" "4"
+"valgrindengine.cpp" "4"
+"valgrindengine.h" "4"
+"valgrindplugin.cpp" "4"
+"valgrindplugin.h" "4"
+"valgrindprocess.cpp" "4"
+"valgrindprocess.h" "4"
+"valgrindruncontrolfactory.cpp" "4"
+"valgrindruncontrolfactory.h" "4"
+"valgrindrunner.cpp" "4"
+"valgrindrunner.h" "4"
+"valgrindsettings.cpp" "4"
+"valgrindsettings.h" "4"
+"valgrindtool.cpp" "4"
+"valgrindtool.h" "4"
+"workarounds.cpp" "4"
+"workarounds.h" "4"
+"Memcheck" "3"
+"valgrind.qbs:67" "4"
+"memcheck" "4"
+"memcheckrunner.cpp" "5"
+"memcheckrunner.h" "5"
+"MimeTypes" "3"
+"QtcPlugin.qbs:47" "4"
+"PluginSpec" "3"
+"QtcPlugin.qbs:41" "4"
+"Valgrind.pluginspec.in" "4"
+"XML Protocol" "3"
+"valgrind.qbs:76" "4"
+"xmlprotocol" "4"
+"announcethread.cpp" "5"
+"announcethread.h" "5"
+"error.cpp" "5"
+"error.h" "5"
+"errorlistmodel.cpp" "5"
+"errorlistmodel.h" "5"
+"frame.cpp" "5"
+"frame.h" "5"
+"modelhelpers.cpp" "5"
+"modelhelpers.h" "5"
+"parser.cpp" "5"
+"parser.h" "5"
+"stack.cpp" "5"
+"stack.h" "5"
+"stackmodel.cpp" "5"
+"stackmodel.h" "5"
+"status.cpp" "5"
+"status.h" "5"
+"suppression.cpp" "5"
+"suppression.h" "5"
+"threadedparser.cpp" "5"
+"threadedparser.h" "5"
+"VcsBase" "2"
+"vcsbase.qbs:5" "3"
+"MimeTypes" "3"
+"QtcPlugin.qbs:47" "4"
+"VcsBase.mimetypes.xml" "4"
+"PluginSpec" "3"
+"QtcPlugin.qbs:41" "4"
+"VcsBase.pluginspec.in" "4"
+"images" "3"
+"diff.png" "4"
+"removesubmitfield.png" "4"
+"submit.png" "4"
+"baseannotationhighlighter.cpp" "3"
+"baseannotationhighlighter.h" "3"
+"basecheckoutwizard.cpp" "3"
+"basecheckoutwizard.h" "3"
+"basecheckoutwizardfactory.cpp" "3"
+"basecheckoutwizardfactory.h" "3"
+"basecheckoutwizardpage.cpp" "3"
+"basecheckoutwizardpage.h" "3"
+"basecheckoutwizardpage.ui" "3"
+"basevcseditorfactory.cpp" "3"
+"basevcseditorfactory.h" "3"
+"basevcssubmiteditorfactory.cpp" "3"
+"basevcssubmiteditorfactory.h" "3"
+"checkoutprogresswizardpage.cpp" "3"
+"checkoutprogresswizardpage.h" "3"
+"cleandialog.cpp" "3"
+"cleandialog.h" "3"
+"cleandialog.ui" "3"
+"command.cpp" "3"
+"command.h" "3"
+"commonsettingspage.cpp" "3"
+"commonsettingspage.h" "3"
+"commonsettingspage.ui" "3"
+"commonvcssettings.cpp" "3"
+"commonvcssettings.h" "3"
+"corelistener.cpp" "3"
+"corelistener.h" "3"
+"diffhighlighter.cpp" "3"
+"diffhighlighter.h" "3"
+"nicknamedialog.cpp" "3"
+"nicknamedialog.h" "3"
+"nicknamedialog.ui" "3"
+"submiteditorfile.cpp" "3"
+"submiteditorfile.h" "3"
+"submiteditorwidget.cpp" "3"
+"submiteditorwidget.h" "3"
+"submiteditorwidget.ui" "3"
+"submitfieldwidget.cpp" "3"
+"submitfieldwidget.h" "3"
+"submitfilemodel.cpp" "3"
+"submitfilemodel.h" "3"
+"vcsbase.qrc" "3"
+"vcsbase_global.h" "3"
+"vcsbaseclient.cpp" "3"
+"vcsbaseclient.h" "3"
+"vcsbaseclientsettings.cpp" "3"
+"vcsbaseclientsettings.h" "3"
+"vcsbaseconstants.h" "3"
+"vcsbaseeditor.cpp" "3"
+"vcsbaseeditor.h" "3"
+"vcsbaseeditorparameterwidget.cpp" "3"
+"vcsbaseeditorparameterwidget.h" "3"
+"vcsbaseoptionspage.cpp" "3"
+"vcsbaseoptionspage.h" "3"
+"vcsbaseoutputwindow.cpp" "3"
+"vcsbaseoutputwindow.h" "3"
+"vcsbaseplugin.cpp" "3"
+"vcsbaseplugin.h" "3"
+"vcsbasesubmiteditor.cpp" "3"
+"vcsbasesubmiteditor.h" "3"
+"vcsconfigurationpage.cpp" "3"
+"vcsconfigurationpage.h" "3"
+"vcsplugin.cpp" "3"
+"vcsplugin.h" "3"
+"Welcome" "2"
+"welcome.qbs:5" "3"
+"MimeTypes" "3"
+"QtcPlugin.qbs:47" "4"
+"PluginSpec" "3"
+"QtcPlugin.qbs:41" "4"
+"Welcome.pluginspec.in" "4"
+"welcomeplugin.cpp" "3"
+"welcomeplugin.h" "3"
+"WinRt" "2"
+"winrt.qbs:5" "3"
+"MimeTypes" "3"
+"QtcPlugin.qbs:47" "4"
+"PluginSpec" "3"
+"QtcPlugin.qbs:41" "4"
+"WinRt.pluginspec.in" "4"
+"winrtconstants.h" "3"
+"winrtdebugsupport.cpp" "3"
+"winrtdebugsupport.h" "3"
+"winrtdeployconfiguration.cpp" "3"
+"winrtdeployconfiguration.h" "3"
+"winrtdevice.cpp" "3"
+"winrtdevice.h" "3"
+"winrtdevicefactory.cpp" "3"
+"winrtdevicefactory.h" "3"
+"winrtpackagedeploymentstep.cpp" "3"
+"winrtpackagedeploymentstep.h" "3"
+"winrtpackagedeploymentstepwidget.cpp" "3"
+"winrtpackagedeploymentstepwidget.h" "3"
+"winrtpackagedeploymentstepwidget.ui" "3"
+"winrtphoneqtversion.cpp" "3"
+"winrtphoneqtversion.h" "3"
+"winrtplugin.cpp" "3"
+"winrtplugin.h" "3"
+"winrtqtversion.cpp" "3"
+"winrtqtversion.h" "3"
+"winrtqtversionfactory.cpp" "3"
+"winrtqtversionfactory.h" "3"
+"winrtrunconfiguration.cpp" "3"
+"winrtrunconfiguration.h" "3"
+"winrtrunconfigurationwidget.cpp" "3"
+"winrtrunconfigurationwidget.h" "3"
+"winrtrunconfigurationwidget.ui" "3"
+"winrtruncontrol.cpp" "3"
+"winrtruncontrol.h" "3"
+"winrtrunfactories.cpp" "3"
+"winrtrunfactories.h" "3"
+"winrtrunnerhelper.cpp" "3"
+"winrtrunnerhelper.h" "3"
+"qbs" "1"
+"src.qbs" "2"
+"apps" "2"
+"apps.qbs" "3"
+"qbs-config" "3"
+"config.qbs:4" "4"
+"logging" "4"
+"apptemplate.qbs:18" "5"
+"coloredoutput.cpp" "6"
+"coloredoutput.h" "6"
+"consolelogger.cpp" "6"
+"consolelogger.h" "6"
+"qbssettings.cpp" "5"
+"qbssettings.h" "5"
+"configcommand.h" "4"
+"configcommandexecutor.cpp" "4"
+"configcommandexecutor.h" "4"
+"configcommandlineparser.cpp" "4"
+"configcommandlineparser.h" "4"
+"configmain.cpp" "4"
+"qbs-config-ui" "3"
+"config-ui.qbs:4" "4"
+"logging" "4"
+"apptemplate.qbs:18" "5"
+"coloredoutput.cpp" "6"
+"coloredoutput.h" "6"
+"consolelogger.cpp" "6"
+"consolelogger.h" "6"
+"qbssettings.cpp" "5"
+"qbssettings.h" "5"
+"commandlineparser.cpp" "4"
+"commandlineparser.h" "4"
+"main.cpp" "4"
+"mainwindow.cpp" "4"
+"mainwindow.h" "4"
+"mainwindow.ui" "4"
+"settingsmodel.cpp" "4"
+"settingsmodel.h" "4"
+"qbs-qmltypes" "3"
+"qbs-qmltypes.qbs:4" "4"
+"logging" "4"
+"apptemplate.qbs:18" "5"
+"coloredoutput.cpp" "6"
+"coloredoutput.h" "6"
+"consolelogger.cpp" "6"
+"consolelogger.h" "6"
+"main.cpp" "4"
+"qbs-setup-qt" "3"
+"qbs-setup-qt.qbs:4" "4"
+"logging" "4"
+"apptemplate.qbs:18" "5"
+"coloredoutput.cpp" "6"
+"coloredoutput.h" "6"
+"consolelogger.cpp" "6"
+"consolelogger.h" "6"
+"MinGW specific files" "4"
+"qbs-setup-qt.qbs:14" "5"
+"qbs-setup-qt.rc" "5"
+"commandlineparser.cpp" "4"
+"commandlineparser.h" "4"
+"main.cpp" "4"
+"setupqt.cpp" "4"
+"setupqt.h" "4"
+"qbs-setup-toolchains" "3"
+"qbs-setup-toolchains.qbs:4" "4"
+"logging" "4"
+"apptemplate.qbs:18" "5"
+"coloredoutput.cpp" "6"
+"coloredoutput.h" "6"
+"consolelogger.cpp" "6"
+"consolelogger.h" "6"
+"commandlineparser.cpp" "4"
+"commandlineparser.h" "4"
+"main.cpp" "4"
+"msvcinfo.h" "4"
+"msvcprobe.cpp" "4"
+"msvcprobe.h" "4"
+"probe.cpp" "4"
+"probe.h" "4"
+"vsenvironmentdetector.cpp" "4"
+"vsenvironmentdetector.h" "4"
+"xcodeprobe.cpp" "4"
+"xcodeprobe.h" "4"
+"qbs_app" "3"
+"qbs.qbs:5" "4"
+"logging" "4"
+"apptemplate.qbs:18" "5"
+"coloredoutput.cpp" "6"
+"coloredoutput.h" "6"
+"consolelogger.cpp" "6"
+"consolelogger.h" "6"
+"parser" "4"
+"qbs.qbs:28" "5"
+"parser" "5"
+"command.cpp" "6"
+"command.h" "6"
+"commandlineoption.cpp" "6"
+"commandlineoption.h" "6"
+"commandlineoptionpool.cpp" "6"
+"commandlineoptionpool.h" "6"
+"commandlineparser.cpp" "6"
+"commandlineparser.h" "6"
+"commandpool.cpp" "6"
+"commandpool.h" "6"
+"commandtype.h" "6"
+"application.cpp" "4"
+"application.h" "4"
+"commandlinefrontend.cpp" "4"
+"commandlinefrontend.h" "4"
+"consoleprogressobserver.cpp" "4"
+"consoleprogressobserver.h" "4"
+"ctrlchandler.cpp" "4"
+"ctrlchandler.h" "4"
+"main.cpp" "4"
+"qbstool.cpp" "4"
+"qbstool.h" "4"
+"status.cpp" "4"
+"status.h" "4"
+"libs" "2"
+"libs.qbs" "3"
+"qbscore" "3"
+"corelib.qbs:4" "4"
+"api" "4"
+"corelib.qbs:47" "5"
+"api" "5"
+"internaljobs.cpp" "6"
+"internaljobs.h" "6"
+"jobs.cpp" "6"
+"languageinfo.cpp" "6"
+"project.cpp" "6"
+"project_p.h" "6"
+"projectdata.cpp" "6"
+"projectdata_p.h" "6"
+"propertymap_p.h" "6"
+"runenvironment.cpp" "6"
+"buildgraph" "4"
+"corelib.qbs:76" "5"
+"buildgraph" "5"
+"abstractcommandexecutor.cpp" "6"
+"abstractcommandexecutor.h" "6"
+"artifact.cpp" "6"
+"artifact.h" "6"
+"artifactcleaner.cpp" "6"
+"artifactcleaner.h" "6"
+"artifactset.cpp" "6"
+"artifactset.h" "6"
+"artifactvisitor.cpp" "6"
+"artifactvisitor.h" "6"
+"buildgraph.cpp" "6"
+"buildgraph.h" "6"
+"buildgraphloader.cpp" "6"
+"buildgraphloader.h" "6"
+"buildgraphnode.cpp" "6"
+"buildgraphnode.h" "6"
+"buildgraphvisitor.h" "6"
+"command.cpp" "6"
+"command.h" "6"
+"cycledetector.cpp" "6"
+"cycledetector.h" "6"
+"depscanner.cpp" "6"
+"depscanner.h" "6"
+"emptydirectoriesremover.cpp" "6"
+"emptydirectoriesremover.h" "6"
+"executor.cpp" "6"
+"executor.h" "6"
+"executorjob.cpp" "6"
+"executorjob.h" "6"
+"filedependency.cpp" "6"
+"filedependency.h" "6"
+"inputartifactscanner.cpp" "6"
+"inputartifactscanner.h" "6"
+"jscommandexecutor.cpp" "6"
+"jscommandexecutor.h" "6"
+"nodeset.cpp" "6"
+"nodeset.h" "6"
+"processcommandexecutor.cpp" "6"
+"processcommandexecutor.h" "6"
+"productbuilddata.cpp" "6"
+"productbuilddata.h" "6"
+"productinstaller.cpp" "6"
+"productinstaller.h" "6"
+"projectbuilddata.cpp" "6"
+"projectbuilddata.h" "6"
+"qtmocscanner.cpp" "6"
+"qtmocscanner.h" "6"
+"rescuableartifactdata.cpp" "6"
+"rescuableartifactdata.h" "6"
+"rulegraph.cpp" "6"
+"rulegraph.h" "6"
+"rulenode.cpp" "6"
+"rulenode.h" "6"
+"rulesapplicator.cpp" "6"
+"rulesapplicator.h" "6"
+"rulesevaluationcontext.cpp" "6"
+"rulesevaluationcontext.h" "6"
+"scanresultcache.cpp" "6"
+"scanresultcache.h" "6"
+"timestampsupdater.cpp" "6"
+"timestampsupdater.h" "6"
+"transformer.cpp" "6"
+"transformer.h" "6"
+"jsextensions" "4"
+"corelib.qbs:151" "5"
+"jsextensions" "5"
+"domxml.cpp" "6"
+"domxml.h" "6"
+"file.cpp" "6"
+"file.h" "6"
+"jsextensions.cpp" "6"
+"jsextensions.h" "6"
+"moduleproperties.cpp" "6"
+"moduleproperties.h" "6"
+"process.cpp" "6"
+"process.h" "6"
+"textfile.cpp" "6"
+"textfile.h" "6"
+"jsextensions (Darwin-specific)" "4"
+"corelib.qbs:169" "5"
+"jsextensions" "5"
+"propertylist.h" "6"
+"propertylist.mm" "6"
+"language" "4"
+"corelib.qbs:178" "5"
+"language" "5"
+"artifactproperties.cpp" "6"
+"artifactproperties.h" "6"
+"asttools.cpp" "6"
+"asttools.h" "6"
+"builtindeclarations.cpp" "6"
+"builtindeclarations.h" "6"
+"builtinvalue.cpp" "6"
+"builtinvalue.h" "6"
+"evaluationdata.h" "6"
+"evaluator.cpp" "6"
+"evaluator.h" "6"
+"evaluatorscriptclass.cpp" "6"
+"evaluatorscriptclass.h" "6"
+"filecontext.cpp" "6"
+"filecontext.h" "6"
+"filecontextbase.cpp" "6"
+"filecontextbase.h" "6"
+"filetags.cpp" "6"
+"filetags.h" "6"
+"functiondeclaration.h" "6"
+"identifiersearch.cpp" "6"
+"identifiersearch.h" "6"
+"item.cpp" "6"
+"item.h" "6"
+"itemdeclaration.cpp" "6"
+"itemdeclaration.h" "6"
+"itemobserver.h" "6"
+"itempool.cpp" "6"
+"itempool.h" "6"
+"itemreader.cpp" "6"
+"itemreader.h" "6"
+"itemreaderastvisitor.cpp" "6"
+"itemreaderastvisitor.h" "6"
+"jsimports.h" "6"
+"language.cpp" "6"
+"language.h" "6"
+"loader.cpp" "6"
+"loader.h" "6"
+"moduleloader.cpp" "6"
+"moduleloader.h" "6"
+"preparescriptobserver.cpp" "6"
+"preparescriptobserver.h" "6"
+"projectresolver.cpp" "6"
+"projectresolver.h" "6"
+"property.h" "6"
+"propertydeclaration.cpp" "6"
+"propertydeclaration.h" "6"
+"propertymapinternal.cpp" "6"
+"propertymapinternal.h" "6"
+"resolvedfilecontext.cpp" "6"
+"resolvedfilecontext.h" "6"
+"scriptengine.cpp" "6"
+"scriptengine.h" "6"
+"scriptpropertyobserver.h" "6"
+"value.cpp" "6"
+"value.h" "6"
+"logging" "4"
+"corelib.qbs:246" "5"
+"logging" "5"
+"ilogsink.cpp" "6"
+"logger.cpp" "6"
+"logger.h" "6"
+"translator.h" "6"
+"parser" "4"
+"corelib.qbs:262" "5"
+"parser" "5"
+"qmlerror.cpp" "6"
+"qmlerror.h" "6"
+"qmljsast.cpp" "6"
+"qmljsast_p.h" "6"
+"qmljsastfwd_p.h" "6"
+"qmljsastvisitor.cpp" "6"
+"qmljsastvisitor_p.h" "6"
+"qmljsengine_p.cpp" "6"
+"qmljsengine_p.h" "6"
+"qmljsglobal_p.h" "6"
+"qmljsgrammar.cpp" "6"
+"qmljsgrammar_p.h" "6"
+"qmljskeywords_p.h" "6"
+"qmljslexer.cpp" "6"
+"qmljslexer_p.h" "6"
+"qmljsmemorypool_p.h" "6"
+"qmljsparser.cpp" "6"
+"qmljsparser_p.h" "6"
+"project file updating" "4"
+"corelib.qbs:33" "5"
+"api" "5"
+"changeset.cpp" "6"
+"changeset.h" "6"
+"projectfileupdater.cpp" "6"
+"projectfileupdater.h" "6"
+"qmljsrewriter.cpp" "6"
+"qmljsrewriter.h" "6"
+"public api headers" "4"
+"corelib.qbs:63" "5"
+"api" "5"
+"jobs.h" "6"
+"languageinfo.h" "6"
+"project.h" "6"
+"projectdata.h" "6"
+"runenvironment.h" "6"
+"public buildgraph headers" "4"
+"corelib.qbs:145" "5"
+"buildgraph" "5"
+"forward_decls.h" "6"
+"public language headers" "4"
+"corelib.qbs:240" "5"
+"language" "5"
+"forward_decls.h" "6"
+"public logging headers" "4"
+"corelib.qbs:256" "5"
+"logging" "5"
+"ilogsink.h" "6"
+"public tools headers" "4"
+"corelib.qbs:331" "5"
+"tools" "5"
+"buildoptions.h" "6"
+"cleanoptions.h" "6"
+"codelocation.h" "6"
+"error.h" "6"
+"installoptions.h" "6"
+"preferences.h" "6"
+"processresult.h" "6"
+"profile.h" "6"
+"qbs_export.h" "6"
+"settings.h" "6"
+"setupprojectparameters.h" "6"
+"qbscore" "4"
+"corelib.qbs:27" "5"
+"qbs.h" "5"
+"tests" "4"
+"corelib.qbs:375" "5"
+"buildgraph" "5"
+"tst_buildgraph.cpp" "6"
+"tst_buildgraph.h" "6"
+"language" "5"
+"tst_language.cpp" "6"
+"tst_language.h" "6"
+"tools" "5"
+"tst_tools.cpp" "6"
+"tst_tools.h" "6"
+"tools" "4"
+"corelib.qbs:286" "5"
+"tools" "5"
+"buildgraphlocker.cpp" "6"
+"buildgraphlocker.h" "6"
+"buildoptions.cpp" "6"
+"cleanoptions.cpp" "6"
+"codelocation.cpp" "6"
+"error.cpp" "6"
+"fileinfo.cpp" "6"
+"fileinfo.h" "6"
+"filetime.h" "6"
+"hostosinfo.h" "6"
+"id.cpp" "6"
+"id.h" "6"
+"installoptions.cpp" "6"
+"persistence.cpp" "6"
+"persistence.h" "6"
+"persistentobject.h" "6"
+"preferences.cpp" "6"
+"processresult.cpp" "6"
+"processresult_p.h" "6"
+"profile.cpp" "6"
+"progressobserver.cpp" "6"
+"progressobserver.h" "6"
+"propertyfinder.cpp" "6"
+"propertyfinder.h" "6"
+"qbsassert.cpp" "6"
+"qbsassert.h" "6"
+"qttools.cpp" "6"
+"qttools.h" "6"
+"scannerpluginmanager.cpp" "6"
+"scannerpluginmanager.h" "6"
+"scripttools.cpp" "6"
+"scripttools.h" "6"
+"settings.cpp" "6"
+"setupprojectparameters.cpp" "6"
+"shellutils.cpp" "6"
+"shellutils.h" "6"
+"version.cpp" "6"
+"version.h" "6"
+"weakpointer.h" "6"
+"tools (Unix)" "4"
+"corelib.qbs:358" "5"
+"tools" "5"
+"filetime_unix.cpp" "6"
+"tools (Windows)" "4"
+"corelib.qbs:350" "5"
+"tools" "5"
+"filetime_win.cpp" "6"
+"use_installed.pri" "4"
+"corelib.qbs:366" "5"
+"qbs_version.pri" "6"
+"use_installed_corelib.pri" "5"
+"qbsqtprofilesetup" "3"
+"qtprofilesetup.qbs:4" "4"
+"Public API headers" "4"
+"qtprofilesetup.qbs:8" "5"
+"qtenvironment.h" "5"
+"qtprofilesetup.h" "5"
+"use_installed_qtprofilesetup.pri" "5"
+"templates" "4"
+"core.qbs" "5"
+"gui.qbs" "5"
+"moc.js" "5"
+"module.qbs" "5"
+"phonon.qbs" "5"
+"plugin.qbs" "5"
+"QtModule.qbs" "5"
+"QtPlugin.qbs" "5"
+"qtmoduleinfo.cpp" "4"
+"qtmoduleinfo.h" "4"
+"qtprofilesetup.cpp" "4"
+"templates.qrc" "4"
+"qbs plugins" "2"
+"plugins.qbs" "3"
+"qbs_cpp_scanner" "3"
+"cpp.qbs:4" "4"
+"scanner.h" "5"
+"CPlusPlusForwardDeclarations.h" "4"
+"cpp_global.h" "4"
+"cppscanner.cpp" "4"
+"Lexer.cpp" "4"
+"Lexer.h" "4"
+"Token.cpp" "4"
+"Token.h" "4"
+"qbs_qt_scanner" "3"
+"qt.qbs:4" "4"
+"scanner.h" "5"
+"qtscanner.cpp" "4"
+"qbs resources" "2"
+"share.qbs:4" "3"
+"Group 1" "3"
+"share.qbs:6" "4"
+"qbs" "4"
+"Group 2" "3"
+"share.qbs:12" "4"
+"examples" "5"
+"app.qbs:3" "2"
+"qtcreator.sh" "2"
+"app.qbs:37" "3"
+"qtcreator.sh" "4"
+"QtLockedFile_unix" "2"
+"app.qbs:45" "3"
+"qtlockedfile_unix.cpp" "4"
+"QtLockedFile_win" "2"
+"app.qbs:53" "3"
+"qtlockedfile_win.cpp" "4"
+"shared" "3"
+"qtlockedfile" "4"
+"qtlockedfile.cpp" "5"
+"qtsingleapplication" "4"
+"qtlocalpeer.cpp" "5"
+"qtlocalpeer.h" "5"
+"qtsingleapplication.cpp" "5"
+"qtsingleapplication.h" "5"
+"tools/qtcreatorcrashhandler" "3"
+"crashhandlersetup.cpp" "4"
+"crashhandlersetup.h" "4"
+"main.cpp" "2"
+"qtcreator.rc" "2"
+"Tools" "1"
+"tools.qbs" "2"
+"buildoutputparser" "2"
+"buildoutputparser.qbs:4" "3"
+"main.cpp" "3"
+"outputprocessor.cpp" "3"
+"outputprocessor.h" "3"
+"iossim" "2"
+"iossim.qbs:4" "3"
+"dvtiphonesimulatorremoteclient" "3"
+"dvtiphonesimulatorremoteclient.h" "4"
+"iphonesimulator.h" "3"
+"iphonesimulator.mm" "3"
+"main.mm" "3"
+"nsprintf.h" "3"
+"nsprintf.mm" "3"
+"nsstringexpandpath.h" "3"
+"nsstringexpandpath.mm" "3"
+"version.h" "3"
+"iostool" "2"
+"iostool.qbs:4" "3"
+"iosdevicemanager.cpp" "3"
+"iosdevicemanager.h" "3"
+"main.cpp" "3"
+"qtcdebugger" "2"
+"qtcdebugger.qbs:4" "3"
+"registryaccess.cpp" "4"
+"registryaccess.h" "4"
+"main.cpp" "3"
+"qtcreator_crash_handler" "2"
+"qtcreatorcrashhandler.qbs:4" "3"
+"Crash Handler Sources" "3"
+"qtcreatorcrashhandler.qbs:12" "4"
+"backtracecollector.cpp" "4"
+"backtracecollector.h" "4"
+"crashhandler.cpp" "4"
+"crashhandler.h" "4"
+"crashhandlerdialog.cpp" "4"
+"crashhandlerdialog.h" "4"
+"crashhandlerdialog.ui" "4"
+"main.cpp" "4"
+"utils.cpp" "4"
+"utils.h" "4"
+"qtpromaker" "2"
+"qtpromaker.qbs:4" "3"
+"main.cpp" "3"
+"sdktool" "2"
+"sdktool.qbs:4" "3"
+"adddebuggeroperation.cpp" "3"
+"adddebuggeroperation.h" "3"
+"adddeviceoperation.cpp" "3"
+"adddeviceoperation.h" "3"
+"addkeysoperation.cpp" "3"
+"addkeysoperation.h" "3"
+"addkitoperation.cpp" "3"
+"addkitoperation.h" "3"
+"addqtoperation.cpp" "3"
+"addqtoperation.h" "3"
+"addtoolchainoperation.cpp" "3"
+"addtoolchainoperation.h" "3"
+"findkeyoperation.cpp" "3"
+"findkeyoperation.h" "3"
+"findvalueoperation.cpp" "3"
+"findvalueoperation.h" "3"
+"getoperation.cpp" "3"
+"getoperation.h" "3"
+"main.cpp" "3"
+"operation.cpp" "3"
+"operation.h" "3"
+"rmdebuggeroperation.cpp" "3"
+"rmdebuggeroperation.h" "3"
+"rmdeviceoperation.cpp" "3"
+"rmdeviceoperation.h" "3"
+"rmkeysoperation.cpp" "3"
+"rmkeysoperation.h" "3"
+"rmkitoperation.cpp" "3"
+"rmkitoperation.h" "3"
+"rmqtoperation.cpp" "3"
+"rmqtoperation.h" "3"
+"rmtoolchainoperation.cpp" "3"
+"rmtoolchainoperation.h" "3"
+"settings.cpp" "3"
+"settings.h" "3"
+"valgrind-fake" "2"
+"valgrindfake.qbs:3" "3"
+"main.cpp" "3"
+"outputgenerator.cpp" "3"
+"outputgenerator.h" "3"
+"winrtdebughelper" "2"
+"winrtdebughelper.qbs:4" "3"
+"winrtdebughelper.cpp" "3"
+"Tests" "0"
+"tests.qbs" "1"
+"QtcAutotests" "1"
+"auto.qbs" "2"
+"Aggregation autotest" "2"
+"aggregation.qbs:4" "3"
+"tst_aggregate.cpp" "3"
+"ChangeSet autotest" "2"
+"changeset.qbs:4" "3"
+"tst_changeset.cpp" "3"
+"CPlusPlus autotests" "2"
+"cplusplus.qbs" "3"
+"C99 autotest" "3"
+"c99.qbs:4" "4"
+"Data Files" "4"
+"c99.qbs:11" "5"
+"data" "5"
+"designatedInitializer.1.c" "6"
+"Source Files" "4"
+"c99.qbs:6" "5"
+"tst_c99.cpp" "5"
+"CPlusPlus AST autotest" "3"
+"ast.qbs:4" "4"
+"tst_ast.cpp" "4"
+"CPlusPlus check symbols autotest" "3"
+"checksymbols.qbs:4" "4"
+"cplusplus_global.h" "5"
+"tst_checksymbols.cpp" "4"
+"CPlusPlus code formatter autotest" "3"
+"codeformatter.qbs:4" "4"
+"tst_codeformatter.cpp" "4"
+"CPlusPlus find usages autotest" "3"
+"findusages.qbs:4" "4"
+"cplusplus_global.h" "5"
+"tst_findusages.cpp" "4"
+"CPlusPlus lexer autotest" "3"
+"lexer.qbs:4" "4"
+"cplusplus_global.h" "5"
+"tst_lexer.cpp" "4"
+"CPlusPlus lookup autotest" "3"
+"lookup.qbs:4" "4"
+"tst_lookup.cpp" "4"
+"CPlusPlus miscellaneous autotest" "3"
+"misc.qbs:4" "4"
+"tst_misc.cpp" "4"
+"CPlusPlus preprocessor autotest" "3"
+"preprocessor.qbs:4" "4"
+"Data files" "4"
+"preprocessor.qbs:11" "5"
+"data" "5"
+"empty-macro.2.cpp" "6"
+"empty-macro.2.out.cpp" "6"
+"empty-macro.cpp" "6"
+"empty-macro.out.cpp" "6"
+"identifier-expansion.1.cpp" "6"
+"identifier-expansion.1.out.cpp" "6"
+"identifier-expansion.2.cpp" "6"
+"identifier-expansion.2.out.cpp" "6"
+"identifier-expansion.3.cpp" "6"
+"identifier-expansion.3.out.cpp" "6"
+"identifier-expansion.4.cpp" "6"
+"identifier-expansion.4.out.cpp" "6"
+"identifier-expansion.5.cpp" "6"
+"identifier-expansion.5.out.cpp" "6"
+"macro-test.cpp" "6"
+"macro-test.out.cpp" "6"
+"macro_expand.c" "6"
+"macro_expand.out.c" "6"
+"macro_expand_1.cpp" "6"
+"macro_expand_1.out.cpp" "6"
+"macro_pounder_fn.c" "6"
+"noPP.1.cpp" "6"
+"noPP.2.cpp" "6"
+"poundpound.1.cpp" "6"
+"poundpound.1.out.cpp" "6"
+"recursive.1.cpp" "6"
+"recursive.1.out.cpp" "6"
+"reserved.1.cpp" "6"
+"reserved.1.out.cpp" "6"
+"Source Files" "4"
+"preprocessor.qbs:6" "5"
+"tst_preprocessor.cpp" "5"
+"CPlusPlus pretty printer autotest" "3"
+"typeprettyprinter.qbs:4" "4"
+"tst_typeprettyprinter.cpp" "4"
+"CPlusPlus semantic autotest" "3"
+"semantic.qbs:4" "4"
+"tst_semantic.cpp" "4"
+"CPlusPlus translation unit autotest" "3"
+"translationunit.qbs:4" "4"
+"cplusplus_global.h" "5"
+"tst_translationunit.cpp" "4"
+"Cxx11 autotest" "3"
+"cxx11.qbs:4" "4"
+"Data Files" "4"
+"cxx11.qbs:11" "5"
+"data" "5"
+"inlineNamespace.1.cpp" "6"
+"inlineNamespace.1.errors.txt" "6"
+"noExcept.1.cpp" "6"
+"noExcept.1.errors.txt" "6"
+"staticAssert.1.cpp" "6"
+"staticAssert.1.errors.txt" "6"
+"Source Files" "4"
+"cxx11.qbs:6" "5"
+"tst_cxx11.cpp" "5"
+"Debugger autotests" "2"
+"debugger.qbs" "3"
+"Debugger dumpers autotest" "3"
+"dumpers.qbs:4" "4"
+"Sources from Debugger plugin" "4"
+"dumpers.qbs:9" "5"
+"debuggerprotocol.cpp" "6"
+"debuggerprotocol.h" "6"
+"simplifytype.cpp" "6"
+"simplifytype.h" "6"
+"watchdata.cpp" "6"
+"watchdata.h" "6"
+"watchutils.cpp" "6"
+"watchutils.h" "6"
+"Test sources" "4"
+"dumpers.qbs:20" "5"
+"temporarydir.h" "5"
+"tst_dumpers.cpp" "5"
+"disassembler autotest" "3"
+"disassembler.qbs:4" "4"
+"Sources from Debugger plugin" "4"
+"disassembler.qbs:7" "5"
+"disassemblerlines.cpp" "6"
+"Test sources" "4"
+"disassembler.qbs:12" "5"
+"tst_disassembler.cpp" "5"
+"gdb autotest" "3"
+"gdb.qbs:4" "4"
+"Sources from Debugger plugin" "4"
+"gdb.qbs:7" "5"
+"debuggerprotocol.cpp" "6"
+"Test sources" "4"
+"gdb.qbs:12" "5"
+"tst_gdb.cpp" "5"
+"Name demangler autotest" "3"
+"namedemangler.qbs:4" "4"
+"Sources from Debugger plugin" "4"
+"namedemangler.qbs:6" "5"
+"demanglerexceptions.h" "6"
+"globalparsestate.cpp" "6"
+"globalparsestate.h" "6"
+"namedemangler.cpp" "6"
+"namedemangler.h" "6"
+"parsetreenodes.cpp" "6"
+"parsetreenodes.h" "6"
+"Test sources" "4"
+"namedemangler.qbs:11" "5"
+"tst_namedemangler.cpp" "5"
+"simplifytypes autotest" "3"
+"simplifytypes.qbs:4" "4"
+"Sources from Debugger plugin" "4"
+"simplifytypes.qbs:7" "5"
+"simplifytype.cpp" "6"
+"Test sources" "4"
+"simplifytypes.qbs:12" "5"
+"tst_simplifytypes.cpp" "5"
+"Diff autotests" "2"
+"diff.qbs" "3"
+"Differ autotest" "3"
+"differ.qbs:4" "4"
+"tst_differ.cpp" "4"
+"Environment autotest" "2"
+"environment.qbs:4" "3"
+"tst_environment.cpp" "3"
+"ExtensionSystem autotests" "2"
+"extensionsystem.qbs" "3"
+"ExtensionSystem pluginspec autotests" "3"
+"pluginspec.qbs" "4"
+"ExtensionSystem pluginspec autotest" "4"
+"test.qbs:4" "5"
+"spec" "5"
+"test.qbs:41" "6"
+"testdir" "6"
+"spec.xml" "7"
+"test dependencies" "5"
+"test.qbs:28" "6"
+"testdependencies" "6"
+"spec1.xml" "7"
+"spec2.xml" "7"
+"spec3.xml" "7"
+"spec4.xml" "7"
+"spec5.xml" "7"
+"test specs" "5"
+"test.qbs:11" "6"
+"testspecs" "6"
+"simplespec.xml" "7"
+"simplespec_experimental.xml" "7"
+"spec1.xml" "7"
+"spec2.xml" "7"
+"spec_wrong1.xml" "7"
+"spec_wrong2.xml" "7"
+"spec_wrong3.xml" "7"
+"spec_wrong4.xml" "7"
+"spec_wrong5.xml" "7"
+"tst_pluginspec.cpp" "5"
+"pluginspec_test" "4"
+"testplugin.qbs:4" "5"
+"resources" "5"
+"plugin.qbs:20" "6"
+"testplugin.xml" "6"
+"testplugin.cpp" "5"
+"testplugin.h" "5"
+"testplugin_global.h" "5"
+"PluginManager autotests" "3"
+"pluginmanager.qbs" "4"
+"ExtensionSystem cirular plugins autotests" "4"
+"circularplugins.qbs" "5"
+"circular_plugin1" "5"
+"plugin1.qbs:4" "6"
+"resources" "6"
+"plugin.qbs:20" "7"
+"plugin.xml" "7"
+"plugin1.cpp" "6"
+"plugin1.h" "6"
+"circular_plugin2" "5"
+"plugin2.qbs:4" "6"
+"resources" "6"
+"plugin.qbs:20" "7"
+"plugin.xml" "7"
+"plugin2.cpp" "6"
+"plugin2.h" "6"
+"circular_plugin3" "5"
+"plugin3.qbs:4" "6"
+"resources" "6"
+"plugin.qbs:20" "7"
+"plugin.xml" "7"
+"plugin3.cpp" "6"
+"plugin3.h" "6"
+"ExtensionSystem correct plugins autotests" "4"
+"correctplugins1.qbs" "5"
+"correct_plugin1" "5"
+"plugin1.qbs:4" "6"
+"resources" "6"
+"plugin.qbs:20" "7"
+"plugin.spec" "7"
+"plugin1.cpp" "6"
+"plugin1.h" "6"
+"correct_plugin2" "5"
+"plugin2.qbs:4" "6"
+"resources" "6"
+"plugin.qbs:20" "7"
+"plugin.spec" "7"
+"plugin2.cpp" "6"
+"plugin2.h" "6"
+"correct_plugin3" "5"
+"plugin3.qbs:4" "6"
+"resources" "6"
+"plugin.qbs:20" "7"
+"plugin.spec" "7"
+"plugin3.cpp" "6"
+"plugin3.h" "6"
+"PluginManager autotest" "4"
+"test.qbs:4" "5"
+"plugins" "5"
+"test.qbs:14" "6"
+"plugins" "6"
+"myplug" "7"
+"myplug.xml" "8"
+"otherplugin.xml" "7"
+"plugin1.xml" "7"
+"tst_pluginmanager.cpp" "5"
+"ExternalTool autotest" "2"
+"externaltool.qbs:4" "3"
+"Duplicated sources from Core plugin" "3"
+"externaltool.qbs:10" "4"
+"externaltool.cpp" "5"
+"externaltool.h" "5"
+"Test sources" "3"
+"externaltool.qbs:19" "4"
+"tst_externaltooltest.cpp" "4"
+"File search autotest" "2"
+"filesearch.qbs:4" "3"
+"testfile.txt" "3"
+"tst_filesearch.cpp" "3"
+"tst_filesearch.qrc" "3"
+"Generic highlighter autotests" "2"
+"generichighlighter.qbs" "3"
+"Generic highlighter specific rules autotest" "3"
+"specificrules.qbs:4" "4"
+"Sources from TextEditor plugin" "4"
+"specificrules.qbs:7" "5"
+"context.cpp" "6"
+"dynamicrule.cpp" "6"
+"highlightdefinition.cpp" "6"
+"itemdata.cpp" "6"
+"keywordlist.cpp" "6"
+"progressdata.cpp" "6"
+"rule.cpp" "6"
+"specificrules.cpp" "6"
+"Test sources" "4"
+"specificrules.qbs:21" "5"
+"tst_specificrules.cpp" "5"
+"Highlighter engine autotest" "3"
+"highlighterengine.qbs:4" "4"
+"Drop-in sources for the plugin" "4"
+"highlighterengine.qbs:31" "5"
+"basetextdocumentlayout.cpp" "5"
+"basetextdocumentlayout.h" "5"
+"syntaxhighlighter.cpp" "5"
+"syntaxhighlighter.h" "5"
+"tabsettings.h" "5"
+"Sources from TextEditor plugin" "4"
+"highlighterengine.qbs:8" "5"
+"context.cpp" "6"
+"context.h" "6"
+"dynamicrule.cpp" "6"
+"dynamicrule.h" "6"
+"highlightdefinition.cpp" "6"
+"highlightdefinition.h" "6"
+"highlighter.cpp" "6"
+"highlighter.h" "6"
+"itemdata.cpp" "6"
+"itemdata.h" "6"
+"keywordlist.cpp" "6"
+"keywordlist.h" "6"
+"progressdata.cpp" "6"
+"progressdata.h" "6"
+"rule.cpp" "6"
+"rule.h" "6"
+"specificrules.cpp" "6"
+"specificrules.h" "6"
+"Test sources" "4"
+"highlighterengine.qbs:23" "5"
+"formats.cpp" "5"
+"formats.h" "5"
+"highlightermock.cpp" "5"
+"highlightermock.h" "5"
+"tst_highlighterengine.cpp" "5"
+"IoUtils autotest" "2"
+"ioutils.qbs:4" "3"
+"ioutils.cpp" "4"
+"tst_ioutils.cpp" "3"
+"ProFileWriter autotest" "2"
+"profilewriter.qbs:4" "3"
+"Sources from ProParser" "3"
+"profilewriter.qbs:7" "4"
+"ioutils.cpp" "5"
+"ioutils.h" "5"
+"profileevaluator.cpp" "5"
+"profileevaluator.h" "5"
+"proitems.cpp" "5"
+"proitems.h" "5"
+"prowriter.cpp" "5"
+"prowriter.h" "5"
+"qmake_global.h" "5"
+"qmakebuiltins.cpp" "5"
+"qmakeevaluator.cpp" "5"
+"qmakeevaluator.h" "5"
+"qmakeevaluator_p.h" "5"
+"qmakeglobals.cpp" "5"
+"qmakeglobals.h" "5"
+"qmakeparser.cpp" "5"
+"qmakeparser.h" "5"
+"qmakevfs.cpp" "5"
+"qmakevfs.h" "5"
+"Test sources" "3"
+"profilewriter.qbs:24" "4"
+"tst_profilewriter.cpp" "4"
+"QML autotests" "2"
+"qml.qbs" "3"
+"QML code model autotests" "3"
+"codemodel.qbs" "4"
+"QML code model check autotest" "4"
+"check.qbs:4" "5"
+"tst_check.cpp" "5"
+"QML editor autotests" "3"
+"qmleditor.qbs" "4"
+"QML code formatter autotest" "4"
+"qmlcodeformatter.qbs:4" "5"
+"tst_qmlcodeformatter.cpp" "5"
+"QML persistenttrie autotest" "3"
+"persistenttrie.qbs:4" "4"
+"tst_testtrie.cpp" "4"
+"tst_testtrie.h" "4"
+"QML qrc parser autotest" "3"
+"qrcparser.qbs:4" "4"
+"tst_qrcparser.cpp" "4"
+"QML reformatter autotest" "3"
+"reformatter.qbs:4" "4"
+"tst_reformatter.cpp" "4"
+"QMLJS simple reader autotest" "3"
+"qmljssimplereader.qbs:4" "4"
+"tst_qmljssimplereader.cpp" "4"
+"QmlProjectManager autotests" "3"
+"qmlprojectmanager.qbs" "4"
+"QmlProjectManager file format autotest" "4"
+"fileformat.qbs:4" "5"
+"Files from QmlProjectManager" "5"
+"fileformat.qbs:12" "6"
+"filefilteritems.cpp" "7"
+"filefilteritems.h" "7"
+"qmlprojectfileformat.cpp" "7"
+"qmlprojectfileformat.h" "7"
+"qmlprojectitem.cpp" "7"
+"qmlprojectitem.h" "7"
+"tst_fileformat.cpp" "5"
+"QtcProcess autotest" "2"
+"qtcprocess.qbs:4" "3"
+"tst_qtcprocess.cpp" "3"
+"StringUtils autotest" "2"
+"utils_stringutils.qbs:4" "3"
+"tst_stringutils.cpp" "3"
+"TreeViewFind autotest" "2"
+"treeviewfind.qbs:4" "3"
+"tst_treeviewfind.cpp" "3"
+"Utils autotests" "2"
+"utils.qbs" "3"
+"ANSI autotest" "3"
+"ansiescapecodehandler.qbs:4" "4"
+"tst_ansiescapecodehandler.cpp" "4"
+"FileUtils autotest" "3"
+"fileutils.qbs:4" "4"
+"tst_fileutils.cpp" "4"
+"Valgrind autotests" "2"
+"valgrind.qbs" "3"
+"Translations" "0"
+"translations.qbs:3" "1"
+"qtcreator_cs.ts" "1"
+"qtcreator_de.ts" "1"
+"qtcreator_es.ts" "1"
+"qtcreator_fr.ts" "1"
+"qtcreator_hu.ts" "1"
+"qtcreator_it.ts" "1"
+"qtcreator_ja.ts" "1"
+"qtcreator_pl.ts" "1"
+"qtcreator_ru.ts" "1"
+"qtcreator_sl.ts" "1"
+"qtcreator_uk.ts" "1"
+"qtcreator_zh_CN.ts" "1"
+"qtcreator_zh_TW.ts" "1"
+"Qbs files" "0"
+"qbs" "1"
+"imports" "2"
+"QtcFunctions" "3"
+"functions.js" "4"
+"QtcProcessOutputReader" "3"
+"procoutputreader.js" "4"
+"QtcAutotest.qbs" "3"
+"QtcLibrary.qbs" "3"
+"QtcProduct.qbs" "3"
+"QtcTool.qbs" "3"
+"modules" "2"
+"copyable_resource" "3"
+"copyable-resource.qbs" "4"
+"pluginspec" "3"
+"pluginspec.qbs" "4"
+"src/shared/qbs" "1"
+"src" "2"
+"lib" "3"
+"Library.qbs" "4"
+"plugins/scanner" "3"
+"scannerplugin.qbs" "4"
+"version.js" "2"