summaryrefslogtreecommitdiffstats
path: root/common.pri
diff options
context:
space:
mode:
Diffstat (limited to 'common.pri')
-rw-r--r--common.pri13
1 files changed, 1 insertions, 12 deletions
diff --git a/common.pri b/common.pri
index 4abc7b0431..5dff52fae9 100644
--- a/common.pri
+++ b/common.pri
@@ -4,6 +4,7 @@
#
######################################################################
+include($$PWD/features/utils.pri)
CONFIG(debug, debug|release) {
WAS_IN_DEBUG=debug
@@ -50,18 +51,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)