summaryrefslogtreecommitdiffstats
path: root/messagingframework.pro
diff options
context:
space:
mode:
authorespringe <eric.springer@nokia.com>2010-09-07 00:46:36 +1000
committerespringe <eric.springer@nokia.com>2010-09-07 01:49:45 +1000
commit1d0e779a2f0d7a3afe04207533cfeddf732640d9 (patch)
treef0ea99e98b86aeb7867f38fd982a83eb329a2dff /messagingframework.pro
parent7e2656535fda8b9376ff2dc3af6525ca771eaea2 (diff)
Renames required for the great renaming
Doing this step separately to preserve history
Diffstat (limited to 'messagingframework.pro')
-rw-r--r--messagingframework.pro36
1 files changed, 36 insertions, 0 deletions
diff --git a/messagingframework.pro b/messagingframework.pro
new file mode 100644
index 00000000..1d853995
--- /dev/null
+++ b/messagingframework.pro
@@ -0,0 +1,36 @@
+TEMPLATE = subdirs
+CONFIG += ordered
+
+SUBDIRS = src/libraries/qtopiamail \
+ src/libraries/messageserver \
+ src/plugins/messageservices/imap \
+ src/plugins/messageservices/pop \
+ src/plugins/messageservices/smtp \
+ src/plugins/messageservices/qtopiamailfile \
+ src/plugins/contentmanagers/qtopiamailfile \
+ src/tools/messageserver \
+ tests \
+ examples/qtmail/libs/qmfutil \
+ examples/qtmail/app \
+ examples/qtmail/plugins/viewers/generic \
+ examples/qtmail/plugins/composers/email \
+ examples/messagingaccounts \
+ examples/serverobserver
+
+# disable benchmark test on mac until ported
+!macx {
+ SUBDIRS += benchmarks
+}
+
+defineReplace(targetPath) {
+ return($$replace(1, /, $$QMAKE_DIR_SEP))
+}
+
+# Custom target 'doc' to generate documentation
+dox.target = doc
+dox.commands = qdoc3 $$_PRO_FILE_PWD_/doc/src/qmf.qdocconf
+dox.depends =
+
+QMAKE_EXTRA_TARGETS += dox
+
+include(doc/src/doc.pri)