Merge remote-tracking branch 'origin/5.9.1' into 5.9
Change-Id: Ic02646cbab8fd627bc73dac0c52d515d4084bbb0
This commit is contained in:
commit
339dd36b27
9
dist/changes-5.9.1
vendored
9
dist/changes-5.9.1
vendored
@ -21,6 +21,13 @@ information about a particular change.
|
||||
* Qt 5.9.1 Changes *
|
||||
****************************************************************************
|
||||
|
||||
Deprecation Notice
|
||||
------------------
|
||||
|
||||
- The following platforms or toolchains are deprecated and will be
|
||||
removed as of Qt 5.11:
|
||||
* Microsoft Visual Studio 2013
|
||||
|
||||
Important Behavior Changes
|
||||
--------------------------
|
||||
|
||||
@ -104,8 +111,6 @@ configure & build system
|
||||
qmake
|
||||
-----
|
||||
|
||||
- [QTBUG-38452][Android] Fixed overwriting of INSTALLS for target, and the
|
||||
resulting bogus attempts to write to /libs on the host system.
|
||||
- [QTBUG-42830][Android] INSTALL targets are no longer created for static
|
||||
libraries.
|
||||
- [QTBUG-40825][QTBUG-59457][Unix] Fixed various makespecs to append shared
|
||||
|
@ -1,6 +1,3 @@
|
||||
android_install:contains(INSTALLS, target):!isEmpty(target.path): \
|
||||
CONFIG -= android_install
|
||||
|
||||
contains(TEMPLATE, ".*app") {
|
||||
!android_app {
|
||||
!contains(TARGET, ".so"): TARGET = lib$${TARGET}.so
|
||||
@ -11,7 +8,7 @@ contains(TEMPLATE, ".*app") {
|
||||
INSTALLS *= target
|
||||
}
|
||||
}
|
||||
} else: contains(TEMPLATE, "lib"):!static:android_install {
|
||||
} else: contains(TEMPLATE, "lib"):!static:!QTDIR_build:android_install {
|
||||
target.path = /libs/$$ANDROID_TARGET_ARCH/
|
||||
INSTALLS *= target
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user