Hi guys,
I have just some questions. If I open in QtCreator the standard QtQuick-Application template it compiles and runs from QtCreator without any problems. But starting the *.exe file alone will give you missing dll errors. This is clear to me, and the background is the dynamic linking as far as I understand. But how can I know what I need? Which dlls have to be in the application folder, also I know it needs the /platforms folder with qwindows.dll. But why is this not done automatically? Why do I have to copy all the files in the right place, at least the dlls that are used in all cases - like qwindows.dll or some mingw specific ones - or is there an option I'm missing?
So my question is: What is the exact structure, which dll files do I need on Windows 64Bit with Qt 5.3.1 and MinGW32?
I also read this windows deployment page: http://doc.qt.io/qt-4.8/http://qt-project.org/doc/qt-5/windows-deployment.html
And also this Wiki page, but it seems to be outdated, because QtQuick parts are not in the same folders anymore: Deploy_an_Application_on_Windows
But both pages don't tell me what dll have to be delivered with the application and where to put them exactly.
Thanks you very much!
AlphaX2



Reply With Quote
Bookmarks