Update QtWebEngine te 1.8

When running with AppImage and on Ubuntu I'm getting the error that
QtWebEngine 1.7 is not installed, it seems that per default 1.8 is
installed nowadays.
This commit is contained in:
Jeena 2019-04-27 22:59:34 +02:00
parent 0c5825afb8
commit ab1306a7b8

View file

@ -17,7 +17,7 @@
* along with FeedTheMonkey. If not, see <http://www.gnu.org/licenses/>.
*/
import QtWebEngine 1.7
import QtWebEngine 1.8
import QtQuick 2.0
import QtQuick.Controls 1.3
import QtQuick.Layouts 1.1