blob: aee48c3cde2b52bac6af6ec575b80013713ab0fc (
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
@@ -41,6 +41,8 @@ embedded: SUBDIRS += makeqpf
!wince*:!cross_compile:SUBDIRS += qdoc3
+SUBDIRS += qvfb
+
CONFIG+=ordered
QTDIR_build:REQUIRES = "contains(QT_CONFIG, full-config)"
|