views:

18

answers:

1

hello, 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 ?

A: 

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...

milianw