QUrl is not necessary for configure.exe, drop it from the .pro
authorThiago Macieira <thiago.macieira@intel.com>
Wed, 15 Aug 2012 14:40:30 +0000 (16:40 +0200)
committerQt by Nokia <qt-info@nokia.com>
Wed, 15 Aug 2012 21:40:57 +0000 (23:40 +0200)
commit46da68c0bf4d4b345beddfe3976bfe605f3d989f
tree9d63428b4b677d77843a5630d6e10ab0c3ffa9a9
parentd244713340420d118b27e9baac0bd06fb1fde560
QUrl is not necessary for configure.exe, drop it from the .pro

qurl.cpp was removed from the Makefiles on 6ab6b0fc1c594a589d96d17b5ab7,
but I missed the .pro file. You're not supposed to use the .pro file
anyway, it's just for opening in Creator.

But if you forget to remove the qmake build step, it would get compiled.

Change-Id: Ia52ae7349e195df58f76f8d2c5f8b46adfdc7454
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
tools/configure/configure.pro