Distributing QtQuick application on Windows
-
Hi,
I created a small application using Qt for me and my colleagues. Now I would like to share it with them.
It runs fine from QtCreator but I don't know how to distribute it correctly. I took the created .exe file and added following DLLs:
@icudt51.dll
icuin51.dll
icuuc51.dll
libgcc_s_dw2-1.dll
libstdc++-6.dll
libwinpthread-1.dll
Qt5Core.dll
Qt5Gui.dll
Qt5Network.dll
Qt5Qml.dll
Qt5Quick.dll
qt.conf
plugins/imageformats/qmng.dll
plugins/platforms/qwindows.dll@I tried to put my QML and image files to all possible locations I could imagine but the result was always the same: a blank window. I even tried to use a .qrc file and specified there all the qml and image files. But the result remained the same.
Do you have any idea what am I doing wrong?
Btw. I'm on Windows 7 x64 using MinGW compiled Qt 5.2.
-
I don't think qt.conf is required. Some users are reporting some additional dependencies, please search this forum. Also, please consider consulting the "deployment guide":http://qt-project.org/doc/qt-5.1/qtdoc/deployment-windows.html.