I'm trying to do a static build of Qt 5 from git. I used the configure options:
./configure -static -opensource -nomake examples -nomake tests
then
make -j 4
In make, I get the error:
undefined reference to qstatic plugin qsqlite
I'm using g++ 4.7
Any suggestions are appreciated. Thanks.