Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. QT5 Static build with “QT Add-on API” Xmlpatterns
QtWS25 Last Chance

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

Scheduled Pinned Locked Moved Installation and Deployment
4 Posts 1 Posters 1.6k 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.
  • ? This user is from outside of this forum
    ? This user is from outside of this forum
    Guest
    wrote on 24 Nov 2014, 14:47 last edited by
    #1

    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
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 24 Nov 2014, 22:30 last edited by
      #2

      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
      0
      • ? This user is from outside of this forum
        ? This user is from outside of this forum
        Guest
        wrote on 25 Nov 2014, 12:04 last edited by
        #3

        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
        0
        • S Offline
          S Offline
          SGaist
          Lifetime Qt Champion
          wrote on 26 Nov 2014, 07:55 last edited by
          #4

          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
          0

          3/4

          25 Nov 2014, 12:04

          • Login

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