PDA

View Full Version : Error: Project Message:Warning:unknown Qt: WebKit while compiling in Linux



payal
15th February 2010, 06:00
Hi All..

I am stucked up with one error while compiling my QT program on Linux..i am getting an error like "Project Message:Warning:unknown Qt: WebKit " while compiling in Linux ..I have installed QTWebkit in my linux system and i have specified Webkit module in my .pro file as below.

QT += WebKit

Could anyone plz help me to solve the issue?

Regards,
Payal.

franz
15th February 2010, 06:25
I think it's case sensitive. You should probably use webkit instead of WebKit.

payal
15th February 2010, 06:42
thank u......its solved nw