View Full Version : Problem using webkit with s60
Amit_3117
9th October 2009, 06:21
Hello everyone,
I tried using webkit on s60 by including the necessary step in .pro file as
QT += webkit
Just after entering this I was getting error as "Qtwebkit.lib not found".
Probably the qtwebkit files are not built during the installation process.
I tried reinstalling with command :
configure -webkit -platform win32-mwc -xplatform symbian-abld
but still getting same error.Kindly suggest.
Thanks
Amit
yogeshgokul
9th October 2009, 06:31
There are few things you can continue with.
1. Check that webkit lib is present in your qt libs folder.
2. Check you can create/run a simple GUI app for S60.
3. Dont forget confclean before reconfiguring.
4. Refer INSTALL/ReadMe for extensive build options so you dont forget any component to be integrated with your qt build.
Amit_3117
9th October 2009, 06:53
Thanks for your reply..
Will the library file webkit.lib present in QT folder before installation??
Well i am not able to find it even after the installation process.
Other files related to webkit are present except the webkit.lib file.
Thanks
Amit
yogeshgokul
9th October 2009, 07:04
On my machine this is the lib folder. I can see QtWebKit.lib here.
C:\Symbian\9.2\S60_3rd_FP1_2\Epoc32\release\armv5\ lib
And this is the bin folder. I can see QtWebKit.dll here.
C:\Symbian\9.2\S60_3rd_FP1_2\Epoc32\release\armv5\ udeb
And webkit lib and webkit dll
Amit_3117
9th October 2009, 07:05
Yes on these folder webkit.lib is not there ... that is teh problem is it there for you after installation ..
yogeshgokul
9th October 2009, 07:08
No,
On my end everything working good.
Can you try running a simple test program on s60.
Amit_3117
9th October 2009, 07:14
For me other applications on QT are running well only problem is using webkit components any header or other things are not recognized doe to unavailability of "qtwebkit.lib".
Powered by vBulletin® Version 4.2.5 Copyright © 2024 vBulletin Solutions Inc. All rights reserved.