PDA

View Full Version : Urgent Help regarding executing a Qt Gui App



aaditya190
8th January 2014, 10:41
I made some qt apps. But I am not able to execute any one of them when I run them outside Qt Creator. The error shows as-:


Qt5core.dll missing.
Try reinstalling the program to fix the error.


I have visited numerous number of links which suggested to copy the dll files to the app directory. But nothing was helpful and I am stuck currently on how to use the app.
Can anyone please help me with this error??

pradeepreddyg95
8th January 2014, 11:08
9915

check attachment and add Qt bin to environment variable (PATH), this may help you

aaditya190
8th January 2014, 11:22
@pradeepreddyg95,Sir I tried doing this but it still gives the same error i.e



The program can't start because qt5cored.dll is missing from your computer. Try reinstalling the program to fix the problem



Although all dll files are present in the bin directory, still it is not working. Can you suggest me some other alternative Sir?

aaditya190
9th January 2014, 07:20
I copied all the necessary dll files to the application directory and also set the path in environment variables. But still I am not able to run my app outside qt. Can anyone explain me step-wise to run a qt-app outside qt creator??