| 80 | | '''Creating a package''' |
| 81 | | If you are getting icon related errors during package installation, ad these argument to the packager: |
| 82 | | {{{ |
| 83 | | -e icon.png icon.png |
| 84 | | }}} |
| 85 | | |
| 86 | | === Qt Components === |
| 87 | | 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. |
| 88 | | |
| 89 | | ==== Symbian Qt Components ==== |
| 90 | | https://qt.gitorious.org/~conny/qt-components/connys-qt-components/commits/bb10 |
| 91 | | |
| 92 | | Should compile using these parameters: |
| 93 | | |
| 94 | | {{{./configure -symbian -no-mobility -nomake tests -nomake demos -nomake example}}} |
| 95 | | |
| 96 | | |
| 97 | | ==== !MeeGo/Harmattan Qt Components ==== |
| 98 | | 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. |
| 99 | | |
| 100 | | Links: |
| 101 | | |
| 102 | | http://zwong.de/2012/06/using-meego-qt-components-on-blackberry-10-and-playbook/ |
| 103 | | |
| 104 | | http://supportforums.blackberry.com/t5/Native-Development/qt-components-for-BB10/td-p/1798349 |
| 105 | | |
| 106 | | http://supportforums.blackberry.com/t5/Native-Development/QML-symbian-qt-components-for-PlayBook/td-p/1574275i |
| 107 | | |
| 108 | | |
| | 195 | |
| | 196 | |
| | 197 | |
| | 198 | === Secondary dependencies === |
| | 199 | ==== Qt Components ==== |
| | 200 | 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. |
| | 201 | |
| | 202 | ===== Symbian Qt Components ===== |
| | 203 | https://qt.gitorious.org/~conny/qt-components/connys-qt-components/commits/bb10 |
| | 204 | |
| | 205 | Should compile using these parameters: |
| | 206 | |
| | 207 | {{{./configure -symbian -no-mobility -nomake tests -nomake demos -nomake example}}} |
| | 208 | |
| | 209 | |
| | 210 | ===== !MeeGo/Harmattan Qt Components ===== |
| | 211 | 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. |
| | 212 | |
| | 213 | Links: |
| | 214 | |
| | 215 | http://zwong.de/2012/06/using-meego-qt-components-on-blackberry-10-and-playbook/ |
| | 216 | |
| | 217 | http://supportforums.blackberry.com/t5/Native-Development/qt-components-for-BB10/td-p/1798349 |
| | 218 | |
| | 219 | http://supportforums.blackberry.com/t5/Native-Development/QML-symbian-qt-components-for-PlayBook/td-p/1574275i |
| | 220 | |
| | 221 | ===== BBX Qt Components ===== |
| | 222 | A port of MeeGo Qt Components for BBX devices:[[BR]] |
| | 223 | http://qt.gitorious.org/~pasnox/qt-components/bbx-qt-components[[BR]] |
| | 224 | Seems to be in early stages and no code has been comited yet. |