Add webkitengine to modules so it would compile.
This commit is contained in:
parent
edb4f914ab
commit
2f554c5274
1 changed files with 7 additions and 1 deletions
|
@ -1,7 +1,13 @@
|
||||||
|
requires(contains(QT_CONFIG, accessibility))
|
||||||
|
|
||||||
|
qtHaveModule(widgets) {
|
||||||
|
QT += widgets # QApplication is required to get native styling with QtQuickControls
|
||||||
|
}
|
||||||
|
|
||||||
TARGET = feedthemonkey
|
TARGET = feedthemonkey
|
||||||
|
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
QT += qml quick webenginewidgets
|
QT += qml quick webenginewidgets webengine
|
||||||
CONFIG += c++11
|
CONFIG += c++11
|
||||||
|
|
||||||
SOURCES += \
|
SOURCES += \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue