summaryrefslogtreecommitdiffstats
path: root/messagingframework.pro
diff options
context:
space:
mode:
authorMarko Minkkinen <marko.minkkinen@digia.com>2011-03-16 13:47:38 +0200
committerMarko Minkkinen <marko.minkkinen@digia.com>2011-03-16 13:47:38 +0200
commit25012057df448b4d86a8b52c646c0ca8281dce5a (patch)
treee352ab9d0064aabdcca3e25257836c1b2f3ef89a /messagingframework.pro
parent1115bd8fcbbe1c4df3d8aef4bab67eb1f3fe2394 (diff)
First version of Symbian Data Caging
Diffstat (limited to 'messagingframework.pro')
-rw-r--r--messagingframework.pro7
1 files changed, 7 insertions, 0 deletions
diff --git a/messagingframework.pro b/messagingframework.pro
index 0c10099b..a198392e 100644
--- a/messagingframework.pro
+++ b/messagingframework.pro
@@ -22,6 +22,13 @@ SUBDIRS = src/libraries/qmfclient \
SUBDIRS += benchmarks
}
+symbian {
+ message("Building a pure Symbian Client-Server implementation for Data Server using Raptor...")
+ system(sbs -b src/symbian/qmfdataserver/bld.inf)
+ message("Building a pure Symbian Client-Server implementation for IPC Channel using Raptor...")
+ system(sbs -b src/symbian/qmfipcchannelserver/bld.inf)
+}
+
defineReplace(targetPath) {
return($$replace(1, /, $$QMAKE_DIR_SEP))
}