Difference between revisions of "ECE497 Notes on Qt"
From eLinux.org
m |
m (→Useful Links) |
||
| Line 5: | Line 5: | ||
== Useful Links == | == Useful Links == | ||
| + | * The [http://qt.nokia.com/ Qt site] | ||
* [http://treyweaver.blogspot.com/2010/10/setting-up-qt-development-environment.html Setting Up Qt Development Environment for BeagleBoard-xM] has some nice instructions on getting QT going on the Beagle. | * [http://treyweaver.blogspot.com/2010/10/setting-up-qt-development-environment.html Setting Up Qt Development Environment for BeagleBoard-xM] has some nice instructions on getting QT going on the Beagle. | ||
* [http://doc.trolltech.com/4.6/index.html This] looks like a nice reference.] | * [http://doc.trolltech.com/4.6/index.html This] looks like a nice reference.] | ||
Revision as of 14:00, 10 June 2011
Here are some notes on using QT on the Beagle.
Useful Links
- The Qt site
- Setting Up Qt Development Environment for BeagleBoard-xM has some nice instructions on getting QT going on the Beagle.
- This looks like a nice reference.]