summaryrefslogtreecommitdiff
path: root/debian/patches/20_install_qvfb.diff
blob: 1b0f0e83c04238204fcdb2253e760497aa0d599a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: build qvfb tool
Author: Fathi Boudra <fabo@debian.org>

---
 tools/tools.pro |    2 ++
 1 file changed, 2 insertions(+)

--- a/tools/tools.pro
+++ b/tools/tools.pro
@@ -44,6 +44,8 @@ embedded: SUBDIRS += makeqpf
 
 !wince*:!cross_compile:SUBDIRS += qdoc3
 
+SUBDIRS += qvfb
+
 CONFIG+=ordered
 QTDIR_build:REQUIRES = "contains(QT_CONFIG, full-config)"