RLottie.pri not found
Closed this issue · 1 comments
babakmdi commented
FrayxRulez commented
The actual problem is that you miss zlib
. The easiest way to get it is the following:
git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
./bootstrap-vcpkg.bat
./vcpkg.exe install zlib:arm64-uwp zlib:x64-uwp zlib:x86-uwp
./vcpkg.exe integrate install