diff -up qt-x11-opensource-src-4.5.2/tools/qdoc3/qdoc3.pro.qdoc3 qt-x11-opensource-src-4.5.2/tools/qdoc3/qdoc3.pro --- qt-x11-opensource-src-4.5.2/tools/qdoc3/qdoc3.pro.qdoc3 2009-06-20 06:57:59.000000000 +0200 +++ qt-x11-opensource-src-4.5.2/tools/qdoc3/qdoc3.pro 2009-06-25 13:21:10.000000000 +0200 @@ -99,3 +99,7 @@ SOURCES += apigenerator.cpp \ webxmlgenerator.cpp \ yyindent.cpp +TARGET= qdoc3 +target.path = $$[QT_INSTALL_BINS] +INSTALLS += target + diff -up qt-x11-opensource-src-4.5.2/tools/tools.pro.qdoc3 qt-x11-opensource-src-4.5.2/tools/tools.pro --- qt-x11-opensource-src-4.5.2/tools/tools.pro.qdoc3 2009-06-20 06:57:59.000000000 +0200 +++ qt-x11-opensource-src-4.5.2/tools/tools.pro 2009-06-25 13:19:55.000000000 +0200 @@ -13,6 +13,7 @@ no-png { SUBDIRS += designer } SUBDIRS += linguist + SUBDIRS += qdoc3 wince*: SUBDIRS = qtestlib designer unix:!mac:!embedded:contains(QT_CONFIG, qt3support):SUBDIRS += qtconfig win32:!wince*:SUBDIRS += activeqt