diff options
author | Thiago Macieira <thiago@macieira.org> | 2014-08-17 12:00:58 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-08-17 23:25:02 -0500 |
commit | b1cd536e1c5c810168aadf8b5535385a5b538dea (patch) | |
tree | b04978be79e658936cb410e9bc2b35437ed13c8b /subsurface.pro | |
parent | d72e02c83e70b86f45c5c7cc63a8fd1a2cfc7330 (diff) | |
download | subsurface-b1cd536e1c5c810168aadf8b5535385a5b538dea.tar.gz |
Fix build with Qt 5
<QPrinter> is in QtPrintSupport, so we need to declare we want to use
it.
Signed-off-by: Thiago Macieira <thiago@macieira.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface.pro')
-rw-r--r-- | subsurface.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subsurface.pro b/subsurface.pro index 14003f0a6..f3b0f97fe 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 !android: QT += webkitwidgets webkit android: QT += androidextras } |