summaryrefslogtreecommitdiffstats
path: root/subsurface.pro
diff options
context:
space:
mode:
authorGravatar Thiago Macieira <thiago@macieira.org>2014-08-17 12:00:58 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-08-17 23:25:02 -0500
commitb1cd536e1c5c810168aadf8b5535385a5b538dea (patch)
treeb04978be79e658936cb410e9bc2b35437ed13c8b /subsurface.pro
parentd72e02c83e70b86f45c5c7cc63a8fd1a2cfc7330 (diff)
downloadsubsurface-b1cd536e1c5c810168aadf8b5535385a5b538dea.tar.gz
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>
Diffstat (limited to 'subsurface.pro')
-rw-r--r--subsurface.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/subsurface.pro b/subsurface.pro
index 14003f0a6..f3b0f97fe 100644
--- a/subsurface.pro
+++ b/subsurface.pro
@@ -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
}