Skip to main content
Skip table of contents

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

  1. Connect to your device using a ssh connection;
  2. install gdbserver on device: opkg install gdbserver
  3. sync device: Command sync
The device must have an active internet connection.


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.






JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.