summaryrefslogtreecommitdiffstats
path: root/messagingframework.pro
diff options
context:
space:
mode:
authorRobin Burchell <robin.burchell@jollamobile.com>2014-01-21 10:19:06 +0100
committerRobin Burchell <robin+qt@viroteck.net>2014-01-23 19:51:24 +0100
commit8fd59a4d2f87c76dbd85d05cf81b96a4566ccc8c (patch)
treef930ebf22fbc7b99129baaf1546137c9abec37ea /messagingframework.pro
parent3abb395592bdac9c8166efa0e785c0424b9ca219 (diff)
Convert qmfclient & qmfmessageserver into Qt modules: QmfClient & QmfMessageServer.
This was not possible prior to now due to Qt 4 support hanging around like the undead vampire it is, but now we purged it with fire and light, and the build system looks a lot less like a stinky, decomposed corpse. There's still a lot of surprises lurking: qtmail is one such surprise. I don't quite grasp why it's so heavy on plugins, and qmfutil also needs some... attention. But at least it's a start. As part of this work, we rename the qcop headers to fit the private convention. This could have been done in a prior commit, but given that I didn't have an easy way to build prior to this commit, I opted to roll them together. Change-Id: Ia3e288ffc3639a7751c9040ceecb54fca77a31b1 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Matthew Vogt <matthew.vogt@qinetic.com.au> Reviewed-by: Valerio Valerio <valerio.valerio@jollamobile.com>
Diffstat (limited to 'messagingframework.pro')
-rw-r--r--messagingframework.pro31
1 files changed, 1 insertions, 30 deletions
diff --git a/messagingframework.pro b/messagingframework.pro
index 7c9ca9f3..2b3556c3 100644
--- a/messagingframework.pro
+++ b/messagingframework.pro
@@ -1,33 +1,4 @@
-TEMPLATE = subdirs
-SUBDIRS = src tests
-
-tests.depends = src
-
-!contains(DEFINES,QMF_NO_MESSAGE_SERVICE_EDITOR) {
- SUBDIRS += examples
- examples.depends = src
-
- # disable benchmark test on mac until ported
- !macx {
- !SERVER_AS_DLL {
- SUBDIRS += benchmarks
- benchmarks.depends = src
- }
- }
-}
-
-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)
+load(qt_parts)
!unix {
warning("IMAP COMPRESS capability is currently not supported on non unix platforms")