File qt-everywhere-opensource-src-4.6.0-beta1-qdoc3.patch of Package qt4
Index: tools/tools.pro
===================================================================
--- tools/tools.pro
+++ tools/tools.pro 2009-12-08 01:24:46.000000000 +0100
@@ -14,6 +14,7 @@
SUBDIRS += designer
}
SUBDIRS += linguist
+ SUBDIRS += qdoc3
symbian: SUBDIRS = designer
wince*: SUBDIRS = qtestlib designer
unix:!mac:!embedded:contains(QT_CONFIG, qt3support):SUBDIRS += qtconfig
Index: tools/qdoc3/qdoc3.pro
===================================================================
--- tools/qdoc3/qdoc3.pro
+++ tools/qdoc3/qdoc3.pro 2009-12-08 01:24:22.000000000 +0100
@@ -105,3 +105,6 @@
webxmlgenerator.cpp \
yyindent.cpp
+TARGET= qdoc3
+target.path = $$[QT_INSTALL_BINS]
+INSTALLS += target