Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Configuring QT for Linux with DOM Support
Forum Update on Monday, May 27th 2025

Configuring QT for Linux with DOM Support

Scheduled Pinned Locked Moved General and Desktop
7 Posts 4 Posters 3.1k Views
  • 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 Offline
    L Offline
    Linux_freak
    wrote on 9 Mar 2011, 09:34 last edited by
    #1

    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
    0
    • A Offline
      A Offline
      andre
      wrote on 9 Mar 2011, 09:56 last edited by
      #2

      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
      0
      • L Offline
        L Offline
        Linux_freak
        wrote on 9 Mar 2011, 10:03 last edited by
        #3

        Hallo Andre

        I need QtXml/QDomDocument.

        Thanks for help

        FRH

        1 Reply Last reply
        0
        • D Offline
          D Offline
          dialingo
          wrote on 9 Mar 2011, 12:46 last edited by
          #4

          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
          0
          • G Offline
            G Offline
            giesbert
            wrote on 9 Mar 2011, 13:45 last edited by
            #5

            [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
            0
            • A Offline
              A Offline
              andre
              wrote on 9 Mar 2011, 13:56 last edited by
              #6

              [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
              0
              • L Offline
                L Offline
                Linux_freak
                wrote on 11 Mar 2011, 09:35 last edited by
                #7

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

                Thank you for help.

                FRH

                1 Reply Last reply
                0

                2/7

                9 Mar 2011, 09:56

                5 unread
                • Login

                • Login or register to search.
                2 out of 7
                • First post
                  2/7
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • Users
                • Groups
                • Search
                • Get Qt Extensions
                • Unsolved