PDA

View Full Version : QT Static build with "QT Add-on API" Xmlpatterns



uzairsaeed702
24th November 2014, 15:41
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

wysota
25th November 2014, 08:55
Rather you should build the module as a static library and link your program against it.