I've build qt for static linking to make just one exe without any dll's, configured creator. On my computer everything works. But when i run a program on other computers nothing happens. Process starts, but nothing is shown. And it's only with qml, it works with c++ projects. I tried to make a simple exe and add all needed libraries by windeployqt, but it doesn't change anything.
Maybe someone can tell me, what am i doing wrong?
platform/qwindows.dllin the directory of your executable.libstdc++-6.dll, platforms/qwindows.dll, libgcc_s_dw2-1.dllI think stdc++ and gcc_s_dw2 cannot be omitted if i remember correctly