Install Qt 6.10.0 beta3 snapshot, Windows on ARM binaries on Windows on ARM machine, including WebEngine.
Configure e.g. example webenginewidgets\simplebrowser
C:\Users\qt\RTA\Qt_6.10.0\6.10.0\msvc2022_arm64\bin\qt-cmake -S C:\Users\qt\RTA\Qt_6.10.0\Examples\Qt-6.10.0\webenginewidgets\simplebrowser -B C:\Users\qt\RTA\Qt_6.10.0\Examples\Qt-6.10.0\webenginewidgets\simplebrowser\bld_msvc2022_arm64 -GNinja -DCMAKE_BUILD_TYPE=Release
-> fails:
-- The CXX compiler identification is MSVC 19.44.35211.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/2022/Professional/VC/Tools/MSVC/14.44.35207/bin/Hostarm64/arm64/cl.exe - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - not found -- Found Threads: TRUE -- Performing Test HAVE_STDATOMIC -- Performing Test HAVE_STDATOMIC - Success -- Found WrapAtomic: TRUE -- Found WrapVulkanHeaders: C:/VulkanSDK/1.3.296.0/Include -- Could NOT find Qt6WebEngineWidgets (missing: Qt6WebEngineWidgets_DIR) CMake Error at CMakeLists.txt:7 (find_package): Found package configuration file: C:/Users/qt/RTA/Qt_6.10.0/6.10.0/msvc2022_arm64/lib/cmake/Qt6/Qt6Config.cmake but it set Qt6_FOUND to FALSE so package "Qt6" is considered to be NOT FOUND. Reason given by package: Failed to find required Qt component "WebEngineWidgets". Expected Config file at "C:/Users/qt/RTA/Qt_6.10.0/6.10.0/msvc2022_arm64/lib/cmake/Qt6WebEngineWidgets/Qt6WebEngineWidgetsConfig.cmake" does NOT exist Configuring with --debug-find-pkg=Qt6WebEngineWidgets might reveal details why the package was not found. Configuring with -DQT_DEBUG_FIND_PACKAGE=ON will print the values of some of the path variables that find_package uses to try and find the package.-- Configuring incomplete, errors occurred!
Example was compiled and run succesfully with beta1 content (qt5 SHA1 24009d854ad07f3b173f2e2dfadc7df5e4009f7f)
In beta1 we used Windows11 22H2 ARM64, and now 23H2 but that shouldn't matter afaik...
- relates to
-
QTBUG-138859 WE simplebrowser not launching on WoA
-
- Open
-