Hello there,
Simply put, the application I am building crashes when it tries to instantiate a QNetworkAccessManager. The application works fine in both the debug and release version of the software using QtCreator, and even running the .exe’s right from the build directory. However, as soon as the package is bundled (with Inno Setup, if it matters) and installed into a different directory on my computer, the QNetworkAccessManager becomes an issue.
I copied over the “bearer” folder to my application directory as suggested by this thread [qt-project.org] that linked to Deploy an Application on Windows [qt-project.org] but nothing changed.
My project file contains QT += network, the DLL Qt5Network.dll is in the application directory.
If the code context is necessary, I can post it, but I presume it’s an issue with something I forgot to include in the installer.
↧