Hi all,
I’m trying to use QWebView inside a Qt app I’m writing for iOS. The basic compilation worked fine but when I tried to add
Qt += webkit
to my pro file and build it but it said it can’t find the module.
I realised the webkit module is not compiled and I am now trying to compile it but it fails horribly saying about not finding LLintAssembly.h file from LowLevelInterpreter.cpp. Turns out that file is meant to be generated by offlineasm which is something written in ruby in JavaScriptCore/offlineasm.
I am not sure I am doing something wrong or if webkit is not yet supported for ios. Here’s how I configured the compilation of qt5:
./configure -xplatform unsupported/macx-ios-clang -developer-build -nomake examples -nomake tests -release -sdk iphoneos6.1 -openssl-linked -I /opt/ios-openssl-master/include/ -confirm-license
Thanks,
Corneliu
↧