summaryrefslogtreecommitdiffstats
path: root/messagingframework.pro
diff options
context:
space:
mode:
authorKalle Juhani Lehtonen <kalle.ju.lehtonen@nokia.com>2011-04-06 11:42:46 +1000
committerKalle Juhani Lehtonen <kalle.ju.lehtonen@nokia.com>2011-04-06 12:03:07 +1000
commit1b814878e778fa852a18c3ee61846887427dd1aa (patch)
tree330bf22a6b473837a8ec9b5d85012eb39e91ee20 /messagingframework.pro
parent8be4a30df45dc0d4f18c471e766473ce3a888d4f (diff)
Fix QMF compiling in Symbian
Native Symbian parts of QMF are not configured to compile correctly. Instead of invoking compile inside qmake processing of .pro file, add the native project files to the normal compile sequence. Also remove the redundant bld.inf to ensure there will not be any mixups how the symbian projects are compiled. The names of the symbian executables have been also changed to lower case. Change-Id: I30b5b7734d05d2f157ce5ebc409bb1df18b25dd8
Diffstat (limited to 'messagingframework.pro')
-rw-r--r--messagingframework.pro7
1 files changed, 3 insertions, 4 deletions
diff --git a/messagingframework.pro b/messagingframework.pro
index c88fd7e4..6aeb4bd4 100644
--- a/messagingframework.pro
+++ b/messagingframework.pro
@@ -25,10 +25,9 @@ SUBDIRS = src/libraries/qmfclient \
}
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)
+ # Add native Symbian compilations to list of projects to compile
+ BLD_INF_RULES.prj_mmpfiles += "src/symbian/qmfdataserver/qmfdataserver.mmp"
+ BLD_INF_RULES.prj_mmpfiles += "src/symbian/qmfipcchannelserver/qmfipcchannelserver.mmp"
}
defineReplace(targetPath) {