Answer the question
In order to leave comments, you need to log in
How to make sending a request work in a finished Qt application?
Before that, I tried to build the project with static linking, compiled the Qt sources, indicated Qt Creator in the kits, and there the warning shows: the MinGW 5.3 C ++ compiler ... cannot create code for the Qt profile ... . So I left it.
Then I threw dll-libs along with the assembly, the application started, but when the button was pressed, no http request was sent. The method that sent the request was visited, but for some reason it ignored this piece:
currentRequest = new QNetworkRequest(QUrl("someurl"));
manager->get(*currentRequest);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question