Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

Distributing QtQuick application on Windows

$
0
0
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 ×64 using MinGW compiled Qt 5.2.

Viewing all articles
Browse latest Browse all 4972

Trending Articles