Details
-
Bug
-
Resolution: Duplicate
-
P1: Critical
-
None
-
6.5.2
-
None
Description
Perhaps, this is rather a packaging/releasing issue. Feel free to move it.
When configuring certain projects with Qt 6.5.2 for WASM, it fails with this error message:
Syntax error in cmake code at C:/Qt/6.5.2/wasm_singlethread/lib/cmake/Qt6BuildInternals/QtBuildInternalsExtra.cmake:45 when parsing string C:\Qt Invalid character escape '\Q'.
The string has back slashes:
set(qtbi_orig_prefix "C:\Qt") set(qtbi_orig_staging_prefix "C:\Qt\6.5.2\wasm_singlethread")
Changing them to forward slashes helps CMake parsing the file correctly.
Attachments
Issue Links
- duplicates
-
QTBUG-118540 Invalid path separator in QtBuildInternalsExtra.cmake
-
- Closed
-