Qt Forum

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

    QT5 Static build with “QT Add-on API” Xmlpatterns

    Installation and Deployment
    1
    4
    1160
    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.
    • ?
      Guest last edited by

      My core target is to build a xml schema validation Qt static application. I am using QT 5.2.1 with MinGW4.8 (32bit) . I have successfully configured Qt with static build and running successfully . But in the .pro file when i use to enter Qt += xmlpatterns it gives me an error of invalid sub module. I read that , i have to make the make file manually by specifying the location of the qtxmlpatterns.pro file.

      Will it work ?

      thanks

      1 Reply Last reply Reply Quote 0
      • SGaist
        SGaist Lifetime Qt Champion last edited by

        Hi and welcome to devnet,

        Something's not clear, did you successfully built Qt statically ?

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply Reply Quote 0
        • ?
          Guest last edited by

          I have build Qt statically but when i am including Qt add-on e.g. "QT +=xmlpatterns" it is given me an error of un-defined modules . Which i guess clearly states that "configure" does not create the Makefile .

          I have read of alot of things and didn't found any solution .

          In this "thread":http://qt-project.org/forums/viewthread/31352 i have found that i have to add xmlpattern manually so configure can create its makefile .

          Is that so ?

          1 Reply Last reply Reply Quote 0
          • SGaist
            SGaist Lifetime Qt Champion last edited by

            Did you only build qtbase ?

            Normally you shouldn't need to but since I don't know how you called configure and which option you gave to it, I can't comment.

            Interested in AI ? www.idiap.ch
            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

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