Missing dependency: QtWebKit
-
I use QWebKit in my application. I have added the QT += webkit in my profile. The program compiles on window 7 and runs fine(Qt similation), but when I want to run it on my handy (Nokia X6 / Symbian), then it gives me this error:
:-1: error: Installation failed: 'Missing dependency: QtWebKit, need version 4.08(1) or newer' Code: 131073; see http://wiki.forum.nokia.com/index.php/Symbian_OS_Error_Codes for descriptions of the error codes
I understand that the QtWebKit is missing, what should I do to solve this problem?
I use windows 7, with latest QtSDK, MS 2008 c++ and QtCreator.
Can someone help me?
Thanks