Qt .executable runs but the UI won't show up

1k Views Asked by At

I have a project that I'm trying to generate an executable for. At first I just went into the "build-myproject\release" folder and tried to run the .exe file but it asked for some .dll files, so I went to the proper compiler directory (C:\Qt\5.7\msvc2013\bin in my case) to grab those dll files. build release directory with dll files Now when I try to run the executable the program runs (I can see it in the task manager) exe in task manager but there's no Qml gui that shows up (I also set visible: true in main.qml)... My program runs great in QtCreator enter image description here but nothing happens when I run the executable. Can any one please help me? Thank you.

0

There are 0 best solutions below