Project ERROR: quazip could not be found when compiling in Ubuntu 22.04

I am trying to compile fritzing in my Ubuntu 22.04.
I cloned the latest version yesterday from github.

When i run qmake I get:
kjell-e@maxwell:~/Downloads/fritzing-app$ qmake
Project MESSAGE: found libgit2 include path at /home/kjell-e/Downloads/fritzing-app/…/libgit2/include
Project MESSAGE: found libgit2 library in /home/kjell-e/Downloads/fritzing-app/…/libgit2/build
Project MESSAGE: Using fritzing boost detect script.
Project MESSAGE: using installed Boost library
Project MESSAGE: Using fritzing ngspice detect script.
Project MESSAGE: using /home/kjell-e/Downloads/ngspice-40
Project MESSAGE: Using fritzing quazip detect script.
Project ERROR: quazip could not be found.

I have installed libquazip5-1 and libquazip5-dev packages.
I have also downloaded quazip 1.4 and installed it under /opt/quazip/1.4/
So now I have a shared library /opt/quazip/1.4/lib/libquazip1-qt5.so.1.4.0 and a static library /opt/quazip/1.4/lib/libquazip1-qt5.a and header files under /opt/quazip/1.4/include/QuaZip-Qt5-1.4/quazip/

How should I update my project file so fritzing-app will find my quazip?
I guess that’s where I need to add or change something.