Fix Qt host builds
authorMirko Vogt <mirko-openwrt@nanl.de>
Sat, 27 Aug 2016 19:38:43 +0000 (21:38 +0200)
committerMirko Vogt <mirko@mai>
Mon, 29 Aug 2016 18:04:21 +0000 (20:04 +0200)
commit7a735d0986adbf8098526881d450d4920a436af4
tree624e94a543dba9f5512f8cb654b2fc115d8b2c3c
parent763942c2c8396d98f4090a836651b8bff2467c33
Fix Qt host builds

Do not explicitly specify mkspec file when invoking qmake.
qmake itself is aware of the cross mkspec file (compiled in)
AND of the mkspec file for host builds.
Specifying it explicitly doesn't let qmake choose the
correct one and always tries to cross-compile everything.
frameworks/qt5base/files/qmake.mk