diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2009-12-04 13:54:34 (GMT) |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2009-12-04 14:03:15 (GMT) |
commit | 599ffaef76eb92af2bbce6e5baff539958bfdd14 (patch) | |
tree | a48aa946b71bf2bd71d016af3701c2dfe4df61fb /tools/qdoc3 | |
parent | 72edf630344a8625a6dd848a8655e685c536e009 (diff) | |
download | Qt-599ffaef76eb92af2bbce6e5baff539958bfdd14.zip Qt-599ffaef76eb92af2bbce6e5baff539958bfdd14.tar.gz Qt-599ffaef76eb92af2bbce6e5baff539958bfdd14.tar.bz2 |
make qdoc3 a proper tools subtarget and install it
needed for building qtmobility and qtcreator docs without magic.
Reviewed-by: Daniel Molkentin
Diffstat (limited to 'tools/qdoc3')
-rw-r--r-- | tools/qdoc3/qdoc3.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/qdoc3/qdoc3.pro b/tools/qdoc3/qdoc3.pro index bacef3f..441bf39 100644 --- a/tools/qdoc3/qdoc3.pro +++ b/tools/qdoc3/qdoc3.pro @@ -105,3 +105,5 @@ SOURCES += apigenerator.cpp \ webxmlgenerator.cpp \ yyindent.cpp +target.path = $$[QT_INSTALL_BINS] +INSTALLS += target |