5

Is it possible to compile for Raspberry Pi using the Qt framework or is it possible to install the Qt creator on the actual Raspberry?

ACarter
  • 2,350
  • 6
  • 25
  • 40
opc0de
  • 654
  • 5
  • 11
  • 18

2 Answers2

4

There is a RPi Operating system dedicated to running Qt - it's called QtonPi.

Here's what Qt have to say about it, and here's what the RPi people have to say about it.

The Qt website is somewhat more informative: you can download the source or an image, and see a lot of videos about it.

ACarter
  • 2,350
  • 6
  • 25
  • 40
3

Try this. http://qt-project.org/wiki/RaspberryPi , it worked for me.

user7828
  • 31
  • 1