Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

kdevelop no valid executable specified

I've just installed kdevelop 4.1 , then created a normal hello world , build is ok but when i press execute it gives me (no valid executable specified) any idea ?

like image 513
Ismail Marmoush Avatar asked Oct 27 '10 16:10

Ismail Marmoush


1 Answers

Meh, the launch configuration - our biggest usability problem...

  1. Go to Run -> Configure Launches
  2. select your project to the left
  3. hit the "+" button
  4. to the right, select your project target
  5. optionally add a build dependency (again, select e.g. your target).

that should be it.

/me really wants to rewrite this dialog...

like image 129
milianw Avatar answered Nov 13 '22 08:11

milianw