syncqt: fixed QT_MODULE_BASE when build path != install path
authorRohan McGovern <rohan.mcgovern@nokia.com>
Wed, 23 Nov 2011 01:44:47 +0000 (11:44 +1000)
committerQt by Nokia <qt-info@nokia.com>
Tue, 6 Dec 2011 17:37:54 +0000 (18:37 +0100)
commit841f445c7ffb89e016929a92d1a7af71a85e3e3e
treeac804c9648a3603cc6a801c41b59e7e2942e9af5
parent27112307579d7ce827fa2378b7366f15f8cc7009
syncqt: fixed QT_MODULE_BASE when build path != install path

QT_MODULE_BASE is exclusively used to refer to the top-level source
directory of a module.  However, in non-developer-build mode (used
only when the build path is not equal to the install path), syncqt
would incorrectly set the value of QT_MODULE_BASE to the build
directory.  This caused all $$QT.<module>.sources variables to point
to the wrong place.

Make it always point to the source directory.

Change-Id: I401cf000f9e3a4ab97d68db40330bb98aec25a9a
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
bin/syncqt