blackberry/Qt

Qt configure does not compile XmlPatterns

becrux opened this issue · 2 comments

Hi,

the issue reported in the title is related to the fact that "qcc -dumpversion" is not a valid parameter, so the code present at line 7507 of configure fails. It happens cause there's no specific command for blackberry-*-g++ makespec.

XmlPatterns is mandatory if you need to use QtDeclarative and QML language.

I have no clue about which could be the proper fix. I've just forced the build of XmlPatterns.

Tony.

I'm not sure when our next push will be. However, you may just modify the configure-qsk script to add -exceptions and -xmlpatterns to the configure line.

On 2011-11-17, at 06:50 , becrux wrote:

Hi,

the issue reported in the title is related to the fact that "qcc -dumpversion" is not a valid parameter, so the code present at line 7507 of configure fails. It happens cause there's no specific command for blackberry-*-g++ makespec.

XmlPatterns is mandatory if you need to use QtDeclarative and QML language.

I have no clue about which could be the proper fix. I've just forced the build of XmlPatterns.

Tony.


Reply to this email directly or view it on GitHub:
#5

This has been fixed with the latest codedrop in the 20111130 branch.