summaryrefslogtreecommitdiffstats
path: root/tools/qdoc3
diff options
context:
space:
mode:
authorDaniel Molkentin <daniel.molkentin@nokia.com>2009-08-21 09:16:46 (GMT)
committerDaniel Molkentin <daniel.molkentin@nokia.com>2009-08-21 10:22:12 (GMT)
commitd2bdb1f0e12a289c0be7ef720b12d1f4b5287a02 (patch)
tree91169c7ddcb563b7285eb6e34dc46b63ee8bde58 /tools/qdoc3
parent8feda9e2802022ae3da3d9ba0913b0130b0bdc40 (diff)
downloadQt-d2bdb1f0e12a289c0be7ef720b12d1f4b5287a02.zip
Qt-d2bdb1f0e12a289c0be7ef720b12d1f4b5287a02.tar.gz
Qt-d2bdb1f0e12a289c0be7ef720b12d1f4b5287a02.tar.bz2
move qdoc3 binary to bin, so we can use it for Qt Creator without hacks.
Most Linux distributions already move qdoc3 to that place for exactly this reason anyway. Reviewed-by: Marius Storm-Olsen <marius@trolltech.com>
Diffstat (limited to 'tools/qdoc3')
-rw-r--r--tools/qdoc3/qdoc3.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/qdoc3/qdoc3.pro b/tools/qdoc3/qdoc3.pro
index 49a16e6..21b3bb9 100644
--- a/tools/qdoc3/qdoc3.pro
+++ b/tools/qdoc3/qdoc3.pro
@@ -7,6 +7,7 @@ DEFINES += QT_NO_CAST_TO_ASCII
QT = core xml
CONFIG += console
CONFIG -= debug_and_release_target
+DESTDIR = $$QT_BUILD_TREE/bin
#CONFIG += debug
build_all:!build_pass {
CONFIG -= build_all