diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-11-10 12:14:05 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-11-10 12:14:05 -0800 |
commit | a5c282f93967a36e65780560a6a2d57d54271773 (patch) | |
tree | c616592ac7edc0722a20abe9250bcbbc3619824d | |
parent | af1d77056eaa419c281c88ff5c354a0bafe2b595 (diff) | |
download | subsurface-a5c282f93967a36e65780560a6a2d57d54271773.tar.gz |
Make things compile
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | subsurface.pro | 1 |
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 } |