Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Call for Presentations - Qt World Summit

    Configuring QT for Linux with DOM Support

    General and Desktop
    4
    7
    2755
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • L
      Linux_freak 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

      1 Reply Last reply Reply Quote 0
      • A
        andre 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?

        1 Reply Last reply Reply Quote 0
        • L
          Linux_freak last edited by

          Hallo Andre

          I need QtXml/QDomDocument.

          Thanks for help

          FRH

          1 Reply Last reply Reply Quote 0
          • D
            dialingo 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

            1 Reply Last reply Reply Quote 0
            • G
              giesbert 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

              Nokia Certified Qt Specialist.
              Programming Is Like Sex: One mistake and you have to support it for the rest of your life. (Michael Sinz)

              1 Reply Last reply Reply Quote 0
              • A
                andre 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.

                1 Reply Last reply Reply Quote 0
                • L
                  Linux_freak last edited by

                  Hallo
                  I solved my problem,I forgot in the projectfile QT+=xml.

                  Thank you for help.

                  FRH

                  1 Reply Last reply Reply Quote 0
                  • First post
                    Last post