Results 1 to 2 of 2

Thread: QT Static build with "QT Add-on API" Xmlpatterns

  1. #1
    uzairsaeed702 Guest

    Question QT Static build with "QT Add-on API" Xmlpatterns

    Dear All,

    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

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: QT Static build with "QT Add-on API" Xmlpatterns

    Rather you should build the module as a static library and link your program against it.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. "Cannot find -lqjpeg" error when compiling QT application in static mode
    By JonathanReez in forum Installation and Deployment
    Replies: 7
    Last Post: 6th September 2011, 15:44
  2. Qt Creator Qt SDK, Remote Compiler "Build Failed: Errors in build"
    By strahlex in forum Qt Tools
    Replies: 0
    Last Post: 10th August 2011, 16:59
  3. Replies: 2
    Last Post: 7th September 2009, 21:13
  4. Translation QFileDialog standart buttons ("Open"/"Save"/"Cancel")
    By victor.yacovlev in forum Qt Programming
    Replies: 4
    Last Post: 24th January 2008, 19:05
  5. Replies: 3
    Last Post: 28th December 2007, 11:02

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.