diff options
Diffstat (limited to 'messagingframework.pro')
| -rw-r--r-- | messagingframework.pro | 6 |
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 |
