error while executing my .exe , dll file missed
Solved
General and Desktop
-
Hello guys, i make an app using Qt creator and now i wantto run it from qDebug --> MyApp.exe (whithout opening Qt creator framework ) but it say that 4 .dll are missed(Qt5Netword.dll , Qt5Guid.dll ,Qt5Widgets.dll and Qt5Serialportd.dll ) i saw a video in youtube and i follow the instructions (download this 4 dll from dll-files.com ) and copy/paste them in c:/windows:/SysWOW64 but i have always same problems , someone can help me ? thanks
-
@Zunneh First some clarification: Qt is a C++ framework, QtCreator is an IDE not a framework, so you open your app in QtCreator not Qt.
If you want to run your app outside of QtCreator you need to deploy it, see: https://doc.qt.io/qt-5/deployment.html