Re: [SailfishDevel] QtWebKit crash

2013-11-06 Thread Luciano Montanaro
Answering to myself, for the record: I found where the problem laid: I was using QGuiApplication in my main for the Qt5 port, but since QtWebKitWidgets is QtWidgets based, a QApplication is needed. I realized this when I tried to create a QWebView to see if that was needed. That triggered an asse

[SailfishDevel] QtWebKit crash

2013-11-04 Thread Luciano Montanaro
Hi Everybody, I finally managed to build my application, my problems were probably due to the Virtual machines being out of sync with QtCreator. Now I have an application that is still quite rough around the edges, but it runs, and displays the first SilicaUI components. However, I have found ano