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

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

trunk: Merged in qt 4.6.1 sources.

File size: 2.5 KB
Line 
1DEFINES += QDOC2_COMPAT
2DEFINES += QT_NO_CAST_TO_ASCII
3#DEFINES += QT_NO_CAST_FROM_ASCII
4#DEFINES += QT_USE_FAST_OPERATOR_PLUS
5#DEFINES += QT_USE_FAST_CONCATENATION
6
7QT = core xml
8CONFIG += console
9CONFIG -= debug_and_release_target
10!isEmpty(QT_BUILD_TREE):DESTDIR = $$QT_BUILD_TREE/bin
11#CONFIG += debug
12build_all:!build_pass {
13 CONFIG -= build_all
14 CONFIG += release
15# CONFIG += debug
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 \
43 mangenerator.h \
44 node.h \
45 openedlist.h \
46 pagegenerator.h \
47 plaincodemarker.h \
48 polyarchiveextractor.h \
49 polyuncompressor.h \
50 qsakernelparser.h \
51 qscodemarker.h \
52 qscodeparser.h \
53 quoter.h \
54 separator.h \
55 sgmlgenerator.h \
56 text.h \
57 tokenizer.h \
58 tr.h \
59 tree.h \
60 uncompressor.h \
61 webxmlgenerator.h
62SOURCES += apigenerator.cpp \
63 archiveextractor.cpp \
64 atom.cpp \
65 bookgenerator.cpp \
66 ccodeparser.cpp \
67 codechunk.cpp \
68 codemarker.cpp \
69 codeparser.cpp \
70 command.cpp \
71 config.cpp \
72 cppcodemarker.cpp \
73 cppcodeparser.cpp \
74 cpptoqsconverter.cpp \
75 dcfsection.cpp \
76 doc.cpp \
77 editdistance.cpp \
78 generator.cpp \
79 helpprojectwriter.cpp \
80 htmlgenerator.cpp \
81 jambiapiparser.cpp \
82 javacodemarker.cpp \
83 javadocgenerator.cpp \
84 linguistgenerator.cpp \
85 location.cpp \
86 loutgenerator.cpp \
87 mangenerator.cpp \
88 main.cpp \
89 node.cpp \
90 openedlist.cpp \
91 pagegenerator.cpp \
92 plaincodemarker.cpp \
93 polyarchiveextractor.cpp \
94 polyuncompressor.cpp \
95 qsakernelparser.cpp \
96 qscodemarker.cpp \
97 qscodeparser.cpp \
98 quoter.cpp \
99 separator.cpp \
100 sgmlgenerator.cpp \
101 text.cpp \
102 tokenizer.cpp \
103 tree.cpp \
104 uncompressor.cpp \
105 webxmlgenerator.cpp \
106 yyindent.cpp
107
108target.path = $$[QT_INSTALL_BINS]
109INSTALLS += target
Note: See TracBrowser for help on using the repository browser.