Deploying QtQuick project in windows
-
I finished my school project. When I want to run program out of Qt-Creator it need dll files. I gathered all needed dll files for program and now it says the ther is no entry point in QtCore4.dll. My project is a Qt-Quick project. how should I run the program without qtcreator? the "link":http://qt-project.org/doc/qt-4.8/deployment-windows.html is too complicated.
-
- Download "Dependency Walker":http://www.dependencywalker.com
- Open your exe in it and see, what dlls you are missing
- If you use mingw, you also need mingw10.dll libstdgcc.dll from C:\QtSDK\mingw\bin (not sure about names, you better check yourself)
Dependency walker is your best friend on Windows!