Changeset 561 for trunk/doc/doc.pri
- Timestamp:
- Feb 11, 2010, 11:19:06 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/vendor/nokia/qt/4.6.1 merged eligible /branches/vendor/nokia/qt/current merged eligible /branches/vendor/trolltech/qt/current 3-149
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/doc/doc.pri
r2 r561 3 3 ##################################################################### 4 4 5 win32 { 6 QT_WINCONFIG = release/ 7 CONFIG(debug, debug|release) { 8 QT_WINCONFIG = debug/ 9 } 10 } 11 12 DOCS_GENERATION_DEFINES = -Dopensourceedition 5 DOCS_GENERATION_DEFINES = 13 6 GENERATOR = $$QT_BUILD_TREE/bin/qhelpgenerator 14 7 … … 22 15 23 16 $$unixstyle { 24 QDOC = cd $$QT_SOURCE_TREE/tools/qdoc3/test && QT_BUILD_TREE=$$QT_BUILD_TREE QT_SOURCE_TREE=$$QT_SOURCE_TREE $$QT_BUILD_TREE/ tools/qdoc3/$${QT_WINCONFIG}qdoc3 $$DOCS_GENERATION_DEFINES17 QDOC = cd $$QT_SOURCE_TREE/tools/qdoc3/test && QT_BUILD_TREE=$$QT_BUILD_TREE QT_SOURCE_TREE=$$QT_SOURCE_TREE $$QT_BUILD_TREE/bin/qdoc3 $$DOCS_GENERATION_DEFINES 25 18 } else { 26 QDOC = cd $$QT_SOURCE_TREE/tools/qdoc3/test && set QT_BUILD_TREE=$$QT_BUILD_TREE&& set QT_SOURCE_TREE=$$QT_SOURCE_TREE&& $$QT_BUILD_TREE/ tools/qdoc3/$${QT_WINCONFIG}qdoc3.exe $$DOCS_GENERATION_DEFINES27 QDOC = $$replace(QDOC, "/", "\\ \\")19 QDOC = cd $$QT_SOURCE_TREE/tools/qdoc3/test && set QT_BUILD_TREE=$$QT_BUILD_TREE&& set QT_SOURCE_TREE=$$QT_SOURCE_TREE&& $$QT_BUILD_TREE/bin/qdoc3.exe $$DOCS_GENERATION_DEFINES 20 QDOC = $$replace(QDOC, "/", "\\") 28 21 } 29 macx { 30 ADP_DOCS_QDOCCONF_FILE = qt-build-docs-with-xcode.qdocconf 31 } else { 32 ADP_DOCS_QDOCCONF_FILE = qt-build-docs.qdocconf 33 } 22 ADP_DOCS_QDOCCONF_FILE = qt-build-docs.qdocconf 34 23 QT_DOCUMENTATION = ($$QDOC qt-api-only.qdocconf assistant.qdocconf designer.qdocconf \ 35 24 linguist.qdocconf qmake.qdocconf) && \ … … 46 35 } 47 36 48 49 !wince*:!cross_compile:SUBDIRS += tools/qdoc350 51 37 # Build rules: 52 38 adp_docs.commands = ($$QDOC $$ADP_DOCS_QDOCCONF_FILE) 53 adp_docs.depends += sub-tools -qdoc339 adp_docs.depends += sub-tools # qdoc3 54 40 qch_docs.commands = $$QT_DOCUMENTATION 55 41 qch_docs.depends += sub-tools
Note:
See TracChangeset
for help on using the changeset viewer.