Hello I installed http://releases.qt-project.org/qt5.0/beta1/qt-linux-opensource-5.0.0-beta1-x86-ubuntu1204-offline.run then I tried to recompile by myself... maybe it's something wrong with me :)
I have a simple qml file: import QtQuick 2.0 import QtWebKit 3.0 Rectangle { WebView { id: view url: "http://www.google.com" } } everything is ok until: i change this: WebView { id: view url: "http://www.google.com" } into this: WebView { id: view url: "http://www.google.com" settings.javascriptEnabled: true } and what it says: Cannot assign to non-existent property "settings" I have totally no idea why. configure flags? something missing? Best Regards, Marek Bronowicki _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest