From 2f554c5274d3311f63cefd7ec7e49ab3494af827 Mon Sep 17 00:00:00 2001 From: Jeena Date: Mon, 13 Jun 2016 01:17:12 +0200 Subject: [PATCH] Add webkitengine to modules so it would compile. --- FeedTheMonkey.pro | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/FeedTheMonkey.pro b/FeedTheMonkey.pro index 19007fd..6c9fd42 100644 --- a/FeedTheMonkey.pro +++ b/FeedTheMonkey.pro @@ -1,7 +1,13 @@ +requires(contains(QT_CONFIG, accessibility)) + +qtHaveModule(widgets) { + QT += widgets # QApplication is required to get native styling with QtQuickControls +} + TARGET = feedthemonkey TEMPLATE = app -QT += qml quick webenginewidgets +QT += qml quick webenginewidgets webengine CONFIG += c++11 SOURCES += \