The process could not be started! Error
I am using Qt 4.2.6 in windows vista. I have created a sample qt program. It compiled and created exe in D:\QT\hellogui\release\ folder..
But when i try to execute via QtCreater it is giving me following error.
Starting D:\QT\hellogui\hellogui.exe...
The process could not be started!
To make it run using Qtcreater everytime i need to copy the exe from release folder to main folder..
How can i fix this?
Thanks
Justin
Re: The process could not be started! Error
See if you set the path of your Qt libraries right. Use dependency walker to check. And see inside the designer at the project tab if all settings for execution are set up right.
Re: The process could not be started! Error
Thanks for the pointers.....
issue : project build path was wrong. I corrected in project tab.
Thanks
Justin
Re: The process could not be started! Error
Thanks for pointers..
I fixed it by setting correct build path in project tab..
Thanks
Justin