Re: I cannot launch my app!
What does the debugger have to do with it? Does your application run when started from the command line?
Re: I cannot launch my app!
Quote:
What does the debugger have to do with it?
I thought that the debugger is not working so nothing is shown!
Quote:
Does your application run when started from the command line?
Yes it is working from the command line and by double clicking on it from file manager.
Re: I cannot launch my app!
So you can check the parameters of your debugger configuration.
Maybe you miss some environment variable.
or you have multiple Qt versions installed on your system or linked by network and the debugger does not use the same as your desktop does.
Re: I cannot launch my app!
Guys, leave the debugger alone, it has nothing to do with this. If it was about debugger, the word "debugger" would have appeared somewhere in the output.
Re: I cannot launch my app!
So, since the application can be launched from command line, the subject is closed?
Re: I cannot launch my app!
I also found that the database operation do not work at all?!
Re: I cannot launch my app!
Find out if your application is compiled against the proper version of Qt.
Re: I cannot launch my app!
I have upgraded Kubuntu 9.04 t0 9.10 Beta and everything works fine.
My project was created and worked with Ubuntu 9.10 Beta (Qt Creator 1.2.1). I think this is why it is not working with Kubuntu 9.04 (Qt Creator 1.0).
Thank you,
MIH1406
Re: I cannot launch my app!
go to "Tools" menu and select "Options " there you may set your QT Settings make it properly and it will run