From a5c282f93967a36e65780560a6a2d57d54271773 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Mon, 10 Nov 2014 12:14:05 -0800 Subject: [PATCH] Make things compile Signed-off-by: Dirk Hohndel --- subsurface.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/subsurface.pro b/subsurface.pro index 1857f8405..79c6b5d6a 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 concurrent !android: QT += webkitwidgets webkit android: QT += androidextras }