qt6-bb10/src
Craig Scott ae91e3365b android: Generate deployment settings file with correct qml-import-paths
The qt6_android_generate_deployment_settings() command had been
creating deployment settings files with the wrong key name for qml
import paths. This resulted in the QT_QML_IMPORT_PATH target property
having no effect.

The QT_QML_IMPORT_PATH property can also potentially hold a list, not
just a single value. This change now handles the list case as well,
previously qt6_android_generate_deployment_settings() was assuming it
always held a single path if it was set.

Fixes: QTBUG-89628
Pick-to: 6.0
Change-Id: Ibdd74ec8d130f160433a60a14a0a9f496f496a1b
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
2021-01-06 13:11:57 +11:00
..
3rdparty Upgrade md4c to 0.4.7 2021-01-04 10:02:31 +01:00
android Android: Fix for accessibility potential crash 2020-12-18 07:51:40 +01:00
concurrent Document that QtConcurrent::run doesn't support overloaded functions 2020-12-23 18:34:21 +01:00
corelib android: Generate deployment settings file with correct qml-import-paths 2021-01-06 13:11:57 +11:00
dbus Use (new) erase()/erase_if() algorithms 2020-12-05 00:47:44 +01:00
entrypoint CMake: Fix compile warnings when MSVC and -DFEATURE_static_runtime=ON 2020-12-15 22:54:46 +08:00
gui QInputControl: accept surrogate category character 2021-01-05 16:24:29 +01:00
network QSslCertificate(OpenSSL) - harden protection against nullpointers 2021-01-05 07:49:59 +01:00
opengl Fix typo in QtOpenGL module docs 2020-12-16 18:18:19 +01:00
openglwidgets Member-initialize QOpenGLWidgetPrivate 2020-11-09 13:49:56 +01:00
platformsupport Replace qt_make_unique with std::make_unique 2020-11-23 09:50:21 +01:00
plugins Add a platform capability indicating support for QRhi-based rendering 2021-01-04 17:30:43 +01:00
printsupport Doc: Use explicit linkage with target_link_libraries 2020-11-30 05:39:21 +01:00
sql Doc: Use explicit linkage with target_link_libraries 2020-11-30 05:39:21 +01:00
testlib Replace QtTest headers with QTest 2020-12-22 15:20:30 +01:00
tools uic: Do not generate QComboBox::AdjustToMinimumContentsLength into code 2021-01-04 10:25:41 +01:00
widgets TableView: Trigger the resizing of editors resizing a row/column 2021-01-05 18:31:54 +00:00
xml Doc: Clean up changes to Qt XML docs 2020-12-15 15:54:46 +01:00
CMakeLists.txt cmake: Remove indirection via Startup target for EntryPoint 2020-11-12 18:43:43 +01:00
src.pro Move iOS entrypoint logic to entrypoint library 2020-11-10 16:53:31 +01:00