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 }