summaryrefslogtreecommitdiffstats
path: root/common.pri
diff options
context:
space:
mode:
authorGareth Stockwell <ext-gareth.stockwell@nokia.com>2011-08-12 10:43:40 +0100
committerGareth Stockwell <ext-gareth.stockwell@nokia.com>2011-11-25 13:24:22 +0000
commita9d8bf0d92a9ad171461fdcce0922e4de3bea08b (patch)
tree31b12eb1789ae0ad8f1140110c93c6f3bae96a57 /common.pri
parent1444f9c8af675690fe434b2eef9b1a20146798ed (diff)
Enabled deployment of infixed binaries on Symbian
Task-number: QTMOBILITY-1810 Reviewed-by: Miikka Heikkinen
Diffstat (limited to 'common.pri')
-rw-r--r--common.pri12
1 files changed, 0 insertions, 12 deletions
diff --git a/common.pri b/common.pri
index 4abc7b0431..a001c58fc3 100644
--- a/common.pri
+++ b/common.pri
@@ -50,18 +50,6 @@ win32:contains(CONFIG_WIN32,build_all) {
}
}
-# Helper function. This should move to a .prf file
-defineReplace(mobilityDeployFilename) {
- unset(MOBILITY_DEPLOY_NAME)
- MOBILITY_DEPLOY_NAME = $$1
- CONFIG(debug, debug|release): {
- mac:RET = $$member(MOBILITY_DEPLOY_NAME, 0)_debug
- else:win32:RET = $$member(MOBILITY_DEPLOY_NAME, 0)d
- }
- isEmpty(RET):RET = $$MOBILITY_DEPLOY_NAME
- return($$RET)
-}
-
# Make sure this goes everywhere we need it
symbian: load(data_caging_paths)