Make 'nmake qmake' work with the stub (fast) Makefiles
authorThiago Macieira <thiago.macieira@intel.com>
Fri, 27 Jul 2012 13:39:49 +0000 (15:39 +0200)
committerQt by Nokia <qt-info@nokia.com>
Fri, 27 Jul 2012 22:09:45 +0000 (00:09 +0200)
commitd9048bef20103ac0c1af3365c8a47f1569a8e529
treec6c0287312a0ea4c651c6ac5aa4b73ef20d8c0b0
parent2f587ee689f7d29f08090022c171d59a66c1d730
Make 'nmake qmake' work with the stub (fast) Makefiles

Without this, if you ran 'nmake qmake' or 'jom qmake' in qtbase's
top directory, it would simply tell you that 'qmake' was up to date.
After all, there is a directory called 'qmake' there.

Change-Id: I6cdb405e8106c137ecbab27923e524b924b19c84
Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
tools/configure/configureapp.cpp