Error: Project Message:Warning:unknown Qt: WebKit while compiling in Linux
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.
Re: Error: Project Message:Warning:unknown Qt: WebKit while compiling in Linux
I think it's case sensitive. You should probably use webkit instead of WebKit.
Re: Error: Project Message:Warning:unknown Qt: WebKit while compiling in Linux
thank u......its solved nw