Hi. I’ve compiled Qt 5.2.1 as static, but there isn’t any svg libs in ‘C:\Qt\5.2.1_static\plugins\imageformats’, so i can not build my code. I expected libqsvg.a and other libs to be there, but there is only libqico.a, libqicod.a, qico.prl, qicod.prl. Here is my config: configure -static -prefix “C:\Qt\5.2.1_static” -opengl desktop -nomake examples -nomake tests. How can i build Qt with svg plugin? Or i should build svg plugin separately?
↧