import QtQuick 2.0 import QtWebView 1.1 // This is needed because we can only load this on-demand but // *deployqt will not include the module if there isn't a actual qml file importing it WebView { }