QT application running reg - Raspberry Pi Forums
hello sir ,
new in rawsperry pi using . developed on qt application in pc . need run application on rawsperry pi board . let me know need do? running qt application on board
new in rawsperry pi using . developed on qt application in pc . need run application on rawsperry pi board . let me know need do? running qt application on board
you need install qt4 devlopment libraries , tools on pi. there instructions doing here:
http://gettingstartedqtdebian.blogspot. ... t-for.html
don't install qtcreator ide, no qtcreator package. think need install qmake separately in case.
copy code onto pi change it's directory , build it:
$ qmake
$ make
luck.
http://gettingstartedqtdebian.blogspot. ... t-for.html
don't install qtcreator ide, no qtcreator package. think need install qmake separately in case.
copy code onto pi change it's directory , build it:
$ qmake
$ make
luck.
raspberrypi
Comments
Post a Comment