Add webkitengine to modules so it would compile.

This commit is contained in:
Jeena 2016-06-13 01:17:12 +02:00
parent edb4f914ab
commit 2f554c5274

View file

@ -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 += \