PDA

View Full Version : Building with autotools and QtSvg



ldg20
7th July 2010, 18:20
Hello!

I recently switched from building my application with the qt creator to using autotools. Everything compiles great until this: QtSvg: No such file or directory

Usually I would just add QT += svg to my .pro file and everything would be great. But now because I'm using autotools I'm at a loss of what to do. Any help would be greatly appreciated. Thank you!

I'm building on Lucid and using Qt 4.6.

ldg20
7th July 2010, 22:39
That was a bad question. I figured everything out I needed to do.