summaryrefslogtreecommitdiffstats
path: root/messagingframework.pro
diff options
context:
space:
mode:
authorDon Sanders <don.sanders@nokia.com>2010-12-09 15:41:21 +1000
committerDon Sanders <don.sanders@nokia.com>2010-12-09 15:41:21 +1000
commit2ac49cb3efa00758a035833e502065d0308beecd (patch)
tree6271060a84019dc1ce784ec238aced1d7d849dcb /messagingframework.pro
parent613265a3e04b570481a9e17ebd8a24dbcef5ad35 (diff)
Additional Symbian fixes from SA
Diffstat (limited to 'messagingframework.pro')
-rw-r--r--messagingframework.pro6
1 files changed, 5 insertions, 1 deletions
diff --git a/messagingframework.pro b/messagingframework.pro
index 0c10099b..275f159b 100644
--- a/messagingframework.pro
+++ b/messagingframework.pro
@@ -9,7 +9,6 @@ SUBDIRS = src/libraries/qmfclient \
src/plugins/messageservices/qmfsettings \
src/plugins/contentmanagers/qmfstoragemanager \
src/tools/messageserver \
- tests \
examples/qtmail/libs/qmfutil \
examples/qtmail/app \
examples/qtmail/plugins/viewers/generic \
@@ -17,6 +16,11 @@ SUBDIRS = src/libraries/qmfclient \
examples/messagingaccounts \
examples/serverobserver
+# disable tests on symbian until ported
+!symbian {
+ SUBDIRS += tests
+}
+
# disable benchmark test on mac until ported
!macx {
SUBDIRS += benchmarks