Set up a Linux Device for the QtCreator
Introduction
If you want use the QtCreator Debugging Features, you have to install some additional tools on the device.
Installation
- Connect to your device using a ssh connection;
- install gdbserver on device: opkg install gdbserver
- sync device: Command sync
After the installation the QtCreator automatically starts the gdbserver if a debuggin session begins.
If you are creating window application and the QtWebBrowser is running, you can stop the Browser with the Linux Command: service qtwebbrowser stop
And permanently by Linux Command: update-rc.d -f qtwebbrowser remove
This can also be done in the WebConfig under the menu Browser-->Settings.