Merge remote-tracking branch 'origin/4.12' into qds-1.50

Change-Id: Iee9542b518367018b6e672ff920bfdb411639f8b
This commit is contained in:
Tim Jenssen
2020-05-12 09:59:55 +02:00
208 changed files with 238 additions and 738 deletions

1
.gitignore vendored
View File

@@ -125,6 +125,7 @@ compile_commands.json
/doc/html/qtcreator/ /doc/html/qtcreator/
/doc/html/qtcreator-dev/ /doc/html/qtcreator-dev/
/doc/html/qtdesignstudio/ /doc/html/qtdesignstudio/
/doc/qtdesignstudio/doc/html
/lib/ /lib/
/lib64/ /lib64/
/libexec/ /libexec/

View File

@@ -3,6 +3,10 @@ if(QT_CREATOR_API_DEFINED)
endif() endif()
set(QT_CREATOR_API_DEFINED TRUE) set(QT_CREATOR_API_DEFINED TRUE)
if (CMAKE_VERSION VERSION_LESS 3.16)
set(BUILD_WITH_PCH OFF)
endif()
include(FeatureSummary) include(FeatureSummary)
# #

76
dist/changes-4.12.1.md vendored Normal file
View File

@@ -0,0 +1,76 @@
Qt Creator 4.12.1
=================
Qt Creator version 4.12.1 contains bug fixes.
The most important changes are listed in this document. For a complete
list of changes, see the Git log for the Qt Creator sources that
you can check out from the public Git repository. For example:
git clone git://code.qt.io/qt-creator/qt-creator.git
git log --cherry-pick --pretty=oneline origin/v4.12.0..v4.12.1
General
-------
* Fixed crash when changing font settings (QTCREATORBUG-14385)
Editing
-------
### C++
* Fixed crash when loading settings from Qt Creator < 4.11 (QTCREATORBUG-23916)
### QML
* Fixed semantic highlighting (QTCREATORBUG-23729, QTCREATORBUG-23777)
* Fixed wrong symbol highlighting (QTCREATORBUG-23830)
* Fixed warning for `palette` property (QTCREATORBUG-23830)
Projects
--------
### qmake
* Fixed that run button could stay disabled after parsing
### CMake
* Fixed issue with JOM (QTCREATORBUG-22645)
### Compilation Database
* Fixed issues with symbolic links (QTCREATORBUG-23511)
Debugging
---------
* Fixed pretty printing of `std::unique_ptr` with custom deleter (QTCREATORBUG-23885)
Qt Quick Designer
-----------------
* Fixed crash after building emulation layer (QTCREATORBUG-20364)
* Fixed crash when opening `.qml` file instead of `.qml.ui` file (QDS-2011)
Test Integration
----------------
* Fixed handling of test output (QTCREATORBUG-23939)
Platforms
---------
### Android
* Fixed crash at startup when Qt is missing in Kit (QTCREATORBUG-23963)
* Fixed `Always use this device for this project` (QTCREATORBUG-23918)
### OpenBSD
* Fixed Qt ABI detection (QTCREATORBUG-23818)
Credits for these changes go to:
--------------------------------

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.5 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.2 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

@@ -30,7 +30,6 @@
// ********************************************************************** // **********************************************************************
/*! /*!
\contentspage index.html
\previouspage creator-heob.html \previouspage creator-heob.html
\page creator-cpu-usage-analyzer.html \page creator-cpu-usage-analyzer.html
\nextpage creator-cppcheck.html \nextpage creator-cppcheck.html

View File

@@ -30,7 +30,6 @@
// ********************************************************************** // **********************************************************************
/*! /*!
\contentspage index.html
\previouspage creator-troubleshooting-debugging.html \previouspage creator-troubleshooting-debugging.html
\page creator-analyze-mode.html \page creator-analyze-mode.html
\nextpage creator-qml-performance-monitor.html \nextpage creator-qml-performance-monitor.html

View File

@@ -30,7 +30,6 @@
// ********************************************************************** // **********************************************************************
/*! /*!
\contentspage index.html
\previouspage creator-running-valgrind-remotely.html \previouspage creator-running-valgrind-remotely.html
\page creator-clang-tools.html \page creator-clang-tools.html
\nextpage creator-heob.html \nextpage creator-heob.html

View File

@@ -24,7 +24,6 @@
****************************************************************************/ ****************************************************************************/
/*! /*!
\contentspage index.html
\previouspage creator-cpu-usage-analyzer.html \previouspage creator-cpu-usage-analyzer.html
\page creator-cppcheck.html \page creator-cppcheck.html
\nextpage creator-ctf-visualizer.html \nextpage creator-ctf-visualizer.html

View File

@@ -30,7 +30,6 @@
// ********************************************************************** // **********************************************************************
/*! /*!
\contentspage index.html
\previouspage creator-cppcheck.html \previouspage creator-cppcheck.html
\page creator-ctf-visualizer.html \page creator-ctf-visualizer.html
\nextpage creator-autotest.html \nextpage creator-autotest.html

View File

@@ -30,7 +30,6 @@
// ********************************************************************** // **********************************************************************
/*! /*!
\contentspage index.html
\previouspage creator-clang-tools.html \previouspage creator-clang-tools.html
\page creator-heob.html \page creator-heob.html
\nextpage creator-cpu-usage-analyzer.html \nextpage creator-cpu-usage-analyzer.html

View File

@@ -30,7 +30,6 @@
// ********************************************************************** // **********************************************************************
/*! /*!
\contentspage index.html
\previouspage creator-qml-performance-monitor.html \previouspage creator-qml-performance-monitor.html
\page creator-valgrind-overview.html \page creator-valgrind-overview.html
\nextpage creator-analyzer.html \nextpage creator-analyzer.html

View File

@@ -30,7 +30,6 @@
// ********************************************************************** // **********************************************************************
/*! /*!
\contentspage index.html
\previouspage creator-valgrind-overview.html \previouspage creator-valgrind-overview.html
\page creator-analyzer.html \page creator-analyzer.html
\nextpage creator-cache-profiler.html \nextpage creator-cache-profiler.html
@@ -140,7 +139,6 @@
*/ */
/*! /*!
\contentspage index.html
\previouspage creator-analyzer.html \previouspage creator-analyzer.html
\page creator-cache-profiler.html \page creator-cache-profiler.html
\nextpage creator-running-valgrind-remotely.html \nextpage creator-running-valgrind-remotely.html
@@ -271,7 +269,6 @@
*/ */
/*! /*!
\contentspage index.html
\previouspage creator-cache-profiler.html \previouspage creator-cache-profiler.html
\page creator-running-valgrind-remotely.html \page creator-running-valgrind-remotely.html
\nextpage creator-clang-tools.html \nextpage creator-clang-tools.html

View File

@@ -24,8 +24,6 @@
****************************************************************************/ ****************************************************************************/
/*! /*!
\contentspage index.html
\page creator-developing-android.html \page creator-developing-android.html
\previouspage creator-connecting-mobile.html \previouspage creator-connecting-mobile.html
\if defined(qtdesignstudio) \if defined(qtdesignstudio)

View File

@@ -24,8 +24,6 @@
****************************************************************************/ ****************************************************************************/
/*! /*!
\contentspage index.html
\previouspage creator-deployment.html \previouspage creator-deployment.html
\page creator-deploying-android.html \page creator-deploying-android.html
\nextpage creator-deployment-embedded-linux.html \nextpage creator-deployment-embedded-linux.html

View File

@@ -24,8 +24,6 @@
****************************************************************************/ ****************************************************************************/
/*! /*!
\contentspage index.html
\previouspage creator-developing-android.html \previouspage creator-developing-android.html
\page creator-developing-baremetal.html \page creator-developing-baremetal.html
\nextpage creator-developing-generic-linux.html \nextpage creator-developing-generic-linux.html

View File

@@ -30,7 +30,6 @@
// ********************************************************************** // **********************************************************************
/*! /*!
\contentspage index.html
\previouspage creator-project-other.html \previouspage creator-project-other.html
\page creator-project-cmake.html \page creator-project-cmake.html
\nextpage creator-project-qbs.html \nextpage creator-project-qbs.html

View File

@@ -30,7 +30,6 @@
// ********************************************************************** // **********************************************************************
/*! /*!
\contentspage index.html
\previouspage creator-debugging-qml.html \previouspage creator-debugging-qml.html
\page creator-debugging-example.html \page creator-debugging-example.html
\nextpage creator-qml-debugging-example.html \nextpage creator-qml-debugging-example.html

View File

@@ -31,7 +31,6 @@
/*! /*!
\contentspage index.html
\previouspage creator-debugging.html \previouspage creator-debugging.html
\page creator-debugger-engines.html \page creator-debugger-engines.html
\nextpage creator-debugger-operating-modes.html \nextpage creator-debugger-operating-modes.html

View File

@@ -30,7 +30,6 @@
// ********************************************************************** // **********************************************************************
/*! /*!
\contentspage index.html
\previouspage creator-testing.html \previouspage creator-testing.html
\page creator-debugging.html \page creator-debugging.html
\nextpage creator-debugger-engines.html \nextpage creator-debugger-engines.html
@@ -98,7 +97,6 @@
/*! /*!
\contentspage index.html
\previouspage creator-debugger-engines.html \previouspage creator-debugger-engines.html
\page creator-debugger-operating-modes.html \page creator-debugger-operating-modes.html
\nextpage creator-debug-mode.html \nextpage creator-debug-mode.html
@@ -550,7 +548,6 @@
/*! /*!
\contentspage index.html
\page creator-debug-mode.html \page creator-debug-mode.html
\if defined(qtdesignstudio) \if defined(qtdesignstudio)
\previouspage studio-debugging.html \previouspage studio-debugging.html
@@ -837,7 +834,6 @@
/*! /*!
\contentspage index.html
\previouspage creator-debug-mode.html \previouspage creator-debug-mode.html
\page creator-debugging-helpers.html \page creator-debugging-helpers.html
\nextpage creator-debugging-qml.html \nextpage creator-debugging-qml.html
@@ -1435,7 +1431,6 @@
/*! /*!
\contentspage index.html
\previouspage creator-qml-debugging-example.html \previouspage creator-qml-debugging-example.html
\page creator-troubleshooting-debugging.html \page creator-troubleshooting-debugging.html
\nextpage creator-analyze-mode.html \nextpage creator-analyze-mode.html

View File

@@ -30,7 +30,6 @@
// ********************************************************************** // **********************************************************************
/*! /*!
\contentspage index.html
\page creator-qml-debugging-example.html \page creator-qml-debugging-example.html
\if defined(qtdesignstudio) \if defined(qtdesignstudio)
\previouspage creator-debugging-qml.html \previouspage creator-debugging-qml.html

View File

@@ -30,7 +30,6 @@
// ********************************************************************** // **********************************************************************
/*! /*!
\contentspage index.html
\page creator-debugging-qml.html \page creator-debugging-qml.html
\if defined(qtdesignstudio) \if defined(qtdesignstudio)
\previouspage studio-debugging.html \previouspage studio-debugging.html

View File

@@ -24,7 +24,6 @@
****************************************************************************/ ****************************************************************************/
/*! /*!
\contentspage index.html
\previouspage creator-checking-code-syntax.html \previouspage creator-checking-code-syntax.html
\page creator-completing-code.html \page creator-completing-code.html
\nextpage creator-indenting-code.html \nextpage creator-indenting-code.html

View File

@@ -24,7 +24,6 @@
****************************************************************************/ ****************************************************************************/
/*! /*!
\contentspage index.html
\previouspage creator-completing-code.html \previouspage creator-completing-code.html
\page creator-indenting-code.html \page creator-indenting-code.html
\nextpage qt-quick-toolbars.html \nextpage qt-quick-toolbars.html

View File

@@ -24,7 +24,6 @@
****************************************************************************/ ****************************************************************************/
/*! /*!
\contentspage index.html
\page creator-editor-refactoring.html \page creator-editor-refactoring.html
\previouspage creator-editor-locator.html \previouspage creator-editor-locator.html
\if defined(qtdesignstudio) \if defined(qtdesignstudio)

View File

@@ -24,7 +24,6 @@
****************************************************************************/ ****************************************************************************/
/*! /*!
\contentspage index.html
\previouspage creator-highlighting.html \previouspage creator-highlighting.html
\page creator-checking-code-syntax.html \page creator-checking-code-syntax.html
\nextpage creator-completing-code.html \nextpage creator-completing-code.html

View File

@@ -30,7 +30,6 @@
// ********************************************************************** // **********************************************************************
/*! /*!
\contentspage index.html
\previouspage creator-editor-functions.html \previouspage creator-editor-functions.html
\page creator-coding-navigating.html \page creator-coding-navigating.html
\nextpage creator-highlighting.html \nextpage creator-highlighting.html

View File

@@ -30,7 +30,6 @@
// ********************************************************************** // **********************************************************************
/*! /*!
\contentspage index.html
\page creator-coding.html \page creator-coding.html
\if defined(qtdesignstudio) \if defined(qtdesignstudio)
\previouspage creator-keyboard-shortcuts.html \previouspage creator-keyboard-shortcuts.html

View File

@@ -30,7 +30,6 @@
// ********************************************************************** // **********************************************************************
/*! /*!
\contentspage index.html
\page creator-diff-editor.html \page creator-diff-editor.html
\if defined(qtdesignstudio) \if defined(qtdesignstudio)
\previouspage qt-quick-toolbars.html \previouspage qt-quick-toolbars.html

View File

@@ -30,7 +30,6 @@
// ********************************************************************** // **********************************************************************
/*! /*!
\contentspage index.html
\page creator-editor-options-text.html \page creator-editor-options-text.html
\previouspage creator-editor-options.html \previouspage creator-editor-options.html
\if defined(qtdesignstudio) \if defined(qtdesignstudio)

View File

@@ -30,7 +30,6 @@
// ********************************************************************** // **********************************************************************
/*! /*!
\contentspage index.html
\page creator-editor-options.html \page creator-editor-options.html
\if defined(qtdesignstudio) \if defined(qtdesignstudio)
\previouspage creator-editor-refactoring.html \previouspage creator-editor-refactoring.html

View File

@@ -30,7 +30,6 @@
// ********************************************************************** // **********************************************************************
/*! /*!
\contentspage index.html
\previouspage creator-coding.html \previouspage creator-coding.html
\page creator-editor-functions.html \page creator-editor-functions.html
\nextpage creator-coding-navigating.html \nextpage creator-coding-navigating.html

View File

@@ -30,7 +30,6 @@
// ********************************************************************** // **********************************************************************
/*! /*!
\contentspage index.html
\page creator-finding-overview.html \page creator-finding-overview.html
\if defined(qtdesignstudio) \if defined(qtdesignstudio)
\previouspage creator-diff-editor.html \previouspage creator-diff-editor.html

View File

@@ -24,7 +24,6 @@
****************************************************************************/ ****************************************************************************/
/*! /*!
\contentspage index.html
\previouspage creator-editor-finding.html \previouspage creator-editor-finding.html
\page creator-editor-locator.html \page creator-editor-locator.html
\nextpage creator-editor-refactoring.html \nextpage creator-editor-refactoring.html

View File

@@ -30,7 +30,6 @@
// ********************************************************************** // **********************************************************************
/*! /*!
\contentspage index.html
\previouspage creator-editor-refactoring.html \previouspage creator-editor-refactoring.html
\page creator-beautifier.html \page creator-beautifier.html
\nextpage creator-editor-options.html \nextpage creator-editor-options.html

View File

@@ -30,7 +30,6 @@
// ********************************************************************** // **********************************************************************
/*! /*!
\contentspage index.html
\previouspage creator-diff-editor.html \previouspage creator-diff-editor.html
\page creator-clang-codemodel.html \page creator-clang-codemodel.html
\nextpage creator-finding-overview.html \nextpage creator-finding-overview.html

View File

@@ -24,7 +24,6 @@
****************************************************************************/ ****************************************************************************/
/*! /*!
\contentspage index.html
\previouspage qt-quick-toolbars.html \previouspage qt-quick-toolbars.html
\page creator-editor-codepasting.html \page creator-editor-codepasting.html
\nextpage creator-macros.html \nextpage creator-macros.html

View File

@@ -24,7 +24,6 @@
****************************************************************************/ ****************************************************************************/
/*! /*!
\contentspage index.html
\previouspage creator-editor-options-text.html \previouspage creator-editor-options-text.html
\page creator-editor-fakevim.html \page creator-editor-fakevim.html
\nextpage creator-language-servers.html \nextpage creator-language-servers.html

View File

@@ -24,7 +24,6 @@
****************************************************************************/ ****************************************************************************/
/*! /*!
\contentspage index.html
\previouspage creator-editor-fakevim.html \previouspage creator-editor-fakevim.html
\page creator-language-servers.html \page creator-language-servers.html
\nextpage creator-mime-types.html \nextpage creator-mime-types.html

View File

@@ -30,7 +30,6 @@
// ********************************************************************** // **********************************************************************
/*! /*!
\contentspage index.html
\previouspage creator-language-servers.html \previouspage creator-language-servers.html
\page creator-mime-types.html \page creator-mime-types.html
\nextpage creator-modeling.html \nextpage creator-modeling.html

View File

@@ -30,7 +30,6 @@
// ********************************************************************** // **********************************************************************
/*! /*!
\contentspage index.html
\previouspage creator-mime-types.html \previouspage creator-mime-types.html
\page creator-modeling.html \page creator-modeling.html
\nextpage creator-scxml.html \nextpage creator-scxml.html

View File

@@ -30,7 +30,6 @@
// ********************************************************************** // **********************************************************************
/*! /*!
\contentspage index.html
\previouspage creator-modeling.html \previouspage creator-modeling.html
\page creator-scxml.html \page creator-scxml.html
\nextpage creator-building-running.html \nextpage creator-building-running.html

View File

@@ -24,7 +24,6 @@
****************************************************************************/ ****************************************************************************/
/*! /*!
\contentspage index.html
\previouspage creator-editor-codepasting.html \previouspage creator-editor-codepasting.html
\page creator-macros.html \page creator-macros.html
\nextpage creator-diff-editor.html \nextpage creator-diff-editor.html

View File

@@ -24,7 +24,6 @@
****************************************************************************/ ****************************************************************************/
/*! /*!
\contentspage index.html
\previouspage creator-finding-overview.html \previouspage creator-finding-overview.html
\page creator-editor-finding.html \page creator-editor-finding.html
\nextpage creator-editor-locator.html \nextpage creator-editor-locator.html

View File

@@ -24,7 +24,6 @@
****************************************************************************/ ****************************************************************************/
/*! /*!
\contentspage index.html
\previouspage creator-coding-navigating.html \previouspage creator-coding-navigating.html
\page creator-highlighting.html \page creator-highlighting.html
\nextpage creator-checking-code-syntax.html \nextpage creator-checking-code-syntax.html

View File

@@ -30,7 +30,6 @@
// ********************************************************************** // **********************************************************************
/*! /*!
\contentspage index.html
\page creator-editor-external.html \page creator-editor-external.html
\if defined(qtdesignstudio) \if defined(qtdesignstudio)
\previouspage creator-qml-performance-monitor.html \previouspage creator-qml-performance-monitor.html

View File

@@ -24,7 +24,6 @@
****************************************************************************/ ****************************************************************************/
/*! /*!
\contentspage index.html
\page creator-help.html \page creator-help.html
\if defined(qtdesignstudio) \if defined(qtdesignstudio)
\previouspage {Examples and Tutorials} \previouspage {Examples and Tutorials}

View File

@@ -30,7 +30,6 @@
// ********************************************************************** // **********************************************************************
/*! /*!
\contentspage index.html
\page creator-keyboard-shortcuts.html \page creator-keyboard-shortcuts.html
\if defined(qtdesignstudio) \if defined(qtdesignstudio)
\previouspage studio-platforms.html \previouspage studio-platforms.html

View File

@@ -24,7 +24,6 @@
****************************************************************************/ ****************************************************************************/
/*! /*!
\contentspage index.html
\previouspage creator-ctf-visualizer.html \previouspage creator-ctf-visualizer.html
\page creator-autotest.html \page creator-autotest.html
\nextpage creator-advanced.html \nextpage creator-advanced.html

View File

@@ -30,7 +30,6 @@
// ********************************************************************** // **********************************************************************
/*! /*!
\contentspage index.html
\previouspage creator-project-nimble.html \previouspage creator-project-nimble.html
\page creator-cli.html \page creator-cli.html
\nextpage creator-keyboard-shortcuts.html \nextpage creator-keyboard-shortcuts.html

View File

@@ -30,7 +30,6 @@
// ********************************************************************** // **********************************************************************
/*! /*!
\contentspage index.html
\previouspage creator-faq.html \previouspage creator-faq.html
\page creator-how-tos.html \page creator-how-tos.html
\nextpage creator-known-issues.html \nextpage creator-known-issues.html

View File

@@ -30,7 +30,6 @@
// ********************************************************************** // **********************************************************************
/*! /*!
\contentspage index.html
\previouspage creator-sharing-project-settings.html \previouspage creator-sharing-project-settings.html
\page creator-project-managing-sessions.html \page creator-project-managing-sessions.html
\nextpage creator-design-mode.html \nextpage creator-design-mode.html

View File

@@ -30,7 +30,6 @@
// ********************************************************************** // **********************************************************************
/*! /*!
\contentspage index.html
\previouspage creator-editor-external.html \previouspage creator-editor-external.html
\page creator-task-lists.html \page creator-task-lists.html
\nextpage creator-telemetry.html \nextpage creator-telemetry.html

View File

@@ -24,7 +24,6 @@
****************************************************************************/ ****************************************************************************/
/*! /*!
\contentspage index.html
\previouspage creator-task-lists.html \previouspage creator-task-lists.html
\page creator-telemetry.html \page creator-telemetry.html
\nextpage creator-help-overview.html \nextpage creator-help-overview.html

View File

@@ -24,7 +24,6 @@
****************************************************************************/ ****************************************************************************/
/*! /*!
\contentspage index.html
\previouspage creator-help.html \previouspage creator-help.html
\page creator-faq.html \page creator-faq.html
\nextpage creator-how-tos.html \nextpage creator-how-tos.html

View File

@@ -24,7 +24,6 @@
****************************************************************************/ ****************************************************************************/
/*! /*!
\contentspage index.html
\page creator-sidebars.html \page creator-sidebars.html
\previouspage creator-views.html \previouspage creator-views.html
\nextpage creator-project-managing-workspaces.html \nextpage creator-project-managing-workspaces.html

View File

@@ -30,7 +30,6 @@
// ********************************************************************** // **********************************************************************
/*! /*!
\contentspage index.html
\page creator-quick-tour.html \page creator-quick-tour.html
\if defined(qtdesignstudio) \if defined(qtdesignstudio)
\previouspage qtbridge-ps-using.html \previouspage qtbridge-ps-using.html
@@ -256,7 +255,6 @@
*/ */
/*! /*!
\contentspage index.html
\page creator-modes.html \page creator-modes.html
\previouspage creator-quick-tour.html \previouspage creator-quick-tour.html
\nextpage creator-views.html \nextpage creator-views.html
@@ -331,7 +329,6 @@
*/ */
/*! /*!
\contentspage index.html
\page creator-output-panes.html \page creator-output-panes.html
\previouspage creator-project-managing-workspaces.html \previouspage creator-project-managing-workspaces.html
\if defined(qtdesignstudio) \if defined(qtdesignstudio)

View File

@@ -24,7 +24,6 @@
****************************************************************************/ ****************************************************************************/
/*! /*!
\contentspage index.html
\page creator-views.html \page creator-views.html
\previouspage creator-modes.html \previouspage creator-modes.html
\nextpage creator-sidebars.html \nextpage creator-sidebars.html

View File

@@ -24,7 +24,6 @@
****************************************************************************/ ****************************************************************************/
/*! /*!
\contentspage index.html
\previouspage creator-sidebars.html \previouspage creator-sidebars.html
\page creator-project-managing-workspaces.html \page creator-project-managing-workspaces.html
\nextpage creator-output-panes.html \nextpage creator-output-panes.html

View File

@@ -24,8 +24,6 @@
****************************************************************************/ ****************************************************************************/
/*! /*!
\contentspage index.html
\previouspage creator-developing-generic-linux.html \previouspage creator-developing-generic-linux.html
\page creator-developing-ios.html \page creator-developing-ios.html
\nextpage creator-developing-mcu.html \nextpage creator-developing-mcu.html

View File

@@ -30,7 +30,6 @@
// ********************************************************************** // **********************************************************************
/*! /*!
\contentspage index.html
\page creator-deployment-embedded-linux.html \page creator-deployment-embedded-linux.html
\previouspage creator-deploying-android.html \previouspage creator-deploying-android.html
\if defined(qtdesignstudio) \if defined(qtdesignstudio)

View File

@@ -24,8 +24,6 @@
****************************************************************************/ ****************************************************************************/
/*! /*!
\contentspage index.html
\page creator-developing-generic-linux.html \page creator-developing-generic-linux.html
\if defined(qtdesignstudio) \if defined(qtdesignstudio)
\previouspage creator-developing-android.html \previouspage creator-developing-android.html

View File

@@ -24,7 +24,6 @@
****************************************************************************/ ****************************************************************************/
/*! /*!
\contentspage index.html
\previouspage creator-developing-ios.html \previouspage creator-developing-ios.html
\page creator-developing-mcu.html \page creator-developing-mcu.html
\nextpage creator-developing-qnx.html \nextpage creator-developing-qnx.html

View File

@@ -30,7 +30,6 @@
// ********************************************************************** // **********************************************************************
/*! /*!
\contentspage index.html
\page creator-acknowledgements.html \page creator-acknowledgements.html
\if defined(qtdesignstudio) \if defined(qtdesignstudio)
\previouspage studio-terms.html \previouspage studio-terms.html

View File

@@ -30,7 +30,6 @@
// ********************************************************************** // **********************************************************************
/*! /*!
\contentspage index.html
\previouspage creator-autotest.html \previouspage creator-autotest.html
\page creator-advanced.html \page creator-advanced.html
\nextpage creator-os-supported-platforms.html \nextpage creator-os-supported-platforms.html

View File

@@ -30,7 +30,6 @@
// ********************************************************************** // **********************************************************************
/*! /*!
\contentspage index.html
\page creator-commercial-overview.html \page creator-commercial-overview.html
\title Commercial Features \title Commercial Features

View File

@@ -30,7 +30,6 @@
// ********************************************************************** // **********************************************************************
/*! /*!
\contentspage index.html
\previouspage creator-output-panes.html \previouspage creator-output-panes.html
\page creator-configuring.html \page creator-configuring.html
\nextpage creator-build-example-application.html \nextpage creator-build-example-application.html

View File

@@ -30,7 +30,6 @@
// ********************************************************************** // **********************************************************************
/*! /*!
\contentspage index.html
\previouspage creator-running-targets.html \previouspage creator-running-targets.html
\page creator-deployment.html \page creator-deployment.html
\nextpage creator-deploying-android.html \nextpage creator-deploying-android.html

View File

@@ -30,7 +30,6 @@
// ********************************************************************** // **********************************************************************
/*! /*!
\contentspage index.html
\previouspage creator-project-managing-sessions.html \previouspage creator-project-managing-sessions.html
\page creator-design-mode.html \page creator-design-mode.html
\nextpage creator-visual-editor.html \nextpage creator-visual-editor.html

View File

@@ -30,7 +30,6 @@
// ********************************************************************** // **********************************************************************
/*! /*!
\contentspage index.html
\previouspage index.html \previouspage index.html
\page creator-getting-started.html \page creator-getting-started.html
\nextpage creator-overview.html \nextpage creator-overview.html

View File

@@ -30,7 +30,6 @@
// ********************************************************************** // **********************************************************************
/*! /*!
\contentspage index.html
\previouspage creator-known-issues.html \previouspage creator-known-issues.html
\page creator-glossary.html \page creator-glossary.html
\nextpage technical-support.html \nextpage technical-support.html

View File

@@ -30,7 +30,6 @@
// ********************************************************************** // **********************************************************************
/*! /*!
\contentspage index.html
\page creator-help-overview.html \page creator-help-overview.html
\previouspage creator-telemetry.html \previouspage creator-telemetry.html
\nextpage creator-help.html \nextpage creator-help.html

View File

@@ -30,7 +30,6 @@
// ********************************************************************** // **********************************************************************
/*! /*!
\contentspage index.html
\previouspage creator-how-tos.html \previouspage creator-how-tos.html
\page creator-known-issues.html \page creator-known-issues.html
\nextpage creator-glossary.html \nextpage creator-glossary.html

View File

@@ -30,7 +30,6 @@
// ********************************************************************** // **********************************************************************
/*! /*!
\contentspage index.html
\page creator-connecting-mobile.html \page creator-connecting-mobile.html
\previouspage creator-deployment-qnx.html \previouspage creator-deployment-qnx.html
\nextpage creator-developing-android.html \nextpage creator-developing-android.html

View File

@@ -30,7 +30,6 @@
// ********************************************************************** // **********************************************************************
/*! /*!
\contentspage index.html
\previouspage creator-getting-started.html \previouspage creator-getting-started.html
\page creator-overview.html \page creator-overview.html
\nextpage creator-quick-tour.html \nextpage creator-quick-tour.html

View File

@@ -31,7 +31,6 @@
/*! /*!
\contentspage index.html
\previouspage creator-advanced.html \previouspage creator-advanced.html
\page creator-os-supported-platforms.html \page creator-os-supported-platforms.html
\nextpage creator-project-other.html \nextpage creator-project-other.html

View File

@@ -30,7 +30,6 @@
// ********************************************************************** // **********************************************************************
/*! /*!
\contentspage index.html
\previouspage creator-glossary.html \previouspage creator-glossary.html
\page technical-support.html \page technical-support.html
\nextpage creator-acknowledgements.html \nextpage creator-acknowledgements.html

View File

@@ -30,7 +30,6 @@
// ********************************************************************** // **********************************************************************
/*! /*!
\contentspage index.html
\previouspage creator-build-process-customizing.html \previouspage creator-build-process-customizing.html
\page creator-testing.html \page creator-testing.html
\nextpage creator-debugging.html \nextpage creator-debugging.html

View File

@@ -30,7 +30,6 @@
// ********************************************************************** // **********************************************************************
/*! /*!
\contentspage index.html
\previouspage creator-build-example-application.html \previouspage creator-build-example-application.html
\page creator-tutorials.html \page creator-tutorials.html
\nextpage {Creating a Qt Quick Application} \nextpage {Creating a Qt Quick Application}

View File

@@ -30,7 +30,6 @@
// ********************************************************************** // **********************************************************************
/*! /*!
\contentspage index.html
\previouspage adding-plugins.html \previouspage adding-plugins.html
\page creator-usability.html \page creator-usability.html
\nextpage creator-coding.html \nextpage creator-coding.html

View File

@@ -26,7 +26,6 @@
****************************************************************************/ ****************************************************************************/
/*! /*!
\contentspage index.html
\previouspage creator-project-qbs.html \previouspage creator-project-qbs.html
\page creator-projects-autotools.html \page creator-projects-autotools.html
\nextpage creator-project-generic.html \nextpage creator-project-generic.html

View File

@@ -30,7 +30,6 @@
// ********************************************************************** // **********************************************************************
/*! /*!
\contentspage index.html
\previouspage creator-configuring.html \previouspage creator-configuring.html
\page creator-build-example-application.html \page creator-build-example-application.html
\nextpage creator-tutorials.html \nextpage creator-tutorials.html

View File

@@ -30,7 +30,6 @@
// ********************************************************************** // **********************************************************************
/*! /*!
\contentspage index.html
\previouspage creator-scxml.html \previouspage creator-scxml.html
\page creator-building-running.html \page creator-building-running.html
\nextpage creator-live-preview.html \nextpage creator-live-preview.html

View File

@@ -30,7 +30,6 @@
// ********************************************************************** // **********************************************************************
/*! /*!
\contentspage index.html
\previouspage qt-design-viewer.html \previouspage qt-design-viewer.html
\page creator-building-targets.html \page creator-building-targets.html
\nextpage creator-running-targets.html \nextpage creator-running-targets.html

View File

@@ -30,7 +30,6 @@
// ********************************************************************** // **********************************************************************
/*! /*!
\contentspage index.html
\page creator-build-process-customizing.html \page creator-build-process-customizing.html
\if defined(qtdesignstudio) \if defined(qtdesignstudio)
\previouspage creator-developing-generic-linux.html \previouspage creator-developing-generic-linux.html

View File

@@ -30,7 +30,6 @@
// ********************************************************************** // **********************************************************************
/*! /*!
\contentspage index.html
\previouspage creator-project-qmake.html \previouspage creator-project-qmake.html
\page creator-tool-chains.html \page creator-tool-chains.html
\nextpage creator-debuggers.html \nextpage creator-debuggers.html

View File

@@ -30,7 +30,6 @@
// ********************************************************************** // **********************************************************************
/*! /*!
\contentspage index.html
\previouspage creator-project-managing.html \previouspage creator-project-managing.html
\page creator-project-creating.html \page creator-project-creating.html
\nextpage creator-project-opening.html \nextpage creator-project-opening.html

View File

@@ -30,7 +30,6 @@
// ********************************************************************** // **********************************************************************
/*! /*!
\contentspage index.html
\previouspage creator-project-qmake-libraries.html \previouspage creator-project-qmake-libraries.html
\page creator-project-wizards.html \page creator-project-wizards.html
\nextpage creator-version-control.html \nextpage creator-version-control.html

View File

@@ -30,7 +30,6 @@
// ********************************************************************** // **********************************************************************
/*! /*!
\contentspage index.html
\previouspage creator-tool-chains.html \previouspage creator-tool-chains.html
\page creator-debuggers.html \page creator-debuggers.html
\nextpage creator-build-settings.html \nextpage creator-build-settings.html

View File

@@ -30,7 +30,6 @@
// ********************************************************************** // **********************************************************************
/*! /*!
\contentspage index.html
\previouspage creator-projects-autotools.html \previouspage creator-projects-autotools.html
\page creator-project-generic.html \page creator-project-generic.html
\nextpage creator-project-nimble.html \nextpage creator-project-nimble.html

View File

@@ -30,7 +30,6 @@
// ********************************************************************** // **********************************************************************
/*! /*!
\contentspage index.html
\previouspage creator-project-opening.html \previouspage creator-project-opening.html
\page creator-project-qmake-libraries.html \page creator-project-qmake-libraries.html
\nextpage creator-project-wizards.html \nextpage creator-project-wizards.html

View File

@@ -24,7 +24,6 @@
****************************************************************************/ ****************************************************************************/
/*! /*!
\contentspage index.html
\previouspage creator-project-generic.html \previouspage creator-project-generic.html
\page creator-project-nimble.html \page creator-project-nimble.html
\nextpage creator-cli.html \nextpage creator-cli.html

View File

@@ -31,7 +31,6 @@
// ********************************************************************** // **********************************************************************
/*! /*!
\contentspage index.html
\previouspage creator-project-creating.html \previouspage creator-project-creating.html
\page creator-project-opening.html \page creator-project-opening.html
\nextpage creator-project-qmake-libraries.html \nextpage creator-project-qmake-libraries.html

View File

@@ -30,7 +30,6 @@
// ********************************************************************** // **********************************************************************
/*! /*!
\contentspage index.html
\previouspage creator-os-supported-platforms.html \previouspage creator-os-supported-platforms.html
\page creator-project-other.html \page creator-project-other.html
\nextpage creator-project-cmake.html \nextpage creator-project-cmake.html

View File

@@ -30,7 +30,6 @@
// ********************************************************************** // **********************************************************************
/*! /*!
\contentspage index.html
\previouspage accelbubble \previouspage accelbubble
\page creator-project-managing.html \page creator-project-managing.html
\nextpage creator-project-creating.html \nextpage creator-project-creating.html

View File

@@ -24,7 +24,6 @@
****************************************************************************/ ****************************************************************************/
/*! /*!
\contentspage index.html
\previouspage creator-project-cmake.html \previouspage creator-project-cmake.html
\page creator-project-qbs.html \page creator-project-qbs.html
\nextpage creator-projects-autotools.html \nextpage creator-projects-autotools.html

View File

@@ -30,7 +30,6 @@
// ********************************************************************** // **********************************************************************
/*! /*!
\contentspage index.html
\previouspage creator-targets.html \previouspage creator-targets.html
\page creator-project-qmake.html \page creator-project-qmake.html
\nextpage creator-tool-chains.html \nextpage creator-tool-chains.html

View File

@@ -30,7 +30,6 @@
// ********************************************************************** // **********************************************************************
/*! /*!
\contentspage index.html
\previouspage creator-debuggers.html \previouspage creator-debuggers.html
\page creator-build-settings.html \page creator-build-settings.html
\nextpage creator-run-settings.html \nextpage creator-run-settings.html

Some files were not shown because too many files have changed in this diff Show More