| | 32 | |
| | 33 | === Qt Components === |
| | 34 | While the modRana QML GUI is largely independent on Qt Components, working set of Qt Components would simplify porting quite a lot. Also other applications, such as Mieru, currently depend on functioning Qt Components. |
| | 35 | |
| | 36 | ==== Symbian Qt Components ==== |
| | 37 | https://qt.gitorious.org/~conny/qt-components/connys-qt-components/commits/bb10 |
| | 38 | |
| | 39 | Should compile using these parameters: |
| | 40 | |
| | 41 | {{{./configure -symbian -no-mobility -nomake tests -nomake demos -nomake example}}} |
| | 42 | |
| | 43 | |
| | 44 | ==== !MeeGo/Harmattan Qt Components ==== |
| | 45 | Looks like !MeeGo/Harmattan Qt Components should also work with some tweaks & would be the preferred choice, considering that is what modRana & co are currently using. |
| | 46 | |
| | 47 | Links: |
| | 48 | |
| | 49 | http://zwong.de/2012/06/using-meego-qt-components-on-blackberry-10-and-playbook/ |
| | 50 | |
| | 51 | http://supportforums.blackberry.com/t5/Native-Development/qt-components-for-BB10/td-p/1798349 |
| | 52 | |
| | 53 | http://supportforums.blackberry.com/t5/Native-Development/QML-symbian-qt-components-for-PlayBook/td-p/1574275i |
| | 54 | |
| | 55 | |
| | 56 | |
| | 57 | |