Fix build with Qt 5

<QPrinter> is in QtPrintSupport, so we need to declare we want to use
it.

Signed-off-by: Thiago Macieira <thiago@macieira.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Thiago Macieira 2014-08-17 12:00:58 -07:00 committed by Dirk Hohndel
parent d72e02c83e
commit b1cd536e1c

View file

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