summaryrefslogtreecommitdiffstats
path: root/messagingframework.pro
diff options
context:
space:
mode:
authorValerio Valerio <valerio.valerio@nokia.com>2011-11-08 14:19:34 +0200
committerValerio Valerio <valerio.valerio@nokia.com>2011-11-08 14:19:34 +0200
commit17b95e9aa4796319d6c8d8c90322c9ac561b6eac (patch)
tree75196dccd81062e1e17beef2f107f0e8aa179918 /messagingframework.pro
parente477a43dc883ce7c82687a33bcc2b7692ca982fc (diff)
Enable build without examples.
Use DEFINES+=QMF_NO_MESSAGE_SERVICE_EDITOR to build without examples and avoid dependecies on Qt widgets.
Diffstat (limited to 'messagingframework.pro')
-rw-r--r--messagingframework.pro8
1 files changed, 7 insertions, 1 deletions
diff --git a/messagingframework.pro b/messagingframework.pro
index 55ae11c7..74de4cdc 100644
--- a/messagingframework.pro
+++ b/messagingframework.pro
@@ -9,7 +9,11 @@ SUBDIRS = src/libraries/qmfclient \
src/plugins/messageservices/qmfsettings \
src/plugins/contentmanagers/qmfstoragemanager \
src/tools/messageserver \
- tests \
+ tests
+
+!contains(DEFINES,QMF_NO_MESSAGE_SERVICE_EDITOR) {
+
+SUBDIRS += \
examples/qtmail/libs/qmfutil \
examples/qtmail/app \
examples/qtmail/plugins/viewers/generic \
@@ -24,6 +28,8 @@ SUBDIRS = src/libraries/qmfclient \
}
}
+}
+
symbian {
# Add native Symbian compilations to list of projects to compile
BLD_INF_RULES.prj_mmpfiles += "src/symbian/qmfdataserver/qmfdataserver.mmp"