| [2] | 1 | DEFINES += QDOC2_COMPAT
|
|---|
| [561] | 2 | DEFINES += 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 |
|
|---|
| 7 | QT = core xml
|
|---|
| 8 | CONFIG += console
|
|---|
| [561] | 9 | CONFIG -= debug_and_release_target
|
|---|
| 10 | !isEmpty(QT_BUILD_TREE):DESTDIR = $$QT_BUILD_TREE/bin
|
|---|
| 11 | #CONFIG += debug
|
|---|
| [2] | 12 | build_all:!build_pass {
|
|---|
| 13 | CONFIG -= build_all
|
|---|
| 14 | CONFIG += release
|
|---|
| [561] | 15 | # CONFIG += debug
|
|---|
| [2] | 16 | }
|
|---|
| 17 | mac:CONFIG -= app_bundle
|
|---|
| 18 | HEADERS += 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 \
|
|---|
| |
|---|