From 806a118b9cb208aa79533403421ae74552eace3c Mon Sep 17 00:00:00 2001 From: kelteseth Date: Sun, 11 Nov 2018 16:52:34 +0100 Subject: [PATCH] Add webengine as dep to fix ci --- ScreenPlay/ScreenPlay.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ScreenPlay/ScreenPlay.pro b/ScreenPlay/ScreenPlay.pro index 8dec62e0..3118e52c 100644 --- a/ScreenPlay/ScreenPlay.pro +++ b/ScreenPlay/ScreenPlay.pro @@ -1,5 +1,5 @@ TEMPLATE = app -QT += qml quick widgets quickcontrols2 core +QT += qml quick widgets quickcontrols2 core webengine CONFIG += c++17 CONFIG += qtquickcompiler #DEFINES += QT_NO_DEBUG_OUTPUT QT_NO_WARNING_OUTPUT