when I use make or nmake it shows this:
cd YACReader\ && ( if not exist Makefile C:\Qt\6.10.2\mingw_64\bin\qmake.exe -o Makefile ...\Downloads\yacreader-develop\YACReader\YACReader.pro "CONFIG+=7zip" ) && nmake -f Makefile
Project MESSAGE: Using pdfium.
Project ERROR: Could not find libpdfium.
NMAKE : fatal error U1077: 'cd' : return code '0x3'
Stop.
I have the needed files of 7zip as the guide indicates, including the dll in the dependencies folder, any guess?