summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2014-11-10 12:14:05 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-11-10 12:14:05 -0800
commita5c282f93967a36e65780560a6a2d57d54271773 (patch)
treec616592ac7edc0722a20abe9250bcbbc3619824d
parentaf1d77056eaa419c281c88ff5c354a0bafe2b595 (diff)
downloadsubsurface-a5c282f93967a36e65780560a6a2d57d54271773.tar.gz
Make things compile
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r--subsurface.pro1
1 files changed, 1 insertions, 0 deletions
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
}