1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00

Explicitly add webenginecore to Qt modules

See #1797
This commit is contained in:
David Rosca 2015-12-09 14:02:02 +01:00
parent caefbcfa02
commit f130bc9763
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
QT += webenginewidgets webenginewidgets-private webchannel network widgets sql script quickwidgets
QT += webenginecore webenginewidgets webchannel network widgets sql script quickwidgets
TARGET = QupZilla
TEMPLATE = lib

View File

@ -1,6 +1,6 @@
include(../defines.pri)
QT += webenginewidgets network widgets sql script
QT += webenginecore webenginewidgets network widgets sql script
TARGET = qupzilla
mac: TARGET = QupZilla

View File

@ -33,7 +33,7 @@ TEMPLATE = lib
CONFIG += plugin
DESTDIR = $$QZ_DESTDIR/plugins/
QT *= webenginewidgets network
QT *= webenginecore webenginewidgets network
CONFIG += c++11