summaryrefslogtreecommitdiffstats
path: root/subsurface.pro
diff options
context:
space:
mode:
Diffstat (limited to 'subsurface.pro')
-rw-r--r--subsurface.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/subsurface.pro b/subsurface.pro
index 2c5393e36..63024ceec 100644
--- a/subsurface.pro
+++ b/subsurface.pro
@@ -2,11 +2,11 @@ CODECFORTR = UTF-8
CODECFORSRC = UTF-8
include(subsurface-configure.pri)
-QT = core gui network svg concurrent
+QT = core gui network svg
lessThan(QT_MAJOR_VERSION, 5) {
QT += webkit
} else {
- QT += printsupport
+ QT += printsupport concurrent
!android: QT += webkitwidgets webkit
android: QT += androidextras
}