summaryrefslogtreecommitdiffstats
path: root/qtmobility.pro
diff options
context:
space:
mode:
authorKalle Juhani Lehtonen <kalle.ju.lehtonen@nokia.com>2011-02-22 13:29:39 +1000
committerKalle Juhani Lehtonen <kalle.ju.lehtonen@nokia.com>2011-03-11 14:39:45 +1000
commit2a66abaa6605edf40fa86e5e5844f1e2079632bb (patch)
tree9de8277ad56a0d0951cf4625f41b78dab97a223a /qtmobility.pro
parent8e01abeb15938a76528e833d8e96a5ed38509ac8 (diff)
Add reminder to update version number to all files
Symbian RnD uses some predefined files which are having the version numbers. So those need manual update. Change-Id: I278a0b553445deee0bf16fcb71572820adb5cad7
Diffstat (limited to 'qtmobility.pro')
-rw-r--r--qtmobility.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/qtmobility.pro b/qtmobility.pro
index 416af58716..8e369c32dc 100644
--- a/qtmobility.pro
+++ b/qtmobility.pro
@@ -46,7 +46,9 @@ contains(QT_MAJOR_VERSION, 4):lessThan(QT_MINOR_VERSION, 6) {
} else {
system(cat $${sourcePath} >> $$PRF_OUTPUT)
}
-
+
+ # Remember to update staticconfig.pri binary version statement
+ # and pregenerated files under src/s60installs for Symbian RnD release
PRF_CONFIG=$${QT_MOBILITY_BUILD_TREE}/features/mobilityconfig.prf
system(echo MOBILITY_CONFIG=$${mobility_modules} > $$PRF_CONFIG)
system(echo MOBILITY_VERSION = 1.2.0 >> $$PRF_CONFIG)