Commit cb23e64e authored by Liang Qi's avatar Liang Qi
Browse files

Merge remote-tracking branch 'origin/5.7' into dev

Change-Id: I874fb13cdd89d2e80f66899042bde535a13a0bb5
Showing with 52 additions and 89 deletions
...@@ -32,9 +32,7 @@ ...@@ -32,9 +32,7 @@
Deploying an Qt application does not require any C++ Deploying an Qt application does not require any C++
programming. All you need to do is to build Qt and your programming. All you need to do is to build Qt and your
application in release mode, following the procedures described in application in release mode, following the procedures described in
this documentation. We will demonstrate the procedures in terms of this documentation.
deploying the \l {tools/plugandpaint/app}{Plug & Paint} application
that is provided in Qt's examples directory.
\section1 Static vs. Shared Libraries \section1 Static vs. Shared Libraries
...@@ -69,42 +67,8 @@ ...@@ -69,42 +67,8 @@
\section1 Deploying Qt's Libraries \section1 Deploying Qt's Libraries
\table Unless Qt is part of the system libraries it must be redistributed
\header with your application. The minimum is to redistribute the run-time
\li {4,1} Qt Libraries
\row
\li \l{Qt Core}{QtCore}
\li \l{Qt Network}{QtNetwork}
\li \l{Qt GUI}{QtGui}
\li \l{Qt SQL}{QtSql}
\row
\li \l{Qt Test}{QtTest}
\li \l{Qt Widgets}{QtWidgets}
\li \l{Qt QML}{QtQml}
\li \l{Qt Quick}{QtQuick}
\row
\li \l{Qt Multimedia}{QtMultimedia}
\li \l{Qt WebEngine}{QtWebEngine}
\li \l{Qt WebEngine Widgets}{QtWebEngineWidgets}
\li \l{Qt XML}{QtXml}
\row
\li \l{Qt XML Patterns}{QtXmlPatterns}
\li \l{Qt SVG}{QtSvg}
\li \l{Qt Concurrent}{QtConcurrent}
\li \l{Qt Print Support}{QtPrintSupport}
\row
\li \l{Qt D-Bus}{QtDBus}
\li \l{Qt OpenGL}{QtOpenGL}
\li \l{ActiveQt}{QtActiveQt}
\li \l{Qt Graphical Effects}{QtGraphicalEffects}
\row
\li \l{Qt Script}{QtScript}
\li \l{Qt Quick 1}{QtDeclarative}
\li \l{Qt Image Formats}{QtImageFormats}
\endtable
Qt is not a system library, so it must be redistributed with your
application. The minimum is to redistribute the run-time
of the libraries used by the application. However, with static linking, of the libraries used by the application. However, with static linking,
the Qt run-times can be compiled into the executable. the Qt run-times can be compiled into the executable.
...@@ -117,6 +81,9 @@ ...@@ -117,6 +81,9 @@
require, including those for accessibility. require, including those for accessibility.
For more information about plugins, see \l{How to Create Qt Plugins}. For more information about plugins, see \l{How to Create Qt Plugins}.
Applications using \l{Qt QML} also need to ship the
\l{All QML Modules}{QML modules} they use.
While deploying an application using the shared library approach, While deploying an application using the shared library approach,
you must ensure that the Qt libraries use the correct path to you must ensure that the Qt libraries use the correct path to
find the Qt plugins, documentation, translation, and so on. To do this, you find the Qt plugins, documentation, translation, and so on. To do this, you
...@@ -158,6 +125,8 @@ ...@@ -158,6 +125,8 @@
\endtable \endtable
For more information, see \l{Third-Party Licenses Used in Qt}.
\section1 Platform-Specific Notes \section1 Platform-Specific Notes
The procedure of deploying Qt applications is different for the The procedure of deploying Qt applications is different for the
......
doc/src/images/qt-logo.png

5.03 KB | W: | H:

doc/src/images/qt-logo.png

1.19 KB | W: | H:

doc/src/images/qt-logo.png
doc/src/images/qt-logo.png
doc/src/images/qt-logo.png
doc/src/images/qt-logo.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -210,6 +210,14 @@ ...@@ -210,6 +210,14 @@
\row \li \li \li \li \row \li \li \li \li
\row \li \li \li \li \row \li \li \li \li
\row \li {1,4} Qt QML
\row \li {4,1} \b{Third-party Licenses}
\row \li \l{JavaScriptCore Macro Assembler}
\li The assembly code generated use by the JIT.
\li BSD-style \li
\row \li \li \li \li
\row \li {1,4} Qt Quick \row \li {1,4} Qt Quick
\row \li {4,1} \b{Third-party Licenses} \row \li {4,1} \b{Third-party Licenses}
...@@ -398,14 +406,6 @@ ...@@ -398,14 +406,6 @@
\li The header is based on OpenKODE Core 1.0 specification. \li The header is based on OpenKODE Core 1.0 specification.
\li MIT License \li MIT License
\row \li {1,4} Qt Qml
\row \li {4,1} \b{Third-party Licenses}
\row \li \l{JavaScriptCore Macro Assembler}
\li The assembly code generated use by the JIT.
\li BSD-style \li
\row \li \li \li \li
\row \li \l{V8 double/string conversion library} \row \li \l{V8 double/string conversion library}
\li String conversion routines for IEEE doubles. \li String conversion routines for IEEE doubles.
\li BSD-style \li \li BSD-style \li
......
...@@ -25,20 +25,15 @@ ...@@ -25,20 +25,15 @@
** **
****************************************************************************/ ****************************************************************************/
/*!
\group qmlmodules
\brief Overview of available QML Modules
\title All QML Modules
*/
/*! /*!
\page modules-qml.html \page modules-qml.html
\title All QML APIs by Module \keyword All QML APIs by Module
\ingroup classlists \ingroup classlists
\title All QML Modules
\brief A list of all QML API in Qt 5 \brief A list of all QML modules in Qt 5.
These are the QML API pages for Qt 5's \l{All QML Modules}{QML modules}. These are the QML API pages for Qt 5's QML modules.
\annotatedlist {qmlmodules} \generatelist qml-modules
*/ */
...@@ -146,10 +146,10 @@ In order to use \l{Qt for Android}, you need the following: ...@@ -146,10 +146,10 @@ In order to use \l{Qt for Android}, you need the following:
\list \list
\li \l{http://developer.android.com/sdk/index.html}{The Android SDK Tools} \li \l{http://developer.android.com/sdk/index.html}{The Android SDK Tools}
\li \l{http://developer.android.com/tools/sdk/ndk/index.html}{The Android NDK} \li \l{http://developer.android.com/tools/sdk/ndk/index.html}{The Android NDK}
\li \l{http://ant.apache.org/bindownload.cgi}{Apache Ant} v1.8 or later
\li \l{http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html}{Java SE Development Kit} (JDK) v6 or later. You can also use \l{http://openjdk.java.net}{OpenJDK} on Linux. \li \l{http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html}{Java SE Development Kit} (JDK) v6 or later. You can also use \l{http://openjdk.java.net}{OpenJDK} on Linux.
\li On Windows, you need the following additional installations: \li On Windows, you need the following additional installations:
\list \list
\li \l{http://ant.apache.org/bindownload.cgi}{Apache Ant} v1.8 or later
\li Android Debug Bridge (ADB) driver on the Windows platform to enable USB \li Android Debug Bridge (ADB) driver on the Windows platform to enable USB
debugging. The default USB driver on Windows does not allow debugging. debugging. The default USB driver on Windows does not allow debugging.
For details about how to get the USB driver, see For details about how to get the USB driver, see
......
...@@ -753,13 +753,18 @@ ...@@ -753,13 +753,18 @@
\section2 eglfs with other backends \section2 eglfs with other backends
Other backends, that are typically based on targeting the framebuffer Other backends, that are typically based on targeting the framebuffer or a
directly via the vendor's EGL implementation, usually provides limited or composition API directly via the vendor's EGL implementation, usually provide
no support for multiple displays. In some cases the \c {QT_QPA_EGLFS_FB} limited or no support for multiple displays. On i.MX6-based boards with
environment variable can be used to specify the framebuffer to target, Vivante GPUs the \c{QT_QPA_EGLFS_FB} environment variable can be used to
similarly to linuxfb. Alternatively, driver-specific environment variables or specify the framebuffer to target, similarly to linuxfb. On the Raspberry Pi
kernel parameters may also be available to control the used framebuffer. Refer the \c{QT_QPA_EGLFS_DISPMANX_ID} environment variable can be used to specify
to the embedded board's documentation. the screen to output to. The value corresponds to one of the \c{DISPMANX_ID_}
constants, refer to the Dispmanx documentation. Note that these approaches,
unlike KMS/DRM, will not typically allow to output to multiple screens from
the same application. Alternatively, driver-specific environment variables or
kernel parameters may also be available as well to control the used
framebuffer. Refer to the embedded board's documentation.
\section2 Video Memory \section2 Video Memory
......
...@@ -531,8 +531,18 @@ ...@@ -531,8 +531,18 @@
plugins, and translations) that are required to run the application from plugins, and translations) that are required to run the application from
that folder. It creates a sandbox for \l{Qt for WinRT}{Windows Runtime} that folder. It creates a sandbox for \l{Qt for WinRT}{Windows Runtime}
or an installation tree for Windows desktop applications, which can be or an installation tree for Windows desktop applications, which can be
easily bundled into an installation package. The tool can be found in easily bundled into an installation package.
QTDIR/bin/windeployqt.
The tool can be found in \c{QTDIR/bin/windeployqt}. It takes an \c .exe file or
a directory that contains an \c .exe file as an argument, and scans the executable
for dependencies. If a directory is passed with the \c{--qmldir} argument,
\c windeployqt uses the \c qmlimportscanner tool to scan QML
files inside the directory for QML import dependencies.
Identified dependencies are then copied to the executable's
directory. The hardcoded local paths in Qt5Core.dll are furthermore replaced
with relative ones.
Additional arguments are described in the tools' help output:
\badcode \badcode
Usage: windeployqt [options] [files] Usage: windeployqt [options] [files]
...@@ -694,33 +704,17 @@ ...@@ -694,33 +704,17 @@
is a subdirectory named \c {platforms}. \l{Qt Plugins} section has is a subdirectory named \c {platforms}. \l{Qt Plugins} section has
additional information about plugins and how Qt searches for them. additional information about plugins and how Qt searches for them.
If Qt was configured to use the \l{ICU} library for unicode support, the ICU
DLLs located in the \c bin directory of your Qt installation must be included.
The ICU DLLs are version dependent and have to match the ones your Qt version
was linked against.
If \l{ANGLE} (the default) is used, you additionally need to include both If \l{ANGLE} (the default) is used, you additionally need to include both
\c libEGL.dll and \c libGLESv2.dll from Qt's 'lib' directory as well as \c libEGL.dll and \c libGLESv2.dll from Qt's 'lib' directory as well as
the HLSL compiler from DirectX. The HLSL compiler library, the HLSL compiler from DirectX. The HLSL compiler library,
d3dcompiler_XX.dll, where XX is the version number that ANGLE (libGLESv2) d3dcompiler_XX.dll, where XX is the version number that ANGLE (libGLESv2)
was linked against. was linked against.
If your application depends on Qt WebEngine, you must deploy If Qt was configured to link against ICU or OpenSSL, the respective DLL's
\c{<Qt install path>/bin/QtWebEngineProcess.exe} to the application install need to be added to the \c release folder, too.
path. If you chose to deploy the binary to a different path, set the
\c QTWEBENGINEPROCESS_PATH environment variable to the binary's absolute \note \l{Qt WebEngine} applications have additional requirements that are
path (including its file name). This enables the application to find the listed in \l{Deploying Qt WebEngine Applications}.
binary and execute it for every instance of QWebEngineView or
WebEngineView created. For example, a browser application with two tabs
open should have two separate processes of \c QtWebEngineProcess.exe
running. This is a common approach used by most modern web engines to
provide a stable browsing experience.
\note To support HTML5 videos, you must additionally deploy
\c ffmpegsumo.dll (WebM codec plugin) into the \c qtwebengine directory
under the application install path or under the path that the
\c PluginsPath variable was set to in
\c{<Qt install path>/<Qt version>/msvc2013/qt.conf}.
Remember that if your application depends on compiler specific Remember that if your application depends on compiler specific
libraries, these must be redistributed along with your libraries, these must be redistributed along with your
...@@ -798,7 +792,7 @@ ...@@ -798,7 +792,7 @@
\li \c msvcp140.dll \li \c msvcp140.dll
\endtable \endtable
If ICU was used, the archive must contain: If Qt was configured to use ICU, the archive must contain:
\table 100% \table 100%
\header \header
......
doc/src/snippets/brushstyles/qt-logo.png

1.39 KB | W: | H:

doc/src/snippets/brushstyles/qt-logo.png

15.2 KB | W: | H:

doc/src/snippets/brushstyles/qt-logo.png
doc/src/snippets/brushstyles/qt-logo.png
doc/src/snippets/brushstyles/qt-logo.png
doc/src/snippets/brushstyles/qt-logo.png
  • 2-up
  • Swipe
  • Onion skin
doc/src/snippets/declarative/pathview/pics/qtlogo.png

2.92 KB | W: | H:

doc/src/snippets/declarative/pathview/pics/qtlogo.png

1.89 KB | W: | H:

doc/src/snippets/declarative/pathview/pics/qtlogo.png
doc/src/snippets/declarative/pathview/pics/qtlogo.png
doc/src/snippets/declarative/pathview/pics/qtlogo.png
doc/src/snippets/declarative/pathview/pics/qtlogo.png
  • 2-up
  • Swipe
  • Onion skin
doc/src/snippets/declarative/pics/qtlogo.png

2.92 KB | W: | H:

doc/src/snippets/declarative/pics/qtlogo.png

1.89 KB | W: | H:

doc/src/snippets/declarative/pics/qtlogo.png
doc/src/snippets/declarative/pics/qtlogo.png
doc/src/snippets/declarative/pics/qtlogo.png
doc/src/snippets/declarative/pics/qtlogo.png
  • 2-up
  • Swipe
  • Onion skin
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment