View Single Post
Posts: 2,076 | Thanked: 3,268 times | Joined on Feb 2011
#62
Originally Posted by pichlo View Post
Please pardon a silly question - where can I get qmake from to build Qt packages on-device? Or is there no such thing and everything is QML now? That would be most unfortunate, to have to have two separate code bases for the N900 and Jolla.
Best way is to use chroot:
https://together.jolla.com/question/...building-apps/
This will allow you to install all those phone breaking mesa-llvmpipe-EGL*-devel packages, so you can have whole QtCreator on the phone
edit: for qmake alone you can install qt5-qmake (on my phone it is qt5-qmake-5.1.0+git37-1.15.2.armv7hl), but as soon as the app you try to compile uses QtGUI it will cry that you need libGL/EGL/...-devel and those are provided by the mesa-llvmpipe-... packages which conflict with the ones on the phone. They install nicely in chroot though

Last edited by szopin; 2014-11-17 at 17:24.
 

The Following 3 Users Say Thank You to szopin For This Useful Post: