summaryrefslogtreecommitdiffstats
path: root/messagingframework.pro
diff options
context:
space:
mode:
authorMarko Minkkinen <marko.minkkinen@digia.com>2011-02-10 16:29:40 +0200
committerMarko Minkkinen <marko.minkkinen@digia.com>2011-02-10 16:29:40 +0200
commit50d819a66b61007212072609c3a2072f75cae702 (patch)
treee35e69b07472a5b17a18b516e57b43a7127aadeb /messagingframework.pro
parent154e33bbd707aa070f1ad0a72c9188ca49ed5d14 (diff)
Symbian related changes to .pri & .pro files
Diffstat (limited to 'messagingframework.pro')
-rw-r--r--messagingframework.pro6
1 files changed, 1 insertions, 5 deletions
diff --git a/messagingframework.pro b/messagingframework.pro
index 275f159b..0c10099b 100644
--- a/messagingframework.pro
+++ b/messagingframework.pro
@@ -9,6 +9,7 @@ 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 \
@@ -16,11 +17,6 @@ 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