Hi,

I have switched to Kubuntu because I am learning Qt but when I started Qt Creator and tried to compile and run my project I got these messages:

Qt Creator 1.0

Compile Output:
Qt Code:
  1. Running build steps for project DorraQ...
  2. Configuration unchanged, skipping QMake step.
  3. Starting: /usr/bin/make -w
  4. make: Entering directory `/home/mih1406/Projects/DorraQ'
  5. make: Nothing to be done for `first'.
  6. make: Leaving directory `/home/mih1406/Projects/DorraQ'
  7. Exited with code 0.
To copy to clipboard, switch view to plain text mode 

Application Output:
Qt Code:
  1. Starting ...
To copy to clipboard, switch view to plain text mode 

But the program did not start for ever I waited and waited and waited but nothing ran!!

How can I see if the debugger is working or not?

Thank you,
Mohammad