4

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,220
  • 6
  • 23
  • 39
opc0de
  • 614
  • 4
  • 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,220
  • 6
  • 23
  • 39
2

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

user7828
  • 21
  • 1
  • Hi there, welcome to StackExchange. If you could pad out your answer with some of the information found in your link then it will improve it's usefulness drastically! – Jivings Jun 07 '13 at 06:53