Files
qt4-x11/debian/patches/20_install_qvfb.diff
2025-08-24 20:55:26 +08:00

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)"