Qt creator won't run app after compiling

10,911

I solved this problem by going to projects>run settings and manually specifying the executable. Found this solution by googling, don't know if it's the proper way to fix this.

Share:
10,911
liewl
Author by

liewl

Updated on June 07, 2022

Comments

  • liewl
    liewl about 2 years

    I checked out a Qt project hosted on google code with SVN to a local folder. When I opened it on Qt Creator, it managed to compile the project, but when it tried to run the compiled program, an error message came up on the application output:

    The process could not be started!

    What is wrong?