Description: Explicitely include QPrinter Support in build process to fix a FTBFS
Author: Emmanuel Bouthenot <kolter@debian.org>
Bug-Vendor: https://bugs.debian.org/763216
Last-Update: 2014-09-28
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/common.pri
+++ b/common.pri
@@ -42,7 +42,7 @@
 win32:      CONFIG += console
 win32-g++*: QMAKE_LFLAGS += -static -static-libgcc -static-libstdc++
 
-QT += webkit network xmlpatterns svg
+QT += webkit network xmlpatterns svg printsupport
 greaterThan(QT_MAJOR_VERSION, 4): QT += webkitwidgets
 
 # version related information
