aboutsummaryrefslogtreecommitdiff
path: root/mkspecs/common.pri
diff options
context:
space:
mode:
authorJaroslaw Jaryszew <jaroslaw.jaryszew@teleca.com>2010-07-27 10:35:30 +0200
committerTomas Junnonen <tomas.junnonen@nokia.com>2010-08-04 17:29:31 +0300
commita25f98567e423bb70bc05ac9a6753679a6bc3365 (patch)
tree1316831d422294f1237db1ff70eb4589ad1214c9 /mkspecs/common.pri
parent87e81fb6f3293040ea5fe259062bed8bb07e2e78 (diff)
Changes: Refactoring of device configuration
RevBy: Tomas Junnonen Details: This commit is preparing libmeegotouch for variation packages. Following things had been added/changed: - separate config file for each device, - gconf key to point selected file, - autodetection of parameters in case file is not loaded.
Diffstat (limited to 'mkspecs/common.pri')
-rw-r--r--mkspecs/common.pri3
1 files changed, 3 insertions, 0 deletions
diff --git a/mkspecs/common.pri b/mkspecs/common.pri
index e68b3e7e..2f1eb472 100644
--- a/mkspecs/common.pri
+++ b/mkspecs/common.pri
@@ -77,6 +77,9 @@ include($${M_BUILD_TREE}/mkspecs/features/meegotouch_defines.prf)
# M_BINARY_SHADERS_DIR defines the location of precompiled shader programs
DEFINES += M_SHADER_SOURCE_DIR=\\\"\"$$M_SHADER_SOURCE_DIR\"\\\"
DEFINES += M_SHADER_BINARY_DIR=\\\"\"$$M_SHADER_BINARY_DIR\"\\\"
+
+ # M_TARGETS_CONF_DIR defines the location of target device config files
+ DEFINES += M_TARGETS_CONF_DIR=\\\"\"$$M_TARGETS_CONF_DIR\"\\\"
}
unix {