Urgent Help regarding executing a Qt Gui App
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-:
Quote:
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??
2 Attachment(s)
Re: Urgent Help regarding executing a Qt Gui App
Attachment 9915
check attachment and add Qt bin to environment variable (PATH), this may help you
Re: Urgent Help regarding executing a Qt Gui App
@pradeepreddyg95,Sir I tried doing this but it still gives the same error i.e
Quote:
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?
Re: Urgent Help regarding executing a Qt Gui App
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??