jurplel / install-qt-action

Install Qt on your Github Actions workflows with just one simple action
MIT License
446 stars 78 forks source link

Failed to find WrapRt. Version 6.6.2, wasm_singlethread + mingw_64 #226

Closed AbrasiveBoar902 closed 1 month ago

AbrasiveBoar902 commented 4 months ago

uses: jurplel/install-qt-action@v3 with: version: '6.6.2' host: 'windows' target: 'desktop' arch: 'wasm_singlethread' install-deps: 'true' modules: 'qtimageformats qtmultimedia qtshadertools' cache: 'true' cache-key-prefix: 'install-qt-action-wasm' setup-python: 'true' extra: '--autodesktop'

qt-cmake.bat d:/a/test/test -G "Ninja" -D CMAKE_BUILD_TYPE=Debug -D QT_HOST_PATH=d:/a/test/Qt/6.6.2/mingw_64

Could NOT find WrapRt (missing: WrapRt_FOUND) CMake Warning at D:/a/test/Qt/6.6.2/wasm_singlethread/lib/cmake/Qt6/Qt6Config.cmake:164 (find_package): Found package configuration file:

D:/a/test/Qt/6.6.2/wasm_singlethread/lib/cmake/Qt6Core/Qt6CoreConfig.cmake

but it set Qt6Core_FOUND to FALSE so package "Qt6Core" is considered to be NOT FOUND. Reason given by package:

Qt6Core could not be found because dependency WrapRt could not be found.

jurplel commented 1 month ago

I think v4 might resolve this, reopen if not