Thanks for your answer Hal.
I succeeded to build apps on my PC but the failing part is when
cross-compiling from PC and executing it to BBB.
Does this mean that a Qt application can only be developped from the board
, instead of QtCreator on PC as usual ?


2014-04-08 21:59 GMT+02:00 <halhe...@gmail.com>:

> 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 a topic in the
> Google Groups "BeagleBoard" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/beagleboard/p9423s6B4lg/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> beagleboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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