source: trunk/tools/qdoc3/qdoc3.pro@ 779

Last change on this file since 779 was 561, checked in by Dmitry A. Kuminov, 16 years ago

trunk: Merged in qt 4.6.1 sources.

File size: 2.5 KB
RevLine 
[2]1DEFINES += QDOC2_COMPAT
[561]2DEFINES += QT_NO_CAST_TO_ASCII
[2]3#DEFINES += QT_NO_CAST_FROM_ASCII
[561]4#DEFINES += QT_USE_FAST_OPERATOR_PLUS
5#DEFINES += QT_USE_FAST_CONCATENATION
[2]6
7QT = core xml
8CONFIG += console
[561]9CONFIG -= debug_and_release_target
10!isEmpty(QT_BUILD_TREE):DESTDIR = $$QT_BUILD_TREE/bin
11#CONFIG += debug
[2]12build_all:!build_pass {
13 CONFIG -= build_all
14 CONFIG += release
[561]15# CONFIG += debug
[2]16}
17mac:CONFIG -= app_bundle
18HEADERS += apigenerator.h \
19 archiveextractor.h \
20 atom.h \
21 bookgenerator.h \
22 ccodeparser.h \
23 codechunk.h \
24 codemarker.h \
25 codeparser.h \
26 command.h \
27 config.h \
28 cppcodemarker.h \
29 cppcodeparser.h \
30 cpptoqsconverter.h \
31 dcfsection.h \
32 doc.h \
33 editdistance.h \
34 generator.h \
35 helpprojectwriter.h \
36 htmlgenerator.h \
37 jambiapiparser.h \
38 javacodemarker.h \
39 javadocgenerator.h \
40 linguistgenerator.h \
41 location.h \
42 loutgenerator.h \