Qt Connectivity
Go to file
Ivan Solovev 4640a73bc2 NdefEditor: fix B2Qt cross-builds on Windows
The example was generating a qml module named NdefEditor and a binary
named ndefeditor. During the build, the build tools create a
subdirectory named after the qml module in the build dir. As a result,
on case-insensitive filesystems (i.e. on Windows) this was leading to a
linker error, because the linker failed to create a binary (since there
already was a directory with the same name).
The issue was only observed during cross-compilation, because native
binaries get the ".exe" suffix.

Fix it by renaming the qml module to NdefEditorModule.

Amends 115b4d947a.

Fixes: QTBUG-133788
Task-number: QTQAINFRA-6985
Change-Id: I1187474b07fe7c676612e79064f56d6711984c72
Reviewed-by: Marc Mutz <marc.mutz@qt.io>
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
(cherry picked from commit b5a4074cd7)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
(cherry picked from commit 6f5362b90b)
(cherry picked from commit c2c99a8efc)
2025-03-19 07:15:04 +00:00
LICENSES QtNfc: Rewrite NDEF Editor example using Qt Quick Components 2023-02-08 15:14:00 +01:00
cmake Fix the naming of the BlueZ package 2022-12-23 11:27:01 +01:00
coin Make module ready for source SBOM checking 2025-02-20 20:44:09 +00:00
config.tests Correct license for build system files 2024-04-04 16:26:23 +02:00
dist Add REUSE.toml files and missing licenses 2024-11-14 15:44:04 +00:00
examples NdefEditor: fix B2Qt cross-builds on Windows 2025-03-19 07:15:04 +00:00
src Replace AndroidManifest.xml permission parsing with PackageManager APIs 2025-03-05 09:03:10 +02:00
tests Correct license for examples files 2024-04-04 08:32:24 +01:00
.cmake.conf Bump version to 6.8.3 2025-01-24 20:49:44 +00:00
.gitattributes Update the git-archive export options 2013-09-27 17:03:46 +02:00
.gitignore Ignore QtCreator user project files 2021-06-08 19:06:31 +02:00
.tag Update the git-archive export options 2012-09-10 12:57:49 +02:00
CMakeLists.txt Make finding optional components quiet 2025-01-07 20:30:56 +00:00
REUSE.toml Make module ready for source SBOM checking 2025-02-20 20:44:09 +00:00
dependencies.yaml Update dependencies on '6.8.3' in qt/qtconnectivity 2025-03-18 18:33:37 +00:00
licenseRule.json Make module ready for source SBOM checking 2025-02-20 20:44:09 +00:00