Generate default set of GLSL shaders
If we do not specify versions, the default of 100es,120,150
is used
which is what QtQuick itself uses. To make sure we match that, remove
any manually specified shader version for GLSL generation.
This requires a minor modification to the Pie chart shader as GLES 100 GLSL doesn't support booleans.