Before trying to build a project with static linking, compiler the source code of Qt specified in the Qt Creator sets, and there is warning shows that the MinGW C++ 5.3... can't generate code for the Qt version ... . Left.
Then he threw the dll libraries with the Assembly, the application starts but pressing the button does not send the http request. In the method that sent the request, he did, but for some reason he ignored this piece:
currentRequest = new QNetworkRequest(QUrl("someurl")); manager->get(*currentRequest);
and then performed the rest of the code.
What can it be how to solve this problem?