This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
TEMPLATE = subdirs
|
| 2 |
SUBDIRS = src/libraries/qtopiamail \
|
| 3 |
src/libraries/messageserver \
|
| 4 |
src/libraries/qmfutil \
|
| 5 |
src/plugins/messageservices/imap \
|
| 6 |
src/plugins/messageservices/pop \
|
| 7 |
src/plugins/messageservices/smtp \
|
| 8 |
src/plugins/messageservices/qtopiamailfile \
|
| 9 |
src/plugins/contentmanagers/qtopiamailfile \
|
| 10 |
src/plugins/viewers/generic \
|
| 11 |
src/plugins/composers/email \
|
| 12 |
src/tools/messageserver \
|
| 13 |
examples/applications/qtmail \
|
| 14 |
examples/settings/messagingaccounts \
|
| 15 |
tests \
|
| 16 |
benchmarks \
|
| 17 |
|
| 18 |
CONFIG += ordered
|
| 19 |
|
| 20 |
# Custom target 'doc' to generate documentation
|
| 21 |
dox.target = doc
|
| 22 |
dox.commands = THISYEAR=2009 qdoc3 $$_PRO_FILE_PWD_/doc/src/qmf.qdocconf
|
| 23 |
dox.depends =
|
| 24 |
|
| 25 |
QMAKE_EXTRA_TARGETS += dox
|
| 26 |
|