configure.exe: move a few things from qmodule.pri to qconfig.pri
authorRohan McGovern <rohan.mcgovern@nokia.com>
Thu, 10 May 2012 00:29:24 +0000 (10:29 +1000)
committerQt by Nokia <qt-info@nokia.com>
Fri, 11 May 2012 08:38:25 +0000 (10:38 +0200)
commit1211fd0b6116ca64468780bff12e7902576ab041
tree530c85d1bda5d78d2c3dc0be670228f1b10472cc
parent3fe02eaa120d6ee5e058b45b66a2ae6f2677f35b
configure.exe: move a few things from qmodule.pri to qconfig.pri

QMAKE_RPATHDIR, QT_LIBINFIX and QT_NAMESPACE were previously set in
qmodule.pri on Windows, and qconfig.pri on platforms other than Windows.
Make the behavior consistent, move them to qconfig.pri.

qconfig.pri is the correct file because these variables need to be
visible for _all_ users of Qt, and not only the other Qt modules (the
ones who load qmodule.pri).

Change-Id: I4d517488a80b134a78ebde8d3196bdab3c3ab991
Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
tools/configure/configureapp.cpp