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
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