Skip to content

Commit

Permalink
Add webkitengine to modules so it would compile.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeena committed Jun 12, 2016
1 parent edb4f91 commit 2f554c5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion FeedTheMonkey.pro
Original file line number Diff line number Diff line change
@@ -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 += \
Expand Down

0 comments on commit 2f554c5

Please sign in to comment.