qt: disable precompiled headers to workaround compilation failure
authorLuca Ceresoli <luca@lucaceresoli.net>
Mon, 18 Feb 2013 09:39:32 +0000 (09:39 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 18 Feb 2013 21:27:05 +0000 (22:27 +0100)
commit4b6f552a070b378fb12b07756f1df35db745598b
treeee9814ffb04367a2781a2b6cc381c942ce25baa7
parente6f0a3bd5ff4bcbb5cc24a0c79f7669055a16a75
qt: disable precompiled headers to workaround compilation failure

Precompiled header implementation is buggy in current Qt as described at
http://comments.gmane.org/gmane.comp.lib.qt.devel/5933.

The only known workaround is currently to add -no-pch to configure.

Fixes build failure terminating with error
  compiling ../3rdparty/pixman/pixman-arm-neon-asm.S
  cc1: fatal error: .pch/release-shared-emb-arm/QtGui: No such file or directory
  compilation terminated.
such as:
http://autobuild.buildroot.net/results/648265012591280fa592a239f86ee39aec2d5fa6/build-end.log

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/qt/qt.mk