View Single Post
Posts: 432 | Thanked: 645 times | Joined on Mar 2009
#254
Originally Posted by lamle View Post
When I compile the application using madde, it cries about some error like this: IncludeChildElements is not a member of QXmlStreamReader, In my app, i use QXmlStreamReader::IncludeChildElements. I think this problem is because of old QT library, how to update it????
arne.anka is right, and this happens, because MADDE uses still 4.5 and not 4.6 yet as it is part of PR 1.2 and not of earlier releases. The point is, that if you would have already Qt 4.6 in MADDE, you would not be able to run the compiled code on your device.

In your case you don't have to use the constant value in Qt4.5, as this is the standard behaviour of the readElementText () function there.


Daniel