dlewin,

Assuming you have LXDE & X installed under Debian you can install qt4 with 
apt-get: "sudo apt-get install libqt4-dev". For a more comprehensive QT4 
install including qtCreator (natively on the BBB) try  "sudo apt-get 
install qt-sdk". To build a QT app from the command line, create a 
directory..add  source code for your project in that directory, cd into the 
directory then run:
 i) "qmake -project"  (create .pro file), 
ii) "qmake" (create makefile) and finally 
iii) "make" ("build qt app)

You can also try Qtcreator natively on the RPi....it may be a little laggy 
though
 

On Tuesday, April 8, 2014 11:26:34 AM UTC-4, dlewin555 wrote:
>
> Hi,
>
> Is there finally someone who succeeded to have a GUI compiled with Qt 
> (from Debian for example ) ?
>
> I've tested many things, and they either rely on Angstrom (which I'd like 
> to avoid) or don't work at all (Timesys included)
>
> So I'm looking for a successful try ...
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to