Merge 5.10 into 5.10.0

Change-Id: I1e8270b76fdabe0fcb3ef3475e2b51726b2359a8
This commit is contained in:
Oswald Buddenhagen 2017-11-20 13:49:02 +01:00
commit 664965b6de
3 changed files with 4 additions and 8 deletions

View File

@ -151,7 +151,6 @@ In order to use \l{Qt for Android}, you need the following:
\li \l{http://developer.android.com/tools/sdk/ndk/index.html}{The Android NDK}
(recommended version 10e)
\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://ant.apache.org/bindownload.cgi}{Apache Ant} v1.8 or later
\endlist
After installing these tools, update the Android SDK by installing the API

View File

@ -238,12 +238,9 @@
{asset catalogs} in Xcode, which can be added in a similar way:
\badcode
ios {
assets_catalogs.files = $$files($$PWD/*.xcassets)
QMAKE_BUNDLE_DATA += assets_catalogs
QMAKE_ASSET_CATALOGS += ios/Assets.xcassets
}
\endcode
Important: resources are compiled only if the .path variable is not set.
It is possible to recursively copy and compile directories though.
\section2 Icons

View File

@ -11,8 +11,8 @@
** 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 http://www.qt.io/terms-conditions. For further
** information use the contact form at http://www.qt.io/contact-us.
** and conditions see https://www.qt.io/terms-conditions. For further
** information use the contact form at https://www.qt.io/contact-us.
**
** GNU Free Documentation License Usage
** Alternatively, this file may be used under the terms of the GNU Free
@ -20,7 +20,7 @@
** 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: http://www.gnu.org/copyleft/fdl.html.
** will be met: https://www.gnu.org/licenses/fdl-1.3.html.
** $QT_END_LICENSE$
**
****************************************************************************/