Hmm, well done. I've probably missed some package during my first try, it's the reason why I've downloaded the whole Qt. But now I've used your recipe on an other linux computer (x86_64), and I managed to build the OPAEditor binary without problem. The failure is maybe an incompatibility with the raspberry ARM processor. I'll try to have a look (even though I'm far from being an expert)
sudo apt-get install build-essential git qt5-default qtbase5-dev
git clone https://github.com/Marzac/OPA-Editor.git
cd OPA-Editor
qmake .
make -j 4
./OPAEditor 