How to install a Qt addOn on the tablet

Wim de Vries wsvries at xs4all.nl
Wed Jun 19 10:26:30 UTC 2013


I am rephrasing the question:
when will Qt 5.1 will be supported?
For this version has the QtSerialPort module included.


On 06/18/2013 01:21 PM, Wim de Vries wrote:
> Hi,
> i am trying to build on device, but i also need to have the 
> QtAddOnSerialPort module installed.
> This is done on the desktop:
> ---------
> Before building pilotnavigator, you have to install qtserial into Qt 5
> - Copy qtplayground-qtserialport folder into a local folder 
> (preferably where your Qt projects are). Example: 
> ~/yourqtprojectfolder/pilotnavigator/qtplayground-qtserialport
> - Create a build folder at the same level called 
> qtplayground-qtserialport-build in pilotnavigator folder. Example: 
> ~/yourqtprojectfolder/pilotnavigator/qtplayground-qtserialport-build
>
> Find out where qmake lives. Normaly it is located in your Qt5 folder, 
> probably ~/Qt5x.x.x/5.x.x/gcc_64/bin
> - Open a Linux Terminal
> - cd to the qtplayground-qtserialport-build folder. Example cd 
> ~/yourqtprojectfolder/pilotnavigator/qtplayground-qtserialport-build
> - run qmake. Example: ~/Qt5x.x.x/5.x.x/gcc_64/bin/qmake 
> ~/yourqtprojectfolder/pilotnavigator/qtplayground-qtserialport/qtserialport.pro
> - make
> (If you get an error concerning missing file libudev.h, you need to 
> install the libudev-dev library, e.g.
>                 sudo apt-get install libudev-dev)
> - sudo make install
> ---------
>
> I have no idea how to do that on the tablet...
> Can I open a terminal on the tablet?
> Thanks.
>
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-app-devel/attachments/20130619/efa0c807/attachment.html>


More information about the Ubuntu-app-devel mailing list