2011-12-13 11:52:47 +01:00
|
|
|
/****************************************************************************
|
|
|
|
|
**
|
2016-01-15 14:51:16 +01:00
|
|
|
** Copyright (C) 2016 The Qt Company Ltd.
|
|
|
|
|
** Contact: https://www.qt.io/licensing/
|
2011-12-13 11:52:47 +01:00
|
|
|
**
|
2016-01-15 14:51:16 +01:00
|
|
|
** This file is part of the Qt Creator documentation.
|
2011-12-13 11:52:47 +01:00
|
|
|
**
|
2016-01-15 14:51:16 +01:00
|
|
|
** 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 The Qt Company. For licensing terms
|
|
|
|
|
** and conditions see https://www.qt.io/terms-conditions. For further
|
|
|
|
|
** information use the contact form at https://www.qt.io/contact-us.
|
2011-12-13 11:52:47 +01:00
|
|
|
**
|
2016-01-15 14:51:16 +01:00
|
|
|
** GNU Free Documentation License Usage
|
2011-12-13 11:52:47 +01:00
|
|
|
** Alternatively, this file may be used under the terms of the GNU Free
|
|
|
|
|
** Documentation License version 1.3 as published by the Free Software
|
2016-01-15 14:51:16 +01:00
|
|
|
** Foundation and appearing in the file included in the packaging of
|
|
|
|
|
** this file. Please review the following information to ensure
|
|
|
|
|
** the GNU Free Documentation License version 1.3 requirements
|
|
|
|
|
** will be met: https://www.gnu.org/licenses/fdl-1.3.html.
|
2011-12-13 11:52:47 +01:00
|
|
|
**
|
|
|
|
|
****************************************************************************/
|
|
|
|
|
|
|
|
|
|
// **********************************************************************
|
|
|
|
|
// NOTE: the sections are not ordered by their logical order to avoid
|
|
|
|
|
// reshuffling the file each time the index order changes (i.e., often).
|
|
|
|
|
// Run the fixnavi.pl script to adjust the links to the index order.
|
|
|
|
|
// **********************************************************************
|
|
|
|
|
|
|
|
|
|
/*!
|
2014-03-17 12:18:12 +01:00
|
|
|
\contentspage {Qt Creator Manual}
|
2013-10-09 12:22:20 +02:00
|
|
|
\previouspage creator-build-process-customizing.html
|
2011-12-13 11:52:47 +01:00
|
|
|
\page creator-testing.html
|
|
|
|
|
\nextpage creator-debugging.html
|
|
|
|
|
|
2015-04-08 10:03:43 +02:00
|
|
|
\title Testing
|
2011-12-13 11:52:47 +01:00
|
|
|
|
|
|
|
|
\image creator_testing.png
|
|
|
|
|
|
|
|
|
|
\list
|
|
|
|
|
|
2013-02-06 08:50:23 +01:00
|
|
|
\li \l{Debugging}
|
2011-12-13 11:52:47 +01:00
|
|
|
|
|
|
|
|
If you install \QC as part of \QSDK, the GNU Symbolic Debugger
|
|
|
|
|
is installed automatically and you should be ready to start
|
|
|
|
|
debugging after you create a new project. However, you can
|
|
|
|
|
change the setup to use debugging tools for Windows, for
|
2017-08-17 17:02:56 +02:00
|
|
|
example. You can connect \l{glossary-device}{devices} to your
|
2015-08-25 15:53:23 +02:00
|
|
|
development host and debug processes running on the devices.
|
2011-12-13 11:52:47 +01:00
|
|
|
|
2013-02-06 08:50:23 +01:00
|
|
|
\li \l{Analyzing Code}
|
2011-12-13 11:52:47 +01:00
|
|
|
|
|
|
|
|
\QC integrates Valgrind code analysis tools for detecting memory
|
|
|
|
|
leaks and profiling function execution. You must download and
|
|
|
|
|
install them separately to use them from \QC. The QML Profiler is
|
|
|
|
|
installed as part of \QC. It enables you to profile your Qt Quick
|
|
|
|
|
applications.
|
|
|
|
|
|
2015-04-08 10:03:43 +02:00
|
|
|
\li \l{Running Autotests}
|
|
|
|
|
|
2016-12-15 15:32:39 +01:00
|
|
|
You can build and run Qt tests, Qt Quick tests, and Google tests
|
|
|
|
|
using \QC. In addition, you can use a wizard to create projects that
|
|
|
|
|
contain Qt or Google tests.
|
2015-04-08 10:03:43 +02:00
|
|
|
|
2011-12-13 11:52:47 +01:00
|
|
|
\endlist
|
|
|
|
|
|
|
|
|
|
*/
|