How to install a Qt addOn on the tablet

Wim de Vries wsvries at xs4all.nl
Tue Jun 18 11:21:53 UTC 2013


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/20130618/b298fbdc/attachment.html>


More information about the Ubuntu-app-devel mailing list