diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2009-12-07 10:58:01 (GMT) |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2009-12-07 10:58:01 (GMT) |
commit | 0a4f8a73165da5ec274409dffa1de921421d9bb1 (patch) | |
tree | a9209a8d091da93155c6b01e1ecd093838ec72c6 /tools | |
parent | 47008b211fe3b972077466e593a2a9016446bab2 (diff) | |
parent | 599ffaef76eb92af2bbce6e5baff539958bfdd14 (diff) | |
download | Qt-0a4f8a73165da5ec274409dffa1de921421d9bb1.zip Qt-0a4f8a73165da5ec274409dffa1de921421d9bb1.tar.gz Qt-0a4f8a73165da5ec274409dffa1de921421d9bb1.tar.bz2 |
Merge remote branch 'staging/4.6' into 4.6
Diffstat (limited to 'tools')
-rw-r--r-- | tools/qdoc3/documentation.pri | 5 | ||||
-rw-r--r-- | tools/qdoc3/qdoc3.pro | 2 | ||||
-rw-r--r-- | tools/tools.pro | 2 |
3 files changed, 4 insertions, 5 deletions
diff --git a/tools/qdoc3/documentation.pri b/tools/qdoc3/documentation.pri deleted file mode 100644 index d952183..0000000 --- a/tools/qdoc3/documentation.pri +++ /dev/null @@ -1,5 +0,0 @@ -# NOTE: THIS FILE IS SHARED BY qdoc3.pro AND projects.pro -# -# So while changing this file, please make sure to that your changes -# work in root qt soure dir with (n)make docs and for building with qdoc -# 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 diff --git a/tools/tools.pro b/tools/tools.pro index 87ba3c9..4cff507 100644 --- a/tools/tools.pro +++ b/tools/tools.pro @@ -31,5 +31,7 @@ contains(QT_CONFIG, dbus):SUBDIRS += qdbus !wince*:contains(QT_CONFIG, xmlpatterns): SUBDIRS += xmlpatterns xmlpatternsvalidator embedded: SUBDIRS += makeqpf +!wince*:!cross_compile:SUBDIRS += qdoc3 + CONFIG+=ordered QTDIR_build:REQUIRES = "contains(QT_CONFIG, full-config)" |