Moving the remaining variables assignments from .qmake.cache to qmodule.pri
authorAlexey Pavlov <alexey.pawlow@gmail.com>
Mon, 26 Nov 2012 15:45:02 +0000 (19:45 +0400)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 30 Nov 2012 20:57:49 +0000 (21:57 +0100)
commit1c54dcf3bbd195884035f57bdd76b36e1173d627
tree459b0b6d54ab4b71d144e0feaf5f5ee2fe514404
parent9d650a4b3623271fcdcafaa15fb71095fd0ba265
Moving the remaining variables assignments from .qmake.cache to qmodule.pri

Moving variables to qmodule.pri allows to build all qt modules with user defined
command line arguments passed to configure script.

Task-number: QTBUG-27566

Change-Id: Ifa7991e9024df3fb4b1fd6536ee0d19b7c63d15e
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
tools/configure/configureapp.cpp