After Statically Building Qt Project with a 3rd Party Library the exe Asks for Qt5Core.dll and Qt5Network.dll, It didn't before the adding the Library

Viewed 34

The title says it all. I have built Qt statically for deployment of static exe's. Everything was great until I added a third party library to my project. Building dynamically in Qt Creator with LIBS += -L"path" -lLibrary in the project file obviously works fine. When I build the project statically it asks for the library dll, to be expected, but after putting the dll in the path it asks for Qt5Core.dll and Qt5Network.dll. Do I have to rebuild the Qt source statically with the third party library now? If so why? Is there another way to do things? Thanks!

0 Answers
Related