Make things compile

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2014-11-10 12:14:05 -08:00
parent af1d77056e
commit a5c282f939

View file

@ -6,6 +6,7 @@ QT = core gui network svg concurrent
lessThan(QT_MAJOR_VERSION, 5) { lessThan(QT_MAJOR_VERSION, 5) {
QT += webkit QT += webkit
} else { } else {
QT += printsupport concurrent
!android: QT += webkitwidgets webkit !android: QT += webkitwidgets webkit
android: QT += androidextras android: QT += androidextras
} }