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 |
||
|---|---|---|
| .. | ||
| annotatedurl | ||
| ndefeditor | ||
| CMakeLists.txt | ||
| nfc.pro | ||