File build-install-qdoc3.diff of Package libqt4
--- tools/qdoc3/qdoc3.pro
+++ tools/qdoc3/qdoc3.pro
@@ -99,3 +99,6 @@ SOURCES += apigenerator.cpp \
webxmlgenerator.cpp \
yyindent.cpp
+target.path=$$[QT_INSTALL_BINS]
+INSTALLS += target
+
--- tools/tools.pro
+++ tools/tools.pro
@@ -25,6 +25,7 @@ mac {
contains(QT_CONFIG, dbus):SUBDIRS += qdbus
!wince*:contains(QT_CONFIG, xmlpatterns): SUBDIRS += xmlpatterns
embedded: SUBDIRS += makeqpf
+SUBDIRS += qdoc3
CONFIG+=ordered
QTDIR_build:REQUIRES = "contains(QT_CONFIG, full-config)"