PDA

View Full Version : qt5 linux source build error undefined reference to qstatic plugin qsqlite



te777
11th March 2013, 06:40
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.