19 lines
367 B
Diff
19 lines
367 B
Diff
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)"
|
|
|