Configuring QT for Linux with DOM Support
-
wrote on 9 Mar 2011, 09:34 last edited by
Hallo
I need QT for Linux with DOM Support .
Which parameters do I need in the commandline parameters?Thanks for help
FRH
-
wrote on 9 Mar 2011, 09:56 last edited by
What DOM support do you mean, exactly? QDomDocument and friends? Those are build in by default. Or do you mean something else, like in the webkit module?
-
wrote on 9 Mar 2011, 10:03 last edited by
Hallo Andre
I need QtXml/QDomDocument.
Thanks for help
FRH
-
wrote on 9 Mar 2011, 12:46 last edited by
as Andre mentioned, this is built in by default.
To use it in your project you need to add a line to the .pro file:
QT += xml -
wrote on 9 Mar 2011, 13:45 last edited by
[quote author="Linux_freak" date="1299663279"]Hallo
I need QT for Linux with DOM Support .
Which parameters do I need in the commandline parameters?Thanks for help
FRH[/quote]
In which command line? QDomDocument is part of QtXml4.dll
-
wrote on 9 Mar 2011, 13:56 last edited by
[quote author="Gerolf" date="1299678348"]In which command line? QDomDocument is part of QtXml4.dll
[/quote]
I assumed of the configure tool for the Qt sources (ref. the title of the topic), but perhaps I misunderstood. Anyway, reconfiguring & rebuilding Qt is not needed for using XML. -
wrote on 11 Mar 2011, 09:35 last edited by
Hallo
I solved my problem,I forgot in the projectfile QT+=xml.Thank you for help.
FRH
2/7