Errors when using static libraries in QT

2

Hi, I'm a bit desperate with this if someone has worked with this ide that please specify why I can not create a static version? The errors are:

  

Makefile: 66: recipe for target 'sub-tools-make_first' failed   mingw32-make [1]: * [sub-tools-make_first] Error 2 mingw32-make [1]:   Target 'first' does not row because of errors. makefile: 220: recipe for   target 'module-qtdeclarative-make_first' failed mingw32-make: *   [module-qtdeclarative-make_first] Error 2 mingw32-make: Target 'first'   not remade because of errors.

The tutorial that you take and that is supposed to be correct and that should work: link

a capture about the error that I can not solve: c link

    
asked by Perl 25.08.2016 в 20:07
source

1 answer

1

Well first of all Qt by default detects the Qmake that is installed in the system, in my case it appears as follows:

To work with static libraries you also have to observe how the project is being created, for example:

We select what type of library we are going to use but to avoid more problems I recommend you go to the following Stackoverflow links where this problem has already been discussed.

answered by 23.09.2016 / 23:50
source